@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Heebo', sans-serif;
}

.h2, h2 {
    font-size: 32px;
}

a:hover {
    text-decoration: none;
}

ul, li, ol {
    list-style: none;
    margin: 0;
}

.breadcrumbs {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

    .breadcrumbs .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .breadcrumbs h1 {
        float: none;
    }

    .breadcrumbs p {
        color: #ffffff;
        margin: 0;
    }

.earnby-container .top-section {
    background: #ffffff;
    padding: 50px 0;
}

    .earnby-container .top-section .card {
        box-shadow: none;
        border: none;
    }

        .earnby-container .top-section .card .card-body {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .earnby-container .top-section .card .card-icon {
            background: #1bb4b9;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .earnby-container .top-section .card i {
            color: #ffffff;
            font-size: 45px;
        }

        .earnby-container .top-section .card p {
            font-size: 16px;
            margin: 0;
            color: #555555;
        }

.step-section {
    padding: 0;
    background: #ffffff;
}

.step-icon {
    padding: 20px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: #1bb4b9;
    margin-bottom: 5px;
    box-shadow: 0 0 20px #1bb4b9;
    -webkit-box-shadow: 0 0 15px #1bb4b9;
}

.step-badge {
    background: #d4054b;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    left: 1px;
    top: -10px;
    font-size: 15px;
    box-shadow: 0 0 10px #d4054b;
    -webkit-box-shadow: 0 0 10px #d4054b;
}

.step-section .steps .row .panel-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-section .steps .panel {
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.52);
    box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.52);
    transition: all .3s ease-in;
    background: #ffffff;
}

.step-section .steps .panel-body {
    padding: 15px;
}

    .step-section .steps .panel-body p {
        font-size: 15px;
        color: #555555;
    }



.step-section .steps .step-icon img {
    width: 100%;
}

.step-section .steps ul {
    font-size: 16px;
}

    .step-section .steps ul > li {
        margin-bottom: 10px;
    }

        .step-section .steps ul > li > i {
            color: #d4054b;
        }

.step-section .steps h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.tips-section {
    padding: 40px 0 40px;
}

    .tips-section h2 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 50px;
    }

    .tips-section ul {
        font-size: 16px;
    }

        .tips-section ul > li {
            margin-bottom: 10px;
            display: flex;
            flex-direction: row;
            color: #555555;
        }

            .tips-section ul > li > i {
                color: #d4054b;
                margin-right: 10px;
            }

.subject-section {
    padding: 0 0 20px;
}

    .subject-section h2 {
        margin-bottom: 50px;
    }

    .subject-section .panel {
        position: relative;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.52);
        box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.52);
        background: #ffffff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        transition: all .5s ease-in;
        text-align: center;
    }

        .subject-section .panel:hover {
            background: #1bb4b9;
        }

        .subject-section .panel .panel-body {
            padding: 15px;
            min-height: 155px;
        }

            .subject-section .panel .panel-body h3 {
                color: #1bb4b9;
                font-size: 18px;
                font-weight: 600;
                display: block;
                margin-bottom: 15px;
            }

        .subject-section .panel:hover .panel-body h3, .subject-section .panel:hover .panel-body p {
            color: #ffffff;
        }

        .subject-section .panel .panel-body p {
            font-size: 16px;
            color: #555555;
        }

.calculator-section {
    padding: 20px 0 40px;
}

    .calculator-section h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
    }

    .calculator-section .button {
        padding: 10px 20px;
        font-size: 15px;
        letter-spacing: .5px;
    }

.m-0 {
    margin: 0 !important;
}

.ml-2, .mx-2 {
    margin-left: 8px !important;
}

.calculator-section .panel {
    position: relative;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.52);
    box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.52);
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all .5s ease-in;
}

.calculator-section .panel-heading {
    background: #1bb4b9;
    padding: 15px 10px;
    color: #ffffff;
}

