/*=====================  Google fonts ======================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

/*================== Web fonts ===================*/
@font-face {
    font-family: 'SF-Pro-Display';
    src: url(../webfonts/SF-Pro-Display_Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'SF-Pro-Display';
    src: url(../webfonts/SF-Pro-Display_Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'SF-Pro-Display';
    src: url(../webfonts/SF-Pro-Display_Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'SF-Pro-Display';
    src: url(../webfonts/SF-Pro-Display_Bold.otf);
    font-weight: 700;
}

/*body*/
body {	
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #FFFFFF;
	color: #000000;	
}

a {
    display: inline-block;
    text-decoration: none;
    /* transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease; */
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

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

input,
textarea,
select,
button {
    outline: none;
}

img {
    max-width: 100%;
}

.mr-8 {
    margin-right: 8px;
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #214AC2;   
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {   
    background: #0284C7;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.container {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}

/*======================= sign-in-1 page start ======================*/
.main-wrapper {
    background-image: url(../images/main-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}

.wrapper_box {
    margin: auto;
}

.sign_part {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 24px 24px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.sign_left {
    background: #214AC2;
    padding: 30px 30px;
    border-radius: 10px;
    min-height: 540px;
    display: flex;
    flex-direction: column;
}

.sign_logo img {
    max-width: 200px;
}

.sign_cnt {
    padding: 40px 0;
}

.sign_cnt h4 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.sign_cnt p {
    font-size: 15px;
    font-weight: 400;
    color: #E5E7EB;
    margin: 0;
}

.sign-inner_box {
    background: #0276B4;
    padding: 20px 20px;
    border-radius: 8px;
    margin-top: auto;
}

.sign-inner_box p {
    font-size: 14px;
    font-weight: 400;
    color: #E5E7EB;
    margin: 0;
}

.sign_user {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.sign_user img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 8px;
}

.user_cnt h4 {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.user_cnt span {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin: 0;
}

.sign_right {
    padding-left: 35px;
    padding-right: 30px;
}

.sign-upper h4 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.sign-upper p {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

.sign-upper {
    padding-bottom: 20px;
}

.sign_item {
    margin-top: 20px;
}

.sign_item label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    display: block;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_item label a {
    color: #6B7280
}

.sign_item input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    background: transparent;
    border: 1px solid rgb(209 213 219);
    padding: 10px 16px;
    outline: none;
    border-radius: 8px;
}

.sign_item input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #6B7280;
    opacity: 1;
}

.sign_item input:focus {
    border-color: #969491;
}

.sign_bottom {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_bottom button {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: #214AC2;
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    transition: 0.2s all ease;
}

.sign_bottom button:hover {
    opacity: 0.8;
}

.sign_bottom p {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    margin: 0;
}

.sign_bottom p a {
    font-size: 14px;
    font-weight: 500;
    color: #214AC2;
    display: inline-block;
    text-decoration: underline;
    margin-left: 10px;
}

.sign_item select {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    background: transparent;
    border: 1px solid rgb(209 213 219);
    padding: 10px 16px;
    outline: none;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 12px;
    cursor: pointer;
}

.sign_item select:focus {
    border-color: #969491;
}

.select_items span {
    font-size: 12px;
    font-weight: 600;
    color: #111827;
    background: #E5F2F9;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 15px;
}

.select_items span i {
    font-size: 11px;
    display: inline-block;
    margin-left: 6px;
    color: #6B7287;
}

/*==================== sign-in-2 page start ====================*/
.main-wrap2 {
    background-image: url(../images/main-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sign_cnt a {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    background: transparent;
    border: 1px solid #FFF;
    padding: 9px 55px;
    border-radius: 50px;
    transition: 0.2s all ease;
    margin-top: 24px;
}

.sign_cnt a:hover {
    background: #FFF;
    color: #000000;
}

.sign2_left {
    border-radius: 10px 0 0 10px;
}

.sign2_right {
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sign2_upper h4 {
    font-size: 30px;
    font-weight: 600;
    color: #214AC2;
    margin: 0;
}

.sign2_upper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0;
}

.sign2_upper ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    margin: 0 4px;
    transition: 0.2s all ease;
}

.sign2_upper ul li a:hover {
    background: #0284C7;
    color: #FFF;
}

.sign2_upper p {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

.sign2_form {
    padding-top: 20px;
}

.sign2_form .sign_item {
    position: relative;
}

.sign2_form .sign_item span {
    font-size: 16px;
    color: #214AC2;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.sign2_form .sign_item input {
    padding-left: 45px;
}

.forgot_btn {
    padding-top: 24px;
    text-align: center;
}

.forgot_btn a {
    font-size: 15px;
    font-weight: 500;
    color: #6B7280;
    display: inline-block;
    text-decoration: underline;
    text-align: center;
}

.submit2_btn button {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: #214AC2;
    display: inline-block;
    padding: 12px 56px;
    border-radius: 50px;
    border: none;
    outline: none;
    transition: 0.2s all ease;
    margin-top: 30px;
}

.submit2_btn button:hover {
    opacity: 0.8;
}

/*==================== dashboard pages start here ==================*/
.main-wrapper_dash {
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .main-left-col {
        -ms-flex: 0 0 275px;
        flex: 0 0 275px;
        max-width: 275px;
    }

    .main-right-col {
        -ms-flex: 0 0 calc(100% - 275px);
        flex: 0 0 calc(100% - 275px);
        max-width: calc(100% - 275px);
    }
}

.main-left-col {
    background: #222222; 
    height: 100vh;
}

.main-right-col {
    background: #F4F4F4;
    min-height: 100vh;
}

.main-left {
    background: #222222;
    display: flex;
    flex-direction: column;
    width: 275px;
    height: 100vh;
    position: fixed;
}

.logo-item {
    background: #214AC2;
    padding: 20px 20px;
    height: 70px;
}

.logo-item img {
    max-width: 200px;
}

.menu-item {
    padding: 40px 21px;
}

.menu-item ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin: 10px 0;
    transition: 0.2s all ease;
}

.menu-item ul li a:hover {
    opacity: 0.8;
}

.menu-item ul li a img {
    max-width: 20px;

}

.menu-item ul li a span {
    display: inline-block;
    width: 28px;
}

.logout_item {
    margin-top: auto;
    padding: 30px 20px;
}

.logout_item a {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin: 8px 0;
    transition: 0.2s all ease;
}

.logout_item a img {
    max-width: 24px;
    display: inline-block;
    margin-right: 8px;
}

.logout_item a:hover {
    opacity: 0.8;
}

/*================= header-part start ===================*/
.header-part {
    background: #FFFFFF;
    width: calc(100% - 275px);
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    transition: 0.3s;
    height: 70px;
}

.headerfixed {
    background: #FFFFFF;
    position: fixed;
    width: calc(100% - 275px);
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.header-part h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.header-part a {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    background: #1F4EF5;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.2s all ease;
}

.header-part .btn-danger {
    background: #dc3545;
}

.header-part a:hover {
    opacity: 0.8;
}

.header-left .hamburger-menu {
    margin-right: 20px;
}

/*=== Hamburger menu ===*/
.hamburger-menu {
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.hamburger-menu span {
    background: #000;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateY(200%) rotate(135deg);
    -ms-transform: translateY(200%) rotate(135deg);
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateY(-325%) rotate(-135deg);
    -ms-transform: translateY(-325%) rotate(-135deg);
    transform: translateY(-325%) rotate(-135deg);
}

/*============== right-mainpart start =============*/
.right-mainpart {
    padding-top: 75px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
}

.tab_heading {
    background: #FFF;
    margin-top: -10px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 10px 25px;
    border-bottom: 1px solid #ECEBEF;
}

.tab_heading .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000000!important;
    margin: 0;
    padding: 0;
    margin-right: 32px;
    border: none;
    position: relative;
    opacity: 1;
}

.tab_heading .nav-link.active {
    font-weight: 600;
}

.tab_heading .nav-link::after {
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all ease;
}

.tab_heading .nav-link.active::after,
.tab_heading .nav-link:hover::after {
    width: 100%;
}

.tab_main {
    padding: 20px 0;
}

.tab_box {
    background: #FFF;
    padding: 20px 20px;
    padding-left: 25px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.box_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E5EB;
}

.box_title h4 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.inform_item {
    margin-top: 16px;
}

.inform_item label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 6px;
}

.inform_item input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: #F8F9FB;
    border: none;
    outline: none;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
}

.inform_item input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    opacity: 1;
}

.inform_item input:focus {
    border-color:  #4C71F7;
}

.inform_box img {
    width: 100%;
}

/*===================== dashboard-2 page start =====================*/
.integrate_area {
    padding-top: 15px;
}

.integrate_box {
    background: #FFFFFF;
    border: 1px solid #E5E5E7;
    border-radius: 6px;
}

.integrate_upper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #E5E5E7;
    min-height: 84px;
}

.integrate_left h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.integrate_left p {
    font-size: 13.8px;
    font-weight: 400;
    color: #797C84;
    margin: 0;
}

.integrate_right a {
    font-size: 15px;
    color: #000;
}

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

.integrate_bottom a, .integrate_bottom button {
    font-size: 15px;
    font-weight: 500;
    color: #2EBC87;
    display: inline-block;
    border: 1px solid #D7DADE;
    padding: 8px 15px;
    border-radius: 7px;
}

.integrate_bottom .discon {
    color: #E54B4A;
}

/*custom switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5E5E7;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1F4EF5;
}


input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

/*===================== dashboard-3 page start ====================*/
.subscript_area {
    padding-top: 15px;
}

.subscript_item {
    background: #FFFFFF;
    border: 1px solid #E5E5E7;
    padding: 20px 20px;
    border-radius: 6px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

.subscript_item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #717E93;
    margin: 0;
}

.subscript_item h4 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin: 12px 0 7px;
}

.subscript_item p {
    font-size: 14px;
    font-weight: 400;
    color: #717E93;
    margin: 0;
}

.subscript_item a {
    font-size: 16px;
    font-weight: 500;
    color: #E75555;
    background: transparent;
    border: 1px solid #D9DADE;
    display: block;
    text-align: center;
    margin-top: auto;
    padding: 8px 15px;
    transition: 0.2s all ease;
}

.subscript_item a.active {
    background: #1F4EF5;
    color: #FFF;
}

.subscript_item a:hover {
    background: #1F4EF5;
    color: #FFF;
    opacity: 0.8;
}

/*===================== dashboard-4 page start ====================*/
.indecator_area {
    padding-top: 20px;
}

.indecator_box {
    background: #FFF;
    border: 1px solid #E5E5E7;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    margin-top: 20px;
}

.indecator_boxUpper {
    padding: 12px 15px 15px;
    border-bottom: 1px solid #E5E5E7;
    min-height: 290px;
}

.indecator_boxUpper img {
    max-width: 92%;
    display: block;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
}

.indecator_boxUpper h4 {
    font-size: 18.5px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 25px 0 8px;
}

.indecator_boxUpper h4 a {
    color: #000;
    font-size: 16px;
    margin-top: 3px;
}

.indecator_boxUpper p {
    font-size: 14px;
    font-weight: 400;
    color: #8A8D95;
    display: flex;
    align-items: center;
    margin: 0;
}

.indecator_boxUpper p a {
    font-size: 13px;
    color: #8A8D95;
    display: inline-block;
    margin-left: 8px;
}

.indecator_boxBottom {
    padding: 20px 20px;
}

.indecator_boxBottom a, .indecator_boxBottom button {
    font-size: 16px;
    font-weight: 500;
    color: #E54B4A;
    border: 1px solid #D7DADE;
    background: #FFFFFF;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 8px;
    transition: 0.2s all ease;
    cursor: pointer;
}

.indecator_boxBottom a.success, .indecator_boxBottom button.success {
    color: #198754;
}

.indecator_boxBottom a.access, .indecator_boxBottom button.access {
    color: #009B7A;
}

.indecator_boxBottom a svg path, .indecator_boxBottom button svg path {
    transition: stroke 0.2s ease;
}
.indecator_boxBottom a svg circle, .indecator_boxBottom button svg circle {
    transition: stroke 0.2s ease;
}
.indecator_boxBottom a:hover, .indecator_boxBottom button:hover {
    background: #E54B4A;
    color: #FFF;
    border-color: #E54B4A;
}
.indecator_boxBottom a.success:hover, .indecator_boxBottom button.success:hover {
    background: #198754;
    color: #FFF;
    border-color: #198754;
}
.indecator_boxBottom a.access:hover, .indecator_boxBottom button.access:hover {
    color: #FFF;
    background: #008764;
    border-color: #008764;
}
.indecator_boxBottom a:hover svg path, .indecator_boxBottom button:hover svg path {
    stroke: #FFF !important;
}
.indecator_boxBottom a:hover svg circle, .indecator_boxBottom button:hover svg circle {
    stroke: #FFF !important;
}

.indicator_2ndprt {
    margin-top: 100px;
}

.indecator_title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

/*===================== dashboard-5 page start ====================*/
.notification_area {
    padding-top: 15px;
}

.notification_main {
    background: #FFF;
    border-radius: 6px;
    padding: 60px 15px 100px;
    min-height: 100vh;
}

.notification_item {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    border-bottom: 1px solid #D7D7DA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notify_left {
    width: 10%;
    align-self: flex-start;
}

.notify_middle {
    width: 85%;
    padding-left: 10px;
}

.notify_right {
    width: 10%;
}

.notify_left img {
    max-width: 50px;
}

.notify_middle h4 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.notify_middle h4 span {
    font-weight: 400;
}

.notify_middle h6 {
    font-size: 13px;
    font-weight: 400;
    color: #83848B;
    margin: 0;
}

.notify_middle p {
    font-size: 15px;
    font-weight: 400;
    color: #898A91;
    background: #FFFFFF;
    padding: 10px 10px;
    border-radius: 7px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    margin-bottom: 0;
}

.notify_right span {
    font-size: 10px;
    color: #4927EC;
}

.notify-box3 {
    background: #F1F1F1;
}

.notify_right {
    text-align: right;
}

/*==================== landing page start ====================*/
.landing_body {
    font-family: 'SF-Pro-Display';
    background-color: #061228;
    color: #FFF;
}

.header-area {
    background: #061227;
    padding: 10px 0;
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-nav li {
    padding: 10px 24px;
}

.navbar-nav li a {
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: 0.2s all ease;
}

.navbar-nav li a:hover {
    color: #FFF;
}

.nav-btn li {
    padding-right: 0;
    padding-left: 11px;
}

.nav-btn li a {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    transition: 0.2s all ease;
}

.nav-btn a span {
    display: inline-block;
    margin: 0 5px;
}

.nav-btn li a img {
    max-width: 100%;
}

.nav-btn li .login {
    font-size: 14px;
    font-weight: 600;
    color: #FFF; 
    border: 1px solid #FFF;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    margin-left: 7px;
    transition: 0.2s all ease;
}

.nav-btn li .signup {
    font-size: 14px;
    font-weight: 600;
    color: #FFF; 
    background: #1D42BB;
    display: inline-block;
    padding: 6.5px 20px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.nav-btn li a:hover {
    opacity: 0.8;
}

.nav-btn li .login:hover {
    background: #FFF;
    color: #000;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 2px;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

/*hamburger*/
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

/*side-bar*/
.offcanvas-start {
    background: #061227;
    width: 320px;
}

.offcanvas-header img {
    max-width: 170px;
}

.offcanvas-body ul li {
    padding: 0px 5px;
}

.btn-close {
    opacity: 1;
    font-size: 24px;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    margin-top: 0!important;
}

.offcanvas-body ul li a {
    border-bottom: 1px solid #4C4C4C;
    display: block;
    text-align: left;
    padding: 10px 5px;
}
 
.offcanvas-body {
    padding-top: 20px;
}

.offcanvas-body ul li .login {
    display: block;
    margin-top: 15px;
    text-align: center;
    padding: 8px 15px;
}

.offcanvas-body ul li .signup {
    display: block;
    margin-top: 15px;
    text-align: center;
    padding: 9px 15px;
    border: none;
}

.signup_btn {
    font-size: 14px;
    font-weight: 600;
    color: #FFF; 
    background: #1D42BB;
    display: none;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.signup_btn:hover {
    opacity: 0.85;
    color: #FFF;
}

/*================= hero-area start ================*/
.hero-area {
    padding: 100px 0;
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

@media screen and (min-width: 1920px) {
    .hero-area {
        background-size: 100% 100%;
    }
}

.hero_cnt {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
} 

.hero_cnt h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FDFDFD;
    background: rgba(255, 255, 255, 0.10);
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 15px;
    margin: 0;
}   

.hero_cnt h1 {
    font-size: 100px;
    font-weight: 700;
    color: #FFF; 
    text-align: center;
    margin: 20px 0;
    line-height: 1;
}

.hero_cnt p {
    font-size: 24px;
    font-weight: 400;
    color: #FDFDFD; 
    text-align: center;
    margin-bottom: 45px;
}   

.hero_cnt a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    background: #1E44BD;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.hero_cnt a:hover {
    transform: scale(1.15);
}

.hero_item {
    margin-top: 80px;
}

.hero_item img {
    max-width: 100%;
}

/*================= benefit-area start =================*/
.benefit-area {
    padding-bottom: 100px;
    overflow: hidden;
}

.benefit_upper a img {
    max-width: 40px;
    margin-right: 8px;
}

.benefit_upper a span {
    font-size: 18px;
    font-weight: 600;
    color: #FFF; 
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
}

.benefit_upper h2 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFF; 
    margin: 0;
    margin-top: 20px;
}

.benefit_main {
    padding: 60px 0 70px;
}

.benefit_item {
    background: rgba(255, 255, 255, 0.10);
    padding: 35px 21px;
    text-align: center;
    border-radius: 32px;
    backdrop-filter: blur(50px);
    min-height: 420px;
}

.benefit_item img {
    max-width: 100px;
}

.benefit_item h4 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF; 
    margin: 30px 0 18px;
    text-align: center;
}

.benefit_item p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
    text-align: center;
}

.benefit_sliderItem ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
}

.benefit_sliderItem ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #FFF; 
    text-transform: capitalize;
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    padding: 8px 28px;
    margin: 7px 0;
    border-radius: 50px;
    min-width: 230px;
    display: block;
    text-align: center;
    transition: 0.2s all ease;
}

.benefit_sliderItem ul li a:hover {
    background: #FFF;
    color: #1E294B;
}

.benefit_sliderItem {
    width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}

.Marquee-content {
  animation: marquee 10s linear infinite running;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}

.Marquee-content2 {
    animation: marquee2 10s linear infinite running;
    margin-left: -250px;
  }

.Marquee-content2:hover {
  animation-play-state: paused;
}

@-moz-keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(50%);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(50%);
  }
}
@-o-keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(50%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(50%);
  }
}

/*=================== about-area start ==================*/
.about_part {
    background: rgba(255, 255, 255, 0.10);
    padding: 50px 35px 50px 50px;
    margin-bottom: 50px;  
    border-radius: 32px;
    backdrop-filter: blur(50px);
}

.about_cnt span {
    font-size: 18px;
    font-weight: 700;
    color: #FFF; 
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
}

.about_cnt h4 {
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    color: #FFF;
    margin: 15px 0 20px;
}

.about_cnt p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
    opacity: 0.8;
}

