@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

* {
margin: 0;
padding: 0;
}

body {
color: #000;
font-family: 'Calibri';
overflow-x: hidden;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

a {
color: #48AF43;
transition: 0.5s;
outline-style: none;
}

a:hover,
a:active,
a:focus {
color: #1E6DBF;
outline: none;
text-decoration: none;
}

p {
padding: 0;
margin: 0;
}

h1,h2,h3,h4,h5,h6 {
padding: 0;
margin: 0;
font-weight: 700;
}
.btn-check:focus+.btn, .btn:focus {
outline: 0;
box-shadow: none;
}

.container {
max-width: 1200px;
}

section {
display: block;
float: left;
width: 100%;
}
.login_section
{
display: flex;
flex-wrap: wrap;
float: left;
width: 100%;
height: 100vh;
background: url(../images/login_bg.jpg) center center no-repeat;
background-size: cover;
background-attachment: fixed;
overflow-y: auto;
padding: 15px;
justify-content: center;
align-items: center;
}
.login_section .login_inside
{
display: inline-block;
background: #fff;
border-radius: 20px;
padding: 30px 40px;
width: 100%;
max-width: 530px;
}
.login_inside .logo_and_heading
{
display: block;
float: left;
width: 100%;
text-align: center;
}
.login_inside .logo_and_heading img
{
max-width: 80%;
} 
.login_inside .logo_and_heading h2
{
font-size: 20px;
font-weight: 700;
margin-top: 15px;
}
.login_inside .logo_and_heading p
{
font-size: 16px;
color: #636363;
margin-top: 10px;
font-weight: 500;
}
.login_inside .login_form_area
{
display: block;
float: left;
width: 100%;
margin-top: 12px;
}
.form-floating>label {
padding: 12px 0.75rem;
}
.form-control {
box-shadow: none;
border-color: none !important;
background: #EBF1F8 !important;
height: 50px !important;
border: none;
}
.forgot_password
{
float: right;
margin-top: 15px;
font-weight: 700;
text-decoration: none;
transition: all .5s ;
transition-timing-function:ease-out;
}
.forgot_password:hover
{
color: #1E6DBF;
}
.green_but
{
display: inline-block;
vertical-align: middle;
padding: 12px 25px;
min-width: 150px;
color: #fff;
background: #48AF43;
border-radius: 30px;
font-weight: 700;
}
.green_but:hover
{
background: #1E6DBF;
color: #fff;
}
.login_bottom_section
{
display: block;
float: left;
width: 100%;
text-align: center;
margin-top: 25px;
font-weight: 700;
}
.login_bottom_section a
{
text-decoration: none;
color: #48AF43;
}
.login_bottom_section a:hover
{
color: #1E6DBF;
}
.otp_boxes
{
display: flex;
float: left;
width: 100%;
justify-content: space-between;
}
.otp_box
{
display: block;
float: left;
width: 23%;
height: 50px;
border-radius: 8px;
background: #EBF1F8;
padding: 0 12px;
border: none;
outline-style: none;
text-align: center;

}
.login_inside .form-check strong
{
color: #48AF43;
}
.register_text_area
{
display: block;
float: left;
color: #fff;
width: 100%;
}
.register_text_area h2
{
font-size: 25px;
}
.register_text_area .box1
{
display: block;
float: left;
width: 100%;
position: relative;
margin-top: 30px;
padding: 0 0 0 40px;
}
.register_text_area .box1 h3
{
font-size: 20px;
}
.register_text_area .box1 p
{
font-size: 15px;
margin-top: 12px;
}
.register_text_area .box1 img
{
position: absolute;
left: 0;
top: -4px;
width: 30px;
}

header
{
display: block;
float: left;
width: 100%;
}
header .top_section
{
display: block;
float: left;
width: 100%;
background: #F6F6F6;
padding: 5px 0;
}
header .top_section .inside
{
display: flex;
float: left;
width: 100%;
justify-content: space-between;
align-items: center;
}
header .top_section .inside .left
{
display: block;
}
.dashboard_logo
{
display: flex;
float: left;
align-items: center;
}
.dashboard_logo img
{
float: left;
width: 44px;
height: 44px;
border-radius: 100%;
object-fit: cover;
object-position: center;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);
}
.dashboard_logo h2
{
font-size: 15px;
margin-left: 5px;
}
header .top_section .inside .right
{
display: block;
}
.dashboard_profile_area
{
float: left;
width: 40px; 
position: relative; 
}
.dashboard_profile_area .img_area
{
float: left;
width: 40px;
height: 40px;
border-radius: 100%;
cursor: pointer;
}
.dashboard_profile_area .img_area img
{
float: left;
width: 100%;
height: 100%;
border-radius: 100%;
object-fit: cover;
object-position: center;   
}