.calculator-section .panel .panel-body {
    padding: 15px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.calculator-section .panel .panel-body label {
    font-weight: 600;
}

.calculator-section .panel-right span {
    color: #d4054b;
}

.calculator-section .panel-right ul > li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

    .calculator-section .panel-right ul > li > i {
        margin-right: 10px;
        color: #1bb4b9;
    }


/* University Page */

.country-search .input-group-addon {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background: #000000;
    border: none;
    border-radius: 0;
}

.country-search button {
    background: none;
    border: none;
    color: #ffffff;
}

.university-main .search-panel {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 20px;
}

.university-main p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.country {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

    .country .country-index {
        background: #1bb4b9;
        width: 20%;
        font-size: 37px;
        color: #fff;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .country .country-index:after {
            content: "";
            border: 12px solid transparent;
            border-left-color: #1bb4b9;
            display: block;
            margin: 0 auto;
            position: absolute;
            z-index: 10;
            left: auto;
            right: -24px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .country .country-content {
        background: #fff;
        padding: 1.75rem 1.25rem;
        border: 1px solid rgba(0, 0, 0, .125);
        width: 100%;
        text-align: right;
    }

.list-group-item {
    position: relative;
    display: block;
    color: #495057;
    font-size: 16px;
}

.card {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dedede;
    background: #FFF;
    -moz-box-shadow: 0 0 5px #dedede;
    -webkit-box-shadow: 0 0 5px #dedede;
    box-shadow: 0 0 5px #dedede;
}

    .card .card-body {
        padding: 20px;
    }

.cardheight {
    height: 380px;
}

.tutor-list:last-child {
    border-bottom: none;
}

.blogheight {
    height: 430px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

    .blogheight:after {
        content: '...';
        background: inherit;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 14px;
    }

.tutor-list {
    margin-top: 20px;
}

    .tutor-list .flex-prpty {
        display: flex;
        flex-direction: row;
    }

    .tutor-list .profile-img img {
        border-radius: 50%;
        box-shadow: 0.2rem 0.2rem 5px 0 #dedede;
    }

    .tutor-list .profile-img {
        margin-right: 10px;
    }

    .tutor-list .user-name .name {
        color: #1bb4b9;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .tutor-list .user-name .dasignation {
        color: #000000;
        font-weight: 600;
    }

    .tutor-list .totor-detail {
        margin-top: 15px;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5px 0;
    }

.text-black {
    color: #000000;
}

.text-gray {
    color: #656565;
}

.tutor-list .tutor-desc {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.tutor-container {
    padding-bottom: 50px;
}


.postquestion-container {
    margin-bottom: 20px;
}

.question-step h2 {
    padding: 0 0 15px;
    color: #182d2e;
    letter-spacing: 1px;
    font-size: 30px;
}

.question-step .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.question-step label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

.question-step p {
    letter-spacing: .5px;
}

.theme-color {
    color: #1bb4b9;
}

.trumbowyg-editor, .trumbowyg-textarea {
    min-height: 200px;
}

.trumbowyg-box, .trumbowyg-editor {
    margin: 0;
    min-height: 200px;
}

input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    /* File upload button */
}

    .control-fileupload:before,
    .control-fileupload input,
    .control-fileupload label {
        cursor: pointer !important;
    }

    .control-fileupload:before {
        /* inherit from boostrap btn styles */
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        /* add more custom styles*/
        content: 'Browse';
        display: block;
        position: absolute;
        z-index: 1;
        top: 2px;
        right: 2px;
        line-height: 20px;
        text-align: center;
        background: #1bb4b9;
        color: #ffffff;
    }

    .control-fileupload label {
        line-height: 36px;
        color: #999999;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        z-index: 1;
        margin-right: 90px;
        margin-bottom: 0px;
        cursor: text;
    }

.intl-tel-input {
    display: block;
}

.support-section {
    padding: 50px 0;
    background: #1bb4b9;
    margin: 30px 0;
}

    .support-section .panel i {
        font-size: 80px;
        color: #ffffff;
        margin-bottom: 15px;
    }

    .support-section .panel h3 {
        margin-bottom: 10px;
        color: #ffffff;
    }

    .support-section .panel p {
        margin: 0;
        font-size: 15px;
        letter-spacing: .5px;
        color: #ffffff;
    }

.service-section {
    padding: 30px 0;
}

    .service-section .card {
        margin-bottom: 15px;
    }

        .service-section .card h4 {
            margin-bottom: 10px;
            color: #1bb4b9;
        }

        .service-section .card p {
            margin: 0;
            font-size: 15px;
            color: #333333;
        }

        .service-section .card:hover {
            background: #1bb4b9;
        }

            .service-section .card:hover h4, .service-section .card:hover p {
                color: #ffffff;
            }


.HeaderSection {
    background: url('../images/banner.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    color: #ffffff;
    text-align: center;
    min-height: 600px;
}

    .HeaderSection .home-tiltle {
        font-size: 25px;
        letter-spacing: .5px;
    }

    .HeaderSection .tabs {
        list-style: none;
        position: relative;
        margin: 30px 0 0 0;
        text-align: left;
        overflow: visible;
        border: none;
    }

        .HeaderSection .tabs li {
            float: left;
            display: block;
        }

        .HeaderSection .tabs input[type="radio"] {
            position: absolute;
            top: 0;
            left: -9999px;
        }

        .HeaderSection .tabs label {
            display: block;
            padding: 14px 21px;
            border-radius: 2px 2px 0 0;
            font-size: 18px;
            font-weight: normal;
            background: #ffffff;
            cursor: pointer;
            position: relative;
            top: 4px;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            color: #333333;
            margin: 0;
        }

    .HeaderSection .tab-content {
        z-index: 2;
        display: none;
        overflow: hidden;
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        padding: 0;
        color: #333333;
        background: #ffffff;
    }

    .HeaderSection .tabs [id^="tab"]:checked + label {
        top: 0;
        background: #1bb4b9;
        color: #ffffff;
    }

    .HeaderSection .tab-content input {
        height: 60px;
        border: none;
    }

        .HeaderSection .tab-content input[type="text"]:focus {
            border: none;
        }

.pr-0 {
    padding-right: 0;
}

.p-0 {
    padding: 0 !important;
}

.HeaderSection .btn-search {
    margin: 0;
    background: #d4054b;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    padding: 16px 12px;
    font-size: 20px;
    border: none;
}

.HeaderSection .tabs i {
    margin-right: 5px;
}

.HeaderSection #tab-content2 {
    padding: 10px;
}

    .HeaderSection #tab-content2 input {
        height: 45px;
        border: 1px solid #dedede;
    }

    .HeaderSection #tab-content2 button {
        padding: 10px 20px;
        letter-spacing: 1px;
        font-size: 16px;
    }

.HeaderSection .trumbowyg-box, .HeaderSection .trumbowyg-editor {
    min-height: 180px;
}

.search-home {
    background: #f0f1f2;
    padding: 10px;
}

    .search-home input {
        height: 50px;
        border-radius: 0;
    }

.pl-0 {
    padding-left: 0;
}

.search-home button {
    padding: 12px 15px;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

    .search-home button i {
        margin: 0;
        font-size: 18px;
    }

.search-content {
    background: #f0f1f2;
    padding: 30px 0;
}

    .search-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif;
        color: #1bb4b9;
    }

.category-content h2 {
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 1px;
}

.category-content .card h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

.category-content .card p {
    font-size: 500px;
    font-size: 16px;
}

.category-content .card {
    margin-bottom: 15px;
}

.bg-white {
    background: #ffffff;
}

.service-title h2 {
    font-size: 35px;
}

.service-title p {
    font-size: 17px;
    letter-spacing: .5px;
}

.anytime-service .home_group {
    text-align: center;
}

    .anytime-service .home_group i {
        position: static;
        font-size: 60px;
    }

    .anytime-service .home_group li {
        padding: 15px 10px;
    }

        .anytime-service .home_group li p {
            font-size: 18px;
            letter-spacing: 1px;
        }

.btn-newlink {
    padding: 10px 25px;
    border: 1px solid #1bb4b9;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
    color: #1bb4b9;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

    .btn-newlink:hover {
        background: #1bb4b9;
        color: #ffffff;
    }

.ParallaxImage {
    background-image: url("../Content/images/bg_img01.jpg");
}

.getstarted-section {
    padding: 50px 0;
    text-align: center;
}

    .getstarted-section h2 {
        font-size: 35px;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }

    .getstarted-section img {
        height: 150px;
        margin-bottom: 25px;
    }

    .getstarted-section h3 {
        font-size: 24px;
        margin-bottom: 30px;
        letter-spacing: .5px;
    }

    .getstarted-section p {
        font-size: 18px;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }

.blog-section {
    padding: 50px 0;
    background: #ffffff;
}

    .blog-section h2 {
        margin-bottom: 30px;
    }

    .blog-section .card h4 {
        margin-bottom: 10px;
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        /*font-family: 'Poppins', sans-serif;*/
        line-height: 28px;
    }

    .blog-section .card ul {
        font-size: 15px;
        margin-bottom: 15px;
    }

        .blog-section .card ul > li {
            display: inline-block;
            margin-right: 8px;
        }

    .blog-section .card p {
        font-size: 15px;
        margin: 0;
    }

    .blog-section .card ul > li > a {
        color: #1bb4b9;
    }

    .blog-section .card p a {
        color: #d4054b;
    }

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.single-testimonial-item {
    position: relative;
    margin: 2px 15px;
    padding: 20px;
    font-style: italic;
    padding-left: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px #dedede;
}

    .single-testimonial-item:before {
        font-family: "FontAwesome";
        content: "\f10e";
        font-weight: 900;
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 20px;
        color: #d4054b;
        line-height: 30px;
        margin-top: -15px;
    }


    .single-testimonial-item h3 {
        font-size: 20px;
        font-style: normal;
        margin-bottom: 0;
        color: #1bb4b9;
    }

        .single-testimonial-item h3 span {
            display: block;
            font-size: 15px;
            font-weight: normal;
            margin-top: 5px;
            color: #333333;
        }

.owl-theme .owl-controls .owl-page.active span {
    background: #1bb4b9;
    margin: 4px;
}

.owl-theme .owl-controls .owl-page.active {
    border: 2px solid #1bb4b9;
    border-radius: 50%;
}

ul.custom-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    border-bottom: 2px solid #ededed;
}

    ul.custom-tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 16px;
        letter-spacing: .5px;
        font-weight: 500;
    }

        ul.custom-tabs li.current {
            border-bottom: 2px solid #1bb4b9;
        }

.custom-content {
    display: none;
    padding: 15px 0;
}

    .custom-content.current {
        display: inherit;
    }

#footer {
    margin-top: 0;
}