.about_item img {
    max-width: 100%;
    display: block;
    margin-left: auto;
}

/*================ customers-area start ==================*/
.customers-area {
    padding: 60px 0;
}

.customers_upper h3 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    line-height: 1.1;
    text-align: center;
}

.customers_upper p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 15px 0 36px;
    text-align: center;
}

.customers_upper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}

.customers_upper ul li a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    border: 1px solid #FFF; 
    display: inline-block;
    padding: 10px 40px;
    transition: 0.2s all ease;
    border-radius: 50px;
}

.customers_upper ul li a:hover {
    background: #FFF; 
    color: #000;
}

.customers_upper ul li .active {
    background: #1C3EB7;
    border-color: #1C3EB7;
    color: #FFF;
}

.customers_main {
    padding-top: 45px;
}

.customers_box {
    background: rgba(255, 255, 255, 0.10);
    padding: 20px 20px;
    border-radius: 24px;
    backdrop-filter: blur(50px);
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.customers_item span {
    font-size: 40px;
    font-weight: 600;
    color: #FFF; 
    width: 70px;
    height: 70px;
    background: #363661;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.customers_cnt h4 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 16px 0;
}

.customers_cnt p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
}

.customers_item .green {
    background: #009572;
} 

.customers_item .blue {
    background: #1E43BC;
} 

