﻿@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/*============================================================
 Reset css start
===============================================================*/



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.ul_list {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    scroll-behavior: smooth;
} */


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

.img-res {
    max-width: 100%;
    max-height: 100%;
}


/*============================================================
 Reset css end
===============================================================*/


/*============================================================
 header
===============================================================*/

:root {
    --main-color-block: #2A2A2A;
    --main-color-blue: #487FD8;
    --main-color-white: #fff;
}

.container_pd {
    padding: 0 100px;
}

.header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 20px 0px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 9;
}

.logo>a {
    width: 135px;
    display: block;
}

nav>ul>li {
    position: relative;
    margin: 0px 23px;
}

nav>ul>li>a {
    color: var(--main-color-block);
    font-weight: 500;
    display: block;
    font-size: 17px;
    transition: all .5s ease-in-out;
}

nav>ul>li>.navactive {
    color: var(--main-color-blue);
}

nav>ul>li>a:hover {
    color: var(--main-color-blue);
}

nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    width: 200px;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #eee;
    transition: all .5s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
}

nav>ul>li:hover>ul {
    transform: initial;
    opacity: 1;
    visibility: initial;
}

nav>ul>li>ul>li {
    border-bottom: 1px solid #eee;
}

nav>ul>li>ul>li:last-child {
    border-bottom: none;
}

