/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label {
    display: inline-block;
    vertical-align: 0;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure,
img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a{
    cursor: pointer;
}
/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar-thumb {
    background: #2c93f4;
    border-radius: 10px;
}

::-webkit-scrollbar {
    background: #fff;
    width: 14px;
}


/* Reset-css--------------- */

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.hedr {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

#menu-header-menu  {
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.header-right-buttons {
    display: flex;
    align-items: center;
}

.header-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 8px;
    color: white;
    white-space: nowrap;
}
.header-login:hover {
    color: #2C93F4;
}

.header_menu.navbar-nav .nav-link {
    color: #fff;
}

.header_menu.navbar-nav .nav-link:hover {
    color: #2C93F4;
}

.header_menu.navbar-nav .dropdown-item {
    color: #fff;
}

.header_menu.navbar-nav .dropdown-item:hover {
    color: #2C93F4;
    background-color: #080829;
}

.header_menu.navbar-nav .dropdown-menu {
    padding: 0;
}

.header_menu ul {
   background-color: #080829;
}

.btna {
    min-width: 181px;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #2c93f4;
    color: #fff;
}
.btna:hover {
    background: transparent;
    border: 1px solid #2c93f4;
    transition: 0.3s ease-in-out all;
    color: #2c93f4;
}

.black_btna {
    background: #000;
    box-shadow:
            0 2px 5px 0 #005CE624,
            0 10px 10px 0 #005CE61F,
            0 22px 13px 0 #005CE612,
            0 38px 15px 0 #005CE605,
            0 60px 17px 0 #005CE600;
}

header .btna {
    list-style-type: none;
}

.button_sec .btna:hover {
    background: transparent !important;
    border: 1px solid #2C93F4;
}

.btna span {
    margin-left: 10px;
    line-height: 0;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav.navwrap {
    align-items: center;
    justify-content: center;
}

.navbar {
    margin-top: 23px;
}

/*--banner--*/
.banner {
    background-image: url('../images/banr.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 200px 0;
}

.banner_text {
    margin: auto;
    max-width: 1098px;
}

h1 {
    font-family: "K2D", sans-serif;
    font-size: 52px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
}

h2 {
    font-family: "K2D", sans-serif;
    font-size: 50px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
    color: #080829;
}

h2 span {
    color: #2c93f4;
}

h1 span {
    color: #2c93f4;
}

.banner_text p {
    max-width: 956px;
    line-height: 2.13;
    color: #fff;
    margin: auto;
    margin-top: 40px;
}

.button_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.button_sec .btna {
    margin-right: 20px;
}

.button_holder {
    cursor: pointer;
}

.ply_btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ply_btn2 {
    width: 66px;
    height: 66px;
    flex-grow: 0;
    padding: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.play {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info h6 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #080829;
}

.info ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.info ul li:not(:last-child) {
    margin-right: 54px;
}

.growth_bar {
    padding-bottom: 80px;
}

.growth_up {
    position: relative;
    margin-top: -130px;
}

.banner.blogbnr:not(.page)::before {
    top: unset;
    bottom: 0;
}

.struggle_sec {
    background-image: url(../images/banr.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center center;
}

.strugle_details a {
    width: 100%;
}

.strugle_details a h6 {
    font-family: "K2D", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #080829;
    margin-top: 20px;
}

.struggle_sec h2 {
    color: #fff;
    margin-bottom: 100px;
}

.strugle_details li:hover {
    box-shadow: var(--bs-box-shadow);
}

.keydetails .btna:hover {
    border: 1px solid #2C93F4;
}

.strugle_details .btna {
    max-width: 195px;
    margin: 60px auto 0;
}

.ourservices {
    padding: 120px 0 129px;
}

.services_head {
    margin-bottom: 50px;
}

.services_head h6 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #2c93f4;
}

.serv_head2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


/* accordion */

.accordion-button:not(.collapsed) {
    background: none;
}

.ourservices .accordion {
    border: none;
}

.ourservices .accordion-item {
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #e7edf3;
    overflow: hidden;
}

.ourservices .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.ourservices .accordion-button:not(.collapsed)::after {
    background-image: none;
    display: none;
}

.ourservices .accordion-button::after {
    background-image: none;
}

.ourservices .accordion-button {
    padding: 0;
}

.ourservices .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.ourservices .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.ourservices .accordion-button {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.01);
    font-family: "K2D", sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #080829;
    padding: 30px;
}

.ourservices .accordion-body {
    padding-left: 30px;
    text-align: left;
    padding-top: 5px;
}

.tab-content {
    color: #080829;
}

.content h6 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #080829;
}

.content p {
    line-height: 1.75;
    color: #2a324b;
    margin-top: 18px;
}

.content:not(:last-child) {
    margin-bottom: 30px;
}

.accordion_btn .btna {
    max-width: 133px;
    height: 46px;
}

.ourservices .accordion-body {
    position: relative;
}

.ourservices .accordion-body::after {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 32%, rgba(246, 246, 246, 0) 100%);
    background-size: 100% 100%;
    width: 100%;
    height: 45%;
    bottom: 0;
}

.ourservices .accordion_btn {
    position: relative;
    z-index: 5;
}



.accordion-item:has(.collapsed.show) {
    -webkit-backdrop-filter: blur(20.6px);
    backdrop-filter: blur(20.6px);
    box-shadow: 0 15.8px 52.3px 0 rgba(219, 224, 236, 0.6);
    border: solid 1px #2c93f4;
    background-color: #fff;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #2c93f4;
    text-transform: uppercase;
}

.keyhead h2 {
    color: #fff;
    margin: 17px 0 32px;
}

.keyhead {
    text-align: center;
    margin-bottom: 45px;
}

.key {
    background-image: url('../images/banr.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1000px;
    position: relative;
    padding: 120px 0;
}

.key::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 356px;
    background-image: url('../images/bg_grw.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 285px;
}

.keyhead p {
    max-width: 645px;
    margin: auto;
}

.keydetails {
    background: url(../images/keybg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 35px 25px 83px 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    min-height: 455px;
}

.keydetails.white-bg.img-bg:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 391px;
    background: url(../images/features_bg.png);
}

.keydetails.white-bg,
.keydetails:hover {
    background: #fff;
}
.keydetails.white-bg h4,
.keydetails:hover h4 {
    color: #080829;
}

.keydetails.white-bg h4 {
    font-size: 26px;
}

.keydetails.white-bg h4 .blue {
    font-size: 40px;
    color: #2c93f4;
}

.keydetails.white-bg p,
.keydetails:hover p {
    color: #2A324B;
}

.keydetails.white-bg.img-bg p {
    max-width: 50%;
}

.keydetails.white-bg .btna,
.keydetails:hover .btna {
    background-color: #2c93f4;
    color: #fff;
    border: 1px solid #2C93F4;
}

.keydetails.white-bg svg,
.keydetails:hover svg {
    stroke: #2C93F4;
    fill: #2C93F4;
}

.keydetails h4 {
    font-family: "K2D", sans-serif;
    font-size: 23px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 30px 0;
}

.keydetails p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
}

.keydetails .btna {
    max-width: 137px;
    height: 50px;
    border-radius: 50px;
    border: solid 1px #fff;
    background: transparent;
    position: absolute;
    bottom: 30px;
}

.key .col-lg-3,
.key .col-lg-12 {
    margin-bottom: 30px;
}

.key .btna.mid {
    width: 212px;
    margin: auto;
    margin-top: 15px;
}

.usesec {
    padding: 120px 0;
}

.usehead {
    max-width: 869px;
    margin: auto;
}

.nav-pills {
    background: none;
}

.nav-pills .active {
    --bs-nav-pills-link-active-bg: none;
}

.nav-pills .nav-link.tabbtn.active {
    box-shadow: 0 2px 5px 0 rgba(0, 92, 230, 0.14), 0 10px 10px 0 rgba(0, 92, 230, 0.12), 0 22px 13px 0 rgba(0, 92, 230, 0.07), 0 38px 15px 0 rgba(0, 92, 230, 0.02), 0 60px 17px 0 rgba(0, 92, 230, 0);
    background-color: #2c93f4;
    color: #fff;
}

.nav-pills .nav-link.tabbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 133px;
    height: 50px;
    color: #2A324B;
    padding: 0 30px;
    overflow: hidden;
    background: none;
    border-radius: 30px;
}

