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

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Rubik', sans-serif;
}

.sg-main-banner-cnt {
    /* background: #f4f5f7; */
    background: #fff;

}

ul,
ol {
    list-style-position: inside;
}

.bg1 {
    background: #e4f8ff !important;
}

.bg2 {
    background: #fef3f1;
}

.desk-none {
    display: none !important;
}

.m-none {
    display: block !important;
}

.sg-main-header-cont {
    padding: 20px 0;
    background: transparent;
}

.sg-head-logo {
    display: block;
}

.sg-head-logo img {}

.hd-cstm-flx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: 28px; */
    margin-top: 10px;
}

.bspace {
    width: 100%;
    height: 25px;
}

.sg-head-lft-mnu {}

.sg-join-btn {
    font-size: 15px;
    color: #092847;
    font-weight: 500;
}

.f-sub-itle {
    margin-bottom: 20px;
}

.sg-need-btn {}

.sg-head-right {
    display: flex;
    align-items: center;
}

.sg-head-right-btn-cnt {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.sg-sin-btn {
    font-size: 15px;
    color: #092847;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.sg-sin-btn i {
    font-size: 20px;
    margin-right: 4px;
}

.sg-req-btn {
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    background: #092847;
    padding: 5px 13px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.sg-req-btn:hover {
    color: #fff;
}

.sub-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #092847;
}

.sub-title-style {
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

.sub-title-style2 {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    font-size: 23px !important;
    font-weight: 500 !important;
}

.sub-title-style2::after {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    background: #092847;
    border-radius: 5px;
    left: 0px;
    transform: translate(0px);
}

.sub-title-style::after {
    content: "";
    width: 80px;
    height: 5px;
    position: absolute;
    bottom: -14px;
    background: #092847;
    border-radius: 5px;
    left: 45%;
    transform: translate(-45%);
}

.sub-title-style::before {
    content: "";
    width: 80px;
    height: 5px;
    position: absolute;
    bottom: -14px;
    background: #092847;
    border-radius: 5px;
    right: 40%;
    transform: translate(-40%);
}

/* Banner  */
.bnr-cnt-area {
    margin-top: 125px;
}

.sg-title-txt {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
    color: #092847;
    line-height: 55px;
}

.sg-title-txt span {
    color: tomato;
}

.sg-title-sub-tx {
    font-size: 16px;
    color: #858585;
    margin-bottom: 25px;
}

.search-box {
    background: #fff;
    padding: 5px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    justify-content: space-between;
    box-shadow: 0px 2px 4px 3px #dfdfdf;
    margin-bottom: 70px;
}

.search-box .form-control {
    background: transparent;
    width: 100%;
    padding: 13px 13px;
}

.search-box .form-control::placeholder {
    font-size: 15px;
    font-weight: 400;

}

.f-subject {
    position: relative;
    display: flex;
    align-items: center;
}

.f-pin {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.f-pin::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #9ca0a5;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.find-btn {
    background: #092847;
    padding: 9px 15px;
    color: #f3f3f3 !important;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.7s;
    border: none;
    border-radius: 7px;
}

/* Banner  */

/* Banner Footer Information  */
.sg-bnr-info {
    background: #f8fbff;
}

.sg-bnr-info-itm {
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sg-bnr-info-itm i {
    font-size: 40px;
    display: inline-block;
    margin-right: 8px;
}

.sg-bnr-info-details {
    margin-left: 5px;
}

.sg-bnr-info-details h5 {
    font-size: 26px;
    color: #333;
    margin-bottom: 0;
}

.sg-bnr-info-details p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

.clr-01 {
    color: #092847;
}

.clr-02 {
    color: #564ffd;
}

.clr-03 {
    color: #e34444;
    ;
}

.clr-04 {
    color: #1089ff;
}

/* End Banner Footer Information  */

/*FAQ Section */
.faq-sec {
    background: #f8fbff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#faq_main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #e8f3fd;
    color: #092847;
    padding: 20px;
    font-weight: 500;
}

#faq_main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#faq_main #faq .card .card-header .btn-header-link.collapsed {
    background: #eef3f9;
    color: #333;
}

#faq_main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#faq_main #faq .card .card-header .btn-header-link:focus {
    box-shadow: none;
}

#faq_main #faq .card .collapsing {
    background: #e8f3fd;
    line-height: 30px;
}