/*=================== plan-area start ==================*/
.plan-area {
    padding: 60px 0;
}

.plan_menu .nav-tabs {
    /* max-width: 262px; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.20);
    padding: 5px 5px;
    border-radius: 50px;
}

.plan_menu .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
    display: inline-block;
    border: none;
    outline: none;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.plan_menu .nav-link:hover,
.plan_menu .nav-link.active {
    color: #061227; 
    background: #FFF; 
}

.plan_box {
    background: rgba(255, 255, 255, 0.10);
    padding: 30px 24px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    min-height: 680px;
    margin-top: 30px;
}

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

.plan_icon img {
    max-width: 50px;
}

.plan_icon span {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background: #53B597; 
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.plan_box h6 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 16px 0;
}

.plan_box h3 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    line-height: 1.1;
}

.plan_box h3 sup {
    font-size: 40px;
    font-weight: 600;
}

.plan_box h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50);
    margin: 16px 0;
}

.plan_box p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 12px;
}

.plan_box ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    margin-top: 10px;
}

.plan_box ul li img {
    max-width: 16px;
    margin-right: 12px;
}

.plan_box a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    border: 1px solid #FFF; 
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
    margin-top: auto;
    transition: 0.2s all ease;
}

.plan_box a:hover,
.plan_box a.active {
    background: #FFF;
    color: #000;
}

.plan_box a:hover {
    background: #214AC2;
    border-color: #214AC2;
    color: #FFF;
    opacity: 1;
}

.plan_box h3 a {
    font-size: 20px;
    font-weight: 600;
    background: #FFF;
    color: #000;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.2s all ease;
    cursor: not-allowed;
    background: #8F959E!important;
    color: #061228!important;
    border-color: #8F959E!important;
}

.plan_maintab {
    padding-top: 20px;
}

/*plan_bottom*/
.plan_bottom {
    padding-top: 30px;
}

.plan_btmleft {
    background: rgba(255, 255, 255, 0.10);
    padding: 60px 60px;
    border-radius: 32px;
    backdrop-filter: blur(50px);
    min-height: 595px;
}

.plan_btmleft h6 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
}

.plan_btmleft h3 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF; 
    margin: 10px 0;
}

.plan_btmleft h4 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50); 
    margin: 0;
}

.plan_btmleft p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 24px 0 20px;
}

.plan_btmleft ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    margin-top: 5px;
}

.plan_btmleft ul li img {
    max-width: 16px;
    margin-right: 11px;
}

.plan_btmright {
    background: radial-gradient(circle at 0 175px, #789aff, #003be7);
    padding: 45px 80px;
    border-radius: 32px;
    text-align: center;
}

.plan_btmright img {
    max-width: 50px;
}

.plan_btmright h4 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF; 
    margin: 20px 0;
    text-align: center;
}

.plan_btmright h3 {
    font-size: 64px;
    font-weight: 600;
    color: #FFF; 
    text-align: center;
    margin: 0;
    line-height: 1;
}

.plan_btmright h3 sup {
    font-size: 32px;
    font-weight: 600;
    color: #FFF;
}

.plan_btmright p {
    font-size: 16px;
    font-weight: 400;
    color: #FFF; 
    margin: 20px 0;
}

.custom_progressbar {
    background: #FFF; 
    height: 30px;
    border: 3px solid #FFF;
    border-radius: 50px;
    position: relative
}

.progess_inner {
    font-size: 16px;
    font-weight: 400;
    color: #FFF; 
    padding-right: 10px;
    text-align: right;
    background: #009B7A;
    border-radius: 50px;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.plan_btmright span {
    font-size: 14px;
    font-weight: 600;
    color: #B3C2EA; 
    display: block;
    margin: 6px 0 12px;
    text-align: left;
}

.line_bar {
    width: 100%;
    height: 3px;
    display: block;
    background: linear-gradient(to right, #95AAE2, #FFFFFF);
    position: relative;
}

.line_bar::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line_bar::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line_bar span {
    font-size: 20px;
    font-weight: 600;
    color: #000; 
    background: #FFF;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 50px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line_bar span sup {
    font-size: 10px;
    font-weight: 600;
    color: #000; 
}

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

.subscribe_btn a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    background: #214AC2; 
    display: inline-block;
    padding: 12px 38px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.subscribe_btn a:hover {
    opacity: 0.8;
}

/*==================== profit-area  start ==================*/
.profit-area {
    padding: 50px 0;
    padding-left: calc((100% - 1360px) / 2);
    overflow: hidden;
}

.profit_cnt {
    background: linear-gradient(to right, #1B3CB5, #6981D1, #2143B8);
    padding: 60px 65px;
    border-radius: 32px;
    backdrop-filter: blur(50px);
    position: relative;
}

.profit_cnt::after {
    content: "";
    width: 10000%;
    height: 100%;
    background: linear-gradient(to right, #1B3CB5, #6981D1, #2143B8);
    border-radius: 32px;
    backdrop-filter: blur(50px);
    position: absolute;
    left: 0;
    top: 0;
}

.profit_cnt h3 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
}

.profit_cnt p {
    max-width: 470px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 16px 0 35px;
}

.profit_cnt a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    background: #051024;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.profit_cnt a:hover {
    opacity: 0.8;
}

.profit_inner {
    z-index: 99;
    position: relative;
}

.profit_item img {
    width: 100%;
    display: block;
    margin-left: auto;
}

.profit_item {
    position: relative;
    z-index: 99;
}

/*================ boost-area start ===============*/
.boost-area {
    padding: 35px 0;
    overflow: hidden;
}

.boost_slider {
    width: 2800px;
}

.boost_slider h4 {
    font-size: 160px;
    font-weight: 600;
    color: #FFF; 
}

.boost_main {
    padding-top: 70px;
}

.boost_upper a img {
    max-width: 40px;
    margin-right: 10px;
}

.boost_upper a span {
    font-size: 18px;
    font-weight: 600;
    color: #FFF; 
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
}

.boost_upper h4 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    line-height: 1;
    margin-top: 10px;
}

.boost_margin {
    margin-top: 30px;
}

.boost_box {
    background: rgba(255, 255, 255, 0.10);
    padding: 40px 50px;
    border-radius: 32px;
    backdrop-filter: blur(24px);
    margin-top: 30px;
    min-height: 650px;
}

.boost_box h4 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
}

.boost_box img {
    max-width: 100%;
    display: block;
    margin: 40px auto;
}

.boost_box p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
}

.boost_box3 {
    min-height: initial;
    padding: 80px 40px;
}

.boost_innercnt h3 {
    font-size: 84px;
    font-weight: 600;
    color: #FFF; 
    text-align: center;
}

.boost_innercnt p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.boost_subscrib {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.boost_subscrib input {
    font-family: 'SF-Pro-Display';
    width: 62%;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: rgba(8, 23, 50, 0.75); 
    background: rgba(255, 255, 255, 0.40);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 50px; 
}

.boost_subscrib input::placeholder {
    font-family: 'SF-Pro-Display';
    color: rgba(8, 23, 50, 0.75); 
    opacity: 1;
}

.boost_subscrib button {
    width: 38%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    background: #1E43BC;
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.boost_subscrib button:hover {
    opacity: 0.8;
}

/*================== affiliate-area star ===================*/
.affiliate-area {
    padding: 60px 0;
}

.affiliate_main {
    background: rgba(255, 255, 255, 0.10);
    padding: 75px 25px 75px 70px;
    border-radius: 32px;
    backdrop-filter: blur(24px);
}

.affiliate_item img {
    max-width: 100%;
}

.affiliate_cnt h4 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
}

.affiliate_cnt p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 15px 0 24px;
}

.affiliate_cnt a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    background: #1E44BD;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.affiliate_cnt a:hover {
    opacity: 0.8;
}

/*================ faq-area start ==================*/
.faq-area {
    padding: 60px 0;
}

.faq_left h3 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFF; 
}

.faq_left p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 21px 0;
}

.faq_left a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    border: 1px solid #FFF;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.faq_left a:hover {
    background: #FFF;
    color: #000;
}

.accordian-item {
    background: rgba(255, 255, 255, 0.10);
    padding: 15px 16px;
    border-radius: 20px;
    backdrop-filter: blur(50px);
    margin-bottom: 15px;
}

