body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 22px;
    color: #1a1b1c;
    letter-spacing: 0.5px;
    background-color: #fbfbfb;
}
p {
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
h1 {
    font-size: 40px;
    line-height: 48px;
}
h2 {
    font-size: 36px;
    line-height: 44px;
}
h3 {
    font-size: 32px;
    line-height: 40px;
}
h4 {
    font-size: 28px;
    line-height: 36px;
}
h5 {
    font-size: 24px;
    line-height: 32px;
}
h6 {
    font-size: 20px;
    line-height: 28px;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    text-decoration: none;
}
img {
    max-width: 100%;
}
a, a:hover {
    text-decoration: none;
    color: #036dbc;
}
.main_btn {
    background-color: #036dbc;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 5px;
    border: none;
}
.main_btn:hover {
    background-color: #092a49;
    color: #fff;
}
.width_full {
    width: 100%;
}
.form_group {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.form_group.margin_bottm {
    margin-bottom: 0;
}
input, textarea, select  {
    background-color: #eef3f7;
    color: #092a49;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    border: 1px solid #092a49;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
input::placeholder {
    color: #092a49;
}
input:focus, textarea:focus, select:focus, 
input:focus-visible, textarea:focus-visible, select:focus-visible  {
    box-shadow: none;
    outline: none;
}
button {
    border: none;
    box-shadow: none;
}
section {
    position: relative;
    padding: 60px 0; 
}
.bg_main {
    background-color: #e6eef5;
}
.custom_check input[type="checkbox"], 
.custom-radio input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: #092a49;
    width: 26px;
    height: 26px;
    border: 2px solid #092a49;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    float: left;
    margin-right: 10px;
}
.custom-radio input[type="radio"] {
    border-radius: 50%;
}
.custom_check input[type="checkbox"]::before, 
.custom-radio input[type="radio"]::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    background-color: #092a49;
}
.custom-radio input[type="radio"]::before {
    border-radius: 50%;
}
.custom_check input[type="checkbox"]:checked::before, 
.custom-radio input[type="radio"]:checked::before {
  transform: scale(1);
}
.custom_check label, .custom-radio label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: table-cell;
}
.form_group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    height: 45px;
    width: 100%;
    background: #eee url('../imgs/select_icon.png') no-repeat center right 10px;
}


/*** HEADER CSS ***/

.header_wrpper {
    position: relative;
    z-index: 9;
}
.header_wrpp {
    background-color: #e6eef5;
    padding: 28px 0 58px;
    position: relative;
}
.header_social {
    float: right;
    text-align: left;
}
.header_social > span {
    width: 55px;
    float: left;
}
.whatsapp_icon > span {
    margin-top: 3px;
}
.header_social > span > img {
    filter: invert(1);
}
.social_content {
    display: inline-block;
    color: #092a49;
    letter-spacing: 0.1px;
    margin-top: -5px;
    font-weight: 500;
}
.social_content h6 {
    color: #0795fe;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}
.social_content h6 span {
    color: #092a49;
    margin-left: 3px;
}
.social_content p a {
    color: #092a49;
    font-family: 'Satoshi-Medium';
}
.header_main {
    background-color: #fff;
    box-shadow: 0 6px 40px rgb(12 12 12 / 14%);
    border-radius: 10px;
    text-align: center;
    margin-top: -32px;
}
.header_main .nav_bar li {
    display: inline-block;
    position: relative;
}
.header_main .nav_bar li a {
    padding: 19px 15px;
    display: inline-block;
    font-size: 18px;
    color: #161b39;
    font-family: 'Satoshi-Bold';
    font-weight: 600;
}
.header_main .nav_bar li a .menu_icon {
    display: inline-block;
    vertical-align: middle;
}
.submenu {
    background-color: #092948;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 61px;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav_bar li:hover > ul.submenu {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}
.header_main .nav_bar li ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}
.header_main .nav_bar > li > ul > li a {
    padding: 10px 10px;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
}
.header_main .nav_bar > li > ul > li:last-child a {
    border-bottom: none;
}
.nav_bar li ul li > ul.submenu {
    left: 281px !important;
    top: 0px !important;
}
.header_main .nav_bar li ul li.submenu_li:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
.header_main .nav_bar li ul li.submenu_li:hover:after {
    content: '\f078';
}

/** ---- SLIDER CSS ---- **/
.banner_wrapp {
    margin-top: -30px;
    position: relative;
}
.slider_img {
    height: 626px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner_wrapp .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none; 
}
.banner_wrapp .slick-arrow:hover {
    background-color: #fff;
}
.banner_wrapp .slick-prev {
    left: 50px;
}
.banner_wrapp .slick-next {
    right: 50px;
}
.banner_wrapp .slick-prev::after {
    font-size: 30px;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 14px;
    color: #092a48;
}
.banner_wrapp .slick-next::after {
    font-size: 30px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 14px;
    color: #092a48;
}

.banner_bg {
    background: radial-gradient(circle,#00c4fb 0,#0091d1 39%,#003e7c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    /*height: calc(100vh - 215px);*/
    min-height: 650px;
}
.banner_heading {
    margin-top: 90px;
}
.banner_heading h2, .banner_heading h4  {
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
    margin-bottom: 15px !important;
}
.banner_heading h2 {
    font-size: 33px;
    line-height: 43px;
}
.banner_img {
    top: 90px;
    overflow-y: clip;
    position: absolute;
    right: 0;
}
.banner_img img {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
    filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
    width: 100%;
}
.banner_list {
    margin-top: 40px;
/*    max-width: 410px;*/
}
.banner_list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 28px;
    position: relative;
}
.banner_list li:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #092a49;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px; 
    border-radius: 50%;
}