#faq_main #faq .card .collapse {
    border: 0;
}

#faq_main #faq .card .collapse.show {
    background: #e8f3fd;
    line-height: 30px;
    color: #092847;
}

/*FAQ Section */

.tutor-details {
    margin-top: 50px;
}


/*Footer */
.exp-smap-cnt {
    padding: 0px;
    margin-top: 20px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.expl-cat a {
    display: block;
    margin-right: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 6px;
}

.footer-mnu {
    justify-content: center;
    margin-top: 50px;
}

.footer-mnu li {
    font-weight: 400;
    font-size: 13px;
    margin-right: 15px;
}

footer li a {
    color: #092847;
}

.footer-email {
    margin-bottom: 10px;
    margin-top: 30px;
}

.footer-email i {
    color: #092847;
}

.footer-email span {
    font-weight: 400;
}

.footer-email span a {
    color: #092847;
}

.footer-social li {
    font-size: 20px;
}

footer li a {
    color: #092847;
}

/*End Footer */
/*More City Page */
.mptitm {
    display: block;
    padding: 9px 0;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.mptitm img {
    width: 14px;
    margin-right: 7px;
}

/*End More City Page */
.btn {
    white-space: pre-wrap;
}

/* Registration Page  */
.sg-reg-page-sec {
    padding: 30px 0;
    font-family: 'Inter';
    /*margin-top: 100px;*/
    margin-top: 10px;
    margin-bottom: 100px;
}
.reg-info-frm-box{
    background:#fff;
    padding:10px 35px 35px;
}
.sg-reg-p-img {}

.sg-reg-p-img img {}
.reg-info-desk{
    padding: 10px 15px;
}
.sg-reg-p-frm {
    margin-top: 30px;
}

.sg-reg-title {
    font-size: 26px;
    font-weight: 600;
}
.reg-info-title{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #2639ed;
}
.reg-info-sub{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    padding-right: 5px;
}
.reg-info-itm-cnt{
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
    list-style:none;
}
.reg-info-itm{
    font-size: 20px;
    margin-bottom: 20px;
}
.reg-info-itm span{
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #2639ed;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.sg-reg-subtitle {
    margin-bottom: 0px;
    text-align: right !important;
}

.sg-reg-subtitle2 {
    margin-bottom: 0px;
    text-align: left !important;
}

.sg-reg-subtitle2 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #565656;
    padding-right: 5px;
}

.sg-reg-subtitle span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #565656;
    padding-right: 5px;
}

.sg-reg-subtitle small {
    width: 2px;
    height: 12px;
    background: #565656;
    display: inline-block;
    margin-right: 4px;
}

.sg-reg-subtitle a {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 700;
}

.sg-form-group {
    display: block;
    margin-bottom: 15px;
}

.sg-form-label {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #565656;
}

.sg-form-control-error {
    display: inline;
    font-size: 12px;
    color: tomato;
    font-weight: 400;
}

.sg-form-control-success {
    display: inline;
    font-size: 12px;
    color: #2ECC71;
    font-weight: 400;
}


.sg-form-control {
    border: 2px solid #D2D2D2;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 7px;
    margin-bottom: 5px;
}

.sg-cnt-btn {
    display: inline-block;
    background: #274279;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    border: none;
}