.dashboard_profile_area .profile_drop {
position: absolute;
top: 39px;
right: 0;
background: #fff;
box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
padding: 10px 12px;
border-radius: 10px;
width: 150px;
display: none;
}
.dashboard_profile_area .profile_drop ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.dashboard_profile_area .profile_drop ul li {
padding: 5px 0;
}
.dashboard_profile_area .profile_drop ul li a {
text-decoration: none;
color: #000;
}
.dashboard_profile_area .profile_drop ul li a:hover {
color: #1E6DBF;
}
.dashboard_profile_area:hover .profile_drop {
display: block;
}
.nav_section
{
display: block;
float: left;
width: 100%;
border-bottom: 1px solid #E6E6E6;
padding: 5px 0;
}
.nav_section_inside
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.nav_section .nav-link
{
color: #000;
font-weight: 600;
}
.nav_section .nav-link:hover
{
color: #48AF43;
}
.nav_section  .nav-item > .active
{
color: #48AF43; 
}
.sandbox_live
{
    display: flex;
    flex-wrap: nowrap;
}
.sandbox_live input
{
    margin: 5px 10px !important;
}
.form-check-input:checked {
    background-color: #21AA47;
    border-color: #21AA47;
}
.form-check-input {
    background-color: #E3000B;
    border-color: #E3000B;
}
.form-switch .form-check-input
{
    background-image: url(../images/sandbox_white_dot.svg) !important;
    background-position: left center ;
}
.menu_bar
{
display: none;
float: left;
}
.menu_bar i
{
color: #48AF43; 
font-size: 20px; 
}
.offcanvas-body .nav
{
display: block;
}
.offcanvas-body .nav-link
{
padding-left: 0;
}
footer
{
display: block;
float: left;
width: 100%;
text-align: center;
margin: 20px 0;
}
footer p
{
font-size: 14px;
color: #757575;
}
.body_section
{
padding: 50px 0;
}
.creted_wallet_section
{
display: block;
float: left;
width: 100%;
margin-bottom: 25px;
}
.creted_wallet_section .creted_walle_box
{
    display: block;
    float: left;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.creted_wallet_section .creted_walle_box h2
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}
.creted_wallet_section .creted_walle_box p
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.creted_wallet_section .creted_walle_box p a
{
    color: #48AF43;
    text-decoration: none;
}
.creted_wallet_section .creted_walle_box p a:hover
{
    color: #1E6DBF;
}

.card
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
}

.dashboard_graph_area
{
    display: block;
    float: left;
    width: 100%;
}
.dashboard_graph_area .card .heading
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.dashboard_graph_area .card .heading h2
{
    font-size: 18px;
    color: #4C6072;
    margin: 5px 0;
}
.income_price
{
    font-size: 20px;
    color: #333333;
    margin: 5px 0;
}
.dashboard_graph_date
{
    display: block;
    float: left;
    width: 100%;
    text-align: right;
}

.dashboard_graph_date p
{
    font-size: 15px;
    font-weight: 600; 
    text-transform: uppercase; 
}
.dashboard_graph_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 8px;
}
.dashboard_graph_section img
{
    float: left;
    width: 100%;
}
.modal-content {
    border-radius: 15px;
  }
  .modal-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
  }
  .modal-header .btn-close {
    background: #E3000B url(../images/modal_close_but.svg) no-repeat;
    background-size: cover;
    border-radius: 100%;
    opacity: 1;
  }
.create_wallet_popup_body
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.create_wallet_popup_body .note
{
    font-size: 14px !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    width: 100%;
}
.create_wallet_popup_body .note i
{
    color: #1E6DBF;
}
.create_wallet_popup_body p
{
    text-align: left;
}