.accordian_title {
     display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 14px 12px;
}

.accordian_title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
}

.accordian_title img {
    max-width: 28px;
}

.accordian_title.active img {
    transform: rotate(90deg);
}

.accordian_inner {
    display: none;
    padding: 8px 12px 12px;
}

.accordian_inner p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
}

/*===================== product-area start ===================*/
.product-area {
    padding: 50px 0;
}

.product_main h3 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    text-align: center;
    line-height: 1;
}

.product_main p {
    font-size: 20px;
    font-weight: 400;
    color: #FFF; 
    text-align: center;
    max-width: 610px;
    width: 100%;
    margin: 24px auto 40px;
}

.product_main a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    background: #1F44BD;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.product_main a:hover {
    opacity: 0.8;
}

/*================== footer-area start =================*/
.footer-area {
    padding: 70px 0 45px;
}

.footer_main {
    background: rgba(255, 255, 255, 0.10);
    padding: 40px 30px 40px 40px;
    border-radius: 32px;
    backdrop-filter: blur(50px);
}

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

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

.footer_upper ul .lang_btn {
    position: relative;
}

.footer_upper ul .lang_btn img {
    max-width: 100%;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.footer_upper ul .lang_btn span {
    display: inline-block;
    margin: 0 5px;
}

.footer_upper ul .lang_btn select {
    width: 132px;
    font-size: 14px;
    font-weight: 600;
    color: #FFF; 
    background: #425261;
    border: none;
    outline: none;
    display: block;
    text-align: center;
    padding: 8px 10px;
    border-radius: 50px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
    background-size: 10px;
    cursor: pointer;
}

.footer_upper ul .sign_inftr {
    font-size: 14px;
    font-weight: 600;
    color: #FFF; 
    border: 1px solid #FFF;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    margin-left: 24px;
    margin-right: 10px;
    transition: 0.2s all ease;
}

.footer_upper ul .sign_inftr:hover {
    background: #FFF;
    color: #000;
}

.footer_upper ul .try_btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff; 
    background: #214ac2;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.footer_upper ul .try_btn:hover {
    font-size: 14px;
    font-weight: 600;
    color: #ddd; 
    background: #214ac6;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.footer_part {
    padding-top: 45px;
}

.footer_left ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #FFF; 
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.2s all ease;
}

.footer_left ul li a:hover {
    opacity: 0.8;
}

.footer_item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF; 
    margin: 0;
}

.footer_item p {
    font-size: 16px;
    font-weight: 300;
    color: #FFF; 
    margin-bottom: 10px;
}
.footer_item a {
    font-size: 16px;
    font-weight: 300;
    color: #FFF; 
    margin-bottom: 10px;
}

.footer_item a:hover {
    font-size: 16px;
    font-weight: 400;
    color: #DDD; 
    margin-bottom: 10px;
}
.social_iconftr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.social_iconftr ul li {
    width: 20%;
    margin-top: 20px;
}

.social_iconftr ul li img {
    max-width: 25px;
}

.social_iconftr ul li img:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7473%) hue-rotate(314deg) brightness(104%) contrast(100%);
}

.footer_payment_main h4 {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #FFF; 
    margin-bottom: 5px;
}

.footer_payment_main h4 img {
    max-width: 40px;
    margin-right: 10px;
}

.footer_payment {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer_payment ul {
    width: 50%;
    margin-top: 8px;
}

.footer_payment ul li img {
    max-width: 100%;
    margin-right: 10px;
}

.footer_payment ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFF; 
    margin-top: 10px;
    transition: 0.2s all ease;
}

.footer_payment ul li a:hover {
    opacity: 0.8;
}

.footer_right p {
    font-size: 12px;
    font-weight: 400;
    color: #FFF; 
    margin-bottom: 20px;
}

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

.footer_right ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #FFF; 
    transition: 0.2s all ease;
}

.footer_right ul li a:hover {
    opacity: 0.8;
}

/*=============== checkout page start ================*/
.checkout_wrapper {
    background: #FFF;
    min-height: 100vh;
    padding-top: 36px;
}

.checkout_main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.checkout_part {
    padding-bottom: 130px;
}

.checkout_footer {
    padding: 15px 0 24px;
    border-top: 1px solid #DEDEDE;
    text-align: center;
}

.checkout_footer p {
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    margin: 0;
}

.checkout_upper h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.checkout_upper ul {
    padding: 24px 0 32px;
    display: flex;
    align-items: center;
}

.checkout_upper ul li {
    font-size: 14px;
    color: #6F6F6F;
    padding-right: 15px;
    display: flex;
}

.checkout_upper ul li i {
    position: relative;
    top: 1px;
}

.checkout_upper ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #6F6F6F;
}

.checkout_upper ul li a strong {
    font-weight: 700;
    color: #000000;
}

.checkout_upper ul li a.active {
    font-weight: 700;
    color: #214ac2;
}

.checkout_details {
    margin-bottom: 40px;
    margin-top: 20px;
}

.checkout_details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin: 0;
}

.checkout_item {
    background: transparent;
    border: 1px solid #DEDEDE;
    padding: 5px 10px;
    border-radius: 6px;
    margin-top: 15px;
}

.checkout_item label {
    font-family: 'SF-Pro-Display';
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    display: block;
    margin-bottom: 0px;
    margin-left: 4px;
}

.checkout_item input,
.checkout_item select {
    font-family: 'SF-Pro-Display';
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.checkout_checkbox {
    margin-top: 20px;
}

.checkout_item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 97% 0%;
    background-size: 12px;
    margin-left: 4px;
    cursor: pointer;
}

.checkout_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
}

.checkout_row > div {
    width: 100%;
}

/*custom checkbox*/
.check-btn input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-btn label {
    font-family: 'SF-Pro-Display';
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    padding-left: 30px;
}

.check-btn label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #DEDEDE;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.check-btn input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 5.5px;
  height: 12px;
  border: solid #FDFDFE;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-btn input:checked + label:before {
    background: #214ac2;
    border-color: #214ac2;
}

.checkout-label p {
    font-size: 12px;
    color: #999999;
}

.payment_method h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.custom_radiobtn {
    margin-top: 25px;
}

.payment_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 20px;
}

.payment_row div {
    width: 31%;
}

/*custom radio button*/
.custom_radiobtn label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 5px;
    transition: 0.2s all ease;
    margin: 0;
    border-radius: 4px;
}

.custom_radiobtn label span {
    display: block;
    text-align: center;
    color: #2D2D49;
    margin-top: 4px;
}

.custom_radiobtn label i {
    font-size: 16px;
    color: #626175;
}

.custom_radiobtn [type="radio"]:checked,
.custom_radiobtn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radiobtn [type="radio"]:checked + label,
.custom_radiobtn [type="radio"]:not(:checked) + label {
    position: relative;
}

.custom_radiobtn [type="radio"]:checked + label:before,
.custom_radiobtn [type="radio"]:not(:checked) + label:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #EFEFF1;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: 0.2s all ease;
}

.custom_radiobtn [type="radio"]:checked + label:after,
.custom_radiobtn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 12px;
    border: solid #214ac2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 12px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.custom_radiobtn [type="radio"]:checked + label:before {
    border-color: #214ac2;
}


.custom_radiobtn [type="radio"]:checked + label:after {
    opacity: 1;
} 

.continue_btn {
    padding-top: 50px;
    text-align: right;
}

.continue_btn button {
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 54px;
        border-radius: 10px;
        border: 1px solid #4C35DE;
        background: #214AC3;
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 2px rgba(76, 53, 222, 0.40);
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
}

.continue_btn button:hover {
    opacity: 0.8;
}

.checkout_right {
    padding-left: 50px;
    padding-top: 50px;
    background-color: #FBFBFB;
}

.checkout_right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dproduct_left h4,
.dproduct_right h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.dproduct_right h4 span {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    margin-right: 8px;
}

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

.camera_item span {
    font-size: 21px;
    color: #BABABA;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6E6E6;
    border: 1px solid #BABABA;
    border-radius: 4px;
}

.camera_item {
    position: relative;
    margin-right: 12px;
}

.camera_item .one {
    width: 45px;
    height: 45px;
    background: #1B3EB7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
    color: #FFF;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: -20px;
}

.contact_details {
    padding: 0 20px;
    border: 1px solid #DEDEDE;
    border-radius: 7px;
}

.contact_dtcnt {
    padding: 16px 0;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_dtcnt h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0;
}

.contact_dtcnt h4 span {
    color: #6F6F6F;
    display: inline-block;
    margin-right: 40px;
}

.contact_dtcnt a {
    font-size: 15px;
    font-weight: 400;
    color: #214ac2;
    margin: 0;
    text-decoration: underline;
}

.payment_detailsUpper {
    padding: 40px 0 10px;
}

.payment_detailsUpper h4 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.payment_detailsUpper p {
    font-size: 16px;
    font-weight: 500;
    color: #6F6F6F;
    margin: 0;
}

.payment_detailsBox {
    background: #F4F4F4;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
}

.payment_detboxHead {
    background: #F0F5FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #214ac2;
    padding: 15px 16px;
    border-radius: 6px 6px 0 0;
}

.payment_detboxHead h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    position: relative;
    padding-left: 30px;
}

.payment_detboxHead h4::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: #214ac2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.payment_detboxHead h4::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

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

.payment_detboxHead ul li {
    margin-left: 5px;
}

.payment_detboxHead img {
    max-width: 54px;
}

.payment_dtinner {
    padding: 20px 20px 5px;
}

.payment_dtinner input {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #6F6F6F;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    outline: none;
    padding: 13px 15px;
    border-radius: 6px;
}