.sg-skip-btn {
    display: inline-block;
    background: #b9b6b6;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}

.sg-skip-btn:hover {
    color: #fff;
}

.sg-cnt-btn:hover {
    color: #fff;
}

.sg-reg-social-cnt {
    margin-top: 25px;
    display: block;
}

.sg-div {
    width: 100%;
    height: 1px;
    display: block;
    background: #565656;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

.sg-div span {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 600;
    color: #565656;
}

.sg-reg-social-icon {
    display: flex;
    justify-content: space-evenly;
}

.social-signin-btn {
    max-width: 250px;
    overflow: hidden;
    height: auto;
    display: inline-block;
}

.social-signin-btn img {}

/* End Registration Page  */

/* Join As Page */
.sg-join-as-cnt {}

.sg-join-img {}

.sg-join-img img {}

.sg-r-back-btn {
    display: inline-block;
    color: #333;
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 17px;
    cursor: pointer;
}

.sg-join-as-bx {
    position: relative;
    padding: 20px;
    margin: 30px 0 50px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 0px 5px 1px #ddd;
}

.sg-join-as-bx h1 {
    font-size: 30px;
}

.sg-join-as-bx-itm {
    margin: 0 auto;
    display: block;
    padding: 16px;
    margin-bottom: 50px;
    width: 90%;
    text-align: center;
    border-radius: 20px;
}

.sg-join-as-bx-itm-icon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
}

.sg-join-as-bx-itm-icon img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.sg-join-as-bx-itm h3 {
    font-size: 22px;
    color: #565656;
}

.sg-join-as-bx-itm p {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
}

#tm-icon,
#sm-icon {
    display: none;
}

/* End Join As Page */

/* Teaching Subject */
.sub-cnt {
    height: 250px;
    overflow-y: scroll;
    background: #fef3f16e;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
}

.sub-cnt .form-check {
    margin-bottom: 11px;
    width: 29%;
    overflow: hidden;
    margin-right: 0;
}

.sub-cnt .form-check-label {
    font-size: 15px;
    font-weight: 400;
}


#subInput {}

.lang-cnt {
    height: 100px;
    overflow-y: scroll;
    background: #ccf2ff4f;
    border-radius: 5px;
    padding: 15px;
}
.lang-cnt .form-check {
    margin-bottom: 11px;
    width: 15%;
    overflow: hidden;
    margin-right: 0;
}

/* End Teaching Subject */
/* Tutoring Profile */
.hnts {
    padding: 10px;
    background: #f1f1f159;
    border: 1px solid #D2D2D2;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.hnts strong {
    font-weight: 500;
    color: tomato;
    font-size: 15px;
}

.hnts p {
    font-size: 15px;
    font-weight: 400;
}

/* End Tutoring Profile */

/* mobile verify */
.code-resend {}

.code-resend span {}

.code-resend b {}

.code-resend b a {
    font-weight: 600;
}

.ftr-txt-why {
    margin: 0 auto;
    width: 50%;
}

/* End mobile verify */

/* Step Form  */
.step-itm-cnt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 40px;
    overflow: hidden;
}

.step-bar-itm {
    text-align: center;
    position: relative;
}

.step-bar-itm span {
    width: 40px;
    height: 40px;
    background: #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    position: relative;
    color: #939090;
}

.step-bar-itm span::before {
    content: "";
    width: 180px;
    overflow: hidden;
    height: 6px;
    border-radius: 0;
    background: #ddd;
    position: absolute;
    left: 100%;
}

.step-bar-itm-last span::before {

    display: none !important;
}

.step-bar-itm small {
    display: block;
    font-size: 15px;
    margin-top: 12px;
    font-weight: 500;
    color: #565656;
}

.stp-active span {
    background: #2ECC71 !important;
    color: #fff;
}

.stp-active span::before {
    background: #2ECC71 !important;
}

/* End Step Form  */

/* Document  */
.sg-reg-doc-cnt {
    margin-top: 25px;
}