.keypic svg {
    width: 80px;
    height: 80px;
    stroke: #fff;
    fill: #fff;
}

.keypic.no-stroke svg {
    stroke: none;
}

.usesec .tab_use {
    border: solid 1px #2c93f4;
    max-width: 980px;
    border-radius: 60px;
    padding: 5px;
    margin: 40px auto;
}

.usesec .nav:first-child li {
    padding-left: 5px;
}

.usesec .nav:last-child li {
    padding-right: 5px;
}


/* .usesec .nav .nav-link {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2a324b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
} */

.keycontent {
    padding: 45px 25px 20px 30px;
    border-radius: 30px;
    /* -webkit-backdrop-filter: blur(20.6px);
  backdrop-filter: blur(20.6px); */
    box-shadow: 0 25.8px 72.3px 0 rgba(219, 224, 236, 0.8);
    border: solid 1px #e7edf3;
    background-color: #fff;
}

.keycnt_left h3 {
    font-family: "K2D", sans-serif;
    font-size: 35px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: left;
    color: #080829;
}

.keycnt_left {
    max-width: 390px;
    border-bottom: 1px solid #E7EDF3;
    padding-bottom: 30px;
}

.keycnt_left p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.6px;
    text-align: left;
    color: #2a324b;
}

.leftdetails h5 {
    font-family: "K2D", sans-serif;
    font-size: 23px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #080829;
    text-align: left;
    text-transform: none;
}

.leftdetails {
    text-align: left;
    margin-top: 35px;
}