.wallet_and_authkey_section
{
display: block;
float: left;
width: 100%;
margin-bottom: 25px;
}
.after_creted_walle_box
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    height: 100%;
}
.after_creted_walle_box .icon_area
{
    display: block;
    float: left;
    width: 80px;
    flex: 80px 0 0;
}
.after_creted_walle_box .icon_area img
{
    float: left;
    width: 100%;
}
.after_creted_walle_box .text_area
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
}
.after_creted_walle_box .text_area p
{
    font-size: 20px;
    font-weight: 600;
}
.after_creted_walle_box .text_area h2
{
    font-size: 25px;
    color: #48AF43;
}
.after_creted_walle_box .text_area h2 a
{
    color: #1E6DBF;
    font-size: 18px;
    text-decoration: underline;
    margin-left: 10px;
    
}
.after_creted_walle_box .text_area h2 a:hover
{
    color: #48AF43;
    text-decoration: none;
}
.after_creted_walle_box .kdw_id
{
    display: inline-block;
    padding: 10px 25px 10px 50px;
    border: 1px solid #BBBBBB;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    word-break: break-all;
}
.after_creted_walle_box .kdw_id i
{
    color: #21AA47;
    position: absolute;
    left: 25px;
    top: 14px;
}
.after_creted_walle_box .kdw_id a
{
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
.after_creted_walle_box .kdw_id a:hover
{
    text-decoration: none;
}
.transation_history_top_heading
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    justify-content: space-between;
    align-items: center;
}
.transation_history_top_heading .left h2
{
    font-size: 22px;
    margin: 10px 0;
}
.transation_history_top_heading .right
{
    display: flex;
    flex-wrap: wrap;
}
.transation_history_search_and_short_area
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    
    align-items: center;
}

.search_area
{
    display: block;
    float: left;
    width: 100%;
    max-width: 500px;
    min-width: 220px;
    margin: 5px 0;
    margin-right: 15px;
}
.ms-n5 {
    margin-left: -41px;
}
.search_area .search
{
    height: 44px;
    border-radius: 6px !important;
    color: #809FB8;
}
.search_area .input-group .btn {
    height: 48px;
    margin-top: 1px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 6px 6px  0  !important;
    background-color: none !important;
    border: 2px solid #21AA47;
}
.search_area .input-group .btn:hover
{
    color: #fff !important;
    background: #1E6DBF;
}
.search_area .form-floating>.form-control, .search_area .form-floating>.form-select
{
    height: 44px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffe6f2 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffe6f2;
}

.search_area .bg-white {
    --bs-bg-opacity: 0;
    background-color: none !important; ;
}
.transation_history_search_and_short_area select
{
    background-color: #EBF1F8 !important;
    border: none !important;
    height: 50px;
    margin: 5px 0;
    width: 100%;
    max-width: 200px;
}


.user_table_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.user_table_area .table_header
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding: 12px 10px;
    background: #1E6DBF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.user_table_area .table_body
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    color: #707070;
    font-size: 16px;
    align-items: center;
    transition: all .5s ;
	transition-timing-function:ease-out;
    text-align: center;
    min-height: 68px;
    border-bottom: 1px solid #EFEFEF;
    font-weight: 600;
    background: #FBFDFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 15px;
}
.user_table_area .table_body:hover
{
    background: #F0F6FC;
}

.user_table_area .table_body .mobile_heading
{
    display: none;
    color: #809FB8 ;
    margin-right: 10px;
    font-weight: 700;
    position: relative;
}
.user_table_area .form-switch , .user_table_area .form-check
{
    display: inline-block;
}
.user_table_area .table_body .mobile_heading::after
{
    content: ":";
    font-family: 'Blinker-SemiBold';
    margin-left: 5px;
}
.user_table_area .table_body p
{
    margin: 0;
}
.user_table_area .table_body .id
{
    font-size: 12px;
    margin: 0;
    color: #1E6DBF;
}
.transaction_price
{
    color: #48AF43;
    font-weight: 700;
}
.transaction_platform_fee
{
    color: #E3000B;
    font-weight: 700;   
}
.transaction_recived_amount
{
    color: #48AF43;
    font-weight: 700;   
}
.transaction_success
{
    color: #48AF43;
    font-weight: 700;      
}