.payment_dtinner input::placeholder {
    opacity: 1;
     color: #6F6F6F;
}

.payment_dtinner input {
    margin-bottom: 15px;
}

.payment_dtinner .card_number {
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 20px;
}

.payment_inritem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
}

.payment_inritem .sc-code {
    background-image: url(../images/question-sign.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 20px;
}

.payment_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.payment_bottom a {
    font-size: 15px;
    font-weight: 500;
    color: #214ac2;
}

.payment_bottom a i {
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
}

.payment_bottom .pay-btn {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    background: #214ac2;
    display: inline-block;
    padding: 15px 16px;
    border-radius: 6px;
    transition: 0.2s all ease;
}

.payment_bottom .pay-btn:hover {
    opacity: 0.8;
}

.success_upprerlogo {
    padding-left: 52px;
}

.success_upprerlogo a {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
}

.success_upprercnt {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.success_upprercnt img {
    max-width: 45px;
    margin-right: 10px;
}

.success-upriner p {
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    margin: 0;
}

.success-upriner h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

.confirmed_part {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}

.confirmed_upper {
    padding: 16px 16px;
}

.confirmed_upper h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.confirmed_upper p {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    margin: 0;
}

.confirmed_ceck {
    background: #FAFAFA;
    padding: 15px 15px;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #D9D9D9;
}

.order-detailsBOx {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    margin: 16px 0 20px;
    padding: 20px 15px;
}

.order-detailsBOx h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

.order_detailsmain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}

.order_detail-left p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 4px;
}

.order_detail-left a {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    margin: 0;
}

.order_detail-right h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 4px;
}