.leftdetails li {
    background: url(../images/grntck.png);
    background-position: top 5px left;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.leftdetails li:not(:last-child) {
    margin-bottom: 40px;
}

.btna.know {
    max-width: 147px;
    margin-top: 40px;
}

.pr_head p {
    color: #2A324B;
    text-align: center;
}

.pro_top {
    width: 70px;
    height: 70px;
    border-radius: 7px;
    background-color: #2c93f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.prolist h4 {
    font-family: "K2D", sans-serif;
    font-size: 35px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #080829;
    margin: 23px 0 25px;
}

.prolist p {
    line-height: 1.88;
    color: #2a324b;
}

.prolist {
    max-width: 420px;
    text-align: left;
    margin-left: auto;
}

.pr_details {
    position: relative;
}

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

.pro_pic {
    margin-right: -60px;
    margin-left: -60px;
}

.pr_details .row:nth-child(even) {
    flex-direction: row-reverse;
}

.pr_details .row:nth-child(even) .prolist {
    margin-left: unset;
}

.pr_details .row:nth-child(even) .propic {
    margin-left: -60px;
    margin-right: -60px;
}

.pro_pic img {
    width: 100%;
}

.process {
    background-image: linear-gradient(to bottom, rgba(244, 247, 254, 0), #f4f7fe);
    padding-bottom: 120px;
    position: relative;
}

.pr_num {
    position: absolute;
    top: 363px;
    left: 41%;
}

.pr_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 1px dashed #2c93f4;
}

.listicon {
    background-color: #2c93f4;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    outline: 1px dashed #2c93f4;
    outline-offset: 2px;
}

.pr_details .row {
    position: relative;
}

.pr_details .row:nth-child(1) .listicon {
    left: 56%;
    top: 280px;
}

.pr_details .row:nth-child(2) .listicon {
    left: 38%;
    top: 253px;
}

.pr_details .row:nth-child(3) .listicon {
    left: 56%;
    top: 253px;
    background: #fff;
    color: #080829;
    outline: 1px dashed #080829;
    font-family: "K2D", sans-serif;
    font-size: 37px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.pr_details .row:nth-child(4) .listicon {
    left: 38%;
    top: 186px;
    background: #fff;
    color: #080829;
    outline: 1px dashed #080829;
    font-family: "K2D", sans-serif;
    font-size: 37px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.pr_details .btna {
    max-width: 181px;
    margin: auto;
}

.acv_sec {
    background-image: url('../images/banr.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 120px 0;
}

.acv_head h2 {
    color: #fff;
}

.achive_holder {
    background-image: url(../images/gradientachieve.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0 25px;
    border-radius: 15px;
}

.achive_holder h3 {
    font-family: "K2D", sans-serif;
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.achpic svg {
    width: 70px;
    height: auto;
    fill: #fff;
    stroke: #fff;
}

.achpic svg:hover {
    fill: #2C93F4;
}

.achpic.picwhte svg {
    fill: none;
}

.achive_holder .btna {
    margin-top: 35px;
    background: none;
    border: 1px solid #2C93F4;
}

.acv_head {
    padding-bottom: 80px;
    position: relative;
}

.acv_head::after {
    content: "";
    position: absolute;
    opacity: 0.2;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    width: 420px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: unset !important;
    margin-top: 40px;
}

.acvsidepic {
    position: absolute;
    right: 0;
    bottom: 0;
}

.achive_holder:hover .btna {
    background-color: #2C93F4;
    border: none;
    color: #fff;
}

.frequent_rght h2 {
    text-align: left;
}

.frequent_rght h5 {
    text-align: left;
}

.frequent_rght p {
    color: #2A324B;
    margin-top: 20px;
}

.frequent_rght .btna {
    max-width: 223px;
    margin-top: 40px;
}

.frequently .accordion-button::after {
    background: none;
    background-image: url(../images/fr_1.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.frequently .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.frequently .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/fr_2.png);
}

.acc_list ul li {
    list-style: decimal;
    margin-left: 20px;
    line-height: 30px;
}

.frequently .accordion-button:focus {
    box-shadow: none;
}

.acc_list h6 {
    font-family: "K2D", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #080829;
    margin-bottom: 23px;
}

.frequently .row.fflex {
    align-items: center;
    display: flex;
}

.frequently .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.frequently .accordion-item {
    border: 1px solid #E7EDF3;
    border-radius: 5px;
}

.frequently {
    padding-bottom: 120px;
}

.foot {
    margin-top: auto;
    background-image: url('../images/footerbackground.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 87px;
    padding-bottom: 30px;
}

.foot_left .footer_content {
    max-width: 280px;
    margin-top: 40px;
    font-size: 24px;
}

.footer_slogan {
    font-size: 16px;
    margin-top: 15px;
    max-width: 280px;
    line-height: 1.5em;
}

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

.footlinks li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    line-height: normal;
}

.footlinks li:not(:last-child) {
    margin-bottom: 28px;
}

.footlinks h5 {
    font-family: "K2D", sans-serif;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: none;
    position: relative;
}

.footlinks h5::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background-color: #2C93F4;
    left: 0;
    bottom: -30px;
}

.footlinks ul {
    margin-top: 52px;
}

.footlinks.last ul {
    margin-top: 83px;
}

.foottop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 17px;
}

.foottop ul {
    display: flex;
}

.footer_btm {
    margin-top: 50px;
}

.cards li:not(:last-child) {
    margin-right: 18px;
}

.foottop p {
    font-family: "K2D", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: normal;
    color: #fff;
}

.footbtm {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footbtm a {
    font-family: "K2D", sans-serif;
    color: #fff;
}

.footbtm .btmright a {
    font-family: "Inter", sans-serif;
}

.btmright {
    padding: 5px 0;
}

.btmright span {
    padding: 0 11px;
}

.btmright a:first-child {
    border-right: 1px solid #fff;
    line-height: normal;
}

.footlinks li a:hover {
    color: #2C93F4;
}

.footbtm a:hover {
    color: #2C93F4;
}

.sucesshead h2 {
    margin: 30px 0 40px;
}


/* added */

.sucesslist {
    background-image: url(../images/sidebgr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 23px 30px 23px;
    width: 100%;
    display: flex;
}

/*align slides vertically start*/
.test_slider .slick-track {
    display: flex;
}
.test_slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
/*align slides vertically end*/

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

.sucess .btna {
    margin: auto;
    max-width: 161px;
    margin-top: 30px;
}

.suc_btm ul {
    display: flex;
}

.sucess_details p {
    color: #2A324B;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}

/*//////*/
.success_logo {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.success_logo img {
    max-width: 155px;
}
.success_logo_full {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 287px;
    height: 100%;
    padding-right: 25px;

}
.success_logo_full img {
    max-width: unset;
    width: 70%;
}

/*//////*/
.success_stats {
    border-top: 1px solid #E7EDF3;
    padding-top: 15px;
}
.stats-container-title {
    margin-left: 5px;
    margin-bottom: 10px;
    color: #2A324B;
    font-weight: bold;
}

.stats-container {
    width: 100%;
    overflow-x: auto;
}

.stats-row {
    display: flex;
    margin-bottom: 10px;
}

.stat-block {
    flex-grow: 1;
    margin: 0 5px;
    padding: 13px;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #2A324B;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);

}

.stat-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #080829;
}

.stat-number {
    display: block;
    line-height: 35px;
    font-size: 26px;
    color: #2C93F4;
}
/*///////*/
.video-testimonials h2 span {
    color: #2c93f4;
}
.video-testimonials {
    margin-top: 80px;
    margin-bottom: 15px;
    text-align: center;
    color: #080829;
}

.video-testimonials h2 {
    margin-bottom: 20px;
}

.video-testimonials-blocks {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 80px;
}

.video-testimonial-block {
    display: flex;
    width: 100%;
    padding: 45px;
    background-color: #f7f8fc;
    border-radius: 30px;
}

.video-testimonial-block.left-text-right-video {
    flex-direction: row;
}

.video-testimonial-block.left-video-right-text {
    flex-direction: row-reverse;
}

.testimonial-block-content {
    display: flex;
    width: 100%;
}

.testimonial-text-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}

.testimonial-video-embed {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
}

.testimonial-text-content-centered {
    position: relative;
}
.testimonial-text-content-centered span {
    display: flex;
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.testimonial-text-content-centered p {
    line-height: 24px;
    text-align: left;
}

.testimonial-block-content svg {
    position: absolute;
    top: -36px;
    left: -20px;
}
.testimonial-block-content div:first-child {
    margin-right: 100px;
}

.testimonial-video-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

@media (max-width: 850px) {
    .testimonial-block-content {
        flex-direction: column;
    }
    .testimonial-block-content div:first-child {
        margin-right: 0;
    }
    .testimonial-text-content{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .testimonial-text-content,
    .testimonial-text-content-centered {
        width: 100%;
    }
}
/*//////*/

/*start testimonials page */
.testimonials .banner_header {
    background: url("../images/banr.png") center center no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial-video-banner {
    padding-top: 50px;
}

.testimonial-video-head p {
    color: #fff;
    text-align: center;
    margin-bottom: 55px;
}
.testimonial-video-head h2 {
    color: #fff;
    margin: 30px 0 22px;
}
.testimonial-video-head h2 span {
    color: #2C93F4;
}
.testimonials-video-margin {
    margin-top: 40px;
    margin-bottom: 100px;
}
.video-testimonials-blocks-margin {
    margin: 0
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(35.54deg, rgba(56, 135, 255, 0) 41.41%, rgba(54, 130, 248, 0.1) 99.02%), rgba(255, 255, 255, 0.05);
    border-image-source: linear-gradient(209.8deg, rgba(85, 194, 255, 0.15) 1.07%, rgba(255, 255, 255, 0.15) 46.99%, rgba(0, 0, 0, 0.15) 99.94%);
    backdrop-filter: blur(20px);
}
.testimonial-first-item {
    grid-column: 1 / -1;
}
.testimonial-first-item-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.testimonial-first-item-row > div {
    display: flex;
}

.testimonial-item-avatar {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-item-avatar-margin {
    margin-bottom: 25px;
}

.avatar-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-item-name-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-item-name {
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
}
.testimonial-item-title {
    line-height: 26px;
    font-size: 18px;
}
.testimonial-item-logo {
    display: flex;
    align-items: center;
}
.testimonial-item-logo-margin {
    margin-top: 45px;
}
.company-logo {
    display: flex;
    justify-content: flex-end;
}

.company-logo-img {
    max-height: 40px;
    max-width: 100px;
}

.testimonial-item-content {
    line-height: 27px;
    margin-top: 10px;
}

.testimonial-buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.testimonial-buttons a:first-child {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}
/*end testimonials page */

.suc_btm {
    border-top: 1px solid #E7EDF3;
    padding-top: 30px;
}

.sucsimg {
    width: 277px;
    height: 425px;
    border-radius: 45%;
    position: relative;
    overflow: hidden;
}

.sucsimg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 237px;
    background-image: url(../images/curve_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 5;
    width: 219px;
    height: 100%;
}

.sucsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suc_btm ul li:not(:last-child) {
    margin-right: 4px;
}

.scimg {
    max-width: 277px;
}

.sucess {
    padding: 120px 0;
}

.sucess_details {
    max-width: 615px;
    margin-left: 30px;
}

.acv_head p {
    text-align: center;
}

.suc_btm span {
    color: #2A324B;
}

.slider_head {
    margin-bottom: 15px;
}

.slider_head h4 {
    font-family: "K2D", sans-serif;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #080829;
}

.slider_head span {
    color: #2A324B;
    line-height: 24px;
}

.slider_head {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #e7edf3;
}

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

.slidetab .slick-prev {
    background-color: #2C93F4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/prevup.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 50%;
}

.slidetab .slick-next {
    background-color: #2C93F4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/prevdown.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    top: unset;
}

.slidetab .slick-prev::before,
.slidetab .slick-next::before {
    display: none;
}

.sliitem {
    position: relative;
}

.achive_holder:hover svg {
    stroke: #2C93F4;
    fill: #2C93F4;
}

.slidetab {
    position: relative;
}

.slidetab::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 100%);
}

.cards a:hover {
    transform: scale(1.1);
}


/* sticky header */

.scrolled header {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background-color: #080829;
    z-index: 999;
    padding-bottom: 15px;
    box-shadow: var(--bs-box-shadow);
}

.button_holder {
    transition: 0.3s ease-in-out all;
}

.button_holder:hover .play {
    transform: scale(0.9);
    transition: 0.3s ease-in-out all;
    background-color: rgba(219, 224, 236, 0.8);
}

.button_holder:hover .ply_btn2 {
    backdrop-filter: blur(-2px);
    transition: 0.3s ease-in-out all;
    transform: scale(0.9);
}

.sliitem.slick-current.slick-active .slider_head {
    background-image: url(../images/bd.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#aminate {
    display: inline-block;
    padding: 0 5px;
    color: white;
    border-radius: 5px;
    background: #2c92f3;

}
#aminate span {
    color: white;
}

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

.bnrbtm span {
    max-width: 150px;
    color: #fff;
    margin-left: 10px;
}

.play img {
    margin-left: 3px;
}

.banner_text {
    text-align: center;
}

.frequent_rght p+p {
    margin-top: 21px;
}


/* added-- */

.pro_top::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 62px;
    height: 62px;
}

.pro_top img {
    position: relative;
    z-index: 1;
}

.bnrbtm span {
    max-width: 150px;
    color: #fff;
    margin-left: 10px;
    text-align: left;
}

.linked .fab {
    font-size: 22px;
    color: #fff;
}

.linked a {
    vertical-align: middle;
}


/* --12-04-2024-- */

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.sliitem.slick-current.slick-active .slider_head {
    border: none;
}

.sucesshead p {
    color: #2A324B;
    text-align: center;
    margin-bottom: 55px;
}

.sucesshead h2 {
    margin: 30px 0 22px;
}

.strugle_details li:hover {
    box-shadow: none;
}

.modal-content span {
    font-size: 50px;
}

.acv_sec {
    overflow-x: hidden;
}

.video_holder {
    position: relative;
}

.video_holder span {
    position: absolute;
    top: -55px;
    right: 0;
    line-height: 1em;
}

.sucsimg {
    width: 287px;
}


/* 15.04.2024-- */

.pr_num img:nth-child(2) {
    display: none;
}

.acc_pic {
    display: none;
}

.acc_img {
    display: none;
}

.strugle_details .jjitem {
    flex: 0 0 18.8%;
    flex-direction: column;
    padding: 25px 18px;
    border-radius: 10px;
    box-shadow: -2px 2px 4px 0 rgba(80, 116, 157, 0.2);
    border: solid 1px #e7edf3;
    background-color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.strugle_details a {
    width: 100%;
}

.strugle_details a h6 {
    font-family: "K2D", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #080829;
    margin-top: 20px;
}

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

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

.info_pichold {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.sli_btn {
    width: 38px;
    height: 38px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(141, 199, 253, 0.08);
}

.usesec .slick-next {
    width: 38px;
    height: 38px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(141, 199, 253, 0.08);
    background-image: url('../images/blueblue.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    opacity: 1;
}

.usesec .slick-prev {
    width: 38px;
    height: 38px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(141, 199, 253, 0.08);
    background-image: url('../images/blueblue.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    transform: rotate(180deg);
    top: 16%;
    opacity: 1;
}

.usesec .slick-prev::before,
.usesec .slick-next::before {
    display: none;
}

.nav-pills .nav-link.tabbtn {
    min-width: 150px;
}

.usesec .slick-prev.slick-disabled {
    opacity: 0;
}

.ourservices .accordion_btn::after {
    display: none;
}

.ourservices .accordion-body::after {
    display: none;
}

.keydetails {
    transition: 0.3s ease-in-out all;
}


/* 18-04-2024--- */

.foot-right {
    display: flex;
}

.footlinks:not(:last-child) {
    margin-right: 100px;
}

.slidetab::before {
    display: none;
}

.keydetails {
    padding: 35px 25px 32px 25px;
    min-height: 442px
}

.lg img {
    max-width: 155px;
}


/* 19-04-24 */

.foottop {
    flex-direction: column;
    justify-content: unset;
    border: 0;
    margin-top: 52px;
}

.footer_btm {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cards li:not(:last-child) {
    margin-right: 34px;
}

.footop ul {
    margin-top: 20px;
}

.footlinks:not(:last-child) {
    margin-right: 0;
}

.cards {
    margin-top: 18px;
}

/* blog-listing-page---start */

.list-whol-wrap {
    padding: 100px 0;
}

.blog-li-wrap {
    border: 2px solid #E7EDF3;
    padding: 30px;
    border-radius: 10px;
    height: 100%;

}


.list-wrap .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.blog-text h4 {
    font-size: 25px;
    font-weight: 800;
    color: #080829;
    margin-bottom: 15px;
}

.blog-image {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
}


.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-text p {
    font-size: 16px;
    line-height: 32px;
    color: #2A324B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-text h6 {
    color: #2C93F4;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}

.blog-butt {
    margin-top: 20px;
}

.blog-butt .btna {
    max-width: 100px;
    background: #fff;
    color: #2C93F4;
    border: 1px solid #2C93F4;
}


.blog-tab-wrap .nav-tabs {
    justify-content: center;
    border-bottom: none;

    margin-bottom: 70px;
}

.blog-tab-wrap .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    height: auto;
    min-width: unset;
    border-radius: 0;
    color: #2C93F4 !important;
    position: relative;
}

.blog-tab-wrap .nav-link.active:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #2C93F4;
    position: absolute;
}

.blog-tab-wrap .nav-tabs .nav-link {
    border: none;
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 500;
}


.blogbnr .banner_text p {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

.blogbnr .banner_text h1 {
    max-width: 968px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}


.blog-headin h6 {
    text-align: center;
    color: #080829;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tab-pane.active {
    border: none;
    height: auto;
    min-width: unset;
}


/* blog-listing-page-end */
/* 24-05-2024---start */
.blogbnr .banner_text .btna {
    max-width: 143px;
    margin: 31px auto 0;
    position: relative;
    z-index: 1;
}

.banner.blogbnr {
    padding: 200px 0 100px;
    min-height: auto;
}

.blogbnr .banner_text {
    max-width: 929px;
    margin-inline: auto;
    margin-top: 0;
}

div#loading {
    text-align: center;
    font-size: 20px;
    font-family: "K2D", sans-serif;
}

/* only blog 25.05.2024 start */
.banner.banner_only_blog_sec:before {
    display: none;
}

.blog-butt .btna:hover {
    max-width: 100px;
    background: #2C93F4;
    color: #fff;
    border: 1px solid #fff;
}

/* only blog 25.05.2024 end */

@media (min-width:992px) and (max-width:1050px) {
    .intercom-app>div[class*="intercom-"]:not(.intercom-messenger-frame) {
        bottom: 80px !important
    }
}


/* 19-04-24 */


/* blog-deatils-page-22-5-24 */

.blog-details-banner h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-banner .banner_text {
    max-width: 1000px;
}

.blog-details-banner .banner_text h1 {
    text-transform: capitalize;
}

.scroll-whol-wrap .scrollspy-example h2 {
    color: #080829;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "K2D", sans-serif;
    text-align: left;
}

.scroll-whol-wrap .scrollspy-example h3 {
    color: #080829;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "K2D", sans-serif;
    text-align: left;
}


.scroll-whol-wrap .scrollspy-example h4 {
    color: #080829;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "K2D", sans-serif;
    text-align: left;
}


.scroll-whol-wrap .scrollspy-example h2 span {
    color: #2C93F4;
}

.scroll-whol-wrap .scrollspy-example p {
    color: #2A324B;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}


.scroll-whol-wrap .scrollspy-example ul li {
    color: #2A324B;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.scroll-whol-wrap .scrollspy-example ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    background-image: url(../images/green-tick.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

.scroll-whol-wrap {
    display: flex;
    justify-content: space-between;
}

.scroll-whol-wrap .list-group {
    width: 22%;
    position: sticky;
    top: 0;
    height: fit-content;
    padding-top: 100px;
}

.scroll-whol-wrap .scrollspy-example {
    width: 75%;
    position: relative;
}

.scroll-whol-wrap .itemi::before {
    position: absolute;
    top: 100px;
    left: 22px;
    background-image: url(../images/line.png);
    height: calc(30px + 100%);
    width: 2px;
    content: "";
}

.scroll-whol-wrap .itemi:last-child:before {
    display: none;
}

.scroll_content {
    padding: 100px 0;
    padding-top: 0;
}

.scroll-whol-wrap .list-group .list-group-item {
    border: none;
    color: #909AB9;
    font-weight: 800;
    padding-left: 0;
}

.scroll-whol-wrap .list-group .list-group-item.active {
    background-color: transparent;
    color: #000;
    display: block;
    font-weight: 800;
    height: auto;
    min-width: unset;
    border: none;
}


.scroll-whol-wrap .list-group .list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: transparent;
}

.scrollspy-example .itemi {
    margin-bottom: 0px;
    position: relative;
    padding-left: 70px;
    counter-increment: div;
    position: relative;
    padding-top: 50px;
    padding-top: 100px;

}

.scrollspy-example .itemi a {
    text-decoration: underline;

}

.list-group h6 {
    color: #080829;
    font-weight: 800;
    font-size: 26px;
    font-family: "K2D", sans-serif;
    margin-bottom: 40px;
}

.scrollspy-example .itemi:after {
    position: absolute;
    content: '0' counter(div);
    top: 100px;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #2C93F4;
    color: #080829;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.scrollspy-example .itemi.active:after {
    background-color: #2C93F4;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ffff;
}

.scrollspy-example .itemi.active {
    border: none;
    min-width: unset;
    height: auto;
    display: block;
}

/* like-section */

.like-section .list-heading h4 {
    color: #080829;
    font-size: 50px;
    font-weight: 800;
    font-family: "K2D", sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.like-section .list-heading h4 span {
    color: #2c93f4;
    font-family: "K2D", sans-serif;
}

.like-section {
    padding-bottom: 120px;
}

.form-wrap form label {
    color: #080829;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-wrap form .last-name {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.form-wrap .form-control {
    background-color: #F8FAFB;
    margin-bottom: 20px;
    height: 50px;
    box-shadow: none;
}

.form-wrap .input::placeholder {
    color: #2A324B;
    font-size: 15px;
    font-weight: 500;
}

.form-wrap .input:focus {
    box-shadow: none;
    border: 1px solid #2C93F4;
}

.form-wrap textarea:focus {
    box-shadow: none;
    border: 1px solid #2C93F4;
}

.form-wrap textarea::placeholder {
    color: #2A324B;
    font-size: 15px;
    font-weight: 500;
}

.form-wrap input[type="submit"] {
    border: none;
    margin-top: 20px;
}

.form-wrap h6 {
    font-weight: 800;
    font-family: "K2D", sans-serif;
    font-size: 30px;
    color: #080829;
    margin-bottom: 15px;
}

.form-wrap {
    background-color: #fff;
    border: 1px solid #E7EDF3;
    border-radius: 30px;
    padding: 20px;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;

}

.total-from-wrap {
    position: relative;
    border: 2px solid rgb(255, 255, 255, 0.2);
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 30px;
    z-index: 3;
    backdrop-filter: blur(20px);
    margin-bottom: -300px;
}

.total-from-wrap:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 4.13px 65.14px 0px rgba(0, 0, 0, 0.08);
}

.form-wrap textarea {
    height: 200px;
    width: 100%;
    background-color: #F8FAFB;
    border: 1px solid #E7EDF3;
    border-radius: 10px;
    padding: 10px;
}

.shape-growth {
    background-image: url(../images/safe-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 980px;
    margin-left: auto;
    margin-top: 40px;
    padding: 10px;
    padding-bottom: 17px;
}

.gro-shol-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.gro-image {
    width: 270px;
    height: 270px;
}

.gro-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gro-image {
    width: 270px;
    height: 270px;
    margin-right: 30px;
    border-radius: 50%;
}

.gro-text p {
    border-bottom: 1px solid #E7EDF3;
    padding-bottom: 10px;
}

.gro-text {
    width: calc(100% - 300px);

}

.scroll-button-wrap {
    display: flex;
    justify-content: center;
}

.next-wrap {
    display: flex;
    align-items: center;
    margin-left: 20px;
}


.pre-wrap {
    display: flex;
    align-items: center;
}

.pre-wrap p,
.next-wrap p {
    color: #909AB9;
    font-weight: 500;
    padding: 0px 10px;
}

.scroll-button-whol-wrap {
    padding-bottom: 80px;
}

.scroll-all-wrap {
    border-bottom: 2px solid #E7EDF3;
    padding-bottom: 70px;
}

.shape-growth p {
    font-size: 18px;
    color: #2A324B;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 25px;
}

.shape-growth h4 {
    color: #2A324B;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: "K2D", sans-serif;
}

.gro-logo {
    margin-top: 30px;
}

.itemi img {
    margin: 25px auto;
    display: block;
}

.blog-details-banner a.scroll-btn {
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
    max-width: 200px;
    display: block;
    position: relative;
    z-index: 1;
}

.blog-details-banner a.scroll-btn p {
    color: #fff
}

/* basic-div */
.basic-para h1,
.basic-para h2,
.basic-para h3,
.basic-para h4,
.basic-para h5,
.basic-para h6 {
    font-family: "K2D", sans-serif;
    font-weight: 800;
    color: #080829;
    text-align: left;
    margin-bottom: 20px;
}

.basic-para h1 {
    font-size: 60px;
}

.basic-para h2 {

    font-size: 50px;

}

.basic-para h3 {

    font-size: 40px;

}

.basic-para h4 {
    font-size: 30px;
}

.basic-para h5 {
    font-size: 20px;
}

.basic-para h6 {
    font-size: 16px;
}

.basic-para p {
    font-size: 16px;
    font-weight: 400;
    color: #2a324b;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
}
.basic-para p:last-child {
    margin-bottom: 0;
}

.basic-para img {
    margin: 20px auto;
    display: flex;
}

.basic-para ul {
    margin-top: 20px;
}

.basic-para li {
    color: #2A324B;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.basic-para li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    background-image: url(../images/green-tick.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

.basic-sec {
    padding: 50px 0;
}


/* basic-div */
/* blog-details-page 22-5-24 */


/* fixing-24-05-24 */
.list-group a.left_item {
    color: #909AB9;
    font-size: 17px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 10px;
}

/* 29-05-2024 */

.list-group ul.navo li a.left_item.active {
    color: #000;
}

/* 29-05-2024 */

/* 31-05-24 */

.scroll-whol-wrap .scrollspy-example ol li {
    color: #2A324B;
    margin-bottom: 0;
    font-size: 16px;
}

/* 31-05-24 */


/* 03-06-24 */

.scroll-whol-wrap .scrollspy-example figure {
    line-height: normal;
}

.scroll-whol-wrap .scrollspy-example .wp-block-image.aligncenter {
    text-align: left;
}

section.banner.not_found {
    min-height: auto;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 150px 0;
}

.error_page h2 {
    color: #fff;
}

.default_page_bnr.banner {
    min-height: auto !important;
    padding: 140px 0 100px;
}

.default_page_bnr.banner .banner_text {
    margin-top: 0;
    text-align: center !important;
}
.category_page_wrap{
    padding: 40px 0;
}

.category_page_wrap .category_item {
    margin: 10px 0;
}

.inner-section p {
    margin-bottom: 1.5em;
}

.inner-section h1,
.inner-section h2,
.inner-section h3,
.inner-section h4,
.inner-section h5,
.inner-section h6 {
    margin-bottom: 1em;
}

/* start pricing section */

.pricing_section {
    position: relative;
    padding: 120px 0;
    background-image: linear-gradient(180deg, rgba(244, 247, 254, 0) 25%, #f4f7fe 75%);
    overflow-x: hidden;
}

.pricing_head {
    max-width: 869px;
    margin: auto;
}

.pricing_head h5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 32px;
}

.pricing_head h2 {
    font-family: K2D;
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #080829;
    margin-bottom: 32px;
}

.pricing_head h2 span {
    color: #2c93f4;
}

.pricing_buttons_container {
    margin-bottom: 80px;
    width: fit-content;
}

.pricing_buttons {
    display: flex;
    border: 1px solid #2c93f4;
    border-radius: 30px;
    position: relative;
    margin-bottom: 20px;
}

.pricing_buttons .pricing_button {
    position: relative;
    color: #2A324B;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
}

.pricing_buttons .pricing_button.active {
    color: white;
    background: #2c93f4;
}

.pricing_buttons .pricing_discount_arrow {
    position: absolute;
    right: -41px;
    top: -30px;
}

.pricing_buttons .pricing_discount_amount {
    position: absolute;
    right: -92px;
    top: 10px;
}

.pricing_buttons .pricing_discount_amount div {
    padding: 6px 8px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #C5E3FF;
    box-shadow: 0 4px 4px 0 #2C93F433;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    color: #2C93F4;
    text-transform: uppercase;
}

.pricing_buttons_container .more_users {
    font-family: K2D;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #6E6E8B;
}

.users_select_container {
    display: flex;
    justify-content: center;
}

.users_select .users_select_amount {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #080829;
}

/********** Range Input Styles **********/
/*Range Reset*/
.users_select input[type="range"] {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--val) - var(--min))/var(--range));
    --sx: calc(.5*1.5em + var(--ratio)*(100% - 1.5em));
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 230px;
}

/* Removes default focus */
.users_select input[type="range"]:focus {
    outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
.users_select input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(#2C93F4, #2C93F4) 0/var(--sx) 100% no-repeat #E3E7EE;
    border-radius: 4px;
    height: 8px;
}

/* slider thumb */
.users_select input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */

    /*custom styles*/
    background-color: #fff;
    height: 24px;
    width: 24px;
    border: 2px solid #2C93F4;
}

.users_select input[type="range"]:focus::-webkit-slider-thumb {
    border: 2px solid #2C93F4;
}

/******** Firefox styles ********/
/* slider track */
.users_select input[type="range"]::-moz-range-track {
    background: linear-gradient(#2C93F4, #2C93F4) 0/var(--sx) 100% no-repeat #E3E7EE;
    border-radius: 4px;
    height: 8px;
}

/* slider thumb */
.users_select input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0; /*Removes default border-radius that FF applies*/

    /*custom styles*/
    background-color: #fff;
    height: 24px;
    width: 24px;
    border: 2px solid #2C93F4;
}

.users_select input[type="range"]:focus::-moz-range-thumb {
    border: 2px solid #2C93F4;
}


.pricing_buttons_container .more_users a{
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 20%;
    color: #2C93F4;
}

.free_usage {
    margin: 30px 0;
    font-family: "K2D", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
    color: #6E6E8B;
}

.free_usage a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 20%;
    color: #2C93F4;
}

.plans_container {
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    padding: 52px 60px;
}

.plans_row {
    justify-content: center;
}

.plans_row > div:not(:first-child) {
    padding-left: 60px;
}

.plan_header {
    font-family: K2D;
    margin-bottom: 40px;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.plan_header img {
    max-height: 36px;
    max-width: 36px;
    overflow: hidden;
    margin-bottom: 20px;
}

.plan_header h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #080829;
}

.plan_header .subtitle {
    font-size: 16px;
    color: #6E6E8B;
}

.plan_price {
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 32px;
}

.plan_price h4 {
    font-family: K2D;
    font-size: 44px;
    font-weight: 800;
    color: #080829;
}

.plan_price span:not(.changeable_price) {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #2A324B;
}

.plan_content {
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.plan_content .included {
    padding: 8px 12px 8px 38px;
    border-radius: 6px;
    background: #F0F8FF;
    border: 1px solid #D8ECFF;
    position: relative;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #080829;
    margin-bottom: 24px;
    display: inline-block;
}

.plan_content .included:before {
    content: '';
    position: absolute;
    left: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/double_check.png);
}

.plan_content .caption {
    font-family: K2D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #2C93F4;
    margin-bottom: 20px;
}

.plan_content ul {
    margin-bottom: 40px;
}

.plan_content ul li {
    list-style: none;
    font-family: Inter;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 16px;
}

.plan_content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #2C93F4;
    border-radius: 100%;
    border: 3px solid #E0F0FF;
}

.plan_collapse .plan_collapse_content {
    max-height: 230px;
    transition: max-height 250ms ease-in-out;
    overflow: hidden;
    position: relative;
}

.plan_content:not(.plan_collapse) .btn-less,
.plan_content:not(.plan_collapse) .btn-more {
    display: none;
}

.plan_collapse.show .plan_collapse_content {
    max-height: 1200px;
}

.plan_collapse .plan_collapse_content:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.popular_plan .plan_collapse .plan_collapse_content:before{
    background: linear-gradient(0deg, rgba(226,241,255,1) 0%, rgba(226,241,255,0) 100%);
}

.plan_collapse.show .plan_collapse_content:before {
    content: none;
}

.plan_collapse .btn-less,
.plan_collapse .btn-more {
    font-family: K2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
    color: #2C93F4;
}

.plan_collapse .btn-less {
    display: none;
}

.plan_collapse .btn-less img{
    transform: rotateX(180deg);
}

.plan_collapse .btn-more {
    display: block;
}

.plan_collapse.show .btn-less {
    display: block;
}

.plan_collapse.show .btn-more {
    display: none;
}

.plan_bottom a {
    text-align: center;
    width: 100%;
    padding: 16px 24px;
    border-radius: 72px;
    border: 1px solid #2C93F4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    background: #2C93F4;
    color: #E2F1FF;
    transition: all 0.3s ease-in-out;
}

.plan_bottom a:hover {
    color: #2C93F4;
    background: transparent;
}

.plan_bottom div {
    margin-top: 12px;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    line-height: 16px;
    color: #6E6E8B;
}

.popular_plan {
    position: relative;
    top: -112px;
    padding: 40px 48px;
    border-radius: 14px;
    background: #E2F1FF;
    border: 1px solid #BEE0FF;
    box-shadow: 23px 29px 0 0 #BFDEFC30;
    height: fit-content;
}

.popular_plan .plan_bottom a {
    background: #2C93F4;
    color: #E2F1FF;
}

.popular_plan .plan_bottom a:hover {
    color: #2C93F4;
    background: #E2F1FF;
}

.popular_plan .plan_content ul li:before {
    background: #2C93F4;
    border: 3px solid #BCDFFF;
}

.popular_plan .plan_content .included {
    background: #CDE7FF;
    border: 1px solid #A9D5FF;
}

.popular_plan .popular_plan_badge {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 14px 0 14px;
    background: #2C93F4;
    color: #fff;
    font-family: K2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 24px;
}

.popular_plan .popular_plan_badge img {
    margin-left: 10px;
}

/* end pricing section */

/* start integrations page */

.integrations {
    color: #2A324B !important;
}

.integrations .banner {
    background: url("../images/banr.png") center center no-repeat;
    background-size: cover;
    position: relative;
}

.integrations .banner h1 {
    font-family: K2D;
    font-size: 70px;
    font-weight: 800;
    line-height: 85px;
    color: #fff;
}

.integrations .banner p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;]
}

.integrations_list {
    padding: 120px 0 140px;
    position: relative;
}

.integrations_list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: linear-gradient(180deg, rgba(244, 247, 254, 0) 0%, #F4F7FE 67.54%);
}

.integrations_list .integrations_list_background {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.integrations_title {
    text-align: center;
    margin-bottom: 60px;
}

.integrations_title > div {
    display: inline-block;
    height: 50px;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    border: 1px solid #2C93F4;
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
}

.integration_container {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}
.integration_container:hover {
    transform: scale(1.05);
}

.integration_container .integration_icon {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.integration_container .integration_content {
    min-height: 220px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #E7EDF3;
    box-shadow: -2px 2px 4px 0 #50749D33;
    margin-top: 40px;
    padding: 80px 32px 50px;
    text-align: center;
}

.integration_container .integration_content h4 {
    font-family: K2D;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    color: #080829;
    margin-bottom: 24px;
}

.integration_container .integration_content p {
    font-family: Inter;
    font-size: 16px;
    line-height: 28px;
    min-height: 84px;
    color: #2A324B;
}

.integrations_cta {
    padding: 120px 0 120px;
    background: url("../images/cta_background.png") center center no-repeat;
    background-size: 50%;
}

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


.integrations_cta_container {
    text-align: center;
    max-width: 700px;
    padding: 80px 90px 100px;
    margin: 0 auto;
}

.integrations_cta_logo img {
    width: 220px;
}

.integrations_cta_container h2 {
    font-family: K2D;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-transform: capitalize;
    color: #080829;
    margin-bottom: 32px;
}

.integrations_cta_container h2 span {
    color: #2C93F4;
}

.integrations_cta_container p {
    font-family: Inter;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #2A324B;
}

.integrations_cta_container a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    background: #2C93F4;
    box-shadow: 0 10px 10px 0 #005CE61F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}

/* end integrations page */

/* start affiliates page */

.affiliates_page .banner_text h1 {
    line-height: 80px;
    font-size: 67px;
    font-weight: 800;
    margin-bottom: 40px;
}

.affiliates_page .banner_text p {
    font-family: Inter;
    line-height: 33px;
    font-size: 16px;
    margin-bottom: 40px;
}

.affiliates_page .button_sec .btna {
    padding: 10px 30px;
    background: #2C93F4;
    margin: 0 auto;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.affiliates_benefits {
    color: #000;
}

.benefits_container {
    margin: 100px 0;
}

.benefits_container .benefits_icon {
    min-height: 250px;
    border-radius: 20px;
    padding: 20px 0;
    background: #F4F7FE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.benefits_container .benefits_icon img {
    max-width: 200px;
    max-height: 200px;
}

.benefits_container .benefits_content {
    text-align: center;
    padding: 0 10px;
}

.benefits_container .benefits_content h4 {
    font-family: K2D;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.benefits_container .benefits_content p {
    font-family: Inter;
    font-size: 16px;
    line-height: 25px;
}

.affiliates_bg_gradient {
    background: linear-gradient(180deg, rgba(244, 247, 254, 0) 0%, #F4F7FE 52.81%);
}

.affiliates_steps {
    padding-bottom: 250px;
}

.affiliates_steps .steps_header h3 {
    font-family: K2D;
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
    text-align: center;
    margin-bottom: 70px;
    color: #080829;
}

.affiliates_bg_icon {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.steps_container {
    color: #080829;
    padding: 0 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.steps_container div {
    width: 100%;
}

.steps_container .step_icon {
    margin-bottom: 30px;
    text-align: center;
}

.steps_container .steps_icons {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.affiliates_steps .col-md-4:not(:last-of-type):before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    top: 21px;
    height: 1px;
    border: 1px dashed #280061;
    z-index: -1;
}

.steps_container .steps_icons img {
    width: 48px;
}

.steps_container .step_icon img {
    width: 70px;
}

.steps_container .step_content {
    font-family: K2D;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.affiliates_cta_wrapper {
    min-height: 150px;
    background: #2C93F4;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
    margin-bottom: 100px;
}

.affiliates_cta_wrapper.bottom_cta {
    padding: 65px;
}

.affiliates_cta_wrapper h4 {
    font-family: K2D;
    font-size: 45px;
    font-weight: 800;
    line-height: 62px;
}

.affiliates_cta_wrapper div:last-child {
    text-align: right;
}

.affiliates_cta_wrapper a {
    background: #fff;
    border: 1px solid #fff;
    color: #2C93F4;
    padding: 10px 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    text-align: center;
}

.affiliates_cta_wrapper a:hover {
    background: #2C93F4;
    color: #fff;
}

.affiliates_cta_wrapper .btna span {
    font-weight: 700;
}

.affiliates_conditions {
    margin-top: 110px;
    margin-bottom: 110px;
}

.affiliates_conditions h3 {
    font-family: K2D;
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
    text-align: center;
    color: #080829;
    margin-bottom: 35px;
}

.affiliates_conditions h3 span {
    color: #2C93F4;
}

.affiliates_conditions .col {
    padding: 0 110px;
}

.affiliates_conditions col:first-of-type {
    padding-top: 0;
}

.condition_content {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #000;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: Inter;
    font-size: 20px;
    line-height: 30px;
}

.condition_content img {
    width: 48px;
    margin-top: 15px;
}
/* end affiliates page */

/* start webhooks page */
.webhooks {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.webhooks_container {
    width: 100%;
    max-width: 760px;
}
.webhooks *{
    color: black;
}
.webhooks p{
    margin: 0
}
.code_grey {
    padding: 2px 4px;
    color: rgb(41, 42, 46);
    background: rgba(5, 21, 36, 0.06);
}
.webhooks_margin_bottom {
    display: flex;
    margin-bottom: 30px;
}
.webhooks_margin_left {
    margin-left: 20px;
}
.webhooks_title_text {
    font-size: 25px;
}
/* end webhooks page */

/* home page */
.signupWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}
#signupEmail::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#signupEmail:focus {
    border-color: #2C93F4;
    background-color: rgba(0, 0, 0, 0.4);
}
#signupEmail {
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    width: 300px;
    outline: none;
    transition: all 0.3s ease;
}
#scheduleDemoBtn {
    display: flex;
}
.signup-block {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media (max-width: 845px) {
    .signupWrapper {
        flex-direction: column;
    }
}
@media (max-width: 560px) {
    .signup-block {
        flex-direction: column;
    }
}
/* home page*/