.palystore-link {
    background: #1bb4b9;
    position: fixed;
    top: 50%;
    left: 0;
    padding: 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    letter-spacing: 1px;
    font-size: 16px;
    height: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9999;
}

    .palystore-link a {
        color: #ffffff !important;
    }
/*        .menu-main{
          
        }
        .menu-main ul{
          display: block;
        }
        .menu-main ul>li{
          display: inline-block;
        }
        .menu-main ul>li>a{
          padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
        }
        .main-header .row{
        display: flex;
        justify-content: center;
        align-items: center;
        }*/

.section-title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

    .section-title h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        border-bottom: 2px solid #c0c0c0;
        display: inline-block;
        padding-bottom: 10px;
        margin: 0;
        letter-spacing: 1px;
    }

    .section-title:after {
        content: '';
        background: #1bb4b9;
        height: 5px;
        width: 70px;
        position: absolute;
        bottom: -1px;
        left: 47%;
    }

.upload-btn {
    margin-top: 20px;
}

    .upload-btn a.button.small {
        padding: 10px 25px;
        letter-spacing: .5px;
    }

.divider.double {
    border-bottom: 3px double #dcd9d9;
}

.divider {
    border-bottom: 1px solid #dcd9d9;
    margin: 40px auto;
}

.rangeslider__fill {
    background: #d4064c;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.d-block {
    display: block !important;
}