.order_detail-right p {
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.order_detail-right p img {
    max-width: 40px;
    margin-right: 5px;
}

.order_detail-right ul li {
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    margin: 0;
}

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

.order_dtbottom p {
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    margin: 0;
}

.order_dtbottom p a {
    color: #214ac2;
}

.order_dtbottom .continue_btn {
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    background: #214ac2;
    display: inline-block;
    padding: 16px 16px;
    border-radius: 6px;
    transition: 0.2s all ease;
}

.order_dtbottom .continue_btn:hover {
    opacity: 0.8;
}

.favicon {
    margin: 50px;
    border-radius: 20px;
}

/*========================= update pages start =====================*/
.signleft_update {
    min-height: 900px;
}

.dash_plan .customers_upper h3,
.dash_plan .customers_upper p {
    color: #000;
}

.dash_plan .plan_menu .nav-tabs {
    background: #384152;
}

.dash_plan  .plan_menu .nav-link {
    font-size: 18.5px;
}

.dash_plan .plan_box {
    background: #384152;
    border-radius: 20px;
    min-height: 610px;
}

.dash_plan .customers_upper h3 {
    font-size: 54px;
}

.dash_plan .plan_box h6 {
    font-size: 18px;
}

.dash_plan .plan_box h3 {
    font-size: 54px;
}

.dash_plan .plan_box h3 sup {
    font-size: 30px;
}

.dash_plan .plan_box h3 a {
    font-size: 18px;
}

.dash_plan .plan_box h4 {
    font-size: 12.5px;
}

.dash_plan .plan_box p {
    font-size: 16px;
}

.dash_plan .plan_box ul li {
    font-size: 15px;
}

.dash_plan .plan_box a {
    font-size: 15px;
}

.dash_plan .plan_icon span {
    font-size: 15px;
}

/*================ privacy-page start =================*/
.privacy_body {
    font-family: 'SF-Pro-Display';
    background-color: #061228;
    color: #FFF;
}

.privacy-area {
    padding: 85px 0 60px;
}

.privacy_heading h2 {
    font-size: 56px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #FFF;
    padding-bottom: 4px;
}

.privacy_heading {
    padding-bottom: 20px;
}

.privacy_cnt h4 {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
}

.privacy_cnt p {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    text-align: justify;
}

.privacy_cnt {
    margin-top: 45px;
}

/*range slider*/
#slider {
    width: 100%;
    height: 3px;
    display: block;
    background: linear-gradient(to right, #95AAE2, #FFFFFF);
    position: relative;
}

#slider::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

#slider::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

#slider-value p {
    font-size: 20px;
    font-weight: 600;
    color: #000; 
    background: #FFF;
    display: inline-block;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider-value p sup {
    font-size: 10px;
    font-weight: 600;
    color: #000; 
}

/*progress bar*/
.progress {
    position: relative;
}

.progress-done {
    border-radius: 20px;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1.8s ease 0.3s;
    /* min-width: 30px!important;
    padding: 0 5px; */
}

.blur1 {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(50px);
}

.blur2 {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(50px);
}


.blur3 {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(50px);
}

.landing_body {
    width: 100%;
    height: 100%;
    background-image: url(/tassets/images/main-bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: animate-background linear 70s infinite;
}

@keyframes animate-background {
    from {
        background-position: center;
    }
    to {
        background-position: top center;
    }
}


@keyframes animate-background {
  0% {
    background-position: center;
  }

  50% {
    background-position: top center;
  }

  100% {
    background-position: top bottom;
  }
}

/*=================== update part image ============*/
.hero_item {
    position: relative;
}

.hero_item .balance {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    background: #203541;
    padding: 6px 20px;
    border-radius: 5px;
    position: absolute;
    top: 75px;
    left: 25%;
}

.hero_item .balance span {
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #1B3DB6;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.hero_item .balance span img {
    width: 30px;
}

.hero_item .navigation_cart {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    border: 1px solid rgba(7, 20, 43, 0.25);
    background: rgba(255, 255, 255, 0.25);
    padding: 10px 30px;
    padding-right: 50px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 8%;
    top: 32%;
}

.hero_item .action_btn {
    font-size: 18px;
    font-weight: 500;
    color: #214AC2; 
    background: #FEFEFE;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 17px;
    position: absolute;
    top: 31%;
    right: 31%;
}

.hero_item .action_btn img {
    max-width: 22px;
    margin-right: 8px;
}

.hero_item .success_btn {
    font-size: 20px;
    font-weight: 500;
    color: #FFF; 
    border: 1px solid rgba(7, 20, 43, 0.25);
    background: rgba(255, 255, 255, 0.25);
    padding: 6px 20px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    position: absolute;
    right: 0;
    top: 28%;
    right: 11%;
}

.hero_item .success_btn img {
    max-width: 100%;
    margin-right: 7px;
}

.btc_box {
    width: 150px;
    background: #008764;
    padding: 10px 16px;
    border-radius: 8px;
    text-align: left;
    position: absolute;
    left: 8%;
    top: 42%;
}

.btc_box h4 {
    font-size: 12px;
    font-weight: 700;
    color: #FFF; 
    margin: 0;
}

.btc_box p {
    font-size: 12px;
    font-weight: 500;
    color: #FFF; 
    margin: 0;
    margin-top: 2px;
}

.btc_box2 {
    width: 220px;
    background: #1D273D;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: 60%;
    padding-left: 40px;
    z-index: -1;
}

.btc_box2 h4 {
    font-size: 12px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btc_box2 h4 span {
    font-size: 8px;
    font-weight: 400;
    color: #FFF; 
}

.btc_box2 p {
    font-size: 10px;
    font-weight: 400;
    color: #CDCDCD; 
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btc_box2 h6 {
    font-size: 10px;
    font-weight: 400;
    color: #FFF; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

/*about*/
.about_item {
    position: relative;
}

.about_item .soft_btn {
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    background: #363661;
    display: inline-block;
    padding: 6px 16px; 
    border-radius: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.about_item .emp_btn {
    background: #1E45BD;
    position: absolute;
    top: initial;
    right: initial;
    bottom: 15%;
    left: 17%;
}

/*modal*/
.modal-content {
    border-radius: 10px;
}

/* model for currency */

.modal-header .btn-close {
    font-size: 14px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(7474%) hue-rotate(33deg) brightness(99%) contrast(106%);
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.modal-footer .btn {
    outline: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    background: #3A4DF6;
}

.modal-footer .btn-danger {
    background: #dc3545;
}

.modal_content {
    padding: 15px 0;
}

.modal_content label {
    font-size: 16px;
    font-weight: 400;
    color: #282329;
    display: block;
    margin-bottom: 4px;
}

.modal_content input {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: none;
    border: 1px solid #DEE2E6;
    padding: 10px 15px;
    border-radius: 6px;
}

.modal_content input::placeholder {
    color: #000;
    opacity: 1;
}

.plan_box .disabled {
    cursor: not-allowed;
    background: #8F959E!important;
    color: #061228!important;
    border-color: #8F959E!important;
}

.right-mainpart .plan_btmleft {
    font-family: 'SF-Pro-Display';
    background: #384152;
}

.right-mainpart .plan_btmright {
    font-family: 'SF-Pro-Display';
}

.right-mainpart .plan_btmright h4 {
    font-family: 'SF-Pro-Display';
    font-size: 30px;
}

.right-mainpart .plan_btmright h3 {
    font-family: 'SF-Pro-Display';
    font-stretch: 50px;
}

.right-mainpart .subscribe_btn a {
    font-family: 'SF-Pro-Display';
    font-size: 18px;
}

.right-mainpart .plan_btmleft p {
    font-size: 18px;
}

.right-mainpart .plan_btmleft ul li {
    font-size: 16px;
}

.right-mainpart .plan_btmleft {
    min-height: 566px;
}

.right-mainpart .plan-area {
    font-family: 'SF-Pro-Display';
}

.text-animation {
    position: relative;
    text-align:center;
    padding-top: 250px;
}

.animation1,
.animation2,
.animation3 {
    position: absolute;
    top: 0;
}

.animation1 {
    animation:fade 30s infinite;
    -webkit-animation:fade 30s infinite;
}

.animation2 {
    animation:fade2 30s infinite;
    -webkit-animation:fade2 30s infinite;
}

.animation3 {
    animation:fade3 30s infinite;
    -webkit-animation:fade3 30s infinite;
}

@keyframes fade {
  0%   {opacity: 0}
  25% { opacity: 1}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade2 {
  0%   {opacity: 0}
  25% { opacity: 0}
  50% { opacity: 1}
  75% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade3 {
  0%   {opacity: 0}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 1}
  100% { opacity: 0}
}

/*hero text animation2*/
.text-animation2 {
    position: relative;
    text-align:center;
    padding-top: 170px;

}

.animation4,
.animation5,
.animation6 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
}

.animation4 {
    animation:fade4 30s infinite;
    -webkit-animation:fade 30s infinite;
}

.animation5 {
    animation:fade5 30s infinite;
    -webkit-animation:fade2 30s infinite;
}

.animation6 {
    animation:fade6 30s infinite;
    -webkit-animation:fade3 30s infinite;
}

@keyframes fade4 {
  0%   {opacity: 0}
  25% { opacity: 1}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade5 {
  0%   {opacity: 0}
  25% { opacity: 0}
  50% { opacity: 1}
  75% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade6 {
  0%   {opacity: 0}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 1}
  100% { opacity: 0}
}









/*update-image button text*/
.about_item .imgbtn1 {
    font-size: 18px;
    font-weight: 500;
    color: #FFF; 
    background: #009B7A;
    display: inline-block;
    padding: 8px 20px;
    background: #009B7A; 
    border-radius: 50px;
    position: absolute;
    top: 9%;
    right: -10px;
}

.about_item .imgbtn2 {
    font-size: 18px;
    font-weight: 500;
    color: #FFF; 
    background: #363661;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    position: absolute;
    bottom: 10%;
    left: 30%;
}

.about_item .pro-btn1 {
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    background: #1E45BD;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    top: 30%;
}

.about_item .pro-btn2 {
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    background: #32325A;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    position: absolute;
    left: 5%;
    bottom: 32%;
}

.about_item .pro-btn3 {
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    background: #009371;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.profit_item {
    position: relative;
}

.pro_imbbtn a {
    font-size: 20px;
    font-weight: 500;
    color: #FFF; 
    border: 1px solid rgba(7, 20, 43, 0.25);
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    padding: 8px 21px;
    padding-right: 35px;
    backdrop-filter: blur(50px);
    border-radius: 50px;
    position: absolute;
    top: 60%;
    left: 8%;
}

.boost_item {
    position: relative;
    text-align: center;
}

.boost_item .bost_btn1 {
    font-size: 16px;
    font-weight: 500;
    color: #FFF; 
    background: #313157;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
    position: absolute;
    top: 12%;
    left: 10%;
}

.boost_item .bost_btn2 {
    font-size: 16px;
    font-weight: 500;
    color: #FFF; 
    background: #1B3EB7;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
    position: absolute;
    bottom: 16%;
    right: 10%;
}

.boost_item .bost_btn3 {
    font-size: 16px;
    font-weight: 500;
    color: #FFF; 
    background: #4DB08F;
    display: inline-block;
    padding: 7px 24px;
    border-radius: 50px;
    position: absolute;
    top: -30px;
    right: 0;
} 

.affiliate_item {
    position: relative;
}

.affbtc_box2 {
    position: absolute;
    left: 5%;
    top: -40px;
}

.pricing_page2 {
    padding-top: 100px;
}

.custom_radiobtn img {
    max-width: 21px;
}

.inform_item select {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: #F8F9FB;
    border: none;
    outline: none;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.inform_item select:focus {
    border-color:  #4C71F7;
}

.inform_select2 {
    margin-top: 44px;
}

.plan_box {
    min-height: 100%!important;
}

.plan_bottom {
    padding-top: 60px;
}

.plan_btmleft {
    min-height: 100%;
}

.plan_btmright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 100%;
}

.plan_btmright img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loader {
    font-size: 0px;
}

.custom-tb th {
    background: #5d6267;
    color: #fff;
    padding: 16px 14px;
}

.custom-tb td {
    padding: 14px 14px;
}

.loggedin {
    display: none;
}

.footer_item a {
    color: #fff;
}

.boost_box .alert {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
}

.boost_box .alert-danger {
    background: #c82f3c;
}
/*==================== update-version start here =====================*/
.text-animation2 {
    padding-top: 140px;
}

.hero_item {
    margin-top: 40px;
}

.invite_itemShow {
    max-width: 316px;
    width: 100%;
    margin-left: auto;
    padding-top: 10px;
}

.invite_cnt {
    max-width: 316px;
    width: 100%;
    background: #009B7A;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    border-radius: 16px;
    position: absolute;
}

.invite_cnt p {
    font-family: 'SF-Pro-Display';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #FFF;
    margin: 0;
}

.invite_cnt span img {
    max-width: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.about_cnt span {
    color: #35EBB3; 
    background: transparent;
    border: 1px solid #009B7A; 
}

.about_item .soft_btn {
    background: #53B597; 
}

.about_item .emp_btn {
    background: #214AC2; 
}

.about_item .imgbtn2 {
    background: #214AC2; 
}

.about_item .pro-btn2 {
    color: #214AC2; 
    background: #FFF; 
}

.boost_subscrib button {
    background: linear-gradient(90deg, #009B7A 0%, #214AC2 100%), #1E43BC; 
}

.affiliate_cnt a {
    background: linear-gradient(90deg, #009B7A 0%, #214AC2 100%), #1E43BC; 
}

.product_main a {
    background: linear-gradient(90deg, #009B7A 0%, #214AC2 100%), #1E43BC; 
}

.plan_box ul li .dot {
    max-width: 24px;
    width: 24px;
    cursor: pointer;
}

.plan_box h5 {
    font-family: 'SF-Pro-Display';
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.80); 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}

.plan_box h5 img {
    max-width: 24px;
    margin-right: 10px;
}

.tooltip-inner {
    max-width: 250px;
    border-radius: 8px;
    background: #214CCB;
    opacity: 1;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    padding: 12px 12px;
}

.tooltip-arrow::before {
    border-top-color: #214CCB !important;
}

.client_area {
    background-image: url(../images/client-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.client_upper h3 {
    font-family: 'SF-Pro-Display';
    font-size: 72px;
    font-weight: 600;
    color: #071329; 
    margin: 0;
}

.client_upper h3 span {
    color: #214AC2; 
    display: block;
}

.client_main {
    padding-top: 40px;
}

.client_box {
    padding: 25px 12px;
}
.client_area {
    background-image: url(../images/client-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}
.client_item a {
    display: block;
    background: rgba(255, 255, 255, 0.90);
    padding: 36px 40px 48px;
    box-shadow: 0px 0px 20px 0px rgba(33, 74, 194, 0.07);
     border-radius: 32px;
    backdrop-filter: blur(50px);
}

.client_item img {
    max-width: 100%;
    width: initial!important;
}

.client_item h4 {
    font-family: 'SF-Pro-Display';
    font-size: 18px;
    font-weight: 600;
    color: #061227; 
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.client_item h4 .user-initials {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #6981D1;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.client_item h4 img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 15px;
}

.client_item img {
    max-width: 100%;
}

.client_item span {
    font-family: 'SF-Pro-Display';
    font-size: 14px;
    font-weight: 500;
    color: #868686;
    display: block;
    margin: 12px 0 16px;
}

.client_item h3 {
    font-family: 'SF-Pro-Display';
    font-size: 18px;
    font-weight: 700;
    color: #061227; 
    margin-bottom: 16px;
}

.client_item p {
    font-size: 16px;
    font-weight: 400;
    color: #363661; 
    margin: 0;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.owl-nav img {
    width: 30px;
}

.owl-nav button {
    margin-left: 50px;
}

/*============== checkout_area start =================*/
.methond_area {
    padding: 120px 0 60px;
}

.methond_left {
    max-width: 556px;
    width: 100%;
}

.methond_left h3 {
    font-family: 'SF-Pro-Display';
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
    line-height: 110%;
}

.methond_left img {
    max-width: 352px;
    display: block;
    margin: 32px 0;
}

.methond_left p {
    font-family: 'SF-Pro-Display';
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80); 
    margin: 0;
}

.method_item h4 {
    font-family: 'SF-Pro-Display';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.method_inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 18px;
}

.method_item p {
    font-family: 'SF-Pro-Display';
    font-size: 20px;
    font-weight: 400;
    color: #53B597; 
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
}

.method_item p img {
    max-width: 24px;
    margin-right: 8px;
}

.method_logo {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(24px);
}

.method_logo img {
    width: 100%;
}

.cripto_item {
    margin-top: 60px;
}

.owl-nav button {
    transition: 0.2s all ease;
}

.owl-nav .owl-prev img {
    opacity: 0.5;
}

.owl-nav button img {
    transition: 0.2s all ease;
}

.owl-nav button:hover img {
    opacity: 1!important;
    transform: scale(1.2);
}

.noUi-horizontal .noUi-handle {
    display: none;
}

.hero_item {
    max-width: 1185px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero_item img {
    width: 100%;
}

.video_item {
    width: 100%;
    height: 100%;
    padding-top: 22px;
    padding-left: 31px;
    padding-right: 20px;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-radius: 66px;
}

.video_item video {
    width: 100%;
    height: 100%; 
    border-radius: 66px; 
    transform: scaleX(1.01);
}

.videoShow img {
    opacity: 0;
}

.videoShow .video_item {
    display: block;
    opacity: 1
}

.hero_img button {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero_img button img {
    max-width: 64px;
    width: 64px;
}

.hero_item {
    background-image: url(../images/hero_shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 21px;
    padding-left: 31px;
    padding-right: 22px;
    padding-bottom: 29px;
}

.hero_img img {
    border-radius: 48px; 
}

.show_moreItem {
    display: flex;
    align-items: center;
    min-height: 396px;
}

.show_moreItem a {
    background: rgba(255, 255, 255, 0.90);
    padding: 50px 45px;
    box-shadow: 0px 0px 20px 0px rgba(33, 74, 194, 0.07);
    border-radius: 30px;
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 225px;
    width: 100%;
}

.show_moreItem a img {
    max-width: 26px;
}

.plan_btmright {
    position: relative;
}

.dot_tooltip {
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.dot_tooltip img {
    max-width: 100%;
}

.dot_tooltip span {
    cursor: pointer;
}

.video_item {
    overflow: hidden;
}

.dot_icn {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.tooltip_box {
    width: 250px;
    border-radius: 8px;
    background: #214CCB;
    opacity: 1;
    text-align: left;
    padding: 12px 12px;
    position: relative;
    transform: translate(0px, 10px)!important;
    inset: initial!important;
    z-index: 99;
}

.tooltip_box p {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    background: none;
    border: none;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0px;
}

.tooltip_box p a {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #FFF;
    background: none!important;
    border: none;
    padding: 0!important;
    display: inline-block;
    text-align: left;
    text-decoration: underline;
}

.tooltip_box::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #214CCB;
    position: absolute;
    top: -7px;
    left: 8px;
    transform: rotate(45deg);
}

.dropdown:hover .tooltip_box {
    display: block;
    position: absolute;
}

.dot_icn.show img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(2299%) hue-rotate(218deg) brightness(88%) contrast(96%);
}

.tolbox3 {
    border: none;
    transform: translate(-189px, 10px) !important;
}

.tolbox3::after {
    right: 35px;
    left: initial;
}

.tooltip_box ul li {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #FFF;
    background: none!important;
    border: none;
    padding: 0!important;
    margin-top: 5px!important;
    display: block;
    text-align: left;
}

.tooltip_box a {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #FFF;
    background: none!important;
    border: none;
    padding: 0!important;
    display: inline-block;
    text-align: left;
}
.body-no-scroll {
    overflow-y: hidden !important;
  }
body:not(.modal-open) .guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #44444496;
    z-index: 1;
}
body.modal-open .guide-overlay {
    display: none;
}
.guide-popup {
    position: fixed;
    z-index: 100;
    padding: 15px 20px;
    background-color: white;
    width: 500px;
    height: auto;
    border-radius: 4px;
}
.guide-popup ul.steps-list {
    list-style-type: circle;
    padding-left: 20px;
}
.guide-popup ul.steps-list li {
    font-size: 14px;
    font-weight: 600;
    white-space: wrap;
}
.guide-step-1 {
    top: 20px;
    left: 300px;
}
.guide-step-2, .guide-step-3 {
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
}
.guide-step-4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
}
@media (max-width: 768px) {
    .guide-popup.guide-step-1 {
        top: 320px;
        left: 40px;
        z-index: 10000;
    }
    .overlay-overide.discord-integration .integrate_area .discord_col{
        order: 1 !important;
    }
    .overlay-overide.discord-integration .integrate_area .tradingview_col{
        order: 2 !important;
    }
}
body:not(.modal-open) .overlay-overide {
    z-index: 10;
}
body:not(.modal-open) .overlay-overide > div {
    position: relative;
}
body:not(.modal-open) .overlay-overide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #44444496;
}
body.modal-open .overlay-overide::after {
    display: none;
}
body:not(.modal-open) .overlay-overide .menu-item.integration-active .integrations,
body:not(.modal-open) .overlay-overide .menu-item.indicators-active .indicators,
body:not(.modal-open) .overlay-overide .menu-item.subscription-active .subscription,
body:not(.modal-open) .overlay-overide.tradingview-integration .tradingview_box,
body:not(.modal-open) .overlay-overide.discord-integration .discord_box {
    position: relative;
    z-index: 5;
    border-width: 1px 0px;
    border-style: dashed;
    border-color: #1F4EF5;
}

.btn-slick-prev, .btn-slick-next {
    border: none;
    background: none;
    outline: none;
}

.wrapper {
    width: 70px;
    height: 70px;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

#cancelSubModal .modal-body {
    text-align: center;
    font-size: 24px;
}

.icon-danger {
    font-size: 50px;
    color: red;
}

.integrate_box {
    margin-bottom: 20px;
}

.payment-item-inner6 .nav-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    border-radius: 8px;
    background: #F8F9FC;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.payment-item-inner6 .nav-link {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    display: block;
    border: none;
    outline: none;
    height: auto;
    /* padding: 10px; */
    border-radius: 4px;
    box-shadow: none;
    transition: 0.2s all ease;
}

.payment-item-inner6 .nav-link img {
    max-width: 100%;
    display: block;
    margin: 0 auto 6px;
}

.payment-item-inner6 .nav-link:hover,
.payment-item-inner6 .nav-link.active {
    color: #214AC3; 
    background: #fff; 
}
.currency-label{
    font-weight: 600;
    margin-left: 10px;
}

/*=================== plan-area start ==================*/
.plan-area {
    padding: 60px 0;
}

.plan-area .customers_upper p {
    margin-bottom: 32px;
}

.plan-area .customers_upper h4 {
    font-family: "Inter", sans-serif;
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
}

.plan-area .customers_upper h4 img {
    max-width: 100%;
    margin-right: 16px;
    cursor: pointer;
}

.plan-item {
    font-family: "Inter", sans-serif;
    padding: 44px 44px 24px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 24px;
}

.plan-item-inner h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
}

.plan_menu .nav-tabs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
}

.plan_menu .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #FFF; 
    margin: 0;
    display: inline-block;
    border: none;
    outline: none;
    padding: 8px 21.5px;
    border-radius: 8px;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0.602px 1.807px -1.25px rgba(0, 0, 0, 0.18), 0px 2.289px 6.866px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06);
    margin-right: 8px;
    transition: 0.2s all ease;
}

.plan_menu .nav-tabs li:last-of-type .nav-link {
    margin-right: 0;
}

.plan_menu .nav-link:hover,
.plan_menu .nav-link.active {
    color: #fff; 
    background: #009B7A; 
}

.plan-item2 table {
    width: 100%;
}

.plan-item2 table tr th {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: top;
}

/* .plan-item2 table tr th:nth-child(3) {
    padding: 22px 10px !important;
} */

.plan-item2 table tr p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.plan-item2 table tr th:nth-of-type(1) p {
    font-size: 19.063px; 
}

.plan-item2 table tr h2 {
    color: #FFF;
    font-size: 56px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0;
}

.plan-item2 table tr h2 sup {
    font-size: 24px;
    margin-left: 2px;
}

.plan-item2 table tr h2 small {
    color: #F7F8F9;
    font-size: 16px;
    font-weight: 300;
    margin-left: 8px;
}

.plan-item2 table tr td {
    color: #D2D2D2;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.plan-item2 table tr td:nth-of-type(1) {
    padding-left: 9.5px;
}

.plan-item2 table tr td img {
    max-width: 100%;
}

.plan-item2 table tr td:nth-of-type(1) img {
    margin-left: 18.5px;
    cursor: pointer;
}

.plan-item2 table tr:nth-of-type(4) td {
    letter-spacing: -0.64px; 
}

.plan-item2 table tr td:nth-of-type(2) a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0.602px 1.807px -1.25px rgba(0, 0, 0, 0.18), 0px 2.289px 6.866px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06);
}

.plan-item2 table tr td:nth-of-type(2) a:hover {
    background: #009B7A;
}

.plan-item2 table tr td:nth-of-type(3) a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px; 
    padding: 8px 10px;
    border-radius: 8px;
    background: #009b7a;
}

.plan-item2 table tr td:nth-of-type(3) a:hover {
    background: #009B7A;
}

.plan-item2 table tr:nth-of-type(10) td {
    padding-bottom: 56px;
}

.plan-item2 table tr:nth-of-type(11) td {
    padding: 22px 0;
    vertical-align: top;
}

.plan-item2 table tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 20px;
}

.plan-item2 table tr h6 {
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin-top: 12px;
}

.plan-item2 table tr h5 {
    color: #D2D2D2;
    font-size: 10px;
    font-weight: 400;
    margin-top: 8px;
}

.plan-item2 table tr td:nth-of-type(3) h6 {
    text-align: center;
}

.plan-item3 {
    padding: 48px 0 20px;
}

.plan-item3 h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
}

.plan-item3 form {
    max-width: 570px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.plan-item3 form div {
    width: calc(100% - 176px);
    padding-right: 10px;
}

.plan-item3 form input {
    color: #757D8B;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #3A4454;
}

.plan-item3 form input::placeholder {
    color: #757D8B;
    opacity: 1;
}

.plan-item3 form button {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 48px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0.602px 1.807px -1.25px rgba(0, 0, 0, 0.18), 0px 2.289px 6.866px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.plan-item3 form button:hover {
    opacity: .8;
}

.plan_box {
    background: rgba(255, 255, 255, 0.10);
    padding: 30px 24px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    min-height: 680px;
    margin-top: 30px;
}

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

.plan_icon img {
    max-width: 50px;
}

.plan_icon span {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background: #53B597; 
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.plan_box h6 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 16px 0;
}

.plan_box h3 {
    font-size: 72px;
    font-weight: 600;
    color: #FFF; 
    line-height: 1.1;
}

.plan_box h3 sup {
    font-size: 40px;
    font-weight: 600;
}

.plan_box h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50);
    margin: 16px 0;
}

.plan_box p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 12px;
}

.plan_box ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    margin-top: 10px;
}

.plan_box ul li img {
    max-width: 16px;
    margin-right: 12px;
}

.plan_box a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    border: 1px solid #FFF; 
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
    margin-top: auto;
    transition: 0.2s all ease;
}

.plan_box a:hover,
.plan_box a.active {
    background: #FFF;
    color: #000;
}

.plan_box a:hover {
    background: #214AC2;
    border-color: #214AC2;
    color: #FFF;
    opacity: 1;
}

.plan_box h3 a {
    font-size: 20px;
    font-weight: 600;
    background: #FFF;
    color: #000;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.2s all ease;
    cursor: not-allowed;
    background: #8F959E!important;
    color: #061228!important;
    border-color: #8F959E!important;
}

.plan_maintab {
    padding-top: 20px;
}

.plan-item10 {
    padding: 15px 0 35px;
}

.plan-item10 p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}



/*plan_bottom*/
.plan_bottom {
    padding-top: 30px;
}

.plan_btmleft {
    background: rgba(255, 255, 255, 0.10);
    padding: 17px 60px 15px;
    border-radius: 32px;
    backdrop-filter: blur(50px);
    min-height: 595px;
}

.plan_btmleft h6 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    margin: 0;
}