.crowd_wrapp {
    background-color: #fff;
}
.ceowd_main > p {
    font-size: 18px;
    color: red;
}


.main_heading {
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}
.main_heading.margin_bottom {
    margin: 0;
}
.main_heading h2, .main_heading h4 {
    margin: 0;
}
.main_heading p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;  
}
.service_box {
    background-color: #092a49;
    padding: 20px 30px 30px; 
    text-align: center;
    color: #e3e3e3;
    box-shadow: 0 5px 80px rgb(40 40 40 / 14%);
    display: grid;
    place-items: center;
}
.service_icon {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.service_box h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.service_box p {
    font-family: 'Satoshi-Regular';
    font-weight: 400;
}
.service_box_bg {
    background-color: #092a49;
    text-align: center;
    color: #e3e3e3;
    box-shadow: 0 5px 80px rgb(40 40 40 / 14%);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    margin: 15px 0;
    display: grid;
}
.service_box_bg .service_icon img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.service_box_bg h6 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 19px;
}
.service_box_bg h6 a {
    color: #fff;
}
.services_content p a {
    color: #fff;
    font-size: 17px;
}
.services_content p {
    margin-bottom: 10px;
}
.services_content {
    padding: 5px 30px 15px;
}
.packages_bg {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 250px rgb(12 12 12 / 14%);
    margin-top: 50px;
    position: relative;
}
.popular_bg {
    background-color: #0368b4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.packages_box {
    text-align: center;
    padding: 30px 15px;
}
.most_popular {
    background-color: #092947;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    width: 100%;
    top: -42px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.popular_bg h5 {
    color: #fff;
}
.popular_bg .packages_box {
    color: #fff;
}
.packages_box h5 {
    margin-bottom: 10px;
}
.packages_price {
    margin: 20px 0 10px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    width: 100%;
}
.packages_price .price {
    font-size: 28px;
}
.packages_price .price_text {
    font-size: 46px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}

.packages_price.inr_packages {
    margin-top: 0;
    margin-bottom: 20px;
}
.inr_packages .price {
    font-size: 20px;
}
.inr_packages .price_text {
    font-size: 30px;
}
.popular_bg .packages_list {
    background-color: transparent;
    color: #fff;
    border-top: 1px solid #fff;
}


.packages_border {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 1px;
    display: inline-block;
    vertical-align: super;
}
.popular_bg .packages_border {
    background-color: rgba(255, 255, 255, 0.5);
}
.packages_box .click_btn {
    font-size: 18px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.popular_bg .packages_box .click_btn {
    color: #ffffff;
}
.packages_box .p_text {
    min-height: 67px;
    margin-top: 20px;
}
.packages_list {
    background-color: #e9e9e9;
    padding: 20px 20px 30px; 
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.choose_billing {
    border-top: 1px solid #092a49;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #092a49;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.choose_billing ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.choose_billing ul li .billing_btn {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 2px solid #092a49;
    border-radius: 0;
    transform: translateY(0.2em);
    display: grid;
    place-content: center;
    float: right;
    cursor: pointer;
}
.choose_billing ul li .billing_btn.active {
    background-color: #092a49;
}
.choose_billing ul li .billing_btn.active:before {
    content: "";
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    position: relative;
    left: 0px;
    top: -2px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: scale(1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.choose_billing ul li h6 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 5px;
}
.billed_quarterly, 
.billed_annually {
    margin-bottom: 15px;
}
.popular_bg .choose_billing ul li .billing_btn {
    background-color: #092a49;
    border: 2px solid #ffffff;
}
.popular_bg .choose_billing ul li .billing_btn.active {
    background-color: #ffffff;
}
.popular_bg .choose_billing ul li .billing_btn.active:before {
    border-color: #092a49;
}



.packages_list ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #222;
    position: relative;
}
.packages_list ul li .value-metric i {
    position: absolute;
    left: 0;
    top: 5px;
}
.popover {
    max-width: 300px;
}
.bs-popover-top, 
.bs-popover-bottom {
    background-color: #222;
    color: #fff;
    width: 100%;
    border-color: #222;
}
.popover-body {
    color: #fff;
}
.bs-popover-top>.arrow::before {
    border-top-color: #222;
    border-bottom-color: #222;
}
.bs-popover-bottom>.arrow::before {
    border-top-color: #222;
    border-bottom-color: #222;
}
.bs-popover-top>.arrow::after {
    border-top-color: #222;
    border-bottom-color: #222;
}
.bs-popover-bottom>.arrow::after {
    border-top-color: #222;
    border-bottom-color: #222;
}
.packages_list .main_btn {
    padding: 15px 40px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    margin-top: 15px;
    background-color: #092947;
}

.about_content {
    padding-left: 40px;
    margin-top: 20px;
}
.about_main ul li {
    padding-left: 55px;
    float: left;
    position: relative;
    padding-bottom: 30px;
}
.about_main ul li:last-child {
    padding-bottom: 0;
}
.about_main ul li > span {
    position: absolute;
    left: 0;
    top: 5px;
}
.about_main ul li > span img {
    border-radius: 5px;
}
.about_main ul li h6 {
    margin-bottom: 5px;
}
.about_image img {
    border-radius: 10px;
    box-shadow: 1px 8px 83px rgb(0 0 0 / 14%);
}
.about_list {
    padding-left: 10px;
    margin-bottom: 15px;
}
.about_list li {
    position: relative;
    padding: 0 0 10px 20px;
}
.about_list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #092a49;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px; 
    border-radius: 50%;
}
.about_content .main_btn {
    padding: 10px 40px 12px;
}
.border_bg {
    height: 1px;
    background-color: #afafaf;
    margin-bottom: 20px;
}
.about_content h6 {
    margin-bottom: 20px;
}
.about_content h6 span {
    margin-right: 10px;
    vertical-align: bottom;
}
.about_image {
    position: relative;
}
.need_help {
    background-color: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 10px;
    width: 325px;
    position: absolute;
    bottom: 15px;
    right: -15px;
}
.need_icon {
    width: 40px;
    float: left;
}
.need_content {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}
.need_content h6 {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}
.need_content p {
    font-size: 15px;
}

.choose_wrapp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 82px 0 83px;
}
.choose_main {
    background-color: #f1f1f1;
    width: 400px;
    height: 400px;
    padding: 30px;
    transform: rotate(45deg);
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.choose_border {
    width: 100%;
    height: 100%;
    border: 2px dashed #036dbc;
    padding: 30px;
}
.choose_box {
    transform: rotate(-45deg);
    left: 15px;
    position: relative;
    top: 15px;
}


/*.table_wrapp .main_heading {
    margin-top: 10%;
}*/
.table_main .table {
    border: 1px solid #092a49;
}
.table_main .table thead tr th {
    vertical-align: middle;
    border: none;
    background-color: #036dbc;
    color: #fff;
    font-family: 'Satoshi-Bold';
    padding: 10px 15px;
    border: 1px solid #092a49;
    font-size: 18px;
}
.table_main .table tbody tr td {
    border: 1px solid #092a49;
    padding: 10px 15px;
    font-size: 15px;
    vertical-align: middle;
}


.faq_wrapp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.faq > h6 {
    margin: 0;
}
.faq > h6 #faqmore {
    color: #036dbc;
    cursor: pointer;
}
#accordion .card {
    border: none;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 20px;
}
#accordion .card .card-header {
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding: 15px 20px;
    position: relative;
}
#accordion .card .card-header .faq-title {
    margin: 0;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #092a49;
    padding-bottom: 15px;
    padding-right: 30px;
    cursor: pointer;
    line-height: 24px
}
#accordion .card .card-header .faq-title.collapsed {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}
#accordion .card .card-body {
    padding-top: 0;
}
#accordion .card .card-body ul li {
    padding: 10px 0 5px 35px;
    position: relative;
}
#accordion .card .card-body ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #036dbc;
}
#accordion .card .card-header .faq-title:after {
    content: '\f102';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #036dbc;
}
#accordion .card .card-header .faq-title.collapsed:after {
    content: '\f103';
}