.range-output {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
}

.question-step {
    padding: 20px 0 0;
    background: #ffffff;
}

    .question-step .card-panel {
        text-align: center;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .question-step .card-panel h3 {
            color: #333333;
            margin-bottom: 5px;
        }

        .question-step .card-panel p {
            font-size: 17px;
        }

        .question-step .card-panel img {
            margin-bottom: 15px;
        }

        .question-step .card-panel .badge-number {
            background: #1bb4b9;
            display: block;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            line-height: 35px;
            margin-bottom: 20px;
        }

.postquestion-container .question-step h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.solution-details {
    padding: 0 0 50px;
}

    .solution-details .page-content {
        padding: 15px;
        font-family: 'Heebo', sans-serif;
        margin-bottom: 15px;
    }

.detail-header {
    margin-bottom: 15px;
}

    .detail-header h2 {
        font-size: 22px;
    }

    .detail-header ul {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 5px 0;
    }

        .detail-header ul > li {
            display: inline-block;
            margin-right: 0px;
            border-right: 1px solid rgba(0, 0, 0, 0.2);
            padding: 0 5px 0 0;
        }

            .detail-header ul > li:last-child {
                border: none;
                padding: 0;
                margin: 0;
            }

.solution-details .page-content p {
    font-size: 14px;
    color: #787878;
}

.solution-details .page-content .question-detail ul, .solution-details .page-content .question-detail ul > li {
    list-style: disc;
}

.solution-details .page-content .question-detail ul {
    padding-left: 25px;
    margin-bottom: 15px;
    color: #787878;
}

.solution-details .page-content .question-detail a {
    letter-spacing: 1px;
}

.solution-details .ans-detail a {
    letter-spacing: 1px;
}

.solution-details .our-worklist {
    text-align: center;
    margin-bottom: 15px;
}

    .solution-details .our-worklist > li {
        display: inline-block;
        margin-right: 15px;
    }

        .solution-details .our-worklist > li:last-child {
            margin: 0;
        }

        .solution-details .our-worklist > li i {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            line-height: 60px;
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 10px;
        }

    .solution-details .our-worklist span {
        font-size: 15px;
    }

    .solution-details .our-worklist > li i.fa-question {
        background: #dd6e02;
    }

    .solution-details .our-worklist > li i.fa-user-secret {
        background: #2c81ba;
    }

    .solution-details .our-worklist > li i.fa-thumbs-o-up {
        background: #28a745;
    }

.solution-details .sidebar-detail {
    text-align: center;
}

    .solution-details .sidebar-detail .card .card-header {
        background: #2c81ba;
        color: #fff;
        padding: 15px 5px;
    }

        .solution-details .sidebar-detail .card .card-header h4 {
            margin: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
        }

    .solution-details .sidebar-detail .card .earnTotal h4 {
        font-size: 19px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .solution-details .sidebar-detail .card .earnTotal .orange-color {
        color: #FF9800;
    }

    .solution-details .sidebar-detail button.button {
        padding: 10px 12px;
        letter-spacing: .5px;
        /*width: 100%;*/
        background: #2c81ba;
        color: #ffffff;
    }

.solution-details .page-content .unlockSection p {
    font-size: 16px;
    letter-spacing: .5px;
}

.solution-details .page-content .unlockSection {
    background: #2c81ba;
}

    .solution-details .page-content .unlockSection button {
        padding: 10px 30px;
        background: #dd6e02;
    }

.solution-details .page-content .features-list a.button, .solution-details .page-content .review-list a.button {
    padding: 10px 30px;
    background: #ff3838;
    color: #ffffff;
}

.justify-content-center {
    justify-content: center !important;
}

.display-flex {
    display: flex;
}

.expert-section .profile-img {
    margin-right: 10px;
}

.expert-section .tutor-desc {
    margin: 10px 0 0;
}

.text-white {
    color: #ffffff !important;
}

.solution-details .sidebar-detail input {
    height: 45px;
}

.f-17 {
    font-size: 17px;
}

.solution-details .features-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 20px;
}

    .solution-details .features-list > li h4, .solution-details .features-list > li p {
        margin: 0;
    }

    .solution-details .features-list > li h4 {
        font-size: 18px;
    }

    .solution-details .features-list > li > span {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

solution-details .features-list > li p {
    font-size: 15px;
}

.solution-details .features-list > li > span img {
    width: 50px;
}

.solution-details .features-list > li > div {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.solution-details .review-list {
    text-align: left;
}

    .solution-details .review-list > li {
        margin-bottom: 15px;
    }

    .solution-details .review-list .display-flex p {
        color: #333333;
        margin: 0 0 0 10px;
        font-weight: 500;
    }

.pt-30 {
    padding-top: 30px;
}

.d-inline-block {
    display: inline-block;
}

.detail-link {
    color: #1bb4b9;
    font-weight: 600;
}

.question-list {
    margin-bottom: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

#notfoundResult {
    font-family: 'Poppins', sans-serif;
}

    #notfoundResult .close, #waitModal .close {
        float: none;
        position: absolute;
        right: 10px;
        z-index: 99;
        opacity: 1;
        top: 5px;
    }

    #notfoundResult h4 {
        font-weight: 700;
        margin-top: 15px;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
    }

    #notfoundResult a {
        margin: 15px 0 20px;
        padding: 8px 20px;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

    #notfoundResult p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.loaderSpin {
    animation: ld-breath 1s infinite linear;
}