.plan_btmleft h3 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF; 
    margin: 10px 0;
}

.plan_btmleft h4 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50); 
    margin: 0 0 24px;
}

.plan_btmleft p {
    font-size: 20px;
    font-weight: 400;    
    margin: 0 0 20px;
    line-height: 130%;
}

.plan_btmleft h5 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    margin: 0 0 8px;
}

.plan_btmleft-inner h6 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
}

.plan_btmleft-inner h6 span {
    color: rgba(255, 255, 255, 0.80);
}

.plan_btmleft-inner h6 strong {
    color: #FFF;
    font-weight: 600;
}

.plan_btmleft ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFF; 
    margin-top: 5px;
}

.plan_btmleft ul li img {
    max-width: 16px;
    margin-right: 11px;
}

.plan_btmright {
    background: radial-gradient(circle at 0 175px, #789aff, #003be7);
    padding: 45px 80px;
    border-radius: 32px;
    text-align: center;
}

.plan_btmright img {
    max-width: 50px;
}

.plan_btmright h4 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF; 
    margin: 20px 0;
    text-align: center;
}

.plan_btmright h3 {
    font-size: 64px;
    font-weight: 600;
    color: #FFF; 
    text-align: center;
    margin: 0;
    line-height: 1;
}

.plan_btmright h3 sup {
    font-size: 32px;
    font-weight: 600;
    color: #FFF;
}