.transaction_progress
{
    color: #483cec;
    font-weight: 700;      
}
.pills-tab .nav-item:focus-visible
{
    outline-style: none;
}


.test_account_but
{
    display: inline-block;
    background: #48AF43;
    padding: 12px 25px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    margin: 8px 0;
    border: none;
}
.test_account_but:hover
{
    background: #1E6DBF;
    color: #fff;
}
.details
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #ffe9c2;
  color: #FFB536;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height:34px;
  font-size: 16px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.details:hover
{
  background: #FFB536;
  color: #fff;
}
.del
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #FFEBEC;
  color: #E3000B;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height:34px;
  font-size: 16px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.del:hover
{
  background: #E3000B;
  color: #fff;
}
.edit
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #bbf3e1;
  color: #21AA47;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height:34px;
  font-size: 16px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.edit:hover
{
  background: #21AA47;
  color: #fff;
}
.del_sendbox_popup_body
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.del_sendbox_popup_body h4
{
    font-size: 18px;
}
.del_sendbox_popup_body p
{
    font-size: 14px;
    color: #747474;
    margin-top: 10px;
}
.docs_authkey_box
{
    display: flex;
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    padding: 12px 20px;
}
.docs_authkey_box .icon_area {
    display: block;
    float: left;
    width: 80px;
    flex: 80px 0 0;
}
.docs_authkey_box .icon_area img
{
    width: 100%;
}
.docs_authkey_box .text_area {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    padding-left: 20px;
    align-items: center;
}
.docs_authkey_box .text_area p {
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
}
.docs_authkey_box .kdw_id {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #BBBBBB;
    border-radius: 50px;
    font-weight: 700;
    margin: 15px 0 15px 0;
}
.docs_authkey_box .kdw_id i
{
    color: #21AA47;
}
.docs_authkey_box .kdw_id a
{
    text-decoration: none;
}
.docs_body
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.docs_body .heading
{
    display: block;
    float: left;
    width: 100%;
}
.docs_body .heading h2
{
    font-size: 22px;
}
.docs_accordion_section
{
    display: block;
    float: left;
    width: 100%;   
}
.docs_accordion_section .accordion-item
{
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
}
.docs_accordion_section .accordion-button
{
    background:#E0EFFE ;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #D8FFE3;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.docs_text_area
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.docs_text_area p
{
    color: #545454;
    font-size: 14px;
    margin: 15px 0;
}

.withdrawl_body
{
    display: block;
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    padding: 20px 40px;
}
.withdrawl_body .top_section
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.withdrawl_body .top_section p
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.withdrawl_body .top_section h2
{
    color: #48AF43;
    font-size: 25px;
}
.withdrawl_body .top_section input
{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin-top: 15px;
}
.withdrawl_body .mid_section
{
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;   
}
.withdrawl_body .mid_section h2
{
    font-size: 20px;
    margin-bottom: 20px;
}
.withdrawl_body .mid_section .nav-pills .nav-link
{
    text-align: left;
    padding: 0;
    margin-right: 25px;
    background: url(../images/withdrawl_tick.svg) left center no-repeat;
    color: #000;
    padding-left: 27px;
}
.withdrawl_body .mid_section .nav-item .active
{
    background: url(../images/withdrawl_tick_active.svg) left center no-repeat !important;
    color: #000;   
}

.withdrawl_body .bottom_section
{
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;   
}
.withdrawl_body .bottom_section h3
{
    font-size: 16px;
    font-weight: 700;
}
.withdrawl_body .bottom_section .box
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
}
.withdrawl_body .bottom_section .box p
{
    font-weight: 500;
    font-size: 17px;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
}
.withdrawl_body .bottom_section .box p span
{
    float: right;
}
.request_amount
{
    font-weight: 700 !important;
}
.get_amount
{
    font-weight: 700 !important;
    color: #21AA47;
    font-size: 20px;
}
.withdrawl_body_bottom_but
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0 30px 0;
    text-align: center;
}
.withdrawl_popup_body
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.withdrawl_popup_body .top_section
{
    display: block;
    float: left;
    width: 100%;   
    text-align: center;
}
.withdrawl_popup_body .top_section img
{
    display: inline-block;
    width: 80px;
    height: 80px;
    object-position: center;
    object-fit: cover;
    border-radius: 100%;
}
.withdrawl_popup_body .top_section h2
{
    font-size: 20px;
    margin-top: 15px;
}
.withdrawl_popup_body .top_section p
{
    color: #727272;
    font-size: 17px;
}
.withdrawl_popup_body .top_section p span
{
    margin: 0 12px;
}
.withdrawl_popup_body .top_section h3
{
    color: #48AF43;
    font-size: 22px;
    margin-top: 15px;
}