.competition_banner {
    padding: 50px 0 0;
    background: radial-gradient(circle,#00c4fb 0,#0091d1 39%,#003e7c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    min-height: 500px;
}
.competition_img {
    text-align: center;
    top: 0px;
    overflow-y: clip;
    position: absolute;
    right: 0;
    left: 0;
}
.competition_img img {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
    filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
}
.competition_main {
    margin-top: 50px;
}
.competition_main h2 {
    color: #fff;
    font-size: 76px;
    line-height: 94px;
    text-align: center;
}
/*.competition_main {
    position: absolute;
    top: -260px;
    text-align: center;
    right: 190px;
}*/

/***** FOTTER CSS ****/
.fotter_wrapp {
    background-color: #092a49;
    padding: 60px 0 30px;
}
.footer_logo {
    margin-bottom: 30px;
    display: none;
}
.footer_details {
    margin-top: 20px;
    color: rgb(255 255 255 / 80%);
}
.footer_details h6, 
.footer_menu h6 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}
.footer_details p {
    font-family: 'Satoshi-Regular';
    font-weight: 400;
}
.footer_details p a {
    color: rgb(255 255 255 / 80%);
}
.footer_heading {
    margin-bottom: 15px;
}
.footer_heading h3 {
    margin: 0;
    color: #036dbc;
    display: none;
}
.footer_menu {
    margin-top: 20px;
}
.footer_menu ul {
    padding-left: 5px;
}
.footer_menu ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}
.footer_menu ul li h6 {
    font-size: 15px;
    margin: 0;
}
.footer_menu ul li a {
    color: rgb(255 255 255 / 80%);
    padding: 0 0 10px 15px;
    position: relative;
    display: inline-block;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
}
.footer_menu ul li a:after {
    content: '';
    background-color: #036dbc;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.footer_menu ul li:hover a {
    color: #fff;
}
.copyright_wrapp {
    border-top: 2px solid #036dbc;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
}
.copy_right {
    color: rgb(255 255 255 / 80%);
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 15px;
}
.copy_right a {
    color: #fff;
    font-family: 'Satoshi-Bold';
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 16px;
}