.plan_btmright p {
    font-size: 16px;
    font-weight: 400;
    color: #FFF; 
    margin: 20px 0;
}

.plan-modal-area .modal-dialog {
    font-family: "Inter", sans-serif;
    max-width: 980px;
}

.plan-modal-area .modal-content {
    max-width: 980px;
    margin: 0 15px;
    border: none;
    padding: 50px;
    border-radius: 32px;
    background: #202B43;
}

.plan-modal-item h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.plan-modal-item h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin: 8px 0 10px;
}

.plan-modal-item p {
    color: #EBEBEB;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.2px;
    margin-bottom: 20px;
}

.plan-modal-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-modal-item-inner {
    padding-left: 28px;
}

.plan-modal-item-inner ul li {
    color: #EBEBEB;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.2px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.plan-modal-item-inner ul li span {
    color: #fff;
    font-weight: 600;
}

.plan-modal-item-inner ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background: #D9D9D9;
    top: 8px;
    left: 0;
}

.plan-modal-item-inner p {
    margin-bottom: 10px;
}

.plan-modal-item-inner p:nth-of-type(5) {
    margin-bottom: 32px;
}

.plan-modal-item-inner p:last-of-type {
    margin-bottom: 0px;
}

.custom_progressbar {
    background: #FFF; 
    height: 30px;
    border: 3px solid #FFF;
    border-radius: 50px;
    position: relative
}

.progess_inner {
    font-size: 16px;
    font-weight: 400;
    color: #FFF; 
    padding-right: 10px;
    text-align: right;
    background: #009B7A;
    border-radius: 50px;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.plan_btmright span {
    font-size: 14px;
    font-weight: 600;
    color: #B3C2EA; 
    display: block;
    margin: 6px 0 12px;
    text-align: left;
}

.line_bar {
    width: 100%;
    height: 3px;
    display: block;
    background: linear-gradient(to right, #95AAE2, #FFFFFF);
    position: relative;
}

.line_bar::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line_bar::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line_bar span {
    font-size: 20px;
    font-weight: 600;
    color: #000; 
    background: #FFF;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 50px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line_bar span sup {
    font-size: 10px;
    font-weight: 600;
    color: #000; 
}

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

.subscribe_btn a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF; 
    background: #214AC2; 
    display: inline-block;
    padding: 12px 38px;
    border-radius: 50px;
    transition: 0.2s all ease;
}

.subscribe_btn a:hover {
    opacity: 0.8;
}
.plan-tab2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex!important;
    align-items: center;
    background: transparent;
    padding: 0;
}

.plan-tab2 ul li a {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.70); 
    margin: 0;
    display: inline-block;
    border: none;
    outline: none;
    padding: 0!important;
    margin: 0!important;
    width: auto!important;
    background: transparent;
    position: relative;
    transition: 0.2s all ease;
}

.plan-tab2 ul li:nth-of-type(2) span {
    width: 56px;
    height: 32px;
    display: block;
    background: #214AC2;
    border-radius: 30px;
} 

.plan-tab2 ul li a:after {
    content: '';
    position: absolute;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #214AC2;
    z-index: -1;
}

.plan-tab2 ul li:nth-of-type(1) a:after {
    right: -46px;
}

.plan-tab2 ul li:nth-of-type(3) a:after {
    left: -46px;
}

.plan-tab2 ul li a:hover {
    color: #fff;
    background: transparent;
}

.plan-tab2 ul li.ui-state-active a:after {
    background: #fff;
    z-index: 77;
}

.plan-tab2 ul li.ui-state-active a {
    color: #fff;
}


/* .modal-content-currency{
    max-width: 343px;
    margin: 0 auto;
    padding: 24px;
    border: none;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
} */

.plan-modal-item-inner {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
}

.plan-modal-item-inner h2 {
    color: #111827;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
}

.plan-modal-item-inner .btn-close {
    color: transparent;
    background-image: none;
    padding: 0;
    width: 24px;
    height: 24px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.plna-modal-item-inner img {
    max-width: 100%;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.plan-modal-item-inner .btn-close:hover {
    opacity: 1;
}

.plan-modal-item-inner2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.plan-modal-item-inner2 ul li:last-of-type {
    margin-bottom: 0;
}

.plan-modal-item-inner2 ul li div:nth-of-type(1) {
    width: 30px;
}

.plan-modal-item-inner2 ul li span {
    display: none;
}

.plan-modal-item-inner2 ul li img {
    max-width: 100%;
}

.plan-modal-item-inner2 ul li h3 {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.plan-modal-item-inner2 ul li p {
    color: #6B7280;
    font-size: 13px;
    font-weight: 400;
}

.plan-modal-item-inner2 ul li.active div:nth-of-type(1) span {
    display: block;
}

/* currrency model css */
.modal-content-currency {
    max-width: 343px;
    margin: 0 auto;
    padding: 24px;
    border: none;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-item-inner-currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.modal-item-inner-currency h2 {
    color: #111827;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
}

.modal-item-inner-currency .btn-close {
    color: transparent;
    background-color: #008764;
    background-color: transparent; 
    background-image: none;
    padding: 0;
    width: 24px;
    height: 24px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.modal-item-inner-currency img {
    max-width: 100%;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.modal-item-inner-currency .btn-close:hover {
    opacity: 1;
}

.modal-item-inner2-currency ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.modal-item-inner2-currency ul li:last-of-type {
    margin-bottom: 0;
}

.modal-item-inner2-currency ul li div:nth-of-type(1) {
    width: 30px;
}

.modal-item-inner2-currency ul li span {
    display: none;
}

.modal-item-inner2-currency ul li img {
    max-width: 100%;
}

.modal-item-inner2-currency ul li h3 {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.modal-item-inner2-currency ul li p {
    color: #6B7280;
    font-size: 13px;
    font-weight: 400;
}

.modal-item-inner2-currency ul li.active div:nth-of-type(1) span {
    display: block;
}

/* ============= Custom CSS ============= */
.custom-tooltip {
    padding: 10px 12px;
    background-color: #0276B4;
    color: white;
    font-size: 11px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    border-radius: 10px;
    max-width: 320px;
    width: 320px;
    text-align: left;
}
.custom-tooltip::before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top-color: #0276B4;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.custom-tooltip.show-tooltip {
    display: block;
}
.custom-tooltip a {
    transition: color 0.15s;
}
.custom-tooltip a:hover {
    color: #bbe7ff !important;
}
.plan-item3 form p.alert {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    color: red;
}
.check-btn label ul {
    list-style-type: disc;
    margin-left: 35px;
}

@media (max-width: 992px) {
    .custom-tooltip {
        left: -60px;
        transform: none;
    }
    .custom-tooltip::before {
        left: 70px;
    }
}
@media (max-width: 576px) {
    .custom-tooltip {
        left: -80px;
        max-width: 250px;
    }
    .custom-tooltip::before {
        left: 90px;
    }
    .plan-item {
        padding: 44px 25px 24px;
    }
}
.paymentForm .nav-item img {
    height: 24px;
}