.sg-reg-prof-img {
    width: 170px;
    height: 170px;
    background: #e9e9e9;
    display: flex;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sg-reg-prof-img input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.auth-pic {
    width: 130px;
    height: 130px;
    background-size: 100%;
    border-radius: 50%;
    margin: 0;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 5px 0px #b5b4b4;
}

/* End Document  */

/* User profile preview new design  */
.user-info-flt {
    display: flex;
    align-items: center;
    border-right: 2px solid #ddd;
}

.sgundtls .a-detail-box {
    margin-top: 17px;
}

.sgundtls {
    width: 75%;
    margin-left: 25px;
}

.sgundtls h1 {}

.sgundtls h1 span {
    font-size: 26px;
    display: block;
    line-height: 17px;
    margin-bottom: 13px;
}

.sgundtls .a-detail-box p {
    max-width: 100%;
}

.sgundtls h1 small {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-top: 16px;
}

.user-dflt-cnt {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
}

.a-detail-box p {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    display: block;
}

.a-detail-box p {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0;
    display: block;
}

.sg-oth-info {}

.sg-oth-info label {
    display: block;
    font-size: 15px;
}

.sg-oth-info label b {
    width: 60%;
    display: inline-block;
    position: relative;
    font-weight: 500;
}

.sg-oth-info label span {
    width: 40%;
    display: inline-block;
}

.sg-oth-info label b::after {
    content: ':';
    color: #333;
    position: absolute;
    left: 80%;
}

.sg-user-cntc-grp {}

.sg-user-cntc-grp a {}

.sg-user-cntc-grp a:hover {
    color: #fff;
}

.sg-user-cntc-grp a i {
    margin-right: 5px;
}

.sg-user-cntc-grp-btn1 {
    background: #092847;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
}

.sg-user-cntc-grp-btn2 {
    display: inline-block;
    background: #7cd1f3;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.bk-prv-btn {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.bk-prv-btn a {
    display: block;
    font-size: 16px;
    color: #333;
}

.bk-prv-btn a i {}

.user-dflt-mnu {
    background: #fff;
    margin-bottom: 15px;
    display: flex;
    padding: 7px 0px;
}

.user-dflt-mnu-itm {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 500;
    border-right: 2px solid #ddd;
    padding: 5px 25px;
}

.user-dflt-mnu-itm-active {
    color: #092847 !important;
}

.user-dflt-mnu-itm:last-child {
    border: none;
}

.prf-inf-cnt {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.prf-inf-cnt .p-desc p,
ul {
    font-size: 15px;
    color: #7a7878;
}

.prf-inf-cnt .p-desc h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.p-desc ul li i {
    font-size: 18px;
    color: #5e5e5e;
}

.p-skill li {
    width: auto !important;
    background: #fff !important;
    color: #5e5e5e;
    padding: 3px 19px;
    border: 1px solid #5e5e5e;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px !important;
}

.prf-inf-cnt2 {
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}

.sm-ttr-cnt {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    overflow: hidden;
}

.sm-ttr-cnt:last-child {
    border-bottom: none;
}

.sm-ttr-cnt-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 1px 1px #ddd;
    overflow: hidden;
    margin-right: 12px;
}

.sm-ttr-cnt-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.sm-ttr-cnt-cnt {
    display: inline-block;
}

.sm-ttr-cnt-cnt p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #898989;
}

.sm-ttr-cnt-cnt span {
    display: block;
    font-size: 12px;
    color: #898989;
    font-weight: 500;
}

.sm-ttr-cnt-cnt small {
    display: block;
    font-size: 12px;
    color: #898989;
}

.prf-inf-cnt-ad-unt {
    margin-bottom: 25px;
}

