/*font awesome 4 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
/*font awesome 5 */
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
    font-family: "FontAwesome"
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
    font-weight: 400
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 999;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    padding: 0;
    margin: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.btn {
    outline: none !important;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
a, label {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */ /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #2ba8e0;
}


.font-500 {
    font-family: 'MuseoSans_1';
}
i.far.fa-circle {
    color: #24bff0;
}
:focus {
    outline: none;
}
textarea {
    resize: none;
    height: auto !important;
}
.form-control[readonly] {
    background-color: transparent;
    color: #484848;
    opacity: 0.5;
}
.text-center {
    text-align: center;
}
img {
    width: auto;
    height: auto;
}
img.image {
    width: 100%;
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: black;
    text-align: left;
    font-family: 'MuseoSans300';
    display: block;
    padding: .5rem 0.78rem;
    line-height: 17px;
    font-size: 15px;
    color: #6D6D6D;/* padding: 0 5px; */
}
.navbar {
    box-shadow: 0 3px 18px 0 rgba(0,0,0,0.1);
    display: flex !important;
    align-items: flex-start;
}
.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}
.topnav #myLinks {
    display: none;
}
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.active {
    background-color: #4CAF50;
}
button.nav_btn {
    cursor: pointer;
    background-color: transparent;
    /* border: 1px solid white; */
    color: #35A1FC;
    padding: 6px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #35A1FC;
    border-radius: 36px;
    width: 101px;
    height: 45px;
}
.bg_blue {
    background-color: #35A1FC !important;
    color: white !important;
}
.bg_gray {
    color: white !important;
    background-color: #666666 !important;
    margin-right: 12px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
a.nav-link.btn_link {
    padding: .5rem .4rem;
}
li.nav-item {
    align-self: center;
}
.left_side {
    padding: 80px 0;
}
p {
    font-family: 'MuseoSans100';
    color: #6D6D6D;
    font-size: 18px;
    line-height: 32px;
    padding: 12px 0;
}
h3.banner_title {
    font-family: 'MuseoSans_1';
    font-size: 34px;
    color: #000000;
    line-height: 41px;
    padding-bottom: 10px;
}
button.btn {
    border-radius: 42px;
    /* height: 52px; */
    padding: 10px 20px;
    box-shadow: 0 7px 15px 0 rgba(0,0,0,0.2);
    font-family: 'MuseoSans_1';
    min-width: 148px;
}
section.banner_sec.padding-bottom-50 {
    width: 100%;
    height: auto;
    float: left;
}
.no-padding {
    padding: 0;
}
.section_about p, .pricing p {
    padding: 12px 0;
}
.section_about h3, .pricing h3, section.banner_sec h3 {
    padding-bottom: 20px;
    padding-top: 80px;
}
.section_contact {
    padding-top: 20px;
    background-color: #F1F9FF;
    width: 100%;
    float: left;
}
.section_about .float-right {
    padding-left: 50px;
}
section.pricing {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
scetion.section_about {
    width: 100% !important;
    float: left;
}
.box {
    margin-top: 80px;
    margin-right: 15px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
    width: 280px;
    height: auto;
    /* padding: 50px 30px; */
    border-radius: 45px;
    transform: rotate(10deg);
    background-color: #3397FD;
    float: RIGHT;
    text-align: left;
}
.box_blue {
    /* margin-top: 90px; */
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
    width: 280px;
    height: auto;
    border-radius: 45px;
    background-color: white;
    transform: rotate(-10deg);
    padding: 50px 40px;
}
.pricing_text h2 {
    font-family: 'MuseoSans_1';
    font-size: 53px;
    color: #000000;
}
.pricing_text h2 span {
    font-family: 'MuseoSans_1';
    font-size: 36px;
    color: #000000;
}
.pricing_text p {
    font-family: 'MuseoSans300';
    font-size: 16px;
    line-height: 29px;
    text-align: left;
}
input, .profile input {
    font-size: 18px;
    line-height: 22px;
    font-family: 'MuseoSans300';
    padding: 0 20px;
    color: #6D6D6D;
    padding: 0 20px;
}
.section_about input {
    background: transparent;
    border: 2px solid white;
    margin: 10px 0;
    border-radius: 32px;
    width: 480px;
    height: 60px;
    background-color: white;
    overflow: visible;
}
.section_about textarea {
    font-size: 18px;
    line-height: 22px;
    background: transparent;
    border: 2px solid white;
    margin: 10px 0;
    border-radius: 32px;
    padding: 12px 20px;
    width: 480px;
    color: #6D6D6D;
    background-color: white;
    overflow: visible;
    font-family: 'MuseoSans300';
}
::-webkit-input-placeholder { /* Edge */
    color: #CCC;
    font-family: 'MuseoSans300';
    font-size: 18px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
    font-family: 'MuseoSans300';
    font-size: 18px;
}

::placeholder {
    color: #CCC;
    font-family: 'MuseoSans300';
    font-size: 18px;
}

ul.footer_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.footer-link {
    font-family: 'MuseoSans300';
    font-size: 16px;
    line-height: 19px;
    padding-right: 25px;
    color: white;
}
footer {

    background-color: #1B1F2B;
    padding: 20px 0;
}
.copyright_footer {
    font-family: 'MuseoSans100';
    color: white;
    font-size: 12px;
    line-height: 14px;
    padding: 16px 0;
}
.social_icon i {
    color: white;
    padding: 0 9px;
    font-size: 19px;
}
.contact_img {
    bottom: 0;
    right: 0;
    width: 80%;
    left: 20px;
}
.section_about form {
    padding-bottom: 50px;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.navbar-toggler-icon {
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    color: gray;
    border-bottom: 3px solid;
    padding: 2px 0;
}
.modal-content {

    padding: 0 50px;
}
/*html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}*/
html, body {
    height: 100%;
    margin: 0;
}
.wrapper {
    min-height: 100%;

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -120px;
}
.footer,
.push {
    height: 120px;
}

.modal-content {
    border: 1px solid #6D6D6D;
    border-radius: 26px;
    box-shadow: 0 10px 45px 0 rgba(0,0,0,0.16);
    padding: 0 40px;
}
.modal {
    overflow: auto !important;
}
h4.modal-title {
    font-family: 'MuseoSans_1';
    color: #000000;
    font-size: 38px;
    line-height: 48px;
}
.modal-header .close {
    font-size: 32px;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    padding-top: 24px;
    color: #B8B8B8;
}
.modal-header {
    padding: 25px 0px;
    border-bottom: 1px solid #DDDDDD;
}
.modal-body {
    padding: 40px 0px;
    text-align: center;
}
.login_popup input , .signup_popup input, .profile input ,.tab-content  .dropdown-toggle , .signup_popup .dropdown-toggle,.tab-content  textarea{
    border: none;
    margin-bottom: 20px;
    background-color: #F6F6F6;
    border-radius: 32px;
    height: 50px;
    width: 100%;
    color:#6D6D6D;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: 'MuseoSans300';
}
.tab-content  .dropdown-toggle , .signup_popup  .dropdown-toggle{box-shadow: none;}
.tab-content  textarea{
    padding:12px 20px;}
.tab-content .btn-primary:not(:disabled):not(.disabled).active,.tab-content .btn-primary:not(:disabled):not(.disabled):active,.tab-content .show>.btn-primary.dropdown-toggle ,.tab-content .btn-primary:hover , .tab-content .dropdown-item.active, .tab-content .dropdown-item:active ,.tab-content .btn-primary:hover {
    box-shadow: none;
    outline: none;
    color: #6D6D6D;
    background-color: #f6f6f6;
    border-color: #f6f6f6;}

.forgt_pwd {
    color: #35A1FC;
    font-family: 'MuseoSans100';
    font-size: 18px;
    line-height: 32px;
}
.acnt {
    color: #000000;
    font-family: 'MuseoSans100';
    font-size: 18px;
    line-height: 32px;
}
.acnt a {
    font-family: 'MuseoSans_1';
    font-size: 18px;
    color: #35A1FC;
    line-height: 32px;
}
.login_btn {
    width: 100%;
    height: 52px;
    margin: 23px 0;
}
.signup_btn {
    width: 100%;
    height: 52px;
    margin: 10px 0;
}
.custom .checkbox input[type=checkbox] , .custom_signup .checkbox input[type=checkbox] {
    display: none;
}
.custom .checkbox label:before , .custom_signup .checkbox label:before {
    content: "";
    top: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(../../../images/checkbox.png) no-repeat;
    background-size: 18px;
}
.custom .checkbox label:before , .custom_signup .checkbox label:before  {
    border-radius: 0px;
}
.custom .checkbox input[type=checkbox]:checked + label:before ,.custom_signup .checkbox input[type=checkbox]:checked + label:before  {
    content: "";
    background: url(../../../images/checkbox-act.png) no-repeat;
    background-size: 18px;
}
.custom .checkbox label ,.custom_signup .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    color: #6D6D6D;
    font-family: 'MuseoSans100';
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.custom .checkbox label span , .custom_signup .checkbox label span{
    font-family: 'MuseoSans';
    color: #000000;
}
.sent_link {
    margin-bottom: 40px;
}
.sent_link a {
    color: #6D6D6D;
    font-family: 'MuseoSans100';
}
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
section.section_about {
    width: 100%;
    display: block;
    float: left;
    background-color: #f1f9ff;
}
.tabbable-panel .nav-tabs {
    border-bottom: 1px solid white;
}
.tabbable-panel .nav-tabs .nav-item.show .nav-link, .tabbable-panel .nav-tabs .nav-link.active, .nav-tabs .nav-link {
    border: none;
    outline: none;
    font-family: 'MuseoSans_1';
    font-size: 22px;
    color: #000000;
    line-height: 29px;
}
.tabbable-panel .nav-tabs .nav-link {
    font-family: 'MuseoSans300';
    color: #6D6D6D;
}
.tabbable-panel .tabbable-line .nav-tabs .nav-link:focus, .tabbable-panel .tabbable-line .nav-tabs .nav-link:hover {
    border-bottom: 4px solid transparent;
    border-color: white;
    border: none;
}
.tabbable-panel .nav-link {

    padding: 0rem 1rem .5rem 1rem;
}
.tabbable-panel .nav-tabs .nav-item.show .nav-link, .tabbable-panel .nav-tabs .nav-link.active {
    border-color: white !important;
}
.tabbable-panel .tabbable-line > .nav-tabs > li .active {
    position: relative;
}
.tabbable-panel li.nav-item {
    padding: 0 15px;
}
.tabbable-line > .nav-tabs > li .active:AFTER{
    border-bottom: 3px solid #35A1FC;
    content: "";
    width: 20px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 40%;
}
img#img-src {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.tab-pane.active {
    background-color: white;
}
.tab-content {
    padding-top: 30px;
}
.profile_link {
    display: flex !important;
    align-items: flex-start;
    padding-bottom: 20px;
}
a#upload-btn {
    align-self: center;
    font-family: 'MuseoSans300';
    color: #35A1FC;
    font-size: 18px;
    line-height: 22px;
    padding-left: 23px;
}
.profile_view .box {
    margin-top: 10px;

}

.left_side_telasight {
    padding-bottom: 30px;
}

.page_padding{padding:130px 0 30px 0;width: 100%;
              display: inline-block;
}
.home_padding , .contact_padding{padding:75px 0 0 0;}
.contact_padding {
    float: none !important;
}
.user_block .user_img {
    margin-right: 10px;
}
.user_block .user_img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.user_block .user_detail {
    float: left;
}
.user_block .user_img {
    float: left;
}
.user_block {
    display: flex !important;
    align-items: flex-start;
}
a.dropdown-item {
    font-family: 'MuseoSans300';
    display: block;
    padding: .6rem 0.78rem;
    line-height: 17px;
    font-size: 14px;
}
.dropdown-menu.show {
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
}
h3.active_subscribe {
    font-family: 'MuseoSans_1';
    font-size: 22px;
    color: #000000;
    line-height: 29px;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
    border: none;
    background-color: #F6F6F6;
    padding: 12px 25px;
    border-radius: 11px;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    color: black;
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    align-self: center;
    font-family: 'MuseoSans300';
    color: black; 
    font-size: 18px;
    line-height: 22px;


}
.tabs-left>li>a.active {
    color: #35A1FC;background-color:#f6f6f6;}
.tabs-left li.active {
    background-color: #f6f6f6;
    color: #35A1FC;
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.sideways {
    margin-top:50px;
    border: none;
    position: relative;
}
.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}
.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
.sideways.tabs-left {
    left: -50px;
}
.sideways.tabs-right {
    right: -50px;
}
.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown-menu.show {
    width: 100%;
}
h3.edu_title {
    font-family: 'MuseoSans_1';
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    padding-bottom: 18px;
    padding-left: 8px;
}
input#add_program {
    background-color: white;
    color: #35A1FC;
    font-size: 18px;
    line-height: 22px;
}
a#addrow {
    font-family: 'MuseoSans300';
    font-size: 16px;
    vertical-align: bottom;
    color: #35A1FC;
}
.horizontal_tab {
    margin-top: -30px;
}
h3.consultant_name {
    align-self: center;
    font-family: 'MuseoSans300'; 
    color: #35A1FC; 
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'MuseoSans_1';
    padding-bottom: 7px;
}
div#myModal_signup .modal-body {
    padding: 1rem 0;
}
.comment.more {
    font-family: 'MuseoSans100';
    color: #6D6D6D;
    font-size: 18px;
    line-height: 32px;
    max-height: 300px;
    overflow-y: auto;
}
.morecontent span {
    display: none;
}