@keyframes ld-breath {
    0% {
        animation-timing-function: cubic-bezier(0.9647,0.2413,-0.0705,0.7911);
        transform: scale(0.9099999999999999);
    }

    51% {
        animation-timing-function: cubic-bezier(0.9226,0.2631,-0.0308,0.7628);
        transform: scale(1.02994);
    }

    100% {
        transform: scale(0.9099999999999999);
    }
}

#waitModal .modal-body {
    padding: 30px 0;
}

#waitModal h2 {
    margin: 0;
    color: #FF9800;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Poppins',sans-serif;
}

#waitModal h3 {
    margin: 10px 0 15px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 22px;
}

#waitModal ul {
    margin: 0;
}

    #waitModal ul > li {
        margin-bottom: 15px;
        font-size: 16px;
        display: flex;
        font-family: 'Poppins',sans-serif;
    }

#waitModal .iconModal {
    margin-right: 10px;
}

#waitModal a {
    padding: 10px 30px;
    background: #2c81ba;
    color: #ffffff;
    margin: 0;
}

    #waitModal a:hover {
        text-decoration: none;
    }

.header-top {
    padding: 15px 0;
    background: #ffffff;
}

    .header-top [class^="col-md-"] {
        position: relative;
        /*width: 100%;*/
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-top ul {
        list-style: none;
        margin: 0;
    }

        .header-top ul > li {
            display: inline-block;
        }

    .header-top .btn {
        display: inline-block;
        padding: 4px 8px !important;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    .header-top .dropdown-menu .btn {
        /*line-height: 27px;*/
    }

.header-menu {
    background: #1bb4b9;
}

    .header-menu .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }

.header-top .form-control {
    display: block;
    width: 100%;
    height: calc(24px + 13px + 2px);
    padding: 6px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header-top .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.btn-theme, .btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background: #e4004e;
    color: #ffffff !important;
}

.btn-theme2, .btn-theme2:hover, .btn-theme2:focus, .btn-theme2:active {
    background: #1bb4b9;
    color: #ffffff !important;
}

.topbar-menu {
    background: #211d1e;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}



    .topbar-menu ul {
        margin: 0;
        list-style: none;
    }

        .topbar-menu ul > li {
            display: inline-block;
            padding: 0 10px;
        }

            .topbar-menu ul > li > a {
                color: #ffffff;
                font-weight: 300;
                font-size: 12px;
            }

                .topbar-menu ul > li > a > i {
                    margin-right: 5px;
                }

h3 {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

.question-step .col-md {
    padding: 0;
    width: 100%;
}

.aboutus-container {
    padding: 50px 0;
    background: #1bb4b9;
}

    .aboutus-container h1 {
        color: #ffffff;
    }

    .aboutus-container p {
        color: #ffffff;
    }

    .aboutus-container .HomeCategory {
        margin-top: 40px;
    }

        .aboutus-container .HomeCategory i {
            font-size: 50px;
            color: #d4054b;
        }

        .aboutus-container .HomeCategory h2 {
            font-size: 1.5rem;
            color: #ffffff;
        }

        .aboutus-container .HomeCategory .btn {
            display: inline-block;
            padding: 6px 22px;
            font-size: 16px;
            border-radius: 0;
        }

.features-section {
    padding: 80px 0;
    background: #ffffff;
}

    .features-section h2 {
        color: #1bb4b9;
    }

    .features-section .panel-feature h3 {
        color: #d4054b;
        /*text-transform:uppercase;*/
        font-size: 20px;
        font-weight: 600;
    }

    .features-section .panel-feature p {
        color: #3b3940;
        line-height: 26px;
    }

    .features-section .panel-feature {
        margin-bottom: 30px;
    }

    .features-section a.btn {
        font-size: 17px;
        letter-spacing: .5px;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        border-radius: 0;
    }

.mt-3, .my-3 {
    margin-top: 16px !important;
}

.pb-2, .py-2 {
    padding-bottom: 8px !important;
}

.pt-2, .py-2 {
    padding-top: 8px !important;
}

.mt-5, .my-5 {
    margin-top: 48px !important;
}

.features-section .testimonial-item {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .features-section .testimonial-item img {
        width: 70px;
    }

    .features-section .testimonial-item p {
        color: #7f7f7f;
        margin: 10px 0;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
    }

    .features-section .testimonial-item h3 {
        color: #1bb4b9;
    }

.subject-home {
    padding: 50px 0;
    background: #fafafa;
}

    .subject-home .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

.w-100 {
    width: 100%;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.subject-home .btn {
    display: inline-block;
    font-size: 16px;
}

.text-theme {
    color: #d4054b;
}

.text-theme2 {
    color: #1bb4b9;
}

.header p {
    color: #555555;
    font-size: 17px;
    letter-spacing: .5px;
}

.subject-home .card {
    /*flex-direction:column;*/
    border: none;
    box-shadow: none;
    text-align: center;
    border-radius: 0;
}

    .subject-home .card h4 {
        font-weight: 400;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
    }

    .subject-home .card .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.subject-home .card-footer:last-child {
    border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}

.subject-home .card-footer {
    padding: 12px 14px;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.mt-4, .my-4 {
    margin-top: 24px !important;
}

.subject-home .col-md:nth-child(1) .card {
    background: #00BCD4;
}

    .subject-home .col-md:nth-child(1) .card .btn {
        background: #2397a9;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(2) .card {
    background: #677bee;
}

    .subject-home .col-md:nth-child(2) .card .btn {
        background: #3F51B5;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(3) .card {
    background: #c800ea;
}

    .subject-home .col-md:nth-child(3) .card .btn {
        background: #9C27B0;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(4) .card {
    background: #e2aa00;
}

    .subject-home .col-md:nth-child(4) .card .btn {
        background: #ac8100;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(5) .card {
    background: #ff5a4e;
}

    .subject-home .col-md:nth-child(5) .card .btn {
        background: #ce372c;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(6) .card {
    background: #673AB7;
}

    .subject-home .col-md:nth-child(6) .card .btn {
        background: #482684;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(7) .card {
    background: #f34580;
}

    .subject-home .col-md:nth-child(7) .card .btn {
        background: #d03368;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(8) .card {
    background: #8db95b;
}

    .subject-home .col-md:nth-child(8) .card .btn {
        background: #618637;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(9) .card {
    background: #607D8B;
}

    .subject-home .col-md:nth-child(9) .card .btn {
        background: #385361;
        color: #ffffff;
    }

.subject-home .col-md:nth-child(10) .card {
    background: #795548;
}

    .subject-home .col-md:nth-child(10) .card .btn {
        background: #54392f;
        color: #ffffff;
    }

.earn-section {
    padding: 80px 0;
    background: #ffffff;
}

    .earn-section .header h2 {
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
    }

    .earn-section ul {
        list-style: none;
    }

        .earn-section ul > li {
            color: #555555;
            line-height: 44px;
            font-size: 17px;
        }

            .earn-section ul > li > i {
                color: #1bb4b9;
            }

    .earn-section a {
        letter-spacing: 1px;
        font-weight: 500;
        display: inline-block;
        border-radius: 0;
        font-size: 16px;
        padding: 7px 24px;
    }

.text-uppercase {
    text-transform: uppercase;
}

.submenu {
    /*position: relative;*/
}

.mega-menu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
    top: 100%;
    left: 0;
    padding: 40px 40px 0 40px;
    background: #fff;
    text-align: left;
    border-top: 5px solid #e4004e;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
    z-index: 999;
}

    .mega-menu ul {
        width: 25%;
        color: #000;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .mega-menu h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }

li.submenu:hover .mega-menu {
    /*top: 100%;*/
}

.navbar-light .navbar-nav .mega-menu ul > li > a {
    color: #555555;
    font-size: 14px;
}

@media(max-width:1250px) {
    .mega-menu {
        width: 100%;
    }

        .mega-menu h4 {
            font-size: 16px;
        }
}

@media(max-width:991px) {
    .mega-menu {
        position: static;
    }

        .mega-menu ul {
            width: 50%;
        }

    .header-menu .navbar-light .navbar-toggler {
        background: #ffffff;
    }
}

@media(max-width:767px) {
    .mega-menu ul {
        width: 100%;
    }
}

@media(max-width:575px) {
    .header-top {
        text-align: center;
    }

        .header-top .input-group {
            margin: 15px 0;
        }
}

.assignment-section {
    padding: 80px 0;
    background: #1bb4b9;
}

    .assignment-section img {
        margin-bottom: 15px;
    }

    .assignment-section h3 {
        font-size: 22px;
        letter-spacing: 1px;
        color: #e4004e;
    }

    .assignment-section p {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        letter-spacing: .5px;
        color: #ffffff;
    }

    .assignment-section .btn {
        display: inline-block;
        border-radius: 0;
        font-size: 16px;
    }

    .assignment-section .testimonial-item img {
        width: 70px;
    }

.assignment-help {
    padding: 50px 0;
    text-align: center;
}

    .assignment-help h4 {
        font-size: 18px;
    }

    .assignment-help p {
        color: #373737;
        font-size: 15px;
    }

    .assignment-help .btn-outline {
        border: 1px solid #1bb4b9;
        color: #1bb4b9;
        font-size: 15px;
        border-radius: 0;
    }

    .assignment-help .card {
        transition: all .2s ease-in-out;
        border-radius: 0;
    }

        .assignment-help .card:hover {
            box-shadow: 1px 1px 5px 3px #ddd;
            webkit-box-shadow: 0 10px 30px 0 rgba(36,50,56,.2);
            -ms-box-shadow: 0 10px 30px 0 rgba(36,50,56,.2);
            -o-box-shadow: 0 10px 30px 0 rgba(36,50,56,.2);
            box-shadow: 0 10px 30px 0 rgba(36,50,56,.2);
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

            .assignment-help .card:hover .btn-outline {
                background: #1bb4b9;
                color: #ffffff;
            }



#footer {
    background-color: #1bb4b9;
    margin-top: 70px;
    padding: 25px 0 25px;
}

    #footer h4 {
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
    }

    #footer ul li a {
        color: #ffffff !important;
        font-size: 14px;
        line-height: 30px;
        display: block;
    }

.btn-red {
    background: red;
}

.covid-btn {
    padding: 2px .5rem;
    border-radius: 2px;
}

.student-section {
    padding: 80px 0;
    background: #ffffff;
}

    .student-section h2 {
        font-size: 32px;
    }

.mr-4, .mx-4 {
    margin-right: 24px !important;
}

.mb-5, .my-5 {
    margin-bottom: 48px !important;
}

.pl-4, .px-4 {
    padding-left: 24px !important;
}

.pr-4, .px-4 {
    padding-right: 24px !important;
}

.pb-3, .py-3 {
    padding-bottom: 16px !important;
}

.pt-3, .py-3 {
    padding-top: 16px !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.student-section .education-list > li {
    flex-direction: row;
    margin-bottom: 15px;
}

.student-section .education-list .right-section h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.student-section .education-list .right-section p {
    color: #555555;
}

.student-section a {
    font-size: 17px;
    letter-spacing: 1px;
}

#main-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

footer .social-link {
}

#footer .social-link > li {
    display: inline-block;
}

    #footer .social-link > li > a {
        width: 35px;
        height: 35px;
        display: flex;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        margin-right: 5px;
    }

    #footer .social-link > li.facebook > a {
        background: #3b5998;
    }

    #footer .social-link > li.twitter > a {
        background: #00acee;
    }

    #footer .social-link > li.youtube > a {
        background: #c4302b;
    }

    #footer .social-link > li.linkedin > a {
        background: #0e76a8;
    }