nav>ul>li>ul>li>a {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

nav>ul>li>ul>li>a:hover {
    background: #eee;
    color: #000;
}

.loginbtn {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.loginbtn .menubar {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.nvclose {
    display: none;
}

.loginbtn>a {
    display: flex;
    padding: 9px 25px;
    color: var(--main-color-white);
    align-items: center;
    column-gap: 7px;
    transition: all .5s ease-in-out;
}

.loginbtn>a>img {
    width: 20px;
}

.gradianbtn {
    background: transparent linear-gradient(180deg, #4176E2 0%, #2F33C5 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    transition: all .5s ease-in-out;
}

.gradianbtn:hover {
    background: transparent linear-gradient(180deg, #2F33C5 0%, #4176E2 100%) 0% 0% no-repeat padding-box;
    transform: scale(1.1);
}


/*banner*/

.bannerbox>span,
.bannerbox>h1,
.bannerbox>p {
    display: block;
}

.bannerbox>span {
    font-size: 22px;
    font-weight: 500;
}

.bannerbox>h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.bannerbox>h1>span {
    color: var(--main-color-blue);
}

.bannerbox>p {
    font-size: 16px;
}

.try_demo {
    margin-top: 30px;
}

.try_demo {
    column-gap: 20px;
}

.try_demo>a {
    border: 3px solid #3E6ADD;
    border-radius: 7px;
    text-transform: uppercase;
    padding: 10px 23px;
    color: var(--main-color-blue);
    display: flex;
    align-items: center;
    transition: all .5s ease-in-out;
}

.try_demo>a:hover {
    transform: scale(1.1);
}

.try_demo .gradianbtn {
    border: none;
    color: #fff;
}

.try_demo .gradianbtn>img {
    width: 16px;
    margin-right: 10px;
}

.bannerbox,
.videobox {
    margin: 60px 0px;
}

.videobox video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.graybg {
    background: #F8F8F8;
}

.logo_client {
    padding: 40px 0px;
}

.logo_client>h3 {
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: 700;
    width: 70%;
    margin: auto;
}

.trust__list {
    column-gap: 50px;
    margin-top: 30px;
}

.headingall {
    margin-bottom: 40px;
}

.headingall>span,
.headingall>h1,
.headingall>h2,
.headingall>p {
    display: block;
}

.headingall>span {
    font-size: 20px;
    font-weight: 600;
}

.headingall>h1,
.headingall>h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--main-color-blue);
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.headingall>h1::before,
.headingall>h2::before {
    position: absolute;
    width: 130px;
    height: 5px;
    background: transparent linear-gradient(90deg, #488FED 0%, #291FBC 100%) 0% 0% no-repeat padding-box;
    content: '';
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.headingall>p {
    font-size: 16px;
    font-weight: 500;
}


/*ai section*/

.whitebox_round {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: rgb(100 100 111 / 20%) 0px 0px 25px 0px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
    margin-bottom: 50px;
}

.box_ai>span {
    display: flex;
    background: #F9F9F9;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.box_ai>span>img {
    width: 75px;
    margin: auto;
}

.box_ai>p {
    font-size: 23px;
    text-align: center;
    display: block;
    font-weight: 600;
    padding: 0 33px;
}

.gpbx {
    justify-content: center;
    column-gap: 35px;
}

.linebox>p {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.linebox>a {
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
}

.linebox>a>i {
    margin-left: 10px;
    color: #fff;
}


/*sell*/

.lightblue {
    background: #F7F6FF;
    overflow: hidden;
}

.pdbx1 {
    padding: 10px 0px;
}

.leftspece {
    margin-left: -60px;
}

.rightspece {
    margin-right: -60px;
}

.righttext_space {
    width: 50%;
    padding-left: 80px;
}

.imgwhy {
    width: 45%;
}

.box_why {
    margin-bottom: 20px;
}

.whycnt>h3,
.whycnt>p,
.whycnt>span {
    display: block;
}

.whycnt>h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.whycnt>span {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}

.whycnt>p {
    font-size: 20px;
}

.whycnt .try_demo>a>img {
    width: 16px;
}

.iconflx>li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 15px;
}

.iconflx>li>span {
    width: 54px;
    height: 54px;
    border-radius: 50px;
}

.iconflx>li>h4 {
    color: var(--main-color-blue);
    font-size: 20px;
}

.twoflx {
    flex-wrap: wrap;
}

.twoflx>li {
    width: 48%;
}


/*testimonial*/

.testimonial_slider {
    width: 70%;
    margin: auto auto 50px auto;
}

.testimonial_slider .carousel {
    padding-bottom: 50px;
}

.testimonial_slider .carousel-indicators {
    z-index: 1;
}

.testimonial_slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50px;
    border: none;
    opacity: 1;
    margin: 0 10px;
}

.testimonial_slider .carousel-indicators .active {
    background: var(--main-color-blue);
}

.testimonial_slider .text_test {
    text-align: center;
}

.text_test>h4,
.text_test>h5,
.text_test>h5>span,
.text_test>p {
    display: block;
    text-align: center;
}

.text_test>h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text_test>p {
    font-size: 20px;
}

.text_test>span {
    margin-top: 30px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #cacaca;
    margin-bottom: 10px;
}

.text_test>h5 {
    font-size: 20px;
    font-weight: 600;
}

.text_test>h5>span {
    color: #939393;
    font-size: 16px;
    margin-top: 5px;
}


/*footer*/

.footer {
    background: var(--main-color-block);
    padding-top: 40px;
}

.logo_f>span {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}

.logo_f>p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.f_nav>h4 {
    font-weight: 600;
    font-size: 22px;
    text-decoration: underline;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.f_nav>ul>li {
    position: relative;
}

.f_nav>ul>li>a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 5px 5px 5px 20px;
    transition: all .5s ease-in-out;
}

.f_nav>ul>li>a:hover {
    padding-left: 15px;
}

.f_nav>ul>li>a>span {
    position: absolute;
    left: 0;
    top: 5px;
}

.f_nav>ul>li>a>span>i {
    color: #fff;
}

.f_contact {
    margin-bottom: 15px;
}

.f_contact>span,
.rig_cnt {
    float: left;
}

.f_contact>span {
    width: 50px;
}

.rig_cnt {
    width: calc(100% - 50px);
}

.rig_cnt>p,
.rig_cnt>a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.social_link {
    display: flex;
    column-gap: 20px;
    margin-top: 25px;
}

.social_link>a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all .5s ease-in-out;
}

.social_link>a:hover {
    transform: scale(1.1);
}

.social_link>a>i {
    color: var(--main-color-blue);
}

.fbottom {
    text-align: center;
    border-top: 1px solid #3B3E47;
    margin-top: 20px;
}

.fbottom>ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

.fbottom>ul>li {
    position: relative;
}

.fbottom>ul>li::before {
    position: absolute;
    right: -18px;
    top: 0;
    content: '|';
    color: #fff;
}

.fbottom>ul>li:last-child::before {
    display: none;
}

.fbottom>ul>li>a {
    color: #fff;
}

.fbottom>span {
    color: #fff;
    font-size: 15px;
    padding: 15px 0px;
    display: block;
}


/*=========about===========*/

.mt50 {
    margin-top: 50px;
}

.abtxt .headingall {
    margin-bottom: 25px;
}

.abtxt .headingall>h1::before,
.abtxt .headingall>h2::before {
    right: initial;
}

.abtxt .headingall>h1>span {
    font-weight: 600;
}

.abtxt>p {
    font-size: 20px;
    line-height: 33px;
}

.mbpx {
    overflow: hidden;
}

.mbpx .whycnt>p {
    margin-bottom: 20px;
}

.frmbox {
    position: relative;
    margin-bottom: 15px;
}

.frmbox>input,
.frmbox .nice-select {
    height: 62px;
}

.frmbox>input,
.frmbox .nice-select,
.frmbox>textarea {
    background: #FCFCFC;
    border: 1px solid #DDDDDD;
    border-radius: 5px !important;
    outline: none !important;
    width: 100%;
    padding: 18px 20px;
}

.frmbox .pds {
    padding: 15px 20px;
}

.frmbox .nice-select {
    padding: 11px 20px;
}

.formsbt>button {
    padding: 15px 70px;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.mb50 {
    margin-bottom: 50px;
}


/*=========feature===========*/

.circlebox {
    border: 1px solid #eee;
    box-shadow: rgb(185 185 185 / 20%) 0px 2px 8px 0px;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px 30px;
    margin-top: 30px;
}

.all_txt>h2 {
    font-size: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.all_txt>p {
    font-size: 18px;
    line-height: 31px;
}

.fimg {
    height: 267px;
}


/*=========career===========*/

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: #fff;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 22px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#main #faq .card .collapsing {
    background: #F1F4FF;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #F1F4FF;
    line-height: 30px;
    color: #222;
}

#main .card-body {
    padding: 30px;
}

.jobtxt {
    text-align: left;
}

.jobtxt>h3 {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.jobtxt>p,
.rq_list>li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.rq_list>li {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}

.rq_list>li::before {
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    background: #487FD8;
    content: '';
}

.aply {
    margin-top: 30px;
}

.aply>a {
    padding: 5px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.graybg {
    background: #FAFAFA;
    padding: 20px 0px;
}

.cltp {
    position: absolute;
    color: #ddd;
    top: 23px;
    right: 17px;
}


/*=========contact===========*/

.mapbox>iframe {
    width: 100%;
    height: 445px;
    border: none;
}

.contact_txt {
    text-align: center;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 0px 25px 0px;
    border-radius: 32px;
    padding: 47px 59px;
    margin-bottom: 50px;
    column-gap: 50px;
    width: 32%;
}

.contact_txt>span {
    display: block;
    width: 70px;
    margin: auto auto 20px auto;
}

.txt_cnt>h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.txt_cnt>p,
.txt_cnt>a {
    font-size: 15px;
    color: #222
}

.contact_txt>span>img {
    border-radius: 50px;
}


/*=========pricing===========*/

.pricing-plans-two {
    background: #ffffff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    margin-top: 120px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: relative;
    width: 32%;
}

.listprice {
    max-height: 1450px;
    overflow-y: auto;
}

.listprice::-webkit-scrollbar {
    -webkit-appearance: none;
}

.listprice::-webkit-scrollbar:vertical {
    width: 11px;
}

.listprice::-webkit-scrollbar:horizontal {
    height: 11px;
}

.listprice::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.pricing-plans-two:before {
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-plans-two .plan-cost-wrapper {
    background: #111111;
    color: #ffffff;
    border: 10px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0px auto 0px;
    width: 180px;
    height: 180px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -90px;
    padding: 35px 0;
}

.pricing-plans-two .plan-cost-wrapper {
    background-color: #1b3764;
}

.gradian_pn .plan-cost-wrapper {
    background-color: #3852d3;
}

.pricing-plans-two .plan-cost {
    font-size: 60px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: -1px;
    color: #ffffff;
    line-height: 0.8;
    margin-bottom: 5px;
}

.pricing-plans-two .plan-cost .plan-cost-prefix {
    display: inline;
    font-size: 36px;
    line-height: inherit;
    vertical-align: super;
    color: #ffffff;
    font-weight: 600;
}

.pricing-plans-two .plan-validity {
    margin: 0;
    letter-spacing: 0px;
    font-size: 12px;
    color: #ffffff;
}

.container_pd1 {
    padding: 0 50px;
}

.card-header {
    background: transparent;
    padding: 120px 30px 0px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.price_heading>span {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.price_heading>h2 {
    color: #487FD8;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.price_heading>h2::before {
    position: absolute;
    width: 40px;
    height: 3px;
    background: transparent linear-gradient(90deg, #488FED 0%, #291FBC 100%) 0% 0% no-repeat padding-box;
    content: '';
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.listprice>li {
    position: relative;
    border-bottom: 1px dashed #eee;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 15px 10px;
}

.prsbtn {
    padding-bottom: 20px;
    margin-top: 10px;
}

.prsbtn>a {
    background: #485974;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0px;
    transition: all .5s ease-in-out;
}

.prsbtn>a:hover {
    background: #4176e2;
    transform: scale(1.1);
}

.gradian_pn .prsbtn>a {
    background: transparent linear-gradient(180deg, #4176E2 0%, #2F33C5 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    transition: all .5s ease-in-out;
}

.gradian_pn .prsbtn>a {
    background-color: #3852d3;
}


/*=====static content======*/

.alltxt_para>h2,
.alltxt_para>h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.alltxt_para>h2 {
    color: #487fd8;
}

.alltxt_para>p>strong,
.alltxt_para>p>b {
    font-weight: 600;
}

.alltxt_para>h2 {
    font-size: 35px;
}

.alltxt_para>h3 {
    font-size: 22px;
}

.alltxt_para>p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.discstyle {
    padding-left: 40px;
    margin-bottom: 20px;
}

.listdot {
    padding-left: 20px;
    margin-bottom: 20px;
}

.discstyle>li,
.listdot>li {
    list-style: disc;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .popdemo .modal-dialog {
        max-width: 1000px;
    }
}

.popdemo .modal-content {
    border-radius: initial;
}

.popdemo .modal-body {
    padding: 0;
}

.popdemo .close {
    width: 25px;
}

.demoimg,
.demoform {
    width: 50%;
}

.boxdemo {
    align-items: center;
}

.demoform {
    padding: 30px;
}

.demoheading {
    margin-bottom: 20px;
}

.demoheading>h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.demoform .frmbox>input,
.demoform .frmbox .nice-select {
    height: 55px;
}

.demoform .frmbox {
    margin-bottom: 18px;
}

.demoform .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.demoform .cltp {
    top: 19px;
    right: 17px;
    z-index: 4;
}

.demoform .frmbox .nice-select {
    padding: 7px 20px;
}


/*====partner with us====*/

.margin_top {
    margin: 50px 0px;
}

.wonbox>h1 {
    font-size: 50px;
    font-weight: bold;
}

.wonbox>h1>span {
    display: block;
    color: var(--main-color-blue);
}

.wonlist>span {
    display: block;
    width: 130px;
    margin: auto;
    margin-bottom: 15px;
}

.wonlist>h4,
.wonlist>h4>span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color-blue);
}

.wonlist>p {
    font-size: 15px;
    margin-top: 5px;
}

.blue_gradiant {
    background: transparent linear-gradient(180deg, #4176E2 0%, #2F33C5 100%) 0% 0% no-repeat padding-box;
    padding: 40px 0px;
}

.patnertxt {
    text-align: center;
    display: block;
}

.patnertxt>h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.whitelogo {
    background: #ddd;
    border-radius: 15px;
}

.powerf_box>h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 20px;
}

.powerf_box>h2>span {
    display: block;
    color: var(--main-color-blue);
}

.powerf_box>p {
    font-size: 18px;
}

.blckcl>h2,
.blckcl>p {
    color: var(--main-color-block);
}

.whitecl>h2,
.whitecl>p {
    color: var(--main-color-white);
}

.halfcir {
    margin: 130px 0px 0px 0px;
    padding-bottom: 100px;
    background: url(../images/half-circle-bg.svg)no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.widthsmall_tr {
    width: 60%;
    margin: -100px auto auto auto;
}

.becomebox {
    background: #FCFCFC;
}

.boxformpd {
    width: 80%;
    margin: auto;
}

.be_form {
    margin-bottom: 30px;
}

.be_form>input,
.be_form textarea {
    padding: 10px 0px;
    font-size: 17px;
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}

.be_form .nice-select {
    width: 100%;
    background: no-repeat;
    border: none;
    font-size: 17px;
    border-bottom: 1px solid #c1c1c1;
    border-radius: initial;
    padding: 0px 0px;
}

.be_form .current {
    color: #7a716f;
}

.be_form .list {
    width: 100%;
}

.pra_bxfrm>p {
    text-align: center;
    color: #7a716f;
    font-size: 14px;
}

.pra_bxfrm>p>a {
    color: var(--main-color-blue);
}

.mtds {
    margin: 30px 0px;
}
.psrbox{
    column-gap: 20px;
}
.psrbox .accordion-toggle{ 
       display: flex;
    justify-content: space-between; 
    color: #000;
}

.psrbox .panel-body ul li{  
      text-decoration: none;
    border: none;
    text-align: left;margin: 10px 0px;
}