@import url('<link href=https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">');
.color-default {
    color: #004961;
}
.shadow-default {
    box-shadow: 0 0 5px #ccc;
}
.main_container {
    overflow: hidden;
}
.top_bar {
    background-image: linear-gradient(294deg, #006080, #006181 47%, #003648);
    position: relative;
    padding: 10px 0;
    height: 42px;
}
.top_bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_bar ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.top_bar ul li a {
    color: #fff;
}
.top_bar ul li a:hover {
    color: #dbf5ff;
}
.top_bar .dropdown-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    left: auto;
}
.top_bar ul li.dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
    -moz-animation: zoomIn 0.3s ease-in;
    -webkit-animation: zoomIn 0.3s ease-in;
    animation: zoomIn 0.3s ease-in;
}
.top_bar ul li.dropdown > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 2px;
}
.top_bar .dropdown-menu ul li {
    display: block;
    margin: 0;
}
.top_bar .dropdown-menu ul li a {
    color: #333;
    background: 0 0;
    font-size: 14px;
}
.top_bar .notify_dd_list {
    max-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 5px 0;
    min-width: 220px;
}
.top_bar .notify_dd_list ul li {
    border-bottom: solid 1px #ddd;
    padding: 10px;
    font-size: 13px;
}
.top_bar .notify_dd_list ul li:last-child {
    border-bottom: none;
}
.notify_dd .badge {
    position: absolute;
    left: 6px;
    top: -6px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    padding: 0;
    background: #fff;
}
.head_btn {
    float: right;
    margin-top: 11px;
}
.header {
    position: relative;
    width: 100%;
    z-index: 991;
}
.header .top_header {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 0;
    left: 0;
    height: 70px;
}
.header.fixed .top_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 70px;
}
.logo {
    position: absolute;
    left: 0;
    padding: 5px 0;
    top: 8px;
    width: 200px;
}
.logo img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 180px;
}
.header.fixed .logo img {
    width: 120px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header.fixed .logo {
    text-align: left;
    width: auto;
    top: 8px;
}
.header.fixed .navbar-nav {
    margin-left: 150px;
}
.navbar-toggler {
    padding: 8px 10px;
    font-size: 14px;
}
.navbar-brand {
    padding: 0;
    margin-right: 0;
}
.navbar {
    padding: 0;
}
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.navbar-nav {
    margin: 12px 0 0 250px;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #004961;
    padding: 10px 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:after {
    background: #004961;
    height: 3px;
    width: 0;
    position: absolute;
    left: 15px;
    bottom: 6px;
    content: "";
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: none;
    margin: 0;
}
.navbar-light .navbar-nav .nav-link:focus:after,
.navbar-light .navbar-nav .nav-link:hover:after {
    width: 40px;
}
.navbar-light .navbar-nav .nav_download_link:after {
    display: none;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #004961;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #004961;
    font-weight: 600;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 0;
    top: 20px;
}
.navbar-nav .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-width: 220px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.navbar-nav .dd_tutor .dropdown-menu {
    width: auto;
    left: -50%;
    padding-bottom: 15px;
}
.navbar-nav .dd_tutor .dropdown-menu h6 {
    padding: 15px 15px 8px 15px;
    margin: 0;
    font-size: 16px;
}
.navbar-nav .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    color: #000;
    background: 0 0;
    display: inline-block;
    width: auto;
    font-size: 14px;
}
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #004961;
    background: 0 0;
}
.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -moz-animation: zoomIn 0.3s ease-in;
    -webkit-animation: zoomIn 0.3s ease-in;
    animation: zoomIn 0.3s ease-in;
}
.menu-toggle {
    position: relative;
    width: 37px;
    height: 37px;
    margin-top: 10px;
    cursor: pointer;
}
.menu-toggle span {
    transition: 0.25s ease-in-out;
    transition-property: top, left, width, height;
    background: #ff8a00;
}
.menu-toggle .hamburger {
    position: absolute;
    width: 37px;
    height: 37px;
}
.menu-toggle .hamburger span {
    position: absolute;
    width: 30px;
    height: 2px;
}
.menu-toggle .hamburger span:nth-child(1) {
    top: 8px;
    transition-delay: 0.5s;
}
.menu-toggle .hamburger span:nth-child(2) {
    top: 17px;
    width: 20px;
    transition-delay: 0.625s;
}
.menu-toggle .hamburger span:nth-child(3) {
    bottom: 8px;
    width: 24px;
    transition-delay: 0.75s;
}
.menu-toggle .cross {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-toggle .cross span {
    position: absolute;
}
.menu-toggle .cross span:nth-child(1) {
    top: 0;
    left: 17px;
    width: 2px;
    height: 0;
    transition-delay: 0s;
}
.menu-toggle .cross span:nth-child(2) {
    top: 17px;
    left: 0;
    width: 0;
    height: 2px;
    transition-delay: 0.25s;
}
.menu-toggle.open .hamburger span {
    width: 0;
}
.menu-toggle.open .hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.menu-toggle.open .hamburger span:nth-child(2) {
    transition-delay: 0.1s;
}
.menu-toggle.open .hamburger span:nth-child(3) {
    transition-delay: 0.2s;
}
.menu-toggle.open .cross span {
    background: #ff8a00;
}
.menu-toggle.open .cross span:nth-child(1) {
    height: 36px;
    transition-delay: 0.5s;
}
.menu-toggle.open .cross span:nth-child(2) {
    width: 36px;
    transition-delay: 0.3s;
}
.arrow_menu {
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 1;
    line-height: 56px;
    display: none;
    text-align: center;
}
.arrow_menu:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
}
.list_bar li {
    padding-left: 100px;
    min-height: 70px;
    margin-bottom: 30px;
}
.list_bar li:last-child {
    margin-bottom: 0;
}
.list_bar li figure {
    position: absolute;
    left: 0;
    top: 0;
}
.hire_dev_pic_mobile {
    display: none;
}
.hire_section_info ul li {
    padding-left: 60px;
    margin-bottom: 30px;
    min-height: 45px;
    font-size: 18px;
    padding-top: 7px;
}
.hire_section_info ul li figure {
    position: absolute;
    left: 0;
    top: 0;
}
.hire_section .container {
    position: relative;
}
.hire_section .first-screen {
    position: relative;
    left: 90px;
    top: 25px;
}
.hire_section:hover .first-screen {
    position: relative;
    animation-name: example;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes example {
    0% {
        top: 0;
    }
    25% {
        top: 25px;
    }
    50% {
        top: 0;
    }
    75% {
        top: 25px;
    }
    100% {
        top: 0;
    }
}
.hire_section .first-screen-2 {
    position: relative;
    bottom: 30px;
}
.stm_lms_row_animation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.stm_lms_row_animation .book1,
.stm_lms_row_animation .book2,
.stm_lms_row_animation .bubblespeech,
.stm_lms_row_animation .magnifier,
.stm_lms_row_animation .moon {
    position: absolute;
}
.stm_lms_row_animation .book1 {
    top: 110px;
    right: 40px;
    -webkit-animation: slideDown 5s infinite;
    animation: slideDown 5s infinite;
}
.stm_lms_row_animation .book2 {
    bottom: 45px;
    right: 155px;
    -webkit-animation: slideUp 7s infinite;
    animation: slideUp 7s infinite;
}
.stm_lms_row_animation .bubblespeech {
    top: 60px;
    right: 40px;
    -webkit-animation: slideDown 5s infinite;
    animation: slideDown 5s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.stm_lms_row_animation .magnifier {
    bottom: 115px;
    right: 70px;
    -webkit-animation: slideUp 10s infinite;
    animation: slideUp 10s infinite;
}
.stm_lms_row_animation .moon {
    top: 120px;
    left: 105px;
    -webkit-animation: circle 3s infinite linear;
    animation: circle 3s infinite linear;
    transition: 25s ease;
}
@-webkit-keyframes slideDown {
    0%,
    100%,
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes slideDown {
    0%,
    100%,
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-webkit-keyframes slideUp {
    0%,
    100%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes slideUp {
    0%,
    100%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes slideUpSmall {
    0%,
    100%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes slideUpSmall {
    0%,
    100%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0) translate(-3px) rotate(0);
        transform: rotate(0) translate(-3px) rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg);
        transform: rotate(360deg) translate(-3px) rotate(-360deg);
    }
}
@keyframes circle {
    from {
        -webkit-transform: rotate(0) translate(-3px) rotate(0);
        transform: rotate(0) translate(-3px) rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg);
        transform: rotate(360deg) translate(-3px) rotate(-360deg);
    }
}
.codementor_column {
    text-align: center;
    padding: 0 10px;
}
.codementor_column img {
    height: 230px;
}
.codementor_column p {
    text-align: justify;
}
.codementor_column figure {
    margin-bottom: 20px;
}
.feature_col {
    text-align: center;
    padding: 0 10px;
}
.feature_col .icon_col {
    width: 140px;
    height: 140px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 140px;
    margin-bottom: 20px;
    position: relative;
    background-color: #004961;
    color: #fff;
}
.feature_col .icon_col i {
    position: relative;
    z-index: 5;
}
.feature_col .icon_col:after,
.feature_col .icon_col:before {
    content: "";
    display: block;
    height: 140px;
    left: 50%;
    margin: -70px 0 0 -70px;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: 0;
}
.feature_col .icon_col:after {
    -webkit-animation: bounce 1s linear infinite;
    -moz-animation: bounce 1s linear infinite;
    animation: bounce 1s linear infinite;
}
@-webkit-keyframes bounce {
    0%,
    25% {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: -70px 0 0 -70px;
    }
    100% {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -130px 0 0 -130px;
    }
}
@-moz-keyframes bounce {
    0%,
    25% {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: -70px 0 0 -70px;
    }
    100% {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -130px 0 0 -130px;
    }
}
@keyframes bounce {
    0%,
    25% {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: -70px 0 0 -70px;
    }
    100% {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -130px 0 0 -130px;
    }
}
.clients_word {
    padding: 70px 0 100px 0;
    position: relative;
}
.clients_word_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.clients_word_bg figure img {
    width: 100%;
}
.testimonial-slider .item {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    background: #fff;
    padding: 20px 15px 20px;
    height: 340px;
    max-height: 340px;
}
.testimonial-slider .item .test-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    left: 15px;
    top: -10px;
    width: 46px;
    height: 46px;
    background: #fff;
    border: solid 1px #ff8a00;
    z-index: 20;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-slider .item .test-icon img {
    width: 25px;
}
.testimonial-slider .item .checked {
    color: #ff8a00;
}
.testimonial-slider .item .top-box {
    position: absolute;
    display: block;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-box-bg-1 {
    background: #ff8a00;
}
.top-box-bg-2 {
    background: #fcce0d;
}
.top-box-bg-3 {
    background: #ff6ea9;
}
.top-box-bg-4 {
    background: #fcce0d;
}
.testimonial-slider figure {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
}
.testimonial-slider figure img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0 0 5px #ccc;
}
.testimonial-slider .rating-icon {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}
.testimonial-slider .item p {
    font-size: 1.1rem;
    color: #004961;
    font-weight: 600;
    margin-bottom: 30px;
}
.testimonial-slider .author_name {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    font-size: 1rem;
    color: #004961;
    font-weight: 600;
}
.testimonial-slider .owl-nav {
    display: block !important;
}
.testimonial-slider .owl-nav .owl-next,
.testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    text-align: center;
    line-height: 36px;
    color: #004961;
    font-size: 26px;
    bottom: -50px;
    margin-top: -21px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border: solid 2px #004961;
    border-radius: 50%;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.testimonial-slider .owl-nav .owl-next:hover,
.testimonial-slider .owl-nav .owl-prev:hover {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #fff;
}
.testimonial-slider .owl-nav .owl-prev {
    right: 50px;
}
.testimonial-slider .owl-nav .owl-next {
    right: 0;
}
.categorie_timer {
    background-image: url(../images/categorie_achievement_bg.png);
}
.count_column {
    text-align: center;
}
.count_column h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 52px;
    color: #ff8a00;
}
.count_column h5 {
    font-size: 20px;
}
.count_column .icon_col {
    font-size: 90px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}
.count_column .icon_col i {
    position: relative;
    z-index: 5;
}
.count_column .icon_col:after,
.count_column .icon_col:before {
    content: "";
    display: block;
    height: 140px;
    left: 50%;
    margin: -140px 0 0 -140px;
    position: absolute;
    top: 50%;
    width: 140px;
    z-index: 0;
    display: none;
}
.count_column .icon_col:after {
    -webkit-animation: bounce 1s linear infinite;
    -moz-animation: bounce 1s linear infinite;
    animation: bounce 1s linear infinite;
}
@-webkit-keyframes bounce {
    0%,
    25% {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: -90px 0 0 -90px;
    }
    100% {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -140px 0 0 -140px;
    }
}
@-moz-keyframes bounce {
    0%,
    25% {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: -90px 0 0 -90px;
    }
    100% {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -140px 0 0 -140px;
    }
}
@keyframes bounce {
    0%,
    25% {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        margin: -90px 0 0 -90px;
    }
    100% {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -140px 0 0 -140px;
    }
}
.blog_pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog_pic img {
    width: 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog_panel {
    position: relative;
}
.blog_panel h6 {
    font-weight: 400;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 8px;
}
.blog_panel ul {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
}
.blog_panel ul li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}
.blog_panel ul li i {
    margin-right: 5px;
}
.blog_panel p {
    font-size: 14px;
}
.blog_panel:hover .blog_pic img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.blog-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.blog-item {
    display: flex;
    flex: 1;
    width: 100%;
    flex-basis: 100%;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    margin-bottom: 16px;
}
.blog-item .blog-info {
    padding: 15px;
    width: 50%;
}
.blog-item .blog-image {
    width: 50%;
    max-height: 270px;
    overflow: hidden;
}
.blog-item .blog-image img {
    width: 100%;
    height: 100%;
}
.blog-item-2 {
    display: block;
    width: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
}
.blog-item-2 .blog-image,
.blog-item-2 .blog-info {
    width: 100%;
}
.blog-item .blog-author-name {
    font-style: italic;
}
.blog-item .blog-action {
    color: #ff8a00;
    display: block;
}
.blog-item:hover .blog-action {
    transition: 1s;
    transform: scale(1.1) translate(20px);
    transition-timing-function: ease-in-out;
}
.blog-author-info {
    margin-top: 30px;
    display: block;
}
.blog-author-image {
    vertical-align: top;
    width: 200px;
    display: inline-block;
    margin-right: 15px;
}
.blog-author-image img {
    width: 175px;
    height: 175px;
}
.blog-author-desc {
    display: inline-block;
    width: calc(100% - 220px);
}
.ml-16 {
    margin-left: 16px;
}
.blog-author-info .blog-author-name {
    font-size: 1.2rem;
}
.blog-related .blog-info {
    padding: 20px;
}
.blog-related .blog-info .blog-title {
    color: #004961;
}
.blog-related .blog-info .blog-author-name {
    padding-top: 5px;
}
.blog_headline {
    padding: 15px;
    border-bottom: solid 1px #ddd;
}
.blog_headline h6 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.blog_headline p {
    margin: 0;
    font-size: 13px;
}
.blog_info {
    padding: 15px;
    min-height: 140px;
}
.blog_info p {
    margin: 0;
}
.blog_action .btnDefault {
    border-radius: 0;
}
.blog_detail_page b,
.blog_detail_page strong {
    font-weight: 500;
}
.post_listing {
    background: #fff;
    padding: 20px;
}
.post_listing h4 a {
    color: #004961;
}
.post_listing h4 a:hover {
    color: #000;
}
.post_elements {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.post_elements ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post_elements ul li {
    display: inline-block;
    margin-right: 10px;
}
.post_pic img {
    width: 100%;
    height: 100%;
    max-height: 400px;
}
.post_listing .image {
    margin-bottom: 15px;
}
.comment_panel {
    margin-top: 30px;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0 0 5px #ccc;
}
.blog_comments {
    margin: 50px 0;
}
.comment_media {
    padding: 30px;
    background: #f9f9f9;
    border: solid 1px #ddd;
}
.comment_media ul {
    margin: 0;
}
.comment_media .media img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: solid 1px #ccc;
    padding: 2px;
    object-fit: cover;
}
.comment_media ul li h5 {
    margin-bottom: 8px;
}
.comment_media ul li h5 .date_time {
    float: right;
    font-size: 14px;
    font-family: Raleway, sans-serif;
    color: #929292;
}
.comment_media ul li {
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}
.comment_media ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.comment_media ul li p {
    margin-bottom: 0;
}
.become_tutor_section {
    position: relative;
    overflow: hidden;
}
.become_tutor_section:before {
    background: url(../images/register_bg.png) center center no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer ul li {
    position: relative;
}
.footer nav ul li {
    padding-bottom: 10px;
}
.footer nav ul li a {
    color: #fff;
    position: relative;
}
.footer nav ul li a:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 3px;
    background: #dbf5ff;
    border-radius: 8px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer nav ul li a:hover {
    padding-left: 20px;
}
.footer nav ul li a:hover:before {
    width: 15px;
}
.footer nav ul li a:hover {
    color: #dbf5ff;
}
.top_footer {
    background: #004960;
    color: #fff;
    padding: 60px 0;
}
.top_footer h5 {
    color: #fff;
}
.top_footer .social_link {
    margin-top: 20px;
}
.social_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social_link ul li {
    display: inline-block;
    margin-left: 5px;
}
.social_link ul li a {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    position: relative;
    text-align: center;
    width: 36px;
    float: left;
}
.social_link ul li a:hover {
    background: #dbf5ff;
    color: #004961;
    border-color: #dbf5ff;
}
.top_footer .footer_address ul li {
    padding-bottom: 15px;
}
.top_footer .footer_address ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 24px;
    opacity: 0.8;
}
.top_footer .footer_address ul li i.fa-envelope-o {
    top: 0;
}
.top_footer .footer_address ul li p {
    position: relative;
    margin: 0;
    font-size: 16px;
    padding-left: 35px;
}
.footer_bottom {
    background: #000;
    padding: 20px 0 18px 0;
    color: #c2c2c2;
    text-align: center;
}
.footer_bottom p {
    margin: 8px 0 0 0;
    font-size: 14px;
}
.About-Page {
    color: #0a4961;
}
.icon-list {
    padding-left: 0;
}
.icon-list li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.icon-list li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #0a4961;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 15px;
}
.icon-list li span {
    font-weight: 600;
}
.video-box {
    border-radius: 5px;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
.video {
    position: relative;
}
.video .dark_overlay {
    background: rgba(0, 0, 0, 0.23);
}
.video-play {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    left: 0;
    z-index: 2;
}
.video-play a {
    color: #ed2301;
    font-size: 80px;
}
.video-play a:hover {
    color: #fff;
}
.mission-sec {
    position: relative;
    height: 480px;
}
.mission-sec .mission-img {
    position: absolute;
    left: -10px;
    top: 130px;
}
.mission-sec .mission-img img {
    max-width: 300px;
}
.choose_col {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 30px 10px;
    text-align: center;
    font-size: 14px;
    height: 300px;
}
.choose_col .choose_icon img {
    width: 80px;
    padding-bottom: 20px;
}
.choose_col h5 {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
}
.choose_col:hover .choose_icon {
    border-color: #004961;
    animation-name: example1;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes example1 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.faq-block {
    box-shadow: 0 0 5px #ccc;
    padding: 30px;
}
.faq-block-right ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.faq-block-right ul li {
    display: inline-block;
    min-width: 130px;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-right: 10px;
    letter-spacing: 0.5px;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    border: 1px solid #004961;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #fff;
    text-align: center;
    color: #004961;
    border-radius: 30px;
}
.faq-block-right ul li.active,
.faq-block-right ul li:hover {
    background-color: #004961;
    color: #fff;
}
.accordion_panel .card {
    margin-bottom: 7px;
}
.accordion_panel .card-header {
    background: rgba(196, 196, 196, 0.1);
    padding: 0.781rem 1.25rem;
}
.accordion_panel .card-header h5 {
    color: #004961;
    font-size: 22px;
}
.accordion_panel .card-header h5 button {
    color: #004961 !important;
    border: none;
    width: 100%;
    text-align: left;
}
.accordion_panel .card-header h5 button:focus,
.accordion_panel .card-header h5 button:hover {
    border: none;
    outline: 0;
    cursor: pointer;
}
.accordion_panel .btn-link {
    color: #004961;
    padding: 0;
}
.accordion_panel .btn-link:focus,
.accordion_panel .btn-link:hover {
    text-decoration: none;
}
.accordion_panel .btn-link.collapsed {
    color: #000;
}
.accordion_panel .card-body p {
    margin: 0;
}
.accordion_panel .card-body p + p {
    margin-top: 10px;
}
.filters-content {
    position: relative;
    overflow: hidden;
}
.filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}
.filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}
.filters-content .filters-img {
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.contact_section .progress-bar {
    height: 1rem;
}
.contact_rigth {
    padding: 30px;
    background-color: rgba(196, 196, 196, 0.1);
}
.contact_rigth form label {
    color: #0a4961;
}
.contact_rigth form input {
    border: solid 1px rgba(10, 73, 97, 0.5);
    border-radius: 5px;
    height: 48px;
}
.contact_rigth form #input-file-now {
    height: 100%;
}
.contact_rigth form textarea {
    border: solid 1px rgb(10, 73, 97, 0.5);
    border-radius: 5px;
}
.contact_rigth .custom-file {
    height: auto !important;
}
.error {
    color: #d44950 !important;
    font-size: 13px;
}
.contact_section .social_link {
    margin-top: 30px;
}
.contact_section .social_link ul li a {
    color: #004961;
    border-color: #0a4961;
}
.contact_section .social_link ul li a:hover {
    color: #fff;
    border-color: #0a4961;
    background: #0a4961;
}
.pricingTable {
    background: linear-gradient(to bottom, transparent 24%, #f9f9f9 25%);
    text-align: center;
    padding: 0 0 60px;
    margin: 0 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}
.pricingTable .pricingTable-header {
    color: #fff;
    padding: 45px 15px 35px;
    position: relative;
}
.pricingTable .pricingTable-header:after,
.pricingTable .pricingTable-header:before {
    content: "";
    background: #36474f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
    clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
}
.pricingTable .pricingTable-header:after {
    background: #fa8a01;
    height: 95%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
}
.pricingTable .title {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .cross_value {
    position: absolute;
    right: 10px;
    top: 12px;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 600;
}
.pricingTable .currency {
    font-size: 60px;
    line-height: 60px;
}
.pricingTable .amount {
    font-size: 60px;
    line-height: 70px;
}
.pricingTable .amount-sm {
    font-size: 22px;
    line-height: 35px;
}
.pricingTable .pricing-content {
    padding: 10px 0;
    margin: 0 30px;
    list-style: none;
    min-height: 280px;
}
.pricingTable .pricing-content li {
    color: #505050;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pricingTable .pricing-content li:last-child {
    border-bottom: none;
}
.pricingTable .pricingTable-signup {
    color: #35c2ff;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 2px solid #35c2ff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover {
    color: #fff;
}
.pricingTable .pricingTable-signup:before {
    content: "";
    background-color: #35c2ff;
    height: 150px;
    width: 220px;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: -15px;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before {
    bottom: -50px;
}
.pricingTable.orange .pricingTable-header:after {
    background-color: #ff9f00;
}
.pricingTable.orange .pricingTable-signup {
    color: #ff9f00;
    border-color: #ff9f00;
}
.pricingTable.orange .pricingTable-signup:hover {
    color: #fff;
}
.pricingTable.orange .pricingTable-signup:before {
    background-color: #ff9f00;
}
.pricingTable.magenta .pricingTable-header:after {
    background-color: #ec407a;
}
.pricingTable.magenta .pricingTable-signup {
    color: #ec407a;
    border-color: #ec407a;
}
.pricingTable.magenta .pricingTable-signup:hover {
    color: #fff;
}
.pricingTable.magenta .pricingTable-signup:before {
    background-color: #ec407a;
}
.mentor_pic {
    position: relative;
}
.mentor_help_col {
    position: relative;
    padding: 30px 30px 30px 56px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 80px;
}
.mentor_help_col span {
    position: absolute;
    left: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    border: 2px solid #eee;
    text-align: center;
    padding: 0;
    transition: all 1.5s ease 0.3s;
    font-size: 34px;
    line-height: 80px;
    color: #004961;
    background: #fff;
}
.mentor_help_col h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.mentor_help_col p {
    margin: 0;
}
.mentor_help_col:hover span {
    border-color: #004961;
    border-radius: 50%;
    transition: all 0.9s ease 0.1s;
    transform: perspective(0) rotateX(0) rotate(360deg);
}
.mentor_help_col:nth-child(2n) {
    margin-left: 10%;
}
.mentor_help_col:nth-child(3n) {
    margin-left: 20%;
}
.mentor_msg {
    border-radius: 5px;
    background-color: #e6f4ff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-align: left;
    color: #666;
    padding: 6px 8px;
    position: absolute;
}
.mentor_msg:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 0 13px;
    border-color: transparent transparent transparent #e6f4ff;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
}
.step_pic {
    text-align: center;
}
.mx-370 {
    max-width: 370px;
}
.terms_privacy_section h4 {
    font-size: 24px;
}
.terms_privacy_section h5 {
    font-size: 18px;
    margin-bottom: 8px;
}
.terms_privacy_section ul ul {
    margin-bottom: 15px;
}
.req_post_col a.pull-right {
    margin-bottom: 15px;
}
.req_post_col .collapse {
    margin-bottom: 15px;
}
.search_part {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-shadow: 0 0 5px #ccc;
    max-height: 64px;
}
.search_part_item {
    display: inline-flex;
    margin-top: 3px;
    width: 75%;
    position: relative;
    padding-left: 30px;
    position: relative;
}
.search_part_item::before {
    content: "\f002";
    position: absolute;
    left: 20px;
    font-size: 1rem;
    top: 8px;
    font-family: FontAwesome;
}
.search_part_item input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    height: 48px;
    padding-bottom: 5px;
}
.search_part_item input:focus,
.search_part_item input:hover {
    box-shadow: none;
    outline: 0;
    border: none;
}
.search_part .search-btn {
    height: 100%;
    min-width: 120px;
    margin-top: 5px;
}
.search_tutor_result .search_result_box {
    box-shadow: 0 0 5px #ccc;
    margin-top: 24px;
    font-size: 14px;
    color: #004961;
    padding: 20px 5px;
    text-align: center;
}
.search_tutor_result .search_result_box h6 {
    padding-top: 24px;
}
.search_column {
    padding: 30px;
    margin: -60px 0 30px 0;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
.search_column .form-group {
    margin: 0;
}
.search_column .search .form-control {
    padding-left: 40px;
}
.search_column .search span {
    position: absolute;
    left: 15px;
    top: 10px;
}
.search_tutor_box {
    background: #fff;
    padding: 30px 30px 30px 160px;
    box-shadow: 0 0 5px #ccc;
    border-left: solid 3px #ccc;
    position: relative;
    min-height: 160px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.search_tutor_box:hover {
    border-color: #004961;
}
.search_tutor_link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.search_tutor_pic {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 120px;
}
.search_tutor_pic img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: solid 1px #ddd;
}
.search_tutor_info .head_col {
    margin: 5px 0 5px 0;
}
.search_tutor_info .head_col h5 {
    margin: 0;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}
.review {
    font-size: 14px;
    margin-left: 15px;
}
.headline_text {
    font-weight: 600;
    margin-bottom: 15px;
}
.about_col {
    margin-bottom: 15px;
}
.about_col h6 {
    margin-bottom: 5px;
}
.about_col p {
    margin-bottom: 5px;
}
.search_category span {
    display: inline-block;
    background: #f9f9f9;
    border: solid 1px #ddd;
    padding: 5px 10px;
    font-size: 13px;
    margin: 0 5px 5px 0;
}
.main_tutor_profile {
    padding-bottom: 130px;
}
.main_tutor_profile:before {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
    content: "";
    background-image: url(../images/main_tutor_profile_bg.png);
    background-size: cover;
}
.main_tutor_profile h1 {
    margin: 0;
}
.main_tutor_profile p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.main_tutor_profile .action {
    margin-top: 20px;
}
.tutor_profile_section {
    padding-top: 130px;
}
.profile_pic {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}
.profile_pic img {
    width: 200px;
    height: 200px;
    border: solid 5px #f1f4fc;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 0 0 5px #c5c5c5;
}
.about_me_column {
    background: #fff;
    border: solid 1px #ddd;
}
.about_me_top {
    text-align: center;
}
.about_me_top p {
    margin: 0;
}
.about_me_top strong {
    font-size: 18px;
}
.about_me_rate {
    padding: 15px 15px 15px 30px;
}
.about_me_rate .rating_col {
    float: none;
    margin: 0 auto;
    width: 80px;
}
.about_me_review {
    padding: 15px;
}
.about_me_study {
    padding: 15px 30px 15px 15px;
}
.about_me_info {
    padding: 15px;
    border-top: solid 1px #ddd;
}
.about_me_info h6 {
    margin-bottom: 5px;
}
.about_me_info p {
    margin-bottom: 5px;
}
.tutor_rating_column {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-top: 40px;
}
.average_column {
    background: #fff;
    border: solid 1px #ddd;
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
}
.average_column h6 {
    margin: 0;
}
.average_column h4 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 7px;
}
.average_column .rating_col {
    float: none;
}
.average_column .rating {
    float: none;
    margin: 0 auto;
}
.average_column p {
    margin: 0;
}
.reviews__distribution {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.reviews__rating {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.23;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}
.reviews__rating .rating {
    margin: 9px 0 0 0;
    height: 20px;
    width: 85px;
    margin-bottom: 5px;
    float: left;
}
.reviews__rating_space {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: dashed 1px #ddd;
    margin: 0 15px;
}
.reviews__rating_count {
    line-height: 1.14;
    text-align: center;
    width: 40px;
    font-weight: 600;
}
.comment_list {
    margin-top: 20px;
}
.comment_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment_list ul li {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    border-bottom: solid 3px #ddd;
}
.comment_list ul li .comment_user_date {
    margin-top: 15px;
}
.comment_list ul li .comment_user_date strong {
    margin-right: 5px;
}
.load_more_comment {
    margin-top: 20px;
}
.refer_mail_section {
    margin-top: -60px;
    padding-top: 0;
}
.refer_mail_section .white_box {
    background: #f9f9f9;
    box-shadow: none;
    border: solid 5px #f1f4fc;
}
.refer_mail_section .inner_border {
    border: dashed 5px #004961;
    padding: 30px;
    background: #fff;
}
.refer_mail_section .white_box h6 {
    text-align: center;
}
.refer_mail_section .form-group .form-control {
    padding-right: 125px;
}
.refer_mail_section .form-group .btnDefault {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 44px;
    padding: 9px 15px 8px 15px;
    border-radius: 0;
}
.refer_mail_section .form-group .btnDefault:after,
.refer_mail_section .form-group .btnDefault:before {
    display: none;
}
.track_row {
    margin-top: 60px;
}
.share_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.share_social ul li {
    margin-right: 10px;
    display: inline-block;
}
.share_social ul li a {
    width: 44px;
    height: 44px;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    float: left;
    color: #666;
    border-radius: 3px;
    background: #fff;
}
.share_social ul li a:hover {
    background: #ccc;
    color: #000;
}
.share_social ul li a.fb {
    color: #3d5899;
    border-color: #3d5899;
}
.share_social ul li a.fb:hover {
    color: #fff;
    background: #3d5899;
    border-color: #3d5899;
}
.share_social ul li a.twitter {
    color: #1da1f3;
    border-color: #1da1f3;
}
.share_social ul li a.twitter:hover {
    color: #fff;
    background: #1da1f3;
    border-color: #1da1f3;
}
.share_social ul li a.whatsapp {
    color: #1ec754;
    border-color: #1ec754;
}
.share_social ul li a.whatsapp:hover {
    color: #fff;
    background: #1ec754;
    border-color: #1ec754;
}
.refer_step_panel {
    text-align: center;
}
.refer_step_panel figure {
    margin-bottom: 15px;
}
.step_panel_info {
    position: relative;
}
.step_panel_info .step_count {
    position: absolute;
    left: 0;
    top: -55px;
    text-align: center;
    font-size: 90px;
    opacity: 0.1;
    z-index: 0;
}
.step_panel_info h5 strong {
    font-weight: 700;
    font-size: 30px;
}
.step_panel_info h5 strong sup {
    top: 0;
    margin-right: 2px;
}
.terms_row {
    display: none;
}
.refer_terms {
    border-top: solid 1px #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
.refer_terms h5 {
    text-transform: inherit;
    font-weight: 400;
}
.terms_close {
    text-align: center;
    border-top: solid 1px #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
.login_reg_column {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}
.login_reg_column .form-control {
    border-radius: 30px;
    padding: 16px 20px 16px 50px;
    border: solid 1px rgba(0, 73, 97, 0.5);
    color: rgba(0, 73, 97, 0.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
}
.login_reg_column .label_icon {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 28px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.login_reg_column .label_icon_email {
    background-image: url(../images/cd-icon-email.svg);
}
.login_reg_column .label_icon_password {
    background-image: url(../images/cd-icon-password.svg);
}
.login_reg_column .label_icon_user {
    background-image: url(../images/cd-icon-username.svg);
}
.req_tutor_column {
    position: relative;
}
.req_tutor_form {
    padding: 40px;
    background: #f9f9f9;
    border-radius: 5px;
    border: solid 1px #ddd;
}
.map_trust {
    position: relative;
}
.map_outer {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.map_inner {
    background: #fff;
    position: relative;
    padding: 15px 15px;
    border: 2px solid #004961;
    display: block !important;
    width: 250px;
    border-radius: 4px;
}
.map_inner:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #004961 transparent transparent;
}
.map_outer h4 {
    margin: 0;
    font-size: 18px;
}
#div1 {
    left: 100px;
    top: 170px;
}
#div2 {
    left: 300px;
    top: 170px;
}
#div3 {
    left: 200px;
    top: 170px;
}
#div4 {
    left: auto;
    top: auto;
    right: -80px;
    bottom: 60px;
}
#div5 {
    left: 550px;
    top: 135px;
}
#div6 {
    left: 100px;
    top: 95px;
}
#div7 {
    left: 260px;
    top: 230px;
}
#div8 {
    left: 220px;
    top: 100px;
}
#div9 {
    left: 190px;
    top: 190px;
}
#div10 {
    left: 300px;
    top: 150px;
}
#div11 {
    left: 580px;
    top: 170px;
}
#div12 {
    left: 200px;
    top: 150px;
}
#div13 {
    left: 190px;
    top: 190px;
}
#div14 {
    left: 85px;
    top: 100px;
}
#div15 {
    left: auto;
    top: 260px;
    right: 60px;
}
#div16 {
    left: 200px;
    top: 150px;
}
#div17 {
    left: 240px;
    top: 270px;
}
#div18 {
    left: 325px;
    top: 125px;
}
#div19 {
    left: 260px;
    top: 190px;
}
.js .display {
    display: none;
}
.pin_outer {
    position: absolute;
    left: -30px;
}
.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #0a4961;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
.pin:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}
.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0 0 -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: 1;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
.error {
    color: red;
}
.login_error {
    color: red;
}
.register_error {
    color: red;
}
.mail_error_msg {
    color: red;
}
.pic_box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #ccc;
}
.modal .modal-title {
    font-size: 24px;
    line-height: 1.1;
}
.offer_modal .modal-content {
    background: #005a77;
    color: #fff;
}
.offer_modal .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    z-index: 5;
}
.offer_modal .modal-header .close {
    padding: 5px 10px;
    color: #fff;
    margin: 0;
    opacity: 1;
    font-size: 18px;
}
.offer_modal .modal-body {
    padding: 50px;
    text-align: center;
}
.offer_modal h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.offer_modal h3 {
    margin: 0;
}
.offer_col {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 5px 30px;
    color: #0e5a76;
    font-weight: 700;
    border-radius: 50px 0;
    margin-top: 30px;
    vertical-align: top;
    width: auto;
    text-align: center;
    text-transform: uppercase;
}
.offer_col .number {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
}
.offer_col .per {
    font-size: 50px;
    line-height: 90px;
}
.offer_col .off {
    font-size: 31px;
    line-height: 90px;
}
.blog_detail_page .blog-heading {
    font-size: 36px;
    padding-bottom: 15px;
}
.blog_detail_page .post_content h2 {
    font-size: 32px;
}
.blog_detail_page .post_content h3 {
    font-size: 24px;
}
.blog_detail_page .post_content h4 {
    font-size: 22px;
}
.blog_detail_page .post_content h5 {
    font-size: 20px;
}
.blog_detail_page .post_content h6 {
    font-size: 18px;
}
.author_panel {
    margin-top: 30px;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0 0 5px #ccc;
    display: flex;
    align-items: center;
}
.author_panel img {
    height: 55px;
    width: 55px;
    border: solid 2px #ff8a00;
    border-radius: 50%;
    object-fit: cover;
}
.author_panel .author-name {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
}
.author_panel .author-name span {
    font-size: 12px;
}
.author_panel q {
    font-size: 1.2rem;
    padding: 0 10px;
}
.service-sec {
    font-weight: 500;
}
.service-sec li,
.service-sec p {
    font-weight: 400;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
}
.service-sec h1 {
    font-size: 2.5rem;
}
.service-sec h2 {
    font-size: 2rem;
}
.service-sec h3 {
    font-size: 1.7rem;
}
.service-h h2,
.service-h h3,
.service-h h4,
.service-h h5,
.service-h h6 {
    padding-top: 25px;
}
.service-sec .service-block h4 {
    font-size: 1.5rem;
}
.service-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-block .s-icon {
    width: 15%;
    padding-bottom: 10px;
}
.service-block .s-icon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.service-block .s-content {
    width: 85%;
}
.service-block .s-content h5 {
    font-size: 22px;
}
@media only screen and (max-width: 768px) {
    .service-sec ul {
        text-align: left !important;
    }
    .service-sec li,
    .service-sec p {
        font-size: 1rem;
    }
    .service-block .s-icon img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }
    .blog_detail_page .post_content h2 {
        font-size: 24px;
    }
    .blog_detail_page .post_content h3 {
        font-size: 22px;
    }
    .blog_detail_page .post_content h4 {
        font-size: 20px;
    }
    .blog_detail_page .post_content h5 {
        font-size: 18px;
    }
    .blog_detail_page .post_content h6 {
        font-size: 16px;
    }
    .author_panel {
        padding: 30px 15px;
        display: block;
    }
    .service-block .s-icon {
        width: 100%;
    }
    .service-block .s-icon i {
        padding-bottom: 15px;
    }
    .service-block .s-content {
        width: 100%;
    }
}
.bg-1 {
    background: #ff8a00;
}
.service-info,
.service-info h2 {
    text-align: center;
    color: #fff;
}
.service-info .sp-btn {
    background: 0 0;
    border-color: #fff;
}
.service-info .sp-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #ff8a00;
    cursor: pointer;
}
.statistic_help .staps {
    text-align: center;
}
.statistic_help .staps div {
    text-align: left;
}
.statistic_help .staps img {
    margin: 0 auto;
    height: 280px;
}
.statistic_help .staps h6 {
    font-size: 21px;
}
.statistic_help .staps p {
    color: #004961;
    font-size: 16px;
}
.progress-container {
    position: relative;
    bottom: -15px;
    z-index: -1;
    width: 100%;
    height: 7px;
    background: #ccc;
}
.progress-bar {
    height: 7px;
    background: #ff8a00;
    width: 0%;
}
.service-page-body p {
    font-size: 1.2rem;
}
.service-page-body h3 {
    color: #004961;
}
.m-view {
    display: none;
}
.service_banner {
    position: relative;
    height: 577px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.service_banner figure img {
    width: 100%;
    position: relative;
}
.service_banner .intro_service {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto 0;
    z-index: 2;
}
.service_banner .typewrite-box {
    color: #004961;
    font-size: 1.2rem;
    padding-top: 10px;
}
.service_banner .typewrite-box .typewrite {
    padding-left: 7px;
    font-size: 1.2rem;
    font-weight: 600;
}
.service_banner .btnDefault {
    font-size: 1rem;
    padding: 0 36px;
    line-height: 45px;
    height: 48px;
}
.video-popup-btn {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    padding: 0 36px;
    line-height: 45px;
    height: 48px;
    cursor: pointer;
    border-bottom: dashed 1px #4444;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    min-width: 140px;
    text-align: center;
    font-family: Raleway, sans-serif;
    border-radius: 30px;
    margin-top: 11px;
    margin-right: 20px;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
    position: relative;
    padding: 0;
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
.service-btn:hover {
    color: #fff;
    box-shadow: inset 0 0 0 4px #f7f7f7;
    flex-grow: 13;
}
.service_favtutor_section .why-sec h4 {
    padding-top: 10px;
    text-align: center;
}
.service_favtutor_section .asked-sec {
    display: block;
    width: 100%;
    border-bottom: dashed 1px #4444;
    margin-top: 30px;
}
.work-block-after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.service_favtutor_section .service-block {
    display: flex;
    justify-content: space-between;
}
.service_favtutor_section .service-block .service-box {
    width: calc(50% - 15px);
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    max-height: 200px;
}
.service_favtutor_section .service-block .icon {
    text-align: center;
    font-size: 2.5rem;
}
.service_favtutor_section .service-block .service-title::after {
    content: "";
    margin: 8px auto 0;
}
.service_favtutor_section .btnDefault,
.work_favtutor_section .btnDefault {
    color: #fff !important;
}
.work_favtutor_section .work-block .service-title::after {
    content: "";
    margin-left: 10px;
    margin-top: 20px;
}
.work_favtutor_section .work-block {
    position: relative;
    display: block;
    width: 100%;
}
.work_favtutor_section .work-block h4 {
    padding-top: 10px;
    line-height: 20px;
}
.why-block h4 {
    padding-top: 15px !important;
}
.price-page-body,
.price-page-body h1,
.price-page-body h4,
.price-page-body p {
    font-family: Poppins, sans-serif;
    color: #004961;
}
.price_section .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 44px;
}
.price_section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.price_section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #004961;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.price_section .slider:before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    bottom: 4px;
    right: 4px;
    background-color: #ff8a00;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.price_section input:checked + .slider:before {
    -webkit-transform: translateX(-56px);
    -ms-transform: translateX(-56px);
    transform: translateX(-56px);
}
.price_section input:checked + .slider {
    background-color: #004961;
}
.price_section input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.price_section .slider.round {
    border-radius: 34px;
}
.price_section .slider.round:before {
    border-radius: 50%;
}
.price_section .custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_section .custom-switch span {
    font-size: 1.2rem;
    font-weight: 600;
    padding-right: 15px;
    padding-bottom: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.price_section .custom-switch span:last-child {
    padding-left: 15px;
}
.price_section .custom-switch span:first-child {
    color: #ff8a00;
}
.price_section .price-box {
    position: relative;
    width: 100%;
    max-height: 493px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.25);
    border-radius: 20px;
    margin-top: 40px;
}
.price_section .price-box.active {
    position: relative;
    background: #004961;
    margin-top: 70px;
}
.price_section .price-box.active .tutor-price,
.price_section .price-box.active .tutor-time,
.price_section .price-box.active ul li {
    color: #fff;
}
.price_section .price-box.active::before {
    content: "Favtutor Recommended";
    position: absolute;
    width: 100%;
    height: 55px;
    background: #ff8a00;
    color: #fff;
    font-size: 21px;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.25);
    border-radius: 10px 10px 0 0;
    z-index: -1;
    top: -30px;
    left: 0;
}
.price_section .price-box.active::after {
    content: "Save $5";
    font-family: Poppins, sans-serif;
    position: absolute;
    width: 69px;
    height: 34px;
    background: #fff;
    color: #ff8a00;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    border-radius: 5px;
    z-index: 1;
    top: 20px;
    right: 20px;
}
.price_section .price-box.offer::after {
    content: "Save $10";
    font-family: Poppins, sans-serif;
    position: absolute;
    width: 69px;
    height: 34px;
    background: #ff8a00;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    border-radius: 5px;
    z-index: 1;
    top: 20px;
    right: 20px;
}
.price_section #session .price-box.active::after {
    content: "Save $10";
}
.price_section #session .price-box.offer::after {
    content: "Save $20";
}
.price_section .price-box .tutor-price,
.price_section .price-box .tutor-time {
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #004961;
    line-height: 1.5;
}
.price_section .price-box .tutor-price {
    font-size: 3rem;
}
.price_section .price-box ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    padding-top: 15px;
}
.price_section .price-box ul li {
    font-family: Poppins, sans-serif;
    color: #004961;
    font-size: 17px;
    line-height: 34.65px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.price_section .price-box ul li i {
    padding-right: 10px;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #4caf50;
}
.price_section .price-box ul .off {
    opacity: 0.5;
}
.price_section .price-box ul li .fa-close {
    color: #ff5757;
}
.price_section .price-box .btnDefault {
    display: inline-flex;
    align-items: center;
    color: #ff8a00;
    background: #f8f4ff;
    border-color: #f8f4ff;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.25);
}
.price_section .price-box.active .btnDefault {
    color: #f8f4ff;
    background: #ff8a00;
    border-color: #ff8a00;
}
.price_section .price-box .btnDefault img {
    width: 22px;
    padding-right: 5px;
}
.request-a-tutor select {
    border: solid 1px rgba(10, 73, 97, 0.5);
    border-radius: 5px;
    height: 48px;
}
.sub-type label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
}
.sub-type input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.sub-type .design {
    width: 16px;
    height: 16px;
    border: 1px solid #004961;
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
}
.sub-type .design::after,
.sub-type .design::before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    left: -1px;
    top: -1px;
    transform: scale(0);
    transform-origin: center center;
}
.sub-type .design:before {
    background: #004961;
    opacity: 0;
    transition: 0.3s;
}
.sub-type .design::after,
.sub-type input:checked + .design::after {
    background: rgba(255, 138, 0, 0.65) !important;
    opacity: 0.4;
    transition: 0.6s;
}
.sub-type .text {
    color: #004961;
    font-weight: 500;
}
.sub-type input:checked + .design::before {
    opacity: 1;
    transform: scale(0.6);
}
.sub-type input:checked + .design,
.sub-type input:focus + .design,
.sub-type input:hover + .design {
    border: 1px solid #ff8a00;
}
.sub-type input:checked + .design:before,
.sub-type input:focus + .design:before,
.sub-type input:hover + .design:before {
    background: #ff8a00;
}
.sub-type input:checked ~ .text,
.sub-type input:hover ~ .text {
    color: #ff8a00;
}
.sub-type input:active + .design::after,
.sub-type input:checked + .design::after,
.sub-type input:focus + .design::after {
    opacity: 0.1;
    transform: scale(2.6);
}
.request-a-tutor select:focus,
.request-a-tutor select:hover {
    box-shadow: none;
    outline: 0;
}
.intl-tel-input {
    display: block !important;
}
.request-a-tutor textarea {
    height: 95px;
}
.whatsappModel-btn {
    background: 0 0;
    border: none;
    font-size: 28px;
    top: 7px;
    position: absolute;
    right: 10px;
    color: #000;
    cursor: pointer;
}
