/* html, body {overflow-x: hidden;}
body {
	background-color:#fff;
	font-size: 16px;
	font-weight:400;
	color: #8F8F8F;
	font-family: 'Segoe UI Regular';
}
body button.focus, .btn:focus {
    outline: none !important;
    outline-offset: 0 !important;
}
ul, ol, *{
	margin:0;
	padding:0;
}
a {
	text-decoration: none !important;
	display:inline-block;
	transition:ease-in-out 0.3s;
}
body, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
img {
	max-width: 100%;
} */
::placeholder{
	color: #8F8F8F !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}
::-webkit-scrollbar-thumb {
  background: #FDA04E;
}
::-webkit-scrollbar-thumb:hover {
  background: #3f44e0;
}
button{
	outline:none !important;	
}
.ml-auto {margin-left: auto !important;}
.black_text{color: #111827 !important;}
.blue_text{color: #3f44e0 !important;}
.white_text{color:#fff !important;}
.gray_text {color: #9CA3AF !important;}
/* Header css start here ===== */

.dark_header {
    background: white;
    height: 75px !important;
}
.header .navbar {
    padding: 5px 0 7px 0 ;
    background: none !important;
}
.navbar-brand {
    color: #fff !important;
    font-size: 36px;
}
.header .navbar-nav > li {
    padding: 0 20px;
    line-height: normal;
}
/* .header .navbar-nav li a {
    padding: 0 0 2px !important;
    font-size: 14px !important;
    line-height: 18px;
    color: #fff !important;
    position: relative;
    transition: ease-in-out 0.3s;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-family: 'Segoe UI Regular';
} */
.profile_pic_Home {
    align-items: right;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 15px;
    min-width: 48px;
}
.header .navbar-nav li.active a, .header .navbar-nav > li a:hover {
    border-bottom: 2px solid #fca04d;
}

.mybtn {
    background: #3f44e0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 17px 25px !important;
    border-radius: 16px;
}

.myHomebtn {
    background: #fca04d;
    color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 18px !important;
    border-radius: 16px;
}
.myHomebtn:hover{
    cursor: pointer;
    background: #f79642;
}

/* .mybtn{
    background: #3f44e0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 17px 25px !important;
    border-radius: 16px;
} */
.Headerbtn {
    padding: 7px 25px;
    border-radius: 4px;
    background: #2126b5;
    color: #fff !important;
    font-weight: 400  !important;
}
.Headerbtn:hover {
    padding: 7px 25px;
    border-radius: 4px;
    background: #2126b5;
    color: #fff !important;
}
.orange_btn {
    background: #fca04d;
  
}
.mybtn:hover {
    background: #2126b5;
    color: #fff;
    cursor: pointer;
}
.orange_btn:hover {
    background: #da8639;
    cursor: pointer;
}
.hide_icon{
    cursor: pointer;
}
.header .navbar-collapse .orange_btn {
    margin-right: 8px;
}
/* Header css end here ===== */

/* Banner css start here ===== */
.inner_banner {
    background: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 223px 0px 180px;
}
.sec_head {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 60px;
}
.white_text:after {
    border-color: #fff;
    background: #44403e;
}
.banr_sec {
    position: relative;
    background: url(../img/bnr_bg_.jpg) no-repeat center center/cover;

    padding: 150px 0 0;
}
.banr_text {
    position: relative;
}
.social_links {
    position: absolute;
    left: -50px;
    top: 40px;
}
.social_links a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
}

.insta_icon {
    background: #DD2A7B;
}
.table-td{
    padding:10px !important
}
.google_icon {
    background: #ffffff;
}
.fb_icon {
    background: #3B5998;
}
.tab-head{
    padding: 29px !important;
}
.span-table{
height: 350px !important;
    overflow: scroll;
    background-color: white;
}

.span-table-head{
   position: sticky;
   background-color: white;
}


.gradient-text {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #af4261);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
   
}
.gradient-text2 {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #af4261);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
   
}
.main_logo{
    font-size: 35px !important;
    font-style: italic;
    margin-top: 20px;
}
#logo_id{
    height: 3rem;
    /* margin-bottom: 1rem; */
}
#logo_dashboard_mini{
    height: 3rem;
}
#logo_dashboard_large{
    margin-top: 7px;
    margin-left: 3px;
}
.social_links a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.main_head {
    font-family: 'Rubik', sans-serif;
    text-shadow: 0px 1px 6px #000000c4;
    font-size: 46px;
    line-height: 52px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}
.banr_text p {
    color: #fff;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}
/* Banner css end here ===== */
.logo_sec {
    padding: 50px 0;
}
/* Plan section css start here */
.plan_sec {padding: 50px 0 90px;}
label.active_plan {
    display: block;
    cursor: pointer;
}
.plan span.plan_icon {
    width: 80px;
    height: 80px;
    border: 2px solid #333;
    padding: 15px;
    border-radius: 100%;
    margin: 0 auto 25px;
    text-align: center;
}
.plan > div:first-child{padding: 0 20px 10px;}
.plan {
    background: #fff;
    border-radius: 3px;
	transition:ease-in-out 0.5s;
	box-shadow: 0 1px 10px 0 #0000003b;
}
.col-sm-4.active .plan {
    transform: scale(1.1);
    box-shadow: 0 1px 10px 0 #0000003b;
    position: relative;
    z-index: 9;
	background: #fca04d;
	overflow: hidden;
}
.connect_page_mt{
    margin-top: 150px !important;
}
.plan:hover {box-shadow: 0 1px 10px 0 #0000003b;}
.plan h2 {
    max-width: 200px;
    width: 100%;
    padding: 30px 0 0;
    margin: 20px auto 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}
.col-sm-4.active .plan h2, .col-sm-4.active .plan p, .col-sm-4.active .plan h4, .col-sm-4.active .plan span{
	color:#fff;
}
.per_month {
    margin: 10px 0;
}
.plan span {
    display: block;
    color: #666;
    font-size: 14px;
}	
.plan input[type="radio"] {
    width: 0;
    opacity: 0;
}
.plan span.plan_icon {
    width: 70px;
    height: 70px;
    border: 4px solid #fff;
    padding: 15px;
    border-radius: 100%;
    margin: 0 auto 20px;
    text-align: center;
    box-shadow: 0 0px 7px 0 #0000003b;
    background: #fbfbfb;
}
.plan h4 {
    font-size: 24px;
    color: #333;
}
.plan p {
    font-size: 14px;
    color: #333;
}
.plan_list {
    margin-top: 10px;
    background: #333;
    padding: 15px 20px;
    text-align: left;
}
.plan_list h5 {
    color: #fff;
	font-size: 16px;
}
.plan_list li{position:relative;padding-left:15px;}
.plan_list li .fa {
    position: absolute;
    left: 0;
    top: 3px;
}
.plan_list li, .plan_list li a {
	color: #fff;
	font-size: 14px;
}
.plan_list li a {
    padding: 1px 10px;
    
}
/* Plan section css end here */

/* Work section css start here */
.work_sec {padding: 80px 0;background: #fafafa;}
.work_icon {
    width: 100px;
    height: 100px;
    background: #3f44e0;
    border-radius: 100%;
    margin: 0 auto 20px;
    border: 5px solid #fff;
}
.work_icon .fa {
    font-size: 44px;
    color: #fff;
}
/* Work section css end here */
.fraud_sec {
    background: url(../images/bnr_bg.webp) no-repeat center center/cover;
    padding: 100px 0;
}
.fraud_sec .sec_head {
    margin-bottom: 15px;
    font-size: 36px;
}
.fraud_sec p {font-size: 20px;}
.fraud_sec .orange_btn {margin-right: 2%;}
.block_sec {padding: 50px 0 0;}
.block_sec h2 {margin-bottom: 30px;}
.block_sec p {font-size: 18px;}
.why_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.why_box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.why_box p {
    margin: 0;
}
.analysis_sec {padding: 70px 0;}
.analysis_sec h2 {
    margin-bottom: 25px;
    font-size: 36px;
}

/* Footer_sec css start here ===== */
/* .footer_sec {
    background: #1E1E1E;
    padding: 45px 0 30px;
}
.footer_sec .social_links {
    position: static;
}
.footer_sec .social_links a {
    margin: 0 10px 0 0;
}
.footer_sec .container {
    position: relative;
}
.more_info {
    background: #FDA04E;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    text-align: center;
    position: absolute;
    top: -55px;
    font-weight: 600;
    font-style: italic;
}
.more_info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid #A55916;
    position: absolute;
    left: -5px;
    top: 0px;
}
.footer_sec h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
}
.info_text {
    color: #A8A8A8;
    font-size: 14px;
    line-height: 24px;
}
.view_more {
    color: #FDA04E;
    font-size: 14px;
}
.footer_sec li {
    background: url(../img/down-arrow.svg) no-repeat;
    background-size: 6px;
    background-position: center left;
    padding-left: 22px;
}
.footer_sec li a {
    color: #A8A8A8;
    font-size: 14px;
    line-height: 24px;
}
.copy_right {
    background: #383838;
    padding: 15px 0;
}
.copy_text, .privacy_link a, .copy_text a {
    margin: 0;
    font-size: 14px;
    color: #fff;
} */
/* Footer_sec css end here ===== */



/* Sign-in page css start here ====*/
.login_sec {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
/* .login_sec .btn{
    padding: 15px 0 !important;
    height: auto !important;
} */
.custm_row {
    height: 100%;
}
.login_slide img.h-100 {
    object-fit: cover;
}
.login_form {
    max-width: 600px;
    width: 100%;
    padding: 48px 0 40px;
    height: 100%;
    margin: 0 auto;
}
.custom_row {
    margin: 0 -8px;
}
.custom_row >  div {padding: 0 8px;}
.logo_img a {
    font-size: 36px;
    font-weight: bold;
}
.login_head {
    margin: 20px 0;
}
.login_form h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}
.login_head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.login_form .form-group {
    margin-bottom: 24px;
}
.login_form label {
    font-size: 12px;
    color: #6B7280;
    margin: 0 0 4px;
    font-weight: 600;
}
.form-control {
  
    border-radius: 10px !important;
   background: #fff !important;
   padding: 12px !important;
}



.pass_word .hide_icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.check_forgot {
    margin: 27px 0 40px;
}
.login_form .custom-checkbox label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.forgot_link {
    font-size: 16px;
    line-height: 24px;
}
.form-text {
    display: block;
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9CA3AF;
}
.check_forgot .custom-control {
    padding-left: 25px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-checkbox .custom-control-label::before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    top: 3px;
    border: 1.5px solid #3f44e0;
    border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {background: #3f44e0;}
.custom-checkbox .custom-control-label::after {
    top: 7px;
    left: 4px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-55deg);
}
.or {
    background: url(../img/or_line.svg) no-repeat;
    background-position: center;
    margin: 20px 0;
}
.or span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.btn_box {
    padding: 24px 34px 0;
}
.btn_box.text-center label {
    color: #767676;
    font-size: 14px;
    margin: 0 0 16px;
}
.btn_box .btn {
    margin: 0 0 8px;

    font-weight: normal;
}
.google_fb {
    margin: 0 -10px;
}
.google_fb .col-6 {
    padding: 0 10px;
}

.fb_btn{
    padding: 8px;
    background-color: transparent;
    border: 1px solid #d7d6d6;
    border-radius: 4px;
}

.google_fb .btn img {
    margin-right: 10px;
}
.no_account {
    margin: 70px 0 0;
}
.no_account p {
    font-size: 16px;
    line-height: 24px;
}
.signUp_link {
    font-weight: 600;
}



/* Sign-in page css end here ====*/