select , .dropdown-toggle::after {
    -webkit-appearance: none;
}
.dropdown_icon, dropdown-toggle{position: relative;}
.dropdown_icon::after, .dropdown-toggle::after {
    content: "\f107" !important;
    position: absolute;
    font-family: 'FontAwesome';

    top: 12%;
    margin-right: 14px;
    right: 14px;
    color: #848484;
    font-size: 23px;
}
.dropdown-toggle::after {
    border-top: none;
    top: 20px;
    right: -17px;
    border-top: none;}
/* width */
::-webkit-scrollbar {
    width: 8px;
    border-radius:12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #35A1FC; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.row.consultant_block {
    padding-bottom: 15px;
}
.remove_bg{background-color: unset !important;}
.signup_acnt {
    margin-right: 20px;
}
.remove_bg input ,.remove_bg textarea {
    width: 100%;
    background-color: #F6F6F6;}
.modal-footer {
    padding: 20px 0;
}
.remove_bg  h3.banner_title {
    padding-top: 46px ;
}
div#program .no-padding {
    margin-top: 12px;
	padding: 0;}.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #35a1fc;
}
/*.dropdown-toggle::after{content: "\f0d7 ";}*/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (max-width: 1600px) {
    .section_about h3, .pricing h3, section.banner_sec h3 {
        padding-bottom: 20px;
        padding-top: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .section_about h3 {
        padding-top: 30px;
    }
    .section_about p {
        padding: 9px 0;
    }
    .section_about h3, .pricing h3, section.banner_sec h3 {
        padding-bottom: 10px;
        padding-top: 40px;
    }
    .left_side_telasight {
        padding-bottom: 35px;
    }
}

@media (max-width: 1199.98px) {
    .left_side {
        padding: 40px 0;
    }
    .section_about h3, .pricing h3 {
        padding-bottom: 15px;
        padding-top: 50px;
    }
    .abt_img {
        margin-top: 17%;
    }
    .section_about .float-right {
        padding-bottom: 30px;
    }
}

@media (max-width: 1100px) {
    .abt_img {
        margin-top: 26%;
    }
}
@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none;
    }
    .modal-footer {

        display: block;

        text-align: center;
    }
    .section_about h3, .pricing h3, section.banner_sec h3 {
        padding-bottom: 0;
        padding-top: 20px;
    }
    h3.banner_title {
        font-size: 29px;
    }
    .pricing_text h2 {
        font-size: 46px;
    }
    .abt_img {
        margin-top: 0px;
    }
    input, textarea {
        width: 100%;
    }
    .section_about p, .pricing p {
        padding: 7px 0;
    }
    p, .pricing p, .section_about p, .section_about p, p {
        font-size: 15px;
        line-height: 27px;
    }
    .section_about h3, .section_about h3, .pricing h3 {
        padding-top: 20px;
    }
    .section_about .float-right {
        padding-left: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0.4rem;
        line-height: 17px;
        font-size: 14px;
    }
    button.nav_btn {
        padding: 6px 6px;
        border-color: #35A1FC;
        width: 93px;
        height: 42px;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0;
    }
    .left_side {
        padding: 30px 0 30px 0;
    }
    .logo {
        width: 80%;
    }
    .contact_img {
        left: 83px;
    }
}
@media (width: 768px){button.btn.bg_blue {
    margin-left: 12px;
    margin-bottom: 7px;
}}
@media (max-width: 767.98px) {
	div#program .no-padding {
    margin-top: 0;
    padding-left: 28px;
    margin-bottom: 12px;
}
    .navbar {
        background-color: #F1F9FF;
    }
    h3.consultant_name {
        padding: 12px 0;
    }
    .no-padding {
        padding: 0 15px;
    }
    a.footer-link {
        padding-right: 0;
        text-align: center;
    }
    .position-absolute {
        position: unset !important;
    }
    .section_about .float-right {
        padding: 20px 0;
    }
    .pricing p, .section_about p, .section_about p, p {
        padding: 12px 0px;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .contact_img {
        left: 20px;
    }
    ul.footer_item {
        display: block;
    }
    a.footer-link {
        padding: 11px 0;
    }
    .footer {
        height: 190px;
    }
	

.tabbable-panel .nav-tabs .nav-item.show .nav-link, .tabbable-panel .nav-tabs .nav-link.active, .nav-tabs .nav-link {
   
    font-size: 22px;
    color: #000000;
 
}
	.tab_pricing button.btn.bg_blue {
    margin-bottom: 12px;
    margin-left: 12px;
}
}
@media (max-width: 575.98px) {
    input, textarea, .section_about input, .section_about textarea, .profile input {
        width: 100%;
    }
	.profile_view .box {
    margin-top: 34px;
}
	
	.profile_view {
    margin-top: 12px;
}
    .box {
        width: 250px;
        float: none;
        text-align: left;
        margin-left: 40px;
        margin: 60px auto 0 auto;
    }
	h3.edu_title {
    padding: 12px 0;
}
}
@media (max-width: 360px) {
	button.btn.bg_gray {
    margin-bottom: 12px;
}
    .box {
        width: 240px;
        float: none;
        text-align: left;
        margin-left: 40px;
        margin: 60px auto 0 auto;
    }
    .box_blue {
        /* margin-top: 90px; */
        box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
        width: 240px;
        height: auto;
        border-radius: 45px;
        background-color: white;
        transform: rotate(-6deg);
        padding: 50px 40px;
    }
}