.prf-inf-note-itm {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.prf-inf-note-itm img {}

.prf-inf-art-itm {
    padding: 11px;
    border-radius: 5px;
    overflow: hidden;
    background: #f8fbff;
    border: 1px solid #ecf2fb;
    margin-bottom: 30px;
}

.prf-inf-art-itm-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.prf-inf-art-itm-click {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prf-inf-art-itm-click {
    font-size: 14px;
    margin-bottom: 5px;
}

.prf-inf-art-itm-click p {}

.prf-inf-art-itm-img {
    display: block;
    overflow: hidden;
}

.prf-inf-art-itm-img img {}

.atclbtm {
    margin-bottom: 10px;
}

.cmd_icon i {
    font-size: 14px;
}

.cmd_icon h5 {
    font-size: 13px;
    color: #7a7878;
    margin-bottom: 0px;
    font-weight: 400;
}

.cmd_icon {
    display: flex;
    padding: 5px 0px 0;
    justify-content: right;
}

/* End User profile preview new design  */

/* Footer  */
.news-ltr-cnt {
    display: block;
    position: relative;
    margin: 20px 0;

}

.news-ltr-cnt img {}

.news-ltr-content {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translatey(-55%);
}

.news-ltr-content h4 {
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

.news-ltr-content a {
    display: inline-flex;
    background: white;
    border-radius: 40px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    cursor: pointer;
}

.news-ltr-content a span {
    font-size: 17px;
    background: #2639ed;
    color: #fff;
    padding: 10px 17px;
    border-radius: 25px;
    font-weight: 500;
}

.d-dbox-btn {
    font-size: 15px;
    display: inline-block;
    color: #58D68D;
}

.d-dbox-btn:hover {
    color: #fff;
}

/* End Footer  */


/* Home Page Demo Section Design  */
.req-demo-cnt {
    padding: 60px 0;
    background: #fbfeff;
}

.req-demo-info-cnt {
    padding: 10px;
}

.req-demo-info-cnt h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #10858b;
    margin-top: 20px;
}

.req-demo-form {
    padding: 20px 25px;
    background: #e6f3f9;
    border-radius: 10px;
}

.req-demo-form h3 {
    margin-bottom: 36px;
    text-align: center;
    color: #10858b;
    font-size: 32px;
    margin-top: 15px;
}

.req-demo-info-step {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    margin-top: 25px;
}

.req-demo-step {
    padding: 15px;
    box-shadow: 2px 2px 2px 2px #ddd;
    border-radius: 5px;
    background: #fff;
}

.req-demo-step h4 {
    text-align: center;
}

.req-demo-step h4 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.req-demo-step h4 small {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
    color: #10858b;
}

.req-demo-step h6 {
    text-align: center;
    margin: 0 auto;
    font-size: 23px;
    color: #10858b;
}

.req-demo-info-img {
    margin-top: 70px;
    display: block;
}

/* End Home Page Demo Section Design  */

/* Thank you  */
.thank-you-details {
    text-align: center;
}

.thank-you-img {
    margin-bottom: 30px;
    margin-top: 50px;
}

.thank-you-cont {}

.thank-you-cont p {
    color: #959595;
}

.src-title-txt {
    font-size: 26px;
    font-weight: 600;
    margin: 5px 0;
    color: #092847;
    line-height: 40px;
}

/* Media Query  */
@media screen and (max-width:768px) {
    .m-none {
        display: none !important;
    }
/*.register {*/
/*    background: #ffffff;*/
/*}*/
.reg-info-itm {
    font-size: 18px;
    margin-bottom: 20px;
}
.reg-info-sub{
    font-size: 18px;
}
.reg-info-itm span {
    width: 35px;
    height: 36px;
    font-size: 15px;
}
    .desk-none {
        display: block !important;
    }

    .sub-title {
        font-size: 25px;
    }

    .sub-title-style {
        margin-bottom: 40px;
    }

    .sub-title-style::before {
        display: none;
    }

    .sub-title-style::after {
        left: 50%;
        transform: translate(-50%);
    }

    .sg-head-logo {
        display: block;
        text-align: center;
        padding: 5px 0 10px;
        /* border-bottom: 1px solid #092847; */
    }

    .hd-cstm-flx {
        margin-top: 10px;
        /* justify-content: center; */
        justify-content: flex-end;
    }

    .f-sub-itle {
        margin-bottom: 35px;
        font-size: 22px;
        text-align: center;
        position: relative;
    }

    .f-sub-itle::after {
        content: '';
        width: 100px;
        height: 5px;
        border-radius: 5px;
        background: #092847;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: -15px;
    }

    .sg-head-right {
        /* background: #092847; */
        color: #092847;
        border-radius: 10px;
        text-align: center;
    }

    .sg-head-right-btn-cnt {
        padding: 7px 15px;
        border-radius: 15px;
        margin-right: 0;
    }

    .sg-head-right-btn-cnt a {
        color: #092847;
        font-size: 16px;
    }

    .bnr-cnt-area {
        margin-top: 25px;
    }

    .sg-title-txt {
        font-size: 26px;
        line-height: 40px;
        text-align: center;
        margin: 25px 0;
    }

    .sg-bnr-info-itm {
        padding: 20px 0px;
        display: block;
        text-align: center;
    }

    .sg-bnr-info-itm i {
        font-size: 35px;
        display: inline-block;
        margin-right: 0;
    }

    .sg-bnr-info-details {
        margin-left: 0;
    }

    .sg-bnr-info-details h5 {
        font-size: 22px;
        color: #333;
        margin-bottom: 0;
    }

    .sg-bnr-info-details p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 15px;
    }

    .sg-title-sub-tx {
        font-size: 14px;
        text-align: center;
        margin-bottom: 50px;
    }

    .tbx-main {}

    .tbx-main .tutor-contact {
        margin: 5px 0;
    }

    .tbx-1 {
        display: flex;
    }

    .tbx-2 .tutor-subject span {
        font-size: 13px;
    }

    .more-tutor {
        display: block;
        text-align: center;
        margin: 20px 10px;
    }
.reg-info-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #2639ed;
}
.reg-info-frm-box {
    background: #fff;
    padding: 10px 15px 35px;
}
    .more-btn {
        font-size: 15px;
    }

    .tbx-1 .profilr-pic {
        width: 60px;
        height: 60px;
        border-radius: 0px;
        /* border: 5px solid #e1efbf; */
        border: 5px solid #fff;
        overflow: hidden;
        margin: 0;
        display: block;
        display: flex;
        align-items: center;
        border-radius: 50%;
        margin-right: 7px;
    }

    .tbx-1 .profilr-pic img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .tbx-2 {
        text-align: left;
    }

    .tbx-2 .tutor-name {
        margin: 4px 0;
    }

    .tbx-2 .tutor-name a {
        font-size: 17px;
        font-weight: 600;
    }

    .tbx-2 .rating {
        font-size: 11px;
        font-weight: 600;
    }

    .tbx-2 .tutor-subject {
        display: flex;
        font-size: 10px;
        color: #fff;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0px 0;
        margin: 4px 0;
        /* display: block; */
        max-width: 250px;
        align-items: center;
    }

    .tbx-2 .tutor-box .tutor-subject span {
        font-size: 13px;
    }

    .tbx-2 .cnt-btn {
        padding: 6px 10px;
        font-size: 11px;
        color: #fff;
        border-radius: 0px;
        font-weight: 500;
    }

    #faq_main #faq .card .card-header .btn-header-link.collapsed {
        background: #eef3f9;
        color: #333;
        font-size: 13px;
    }

    #faq_main #faq .card .card-header .btn-header-link {
        padding: 12px 7px;
        font-size: 13px;
    }

    .find-btn {
        margin-top: 0;
    }

    .f-lgo {
        margin-top: 20px;
        max-width: 130px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-mnu {
        margin-top: 10px;
    }

    .footer-email {
        margin-bottom: 10px;
        margin-top: 13px;
        text-align: center;
    }

    .search-box .form-control {
        padding: 5px 5px;
        margin: 0;
    }

    .search-box .form-control::placeholder {
        font-size: 12px;
    }

    .f-pin {
        padding-left: 0;
    }

    .find-btn {
        padding: 8px 10px;
        font-size: 15px;
    }

    /* .search-box {
        padding: 5px 7px;
    } */

    .sg-reg-page-sec {
        padding: 0px 0;
        font-family: 'Inter';
        margin-bottom: 50px;
    }

    .sg-reg-page-sec .row:first-child {
        flex-direction: column-reverse;
    }

    .sg-reg-p-img {
        margin-top: 30px;
        display: none;
    }

    .sg-reg-title {
        font-size: 23px;
    }

    .sg-reg-p-frm {
        margin-top: 10px;
    }

    .sg-reg-social-icon {}

    .social-signin-btn:first-child {
        max-width: 45%;
        margin-right: 8px;
    }

    .social-signin-btn:last-child {
        max-width: 55%;
    }

    .sg-div {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .sg-reg-subtitle2 {
        text-align: left !important;
        line-height: 0px;
        margin-bottom: 20px;
    }

    .sg-reg-subtitle {
        margin-bottom: 15px;
    }

    .sg-join-as-bx h1 {
        font-size: 25px;
    }

    .sg-join-as-bx {
        position: relative;
        padding: 0;
        margin: 0;
        border-radius: 15px;
        background: #fff;
        box-shadow: none;
        padding-top: 24px;
        margin-top: 20px;
    }

    .sg-reg-subtitle3 {
        text-align: center !important;
    }

    .sg-join-as-bx-itm {
        margin: 0 auto;
        display: block;
        padding: 15px 10px 15px;
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
        border-radius: 15px;
    }

    .sg-join-as-bx-itm-icon {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 17px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #fff;
    }

    .sg-join-as-bx-itm p {
        display: none;
    }

    .sg-join-as-bx-itm h3 {
        font-size: 16px;
        color: #565656;
    }

    .sg-cnt-btn {
        display: inline-block;
        background: #274279;
        padding: 5px 15px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        border: none;
    }

    .step-itm-cnt {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px 35px;
        overflow: hidden;
    }

    .step-bar-itm {
        text-align: center;
        position: relative;
    }

    .step-bar-itm span {
        width: 35px;
        height: 35px;
        background: #ddd;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        border-radius: 50%;
        position: relative;
        color: #939090;
    }

    .step-bar-itm span::before {
        content: "";
        width: 70px;
        overflow: hidden;
        height: 6px;
        border-radius: 0;
        background: #ddd;
        position: absolute;
        left: 100%;
    }

    .stp-active span {
        background: #2ECC71 !important;
        color: #fff;
    }

    .stp-active span::before {
        background: #2ECC71 !important;
    }

    .step-bar-itm small {
        display: block;
        font-size: 13px;
        margin-top: 6px;
        font-weight: 400;
        color: #565656;
    }

    .sg-r-back-btn {
        display: inline-block;
        color: #333;
        position: absolute;
        top: 5px;
        left: 15px;
        font-size: 16px;
        cursor: pointer;
    }

    .mob-v {
        padding: 40px 0;
    }



    .author-main-area {
        background: #fff;
    }

    .user-dflt-cnt {
        padding: 5px;
    }

    .user-info-flt {
        flex-direction: column;
        border-right: none;
    }

    .sgundtls {
        width: 100%;
        margin-left: 0px;
    }

    .auth-pic {
        width: 110px;
        height: 110px;
        margin-bottom: 13px;
    }

    .sgundtls h1 {
        text-align: center;
    }

    .sgundtls h1 span {
        font-size: 21px;
        display: block;
        line-height: 12px;
        margin-bottom: 0px;
    }

    .user-dflt-mnu {
        border-bottom: 2px solid #ddd;
        border-top: 2px solid #ddd;
    }

    .sgundtls .a-detail-box {
        margin-top: 12px;
        text-align: center;
    }

    .a-detail-box i {
        display: none;
    }

    .sg-user-cntc-grp {
        text-align: center;
        margin-bottom: 20px;
    }

    .sg-oth-info {
        padding: 0 12px;
    }

    .prf-inf-cnt {
        padding: 15px;
    }

    .prf-inf-cnt .p-desc p,
    ul {
        font-size: 14px;
    }

    .cmd_icon i {
        font-size: 14px;
    }

    .cmd_icon {
        display: flex;
        padding: 5px 0px 0;
        justify-content: right;
    }

    .p-desc ul li {
        position: relative;
        margin: 6px 0;
    }

    .news-ltr-content {
        display: block;
        position: absolute;
        width: 100%;
        top: 21px;
        transform: translatey(-0%);
        text-align: center;
    }

    .news-ltr-content h4 {
        font-size: 21px;
        font-weight: 600;
        color: #212529;
        text-align: center;
    }

    .news-ltr-content a {
        display: inline-flex;
        background: white;
        border-radius: 25px;
        padding: 2px 4px;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        cursor: pointer;
    }

    .news-ltr-content a span {
        font-size: 13px;
        background: #2639ed;
        color: #fff;
        padding: 6px 12px;
        border-radius: 25px;
        font-weight: 500;
    }

    .m-fff {
        color: #fff;
    }

    .req-demo-cnt {
        padding: 30px 0;
    }

    .req-demo-info-cnt {
        padding: 0;
    }

    .req-demo-info-step {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .req-demo-step {
        padding: 10px;
    }

    .req-demo-step {
        padding: 5px;
        margin: 5px;
    }

    .req-demo-step h4 span {
        color: #333;
        display: block;
        font-size: 18px;
        font-weight: 500;
    }

    .req-demo-step h4 small {
        display: block;
        font-size: 17px;
        font-weight: 400;
        margin-top: 8px;
        color: #10858b;
    }

    .req-demo-step h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 22px;
        color: #10858b;
    }

    .req-demo-info-img {
        margin-top: 45px;
        display: block;
        margin-bottom: 26px;
    }

    #tm-icon,
    #sm-icon {
        display: block;
        position: absolute;
        top: 7px;
        right: 20px;
        font-size: 18px;
        color: #747474;
    }

    .sg-reg-subtitle3 {
        text-align: center !important;
    }

    .sub-cnt .form-check {
        width: 43%;
    }

    .sub-cnt .form-check-label {
        font-size: 13px;
        font-weight: 400;
    }

    .lang-cnt .lang-itm {
        width: 28%;
        margin-bottom: 15px;
    }
    .footer-bar {
        height: auto;
        text-align: center;
        background: #092847;
        color: #fff;
        font-size: 12px;
        font-weight: 200;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 7px;
    }
}