.FooterBottomLink {
    border-top: 1px solid rgba(255,255,255,.8);
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .FooterBottomLink ul > li {
        display: inline-block;
    }

        .FooterBottomLink ul > li > a {
            color: #ffffff;
            font-size: 14px;
        }

    .FooterBottomLink h4 {
        margin-bottom: 30px;
    }

    .FooterBottomLink .slide-track {
        /*-webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;*/
        display: flex;
        width: calc(80px * 14);
    }

    .FooterBottomLink .slides {
        width: 80px;
        margin: 0 15px;
    }

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}

#footer-bottom {
    background-color: #52d0d4;
    padding: 16px 0;
    font-size: 12px;
    line-height: 24px;
    opacity: 0.7;
}

.copyrights {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.PaymentIcon li {
    display: inline-block;
}

    .PaymentIcon li > img {
        width: 100px;
    }

.dropdown-menu-lg .dropdown-item {
    padding: .5rem 1rem;
}

.img-size-50 {
    width: 50px;
}

.dropdown-item-title {
    font-size: 16px;
    margin: 0;
}

.messageContainer p {
    margin: 0;
    white-space: normal;
}

.text-sm {
    font-size: 14px !important;
}

.messageContainer p {
    margin: 0;
    white-space: normal;
}

.text-muted {
    color: #6c757d !important;
}



.dropdown-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
    margin: 8px 0;
}