.banner_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: -30px;
}


.formation_wrapper {
    background-color: #f8f5f5;
    /*border-top: 2px solid #092a49;*/
}
.formation_wrapp {
    margin-top: -30px;
    padding: 70px 0 20px;
    background-color: #092a49;
}
.formation_wrapp .main_heading ul {
    margin-bottom: 20px;
}
.formation_wrapp .main_heading ul li {
    padding: 10px 0 5px 35px;
    position: relative;
}
.formation_wrapp .main_heading ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #036dbc;
}
.formation_main {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    margin-bottom: 60px;
}
.custom-radio {
    float: left;
    margin-right: 30px;
}
.custom-radio input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.form_group p {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 24px;
}
.form_group p:last-child {
    margin-top: 5px;
}
.form_content {
    margin-top: 45px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.formation_main .form_content {
    margin-top: 0;
}
.form_content .margin_bottm {
    margin-bottom: 0;
}
.form_content h5 {
    margin-bottom: 10px;
}
.formation_main .form_content .booked_office {
    margin-bottom: 0;
    color: #036dbc;
    font-weight: 500;
    font-size: 18px;
}
.form_content p {
    margin-bottom: 5px;
}
.form_content .form_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.form_group_bin {
    margin-bottom: 15px;
}
.form_group_bin .main_btn {
    padding: 10px 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.custom_check {
    width: 100%;
    float: left;
}
.add_director {
    margin-top: 30px;
    width: 100%;
    float: left;
    background-color: #e6eef5;
    padding: 30px 0 15px;
    border-top: 1px solid #092a49;
}
.custom_check label h6 {
    font-size: 18px;
    margin: 10px 0 5px;
}
.custom_check label ul li, 
.custom_check label ol li {
    padding: 10px 0 5px 30px;
    position: relative;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 22px;
}
.custom_check label ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 17px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #036dbc;
}
.form_group_bin .main_btn.width_full {
    padding: 20px 30px;
}
.checkout_bg {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
}
.checkout_heaing {
    border-bottom: 2px solid #092a49;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.checkout_heaing span {
    margin-top: 5px;
    display: inline-block;
}
.add_service {
    background-color: #092a49;
    color: #fff;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 11px;
    vertical-align: middle;
}
.add_service:hover {
    color: #fff;
}
.check_note {
    padding: 15px;
    background-color: #eef3f7;
    margin-bottom: 25px;
}
.check_note > span {
    color: #036dbc;
    font-size: 26px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.check_note p {
    font-size: 14px;
}
.checkout_content {
    margin-bottom: 10px;
}
.checkout_content > ul > li {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    background-color: #e6eef5;
    padding: 20px 30px;
    border-radius: 10px;
}
.checkout_content > ul > li:last-child {
    margin-bottom: 0;
}
.checkout_content > ul > li ul li {
    display: inline-block;
    padding-right: 15px;
}
/*.checkout_content > ul > li .col-md-7, 
.checkout_content > ul > li .col-md-1, 
.checkout_content > ul > li .col-md-2 {
    padding-left: 7px;
    padding-right: 7px;
}
.checkout_content > ul > li .row {
    margin-right: -7px;
    margin-left: -7px;
}*/
.check_content h6 {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 24px;
}
.check_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
.info_icon > span {
    color: rgb(9 42 73 / 75%);
    font-size: 24px;
    margin-top: 15px;
    cursor: pointer;
}
.info_icon > span:hover {
    color: #036dbc;
}
.checkout_price {
    font-size: 16px;
    margin-top: 10px;
}
.checkout_price span {
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.checkout_add .add_btn {
    background-color: #036dbc;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 1.5px;
    transition: 0.3s;
}
.checkout_add .add_btn:hover {
    background-color: #092a49;
}

.checkout_table thead tr th {
    font-size: 17px;
    line-height: 24px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0 10px 10px;
    border-bottom: 1px solid #092a49;
}
.checkout_table tbody tr td {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
    font-family: 'Satoshi-Bold';
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #092a49;
}
.checkout_table thead tr th:first-child, 
.checkout_table tbody tr td:first-child {
    padding-left: 0;
}
.checkout_table thead tr th:last-child, 
.checkout_table tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.checkout_total {
    margin-top: 50px;
    border-top: 2px solid #092a49;
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #092a49;
    float: left;
    width: 100%
}
.checkout_total .order_total {
    padding-right: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    float: left;
}
.checkout_total .total_price {
    font-size: 20px;
    line-height: 24px;
    color: #036dbc;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 15px;
    float: right;
}
.convert_total {
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #092a49;
    margin-bottom: 25px;
    float: left;
    width: 100%
}
.convert_total .order_total {
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    float: left;
} 
.convert_total .total_price {
    font-size: 18px;
    line-height: 24px;
    color: #036dbc;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 15px;
    float: right;
}



.checkout_btn .custom_check label {
    font-size: 14px;
    font-weight: 500;
}
.checkout_btn .custom_check label a {
    font-weight: 600;
}

.checkout_add .number {
    margin-top: 10px;
}
.checkout_add .number .minus, 
.checkout_add .number .plus, 
.checkout_add .number input  {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: left;
}  
.checkout_add .number .minus, 
.checkout_add .number .plus { 
    background-color: #eef3f7;
    border: 1px solid #ddd;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}
.checkout_add .number .minus {
    border-right: none;
}
.checkout_add .number .plus {
    border-left: none;
}
.checkout_add .number .minus:before, 
.checkout_add .number .plus:before {
    content: '\f068';
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 12px;
}
.checkout_add .number .plus:before {
    content: '\f067'
}
.checkout_add .number input {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 0;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.form_group.addbox {
    margin-bottom: 0;
}
.add_check {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    float: left;
}
.add_check input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: #092a49;
    width: 26px;
    height: 26px;
    border: 2px solid #092a49;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    float: right;
}
.add_check input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    position: relative;
    left: 0px;
    top: -3px;
    width: 10px;
    height: 16px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}
.add_check input[type="checkbox"]:checked {
    background-color: #092a49;
}
.add_check input[type="checkbox"]:checked::before {
    transform: scale(1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkout_table tbody tr td .cross_icon {
    font-size: 21px;
    color: rgb(9 42 73 / 75%);
    cursor: pointer;
}
.landline_number .form_group select {
    min-width: 210px;
    display: inline-block;
    margin-left: 20px;
    width: auto;
}
.add_director .form_group p {
    font-size: 16px;
    margin-left: 35px;
    margin-top: 0;
}
.formation_from .check_content {
    text-align: left;
    /*padding-left: 40px;*/
}
.formation_from .check_content p {
    margin: 0;
}
.check_content p span.fas {
    color: #036dbc;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.form_group .billing_list {
    display: inline-block;
    width: 100%;
    padding: 10px 40px;
}
.form_group .billing_list p {
    font-size: 15px;
    font-family: 'Satoshi-Medium';
}
.form_group .billing_list p a {
    font-size: 16px;
    font-weight: 700;
}
.form_group .billing_list li {
    padding: 7px 0 7px 22px;
    position: relative;
    font-family: 'Satoshi-Medium';
}
.form_group .billing_list li > i {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 14px;
}
.form_group .billing_list li > i.fa-times {
    color: #ff0000;
}


.breadcrumb_main {
    margin-top: -30px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #092a49;
}
.breadcrumb_list li {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    color: #e7eef5;
}
.breadcrumb_list li a {
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    color: #e6eef5;
}
.formation_wrapp .main_heading {
    margin-top: 20px;
    color: #fff;
}
.formation_wrapp .main_heading h4, 
.formation_wrapp .main_heading h6 {
    color: #ffffff;
}
.margin_top {
    margin-top: 10px;
    margin-bottom: 0;
}



/*** Virtual Office Page ***/

.virtual_wrapp .main_heading h2 {
    font-size: 74px;
    line-height: 92px;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.virtual_wrapp .banner_img {
    left: 0;
    right: unset;
}
.virtual_cont_wrapp .main_heading {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 30px;
}
.virtual_cont_wrapp .main_heading h2 {
    margin-bottom: 30px;
}
.virtual_cont_wrapp .main_heading h6 {
    margin-bottom: 0;   
}
.virtual_main_wrapp .service_box_bg .services_content {
    padding: 5px 15px 15px;
}
.virtual_main_wrapp .service_box_bg .services_content h6 {
    font-size: 18px;
    line-height: 24px;
}


.virtual_office_number .formation_from .formation_main {
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.services_content h5 {
    color: #fff;
}

.step_wrapp {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}
.step_wrapp:after {
    content: '';
    background-color: #092a49;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.step_wrapp > span {
    display: inline-block;
    background-color: #092a49;
    font-weight: 700;
    color: #fff;
    padding: 10px 40px 10px;
    border-radius: 50px;
    font-size: 36px;
    line-height: 44px;
    position: relative;
    top: -32px;
    z-index: 9;
    text-transform: uppercase;
}
.step_heading {
    display: inline-block;
    background-color: #092a49;
    color: #fff;
    padding: 10px 35px 10px;
    border-radius: 50px;
    position: relative;
    text-align: center;
}
.step_heading h3 {
    color: #ffffff;
    margin: 0;
}

.unique_address h6 {
    font-weight: 700;
    margin: 0;
}



.virtual_main_wrapp .service_box_bg .services_content p button {
    background-color: transparent;
    color: #0795fe;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.6px;
}
.service_section .location_heading {
    margin-top: 50px;
}
.virtual_office_number, 
.service_section .packages_wrapp {
    margin-top: 90px;
}

.package_img {
    overflow-y: clip;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
}
.package_img img {
    -webkit-filter: none;
    /*filter: none;
    -webkit-filter: drop-shadow(71px -36px 23px rgba(0,0,0,.12));
    filter: drop-shadow(71px -36px 23px rgba(0,0,0,.12));*/
    width: 100%;
}
.virtual_cont_wrapp {
    min-height: 485px;
}


.main_modal .modal-dialog .modal-content {
    border: none;
    background-color: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.main_border {
    background-color: #092a49;
    height: 2px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.form_group .owned_input > input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form_group .owned_preset > input {
    background-color: #092a49;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    text-align: center;
}
.choose_tab {
    margin-top: 30px;
}
.choose_tab .form_group .custom-radio {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
}
.choose_tab .form_group, 
.choose_tab .form_group .custom-radio:last-child {
    margin: 0;
}
.account_handler_box {
    padding: 30px 30px 15px;
}

.selected_add_bg {
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    margin-bottom: 60px;
    text-align: center;
}
.selected_add_bg h5 {
    background-color: #092a49;
    padding: 15px;
    margin: 0;
    color: #fff;
}
.selected_add_bg .unique_address {
    padding: 20px 30px 30px;
 }
 .choose_tab .custom-radio > input {
    cursor: pointer;
}


/*** hpme page css ***/
.banner_bg_img {
    overflow-y: clip;
    position: relative;
    margin-top: 20px;
    padding: 0 60px;
}
.banner_bg_img img {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
    filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
}
.main_heading.banner_heading {
    margin-bottom: 0;
}
.main_heading.banner_heading h1 {
    font-size: 78px;
    color: #fff;
    margin: 0;
    line-height: 80px;
    margin-bottom: 15px;
}

.banner_main_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 620px;
    overflow-y: clip;
    position: relative;
    display: grid;
    place-items: center;
}
.bank_account_bg {
    background-color: #e6eef5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
}
.bank_logo_bg {
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    height: 100%;
    border-radius: 10px;
    text-align: center;
}
.reward_content {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    background-color: #FE0F17;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 15px;
}
.reward_content h5 {
    color: #ffffff;
    margin-bottom: 10px;
}
.bank_content .main_btn, 
.office_address_content .main_btn {
    width: 100%;
    text-align: center;
    font-size: 17px;
    display: grid;
    place-items: center;
}
.bank_logo {
    padding: 5px 15px 25px;
}
.bank_account_bg1 {
    background-color: #2f426a;
}
.bank_account_bg2 {
    background-color: #16254d;
}
.office_address_content .main_btn {
    margin: 15px 0;
}
.mapouter, 
.gmap_canvas > iframe {
    width: 100%;
    height: 450px;
    position: relative;
    text-align: right;
}
.gmap_canvas { 
    overflow: hidden; 
    background: none!important;
    height: 450px;
    width: 100%;
}



.dashboard_tab ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.dashboard_tab ul li:last-child {
    margin-bottom: 0;
}
.dashboard_tab ul li a {
    background-color: #e6eef5;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}
.dashboard_tab ul li a:hover, .dashboard_tab ul li a.active {
    background-color: #092a49;
    color: #ffffff;
}
.dashboard_bg {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    width: 100%;
    display: inline-block;
}
.dashboard_bg .text-red {
    color: #ff0000;
}

.add_subscription {
    margin-bottom: 25px;
}
.add_subscription a {
    background-color: #036dbc;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    display: inline-block;
    transition: 0.3s;
    border: none;
    width: 100%;
    text-align: center;
}
.add_subscription a:hover {
    background-color: #092a49;
}
.packages_heading {
    margin-bottom: 25px;
    text-align: center;
}
.packages .card {
    border: none;
    margin-bottom: 25px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 0;
}
.packages .card:last-child {
    margin-bottom: 10px;
}
.packages .card .card-header {
    border-radius: 0;
    background-color: #092a49;
    border: none;
    padding: 15px 20px;
    position: relative;
} 
.packages .card .card-header .faq-title {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #092a49;
    padding-right: 30px;
    cursor: pointer;
    line-height: 24px;
    color: #fff;
}
.packages .card .card-header .faq-title:after {
    content: '\f102';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
} 
.packages .card .card-header .faq-title.collapsed:after {
    content: '\f103';
}


.dash-packages_bg .card-body {
    padding: 20px;
}
.dash-packages_bg .virtual_from {
    display: inline-block;
    width: 100%;
}
.virtual_from table tr td {
    padding-bottom: 25px;
}
.virtual_from table tr td:first-child {
    width: 350px;
}
.virtual_from table tr td:last-child {
    width: 600px;
}
.virtual_from table tr:last-child td {
    padding-bottom: 5px;
}
.virtual_from table tr .package_text {
    font-size: 18px;
    font-family: 'Satoshi-bold';
    font-weight: 700;
}
.virtual_from table tr .form_group {
    margin: 0;
}
.virtual_from table tr .form_group input, 
.virtual_from table tr .form_group textarea, 
.virtual_from table tr .form_group select {
    border-radius: 0;
}
.payment_history {
    background-color: #eef3f7;
    color: #092a49;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    border: 1px solid #092a49;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.payment_history ul li {
    padding: 3px 0
}
.border_main {
    width: 100%;
    background-color: #092a49;
    height: 1px;
    display: inline-block;
    margin: 25px 0 20px; 
}
.dash-packages_bg .virtual_from .package_title {
    margin: 15px 0 10px;
}
.dash-packages_bg .virtual_from .main_btn {
    margin: 0 10px;
}
.dash-packages_bg .virtual_from .main_btn_bg {
    background-color: #092a49;
}
.dash-packages_bg .virtual_from .main_btn_bg:hover {
    background-color: #036dbc;
}
.dashboard_bg.margin_top {
    margin-top: 40px;
}


.company_infor table {
    border: 1px solid #0795fe;
}
.company_infor table tbody tr {
    background-color: #e6eef5;
}
.company_infor table tbody tr th, 
.company_infor table tbody tr td {
    padding: 15px;
    border: 1px solid #0795fe;
    white-space: nowrap;
}
.company_infor.margin-bottom {
    margin-bottom: 40px;
}
.director_heading h5 {
    color: #0795fe;
}
.director_box {
    border: 1px solid #dddddd;
    margin-top: 15px;
    /*line-height: 0;*/
}
.director_bg {
    background-color: #e7eef5;
    box-shadow: 0 4px 28px rgb(0 0 0 / 7%);
    padding: 10px 25px 13px;
    display: inline-block;
    width: 100%;
}
.director_title h6 {
    margin: 0;
}
.director_title h6 > span {
    float: right;
    font-size: 16px;
}
.red-color {
    color: #ff0000;
}
.dashboard_bg.margin-top {
    margin-top: 50px;
}
.director_heading h6 {
    font-size: 18px;
    color: #0795fe;
    margin-bottom: 0px;
}
.director_heading h6 span {
    float: right;
}
.director_content {
    padding: 30px 25px 35px;
    font-size: 18px;
}
.director_content p {
    font-size: 17px;
}

#account-handler {
    margin-top: 35px;
    margin-bottom: 35px;
}
.handler-title {
    margin-bottom: 0;
    position: relative;
}
.handler-title a {
    color: #fff;
}
.handler-title a:after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    font-size: 32px;
    vertical-align: sub;
    content: '\f0dd';
    position: absolute;
    top: -7px;
    right: 0px;
}
.handler-title a.collapsed:after {
    content: "\f0da";
    top: 0px;
}
.handler-title .handler_status {
    text-align: right;
    float: right;
    padding-right: 35px;
    font-size: 16px;
    margin-top: 1px;
} 
.handler-title .doc_popup {
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    color: #337ab7;
    cursor: pointer;
}
.handler-title .doc_popup:after {
    content: '\f05a';
    font-family: 'FontAwesome';
    font-size: 24px;
    top: 13px;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.modal-body p {
    margin-bottom: 10px;
}
#account-handler .from_content {
    margin-bottom: 35px;
}
#account-handler .from_content h6 {
    font-size: 16px;
    line-height: 20px;
}
.main_btn.margin-top {
    text-align: center;
    margin-top: 40px;
}
.profile_bg {
    margin-top: 35px;
}

.inner_pages .inner_list {
    margin-bottom: 20px;
}
.inner_pages .inner_list li {
    padding: 10px 0 5px 35px;
    position: relative;
}
.inner_pages .inner_list li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #036dbc;
}
.inner_pages  h6 {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 18px;
}
.thank_bg {
    height: 100vh;
    display: grid;
    place-items: center;
}


.post_option_box {
    background-color: #e6eef5;
    padding: 20px 30px 30px;
    text-align: left;
    color: #e3e3e3;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
}
.post_option_box p {
    color: #1a1b1c;
    margin-bottom: 0;
}
.form_group label h6 {
    font-size: 18px;
    margin: 0;
}








/*.virtual_wrapp .banner_heading h2 {
    font-size: 38px;
    line-height: 48px;
    margin-top: 120px;
    display: inline-block;
}
.virtual_wrapp .banner_img img {
    -webkit-filter: drop-shadow(66px 56px 30px rgba(0,0,0,.18));
    filter: drop-shadow(66px 56px 30px rgba(0,0,0,.18));
}*/