.withdrawl_popup_body > .box
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 15px;
    padding: 0 25px;
}
.withdrawl_popup_body > .box p
{
    font-weight: 500;
    font-size: 17px;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
}
.withdrawl_popup_body > .box p span
{
    float: right;
}
.withdrawl_popup_body .verification_area
{
    display: block;
    float: left;
    width: 100%;
    margin: 25px 0; 
    text-align: center;
}
.withdrawl_popup_body .verification_area h2
{
    font-size: 18px;
}
.withdrawl_popup_body .verification_area p
{
    font-size: 22px;
    color: #1E6DBF;
    border-radius: 50px;
    display: inline-block;
    min-width:180px;
    border: 2px dashed #1E6DBF;
    margin-top: 10px;
    font-weight: 600;;
}
.withdrawl_popup_body .bank_form
{
    display: block;
    float: left;
    width: 100%;   
}
.homepage_about_section
{
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0 50px 0;
}
.homepage_about_section img
{
    float: left;
    width: 100%;
}
.homepage_about_section h2
{
    font-size: 30px;
}
.homepage_about_box1
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.homepage_about_box1 .icon_area
{
    display: flex;
    float: left;
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
    padding: 10px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    flex: 70px 0 0;
}
.homepage_about_box1 .icon_area img
{
    max-width:40px;
    max-height: 40px;
    object-fit: contain;
}
.homepage_about_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
} 
.homepage_about_box1 .text_area h3
{
    font-size: 20px;
}
.homepage_about_box1 .text_area p
{
    font-size: 16px;
    color: #717171;
    margin-top: 8px;
    list-style: 20px;
}
.service_section
{
    padding: 60px 0;
    background: url(../images/service_bg.jpg) no-repeat;
    background-size: cover;
}
.service_section .heading
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.service_section .heading h2
{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.service_section .boxes
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.service_section .box1
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;  
    margin-top: 35px; 
    text-align: left;
}
.service_section .box1 img
{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.service_section .box1 p
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.developer_section
{
    padding: 60px 0;
    background: #F3F8FD;
}
.developer_section .heading
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.developer_section .heading h2
{
    font-size: 30px;
    font-weight: 600;
}
.developer_section .left 
{
    margin-top: 30px;
}
.developer_section .left h3
{
    color: #1E6DBF;
    font-size: 25px;
}
.developer_section .left p
{
    font-size: 18px;
    font-weight: 600;
}
.developer_section .left ul
{
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}
.developer_section .left ul li
{
    position: relative;
    margin-top: 15px;
    padding-left: 35px;
}
.developer_section .left ul li::after
{
    position: absolute;
    content: url(../images/tick.svg);
    left: 0;
    top: 0;
}
.get_start_but
{
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    border-radius: 80px;
    color: #fff;
    background: #21AA47;
    margin-top: 40px;
    text-decoration: none;
    font-weight: 600;
}
.get_start_but:hover
{
    background: #1E6DBF;
    color: #fff;
}
.developer_section .right img
{
    width: 100%;
}
.developer_section .left 
{
    margin-top: 30px;
}
.app_platform_section
{
    padding: 60px 0;
    background: url(../images/platform_bg.jpg) center no-repeat;
    background-size: cover;
}
.app_platform_section .top_text_area
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;   
    color: #fff;
}
.app_platform_section .top_text_area h2
{
    font-size: 30px;
}
.app_platform_section .top_text_area p
{
    font-size: 20px;
}
.app_platform_box1
{
    display: flex;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    margin-top: 30px;
    padding: 22px 15px;
    align-items: center;
}
.app_platform_box1 img
{
    width: 60px;
    float: left;
    flex: 60px 0 0;
}
.app_platform_box1 h2
{
    width: 100%;
    padding-left: 15px;
    font-size: 18px;
}
.support_section
{
    padding: 60px 0;
}
.support_top_pannel
{
    display: block;
    float: left;
    width: 100%;
}
.support_top_pannel .top_text
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.support_top_pannel .top_text h2
{
    font-size: 30px;
}
.support_top_pannel .top_text p
{
    font-size: 16px;
    color: #828282;
    margin-top: 15px;
}
.support_top_pannel .box
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    padding: 30px 20px;
}
.support_top_pannel .box h3
{
    color: #1E6DBF;
    font-size: 20px;
}
.support_top_pannel textarea
{
    min-height: 120px;
}