.dropdown-footer {
    display: block;
    font-size: 14px;
    padding: 8px 16px;
    text-align: center;
}

.profileLogin h3 {
    margin-bottom: 10px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

#main-menu .dropdown-menu {
    border-radius: 0;
    background: #333333;
    padding: 0;
    /*min-height: 500px;*/
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.messageContainer, .profileLogin {
    max-width: 300px;
    min-width: 280px;
    padding: 10px 8px;
    right: 0;
    left: auto;
}

#main-menu .dropdown-menu > li > a {
    color: #ffffff;
    font-size: 12px;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(150,150,150,0.15);
}

#main-menu .dropdown-menu > li:hover > a {
    background-color: #d4054b !important;
    color: #fff;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}
/*Container Menu*/
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }

    .text-md-right {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}



.border-0 {
    border: 0 !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.collapse:not(.show) {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu.svg');
}

.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 30px;
    font-size: 16px;
    padding: 6px 12px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.subject-home .col-md {
    position: relative;
    width: 100%;
}

.padding0right {
    padding-right: 0px;
}

.floatright {
    float: right;
}

.sendmargin {
    margin-left: -32px !important;
}

.cardblog {
    padding-bottom: 20px;
}

.google-icon {
    background: url("../images/google-icon.png") transparent 0 100% no-repeat;
    height: 24px;
    width: 24px;
    margin-right: 3rem;
    margin-top: -1rem
}

.google-btn {
    background: #fff;
    color: #888;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: .375rem;
    border: .125rem solid #f0f1f2 !important;
    padding: 1.5rem 3rem;
    transition: all .1s ease-in;
}

    .google-btn :hover {
        background: #f3f3f3;
        color: #737372;
    }