.t-req-item-cnt {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #ddd;
    padding: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .t-req-item-cnt h4 {
    color: #092847;
    font-size: 17px;
    font-weight: 600;
  }
  .t-req-item-cnt h5 {
    font-size: 16px;
    color: tomato;
  }
  .t-req-item-cnt h5 span {
    margin-right: 7px;
  }
  .t-req-item-cnt h5 a {
    display: inline-block;
    font-size: 14px;
    color: #757373;
  }
  .t-req-item-cnt h6 {
    font-size: 15px;
    color: #092847;
  }
  .t-req-item-cnt p {
    font-size: 14px;
    color: #757373;
    margin-bottom: 5px;
  }
  .t-req-bg-icon {
    font-size: 30px;
    color: #092847;
    opacity: 0.4;
    position: absolute;
    top: 1px;
    right: 8px;
  }
  .t-req-pack {
    margin: 0 auto;
    display: block;
    padding: 25px 15px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .t-req-pack-01 {
    background: #e4f8ff;
  }
  .t-req-pack-02 {
    background: #fef3f1;
  }
  .t-req-pack h3 {
    font-size: 22px;
    color: #565656;
    font-weight: 600;
  }
  .t-req-pack p {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
  }
  .t-req-pack a {
    display: inline-block;
    background: #35e55d;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    border: none;
  }

/* End Media Query  */