.support_bottom_pannel
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.support_bottom_pannel h3
{
    color: #1E6DBF;
    font-size: 20px;
}
.support_bottom_box1
{
    display: block;
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px;
    text-align: center;
    height: calc(100% - 30px);
}
.support_bottom_box1 h2
{
    color: #21AA47;
    font-size: 18px;
    margin-top: 10px;
}
.support_bottom_box1 p
{
    color: #828282;
    font-size: 15px;
    margin-top: 10px;
}
.homepage_footer
{
    display: block;
    float: left;
    width: 100%;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0 30px 0;
    position: relative;
}
.homepage_footer::after
{
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 100%;
    height: 100px;
    background: url(../images/footer_top_bg.svg) top center no-repeat;
    background-size: 100% 100px;
}
.footer_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    color: #fff;
}
.footer_box1 h2
{
    font-size: 20px;
}
.footer_box1 ul
{
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.footer_box1 ul li
{
    margin: 10px 0 0 0;
    font-size: 15px;
}
.footer_box1 ul li a
{
    color: #fff;
    text-decoration: none;
}
.footer_box1 ul li a:hover
{
    color: #21AA47;
}
.footer_box1 p
{
    margin-top: 15px;
}
.footer_box1 p a
{
    color: #fff;
    font-size: 20px;
    margin-right: 22px;
}
.footer_box1 p a:hover
{
    color: #21AA47; 
}
.footer_box1 h4 img
{
    margin-top: 15px;
    width: 120px;
}
.footer_box1 h4 img
{
    margin-right: 12px;
}
.homepage_footer .copy p
{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.pricing_section
{
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}

.pricing_section .heading {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.pricing_section .heading h2 {
    font-size: 30px;
    font-weight: 600;
}
.pricing_section .left
{
    margin-top: 30px;
    text-align: center;
}
.pricing_section .left img
{
    max-width: 100%;
}
.pricing_box1
{
    display: block;
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 40px;
}
.pricing_box1 .heading
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    background: #EEF7FF;
    padding: 12px 15px;
}
.pricing_box1 .heading h2
{
    font-size: 20px;
    color: #1E6DBF;
}
.pricing_box1 .mid_panne
{
    display: flex;
    float: left;
    width: 100%;
    padding: 20px;
}
.pricing_box1 .mid_panne .box1
{
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid #D6D6D6;
    text-align: center;
}
.pricing_box1 .mid_panne .box1:last-child
{
    border-right: none;
}
.pricing_box1 .mid_panne .box1 h2
{
    color: #1E6DBF;
    font-size: 30px;
}
.pricing_box1 .mid_panne .box1 p
{
    font-size: 16px;
}

.step_section
{
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url(../images/step_bg.svg) right bottom no-repeat;
}
.step_section .left img
{
    max-width: 100%;
}
.step_section_right_section
{
    display: block;
    float: left;
    width: 100%;
}
.step_section_right_section .heading
{
    display: block;
    float: left;
    width: 100%;
}
.step_section_right_section .heading h2
{
    font-size: 30px;
}
.step_section_right_section .boxes
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.step_section_right_section .boxes::after
{
    position: absolute;
    content: '';
    float: left;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #DEDEDE;
    left: 25px;
    top: 0;
}
.step_section_right_section .boxes .box1
{
    display: flex;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;

}
.step_box_number
{
    display: flex;
    width: 50px;
    height: 50px;
    background: #21AA47;
    border-radius: 100%;
    flex: 50px 0 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.step_box_text
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
}
.step_box_text h2
{
    font-size: 20px;
}
.step_box_text p
{
    font-size: 16px;
    color: #828282;
    margin-top: 10px;
}
.header_section
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0 60px 0;
    background: url(../images/header_bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 320px;
}
.header_section .right img
{
    max-width: 100%;
}
.header_section::after
{
    position: absolute;
    content: '';
    float: left;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: url(../images/header_wave.png) bottom center no-repeat;
    background-size: 100% 300px;
    z-index: 1;
}
.header_text_pannel
{
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
}
.header_text_pannel .left
{
    margin-top: 100px;
}
.header_text_pannel p
{
    font-size: 25px;
}
.header_text_pannel h2
{
    font-size: 40px;
    margin-top: 10px;
}
.header_text_pannel p img
{
    width: 150px;
    margin: 20px 10px 0 0;
}
.header_text_pannel h4
{
    font-size: 15px;
    margin-top: 20px;
    font-style: italic;
    font-weight: 100;
}
.top_header_section
{
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 2px 0;
    top: 0;
    left: 0;
    z-index: 3;
}
.top_header_section .navbar
{
    padding: 0;
}
.get_start_but2
{
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
    border-radius: 80px;
    color: #fff !important;
    background: #21AA47;
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}
.top_header_section .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.top_header_section .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    padding: 10px 15px;
}
.top_header_section .nav-link:focus, .nav-link:hover {
    color: #0a58ca !important;
}
.top_header_section .active
{
    color: #0a58ca !important;   
}
.get_start_but2:hover
{
    background: #1E6DBF !important;
    color: #fff !important;
}
.no_data
{
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0;
}
.no_data img
{
    width: 100%;
    max-width: 250px;
}
.no_data p
{
    margin: 0 0 10px 0 !important;
}
.sandboxClass{
    font-weight: bold;
}
.liveClass{
    font-weight: bold;
}
.profile_body
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
}
.profile_body select
{
    box-shadow: none;
    border-color: none !important;
    background-color: #EBF1F8 !important;
    height: 50px !important;
    border: none;
    width: 100%;
    border-radius: 5px;
    background-image: url(../images/down_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
    background-size: 12px !important;
}
.change_password
{
    text-align: right;
    font-weight: bold;
    text-decoration: none;
}
.green_but
{
    background: #21AA47;
    border: none;
}
.loder
{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*************image upload******************/
.add_form_section .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 180px;
  margin: 15px 10px 0 0;
}
.add_form_section  .upload_img
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file
{
  position: absolute;
  z-index: 4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file span
{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #21AA47;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  border: 2px solid #21AA47;
  color: #fff;
}
.logo_img
{
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
}
.logo_img .upload_img
{
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
  border: 2px solid #21AA47 !important;
}
.profile_img_area p
{
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}
.search_button_style
{
    background: #21AA47;
    border-radius: 0 5px 5px 0 !important;
}
.upload_id_text
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}
.upload_id
{
    border: 2px solid #21AA47;
}
.upload_id .upload_img
{
    object-fit: contain !important;
    object-position: center !important;
}
.exclamation_style
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.exclamation_style span
{
    display: inline-block;
    vertical-align: top;
    padding: 12px 25px;
    width: 100%;
    max-width: 600px;
    border-radius: 100px;
    background: #ffeded;
    color: #ff0000;
    font-weight: 700;
}
.swal2-title {
    font-size: 20px !important;
    font-weight: normal !important;
}
.swal2-confirm {
    float: right !important;
    background: #48AF43 !important;
    border-radius: 40px !important;
    padding: 8px 25px !important;
    color: #fff;
    font-size: 15px;
    border: none;
}
.swal2-styled.swal2-deny {
    float: left !important;
    background: none !important;
    border-radius: 40px !important;
    padding: 6px 25px !important;
    color: #48AF43 !important;
    font-size: 15px;
    border: 1px solid #48AF43 !important;
    cursor: pointer;
}
.logout_modal_body
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.logout_but_area
{
    display: flex;
    float: left;
    width: 100%;
    margin: 15px 0;
    justify-content: center;
    align-items: center;
}