﻿* {
    box-sizing: border-box;
    transition: all .5s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background: #fff !important;
}


h2 {
    font-weight: 700 !important;
    font-size: 40px;
    margin: 0;
}

.particiating-country {
    max-width: 26rem !important;
    width: 26rem !important;
    padding: 25px !important;
}

    .particiating-country img {
        width: 60px;
    }

    .particiating-country p {
        margin-top: 10px !important;
    }


    .particiating-country a {
        text-decoration: none;
        color: #000;
        font-size: 12px !important;
    }




:root {
    /* Menu text color */
    --menu-color-1: #000;
    --menu-color-2: #000;
    /* Text Color */
    --theme-color-1: #1A3581;
    --theme-color-2: #7da533;
    --theme-color-3: #14B3D5;
    --theme-color-4: #3A3A3A;
    /* Button Color */
    --button-color-1: #000;
    --button-color-2: #000;
    /* Site Gradients */
    --gradient-1: linear-gradient(45deg, black, transparent);
    --gradient-2: linear-gradient(45deg, black, transparent);
    /* Circle color */
    --circle-color-1: #7da533;
    --circle-color-2: #14B3D5;
    /* Circle shadow color */
    --circle-shadow-color-1: #B8E68C;
    --circle-shadow-color-2: #5DDDEC;
}

/* Default CSS Setting */

.left-arrow {
    position: absolute;
    top: 47%;
    left: -5%;
    transform: translate(-50%, -10%);
    font-size: 50px;
    color: #14a6c7;
    font-weight: 700;
}

.right-arrow {
    position: absolute;
    top: 47%;
    right: -5%;
    transform: translate(-50%, -10%);
    font-size: 50px;
    color: #14a6c7;
}

.slider-section .owl-dots {
    position: relative;
    margin-top: -60px;
    z-index: 999999;
}

body {
    background: #F9F9F9;
}

p {
    font-size: 16px;
    font-weight: 600;
}

span {
    font-weight: 600;
}

.myaccordion {
    max-width: 100%;
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

    .myaccordion .card,
    .myaccordion .card:last-child .card-header {
        border: none;
    }

    .myaccordion .card-header {
        border-bottom-color: #EDEFF0;
        background: transparent;
    }

    .myaccordion .fa-stack {
        font-size: 14px;
    }

    .myaccordion .btn {
        width: 100%;
        font-weight: bold;
        color: #000;
        padding: 0;
        font-size: 20px;
    }

    .myaccordion .btn-link:hover,
    .myaccordion .btn-link:focus {
        text-decoration: none;
    }

    .myaccordion li + li {
        margin-top: 10px;
    }

.container {
    max-width: 1275px !important;
}

.card-body p {
    font-size: 20px;
    font-weight: 600;
    color: #747474;
}



/* Desktop Site Design CSS */

.slider-section {
    background: #B2F1FF;
    padding: 4rem 0;
}

img.logo-slider {
    width: 200px !important;
    margin: 0 auto;
}

.slider-section h1 {
    font-size: 42px;
    font-weight: 800;
    padding: 30px 0;
}

a.slider-btn {
    background: var(--theme-color-3);
    padding: 8px 19px;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
}

header {
    box-shadow: 1px 0 5px #00000052;
}

    header .nav-link {
        font-weight: 600;
        color: #000 !important;
        font-size: 16px;
    }

    header li.nav-item {
        margin-right: 8px;
    }

    header ul.nav.navbar-nav.ml-auto {
        margin-right: 15px;
    }

    header a.nav-link.register-button, header a.nav-link.login-button {
        background: linear-gradient(45deg, #17b1d1, #2c99c5);
        padding: 7px 24px;
        width: 125px;
        text-align: center;
        color: #fff !important;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 5px;
        font-weight: 500;
        margin-left: 0px;
    }

    header a.nav-link.login-button {
        width: 100px !important;
    }

    header ul.dropdown-menu {
        padding: 0 !important;
        border: none;
        margin-top: 23px;
        box-shadow: 1px 0 5px #00000052;
    }

        header ul.dropdown-menu li a {
            padding: 8px 15px;
            font-size: 14px;
            font-weight: 500;
        }

        header ul.dropdown-menu li {
        }

            header ul.dropdown-menu li + li {
                border-top: 1px solid #dfdfdf;
            }

.slide-content {
    position: relative;
}

.main-content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1275px;
    margin: 0 auto;
}

h2 span {
    color: var(--circle-color-1);
    font-weight: 700;
}

/* About Section */
.about {
    padding: 3rem 0;
}

.schollarship-box {
    background: linear-gradient(180deg, #3FE0E7, #3CA4B1);
    padding: 40px;
    border-radius: 25px;
    box-shadow: inset 1px 0 16px #00000047;
    position: relative;
}

    .schollarship-box::after {
        position: absolute;
        left: 50%;
        width: 1.5px;
        height: 76%;
        background: #fbfbfbbf;
        z-index: 9999;
        top: 12%;
        content: '';
    }

    .schollarship-box img {
        width: 75%;
    }

    .schollarship-box h4 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }

.icon, .content {
    padding: 10px;
}

    .content span {
        color: #fff;
        font-weight: 600;
    }

    .content h1 {
        color: #fff;
        font-weight: 800;
        margin: 0;
        font-size: 50px;
    }

.centers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .centers li {
        display: inline;
        position: relative;
        margin: 0px 9px;
        color: #fff;
        font-weight: 500;
    }

        .centers li + li::before {
            content: '|';
            position: absolute;
            left: -9px;
            top: -3px;
        }

.schollarship-content h2 {
    color: var(--theme-color-1);
    font-weight: 800;
    margin-top: 40px;
    font-size: 40px;
}


/* Why Register */

.why-register {
    background: url('https://www.allenoverseas.com/wp-content/themes/Allen_Theme/tallentex_assets/images/bg-img.png');
    background-position: center bottom;
    background-size: contain;
    padding: 4rem 0;
    position: relative;
}

    .why-register .img-1 {
        position: absolute;
        width: 100px;
        left: 5%;
        top: 5%;
    }

    .why-register .img-2 {
        position: absolute;
        width: 300px;
        right: 5%;
        top: 5%;
    }

    .why-register h2 {
        font-size: 40px;
        font-weight: 800;
        color: var(--theme-color-2);
    }

    .why-register .d-flex {
        align-items: center;
    }

        .why-register .d-flex:hover .icon img {
            transform: scale(1.1);
        }

    .why-register img {
        width: 80px;
        margin: 0 30p;
    }

    .why-register span {
        font-weight: 700;
        margin-left: 20px;
    }

    .why-register .col-lg-4:nth-child(odd) h4 {
        font-size: 32px;
        font-weight: 800;
        color: var(--theme-color-1);
        margin-left: 20px;
    }

    .why-register h4 {
        font-size: 23px;
        font-weight: 600;
        color: #ffffff;
        margin: 24px 0;
    }

    .why-register a.btn-1 {
        background: var(--theme-color-1);
        padding: 8px 19px;
        color: #fff;
        border-radius: 100px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        .why-register a.btn-1:hover {
            transform: scale(1.3);
            box-shadow: 0 0 15px #00000036;
        }

    .why-register i.las.la-angle-right {
        background: #fff;
        color: var(--theme-color-1);
        margin-left: 8px;
        border-radius: 100px;
        height: 17px;
        width: 17px;
    }

.features-boxs {
    padding: 2rem;
    background: #14b3d5;
    border-radius: 10px;
    height: 100%;
}

    .features-boxs span {
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: 500;
    }

    .features-boxs img {
        width: 50px;
        margin: 0;
        padding: 0;
    }

/* Tallentex Benefits */

.tx-benefits {
    padding: 3rem 0;
}

    .tx-benefits h2 {
        color: var(--theme-color-1);
    }

    .tx-benefits p {
        text-align: center;
        font-size: 18px;
        margin: 20px 0;
    }

    .tx-benefits .benefit-box {
        text-align: left;
        padding: 25px;
        padding-top: 120px;
        position: relative;
    }

        .tx-benefits .benefit-box .icon {
            position: absolute;
            left: -33%;
            top: 0;
            z-index: -1;
        }

    .tx-benefits .col-lg-4:nth-child(odd) h3 {
        font-size: 28px;
        font-weight: 800;
        color: var(--theme-color-1);
    }

    .tx-benefits h3 {
        font-size: 28px;
        font-weight: 800;
        color: var(--theme-color-3);
    }

    .tx-benefits .benefit-box p {
        text-align: left;
        font-size: 18px;
    }


/* Registration Benefits */
.reg-benefit {
    padding: 3rem 0;
    background-color: #f5f5f5;
}

    .reg-benefit h2 {
        color: var(--theme-color-1);
    }

.reg-benefit-box p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.reg-benefit-box {
    padding: 40px 25px;
    background: #1baed0;
    text-align: center;
    border-radius: 15px;
}

    .reg-benefit-box:hover {
        transform: translateY(-10px);
    }

.col-lg-6:nth-child(1) .reg-benefit-box {
    background: #1E8DBE;
}


.reg-benefit-box img {
    margin-bottom: 25px;
}

.reg-benefit-box h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.reg-benefit-box .border-new {
    height: 2px;
    background: #5ACCFF;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.col-lg-6:nth-child(2) .reg-benefit-box .border-new {
    background: #146588;
}

/* Exam Info */
.tx-exam-information {
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background: url('https://www.allenoverseas.com/wp-content/themes/Allen_Theme/tallentex_assets/images/bg-2.jpg');
    background-size: cover;
    background-position: bottom;
}

    .tx-exam-information .bg-left {
        position: absolute;
        width: 50%;
        left: 0;
        top: 0;
    }

.info {
    background: #fff;
    padding: 2rem;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 8px;
}

    .info h2 {
        color: #468ab9;
    }

.tx-exam-information p {
    font-size: 15px !important;
    font-weight: 600;
}

.tx-exam-information span {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--theme-color-3);
    font-size: 14px;
}

.tx-exam-information p {
    font-size: 18px;
    font-weight: 700;
}

/* registration-process */

.registration-process {
    padding: 3rem 0;
    background: #DCF9FF;
}

    .registration-process .process-box {
        transform-style: preserve-3d;
        position: relative;
        padding: 90px 42px;
        border-radius: 100%;
        margin: 2px;
        box-shadow: 0px 3px 7px #82cf8959;
        background: #EEFFE5;
        z-index: 4;
        height: 100%;
    }


        .registration-process .process-box:after {
            content: "";
            top: 41%;
            right: -8%;
            width: 44px;
            height: 44px;
            border-radius: 80px;
            background: var(--circle-color-1);
            position: absolute;
            z-index: -3;
            transform: translateZ(-1px);
        }

.col-lg-4:nth-child(2) .process-box:after {
    background: var(--circle-color-2);
}

.registration-process .process-box h4 {
    color: var(--theme-color-1);
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.registration-process .icon-reg {
    position: absolute;
    top: 22%;
    right: 14%;
    width: 49px;
}


.registration-process h2 {
    color: var(--theme-color-2);
}

.registration-process a.btn-1 {
    background: var(--theme-color-1);
    padding: 8px 19px;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .registration-process a.btn-1:hover {
        transform: scale(1.3);
        box-shadow: 0 0 15px #00000036;
    }

.registration-process i.las.la-angle-right {
    background: #fff;
    color: var(--theme-color-1);
    margin-left: 8px;
    border-radius: 100px;
    height: 17px;
    width: 17px;
}


/* Syllabus & Pattern */

.syllabusPattern {
    padding: 3rem 0;
    background: linear-gradient(45deg, #14B3D5, #1474D5);
}

    .syllabusPattern h2 {
        color: #fff;
    }

    .syllabusPattern .s_and_p_box {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .syllabusPattern .s_and_p_box::after {
            content: '';
            position: absolute;
            bottom: -9%;
            right: -9%;
            width: 80px;
            height: 80px;
            border-radius: 80px;
            background-color: var(--circle-shadow-color-1);
        }

.owl-item:nth-child(even) .s_and_p_box::after {
    background-color: var(--circle-shadow-color-2);
}


.syllabusPattern h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color-1);
    margin-top: 15px;
}

.syllabusPattern p {
    color: #707070;
}

.syllabusPattern .btn-gradient-1 {
    background: linear-gradient(132deg, #67B81B 70%, #579E13);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

    .syllabusPattern .btn-gradient-1:hover {
        color: #fff;
        text-decoration: none;
    }

.syllabusPattern .owl-item:nth-child(even) .btn-gradient-1 {
    background: linear-gradient(132deg, #14B3D5 70%, #0D8EAA);
    text-decoration: none;
}

.syllabusPattern .right-arrow {
    position: absolute;
    top: 42%;
    right: -9%;
    transform: translate(-50%, -10%);
    font-size: 40px;
    color: #ffffff;
}

.syllabusPattern .left-arrow {
    position: absolute;
    top: 42%;
    left: -6%;
    transform: translate(-50%, -10%);
    font-size: 40px;
    color: #f9f9f9;
    font-weight: 700 !;
}


/* Practice Paper Section */
.practice-papers {
    padding: 3rem 0;
    background: #fff;
}

    .practice-papers h2 {
        color: #20367f;
        margin-bottom: 2.2rem;
    }



ul.nav.nav-pills li button {
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(360deg, #e5e5e5, #ffffff00);
    border: 1px solid #ededed !important;
    outline: none;
}

    ul.nav.nav-pills li button.active {
        background: linear-gradient(360deg, #14B3D5, #1474D5);
    }

ul.nav.nav-pills li {
    margin-right: 7px;
}

ul.nav.nav-pills {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.tab-content .tab-pane {
    border: 1px solid #ebebeb !important;
    padding: 20px;
    border-radius: 10px;
}

    .tab-content .tab-pane h2 {
        font-size: 24px;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }

    .tab-content .tab-pane p {
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
        color: #555555;
        font-weight: 500;
        font-size: .9rem;
    }

    .tab-content .tab-pane table {
        margin-bottom: 0;
    }

    .tab-content .tab-pane td {
        font-weight: 500;
        font-size: .9rem;
        padding: 5px 15px;
        vertical-align: middle;
    }

    .tab-content .tab-pane tr:nth-child(1) td {
        background: #13a6d4;
        font-size: 12px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400 !important;
        letter-spacing: 1px;
    }

    .tab-content .tab-pane td:nth-child(odd) {
        width: 50%;
    }

    .tab-content .tab-pane h4 {
        font-weight: 700;
        color: #20367f;
    }

    .tab-content .tab-pane ul {
        padding: 0 1.1rem;
        font-weight: 500;
        font-size: .9rem;
    }

a.download {
    padding: 2px 15px;
    border-radius: 100px;
    color: #ffffff;
    background: linear-gradient(360deg, #14B3D5, #1474D5);
    margin: 3px;
    display: inline-block;
}

    a.download:hover {
        text-decoration: none;
        box-shadow: 1px 0 15px #00000045;
    }


.box-mobile {
    background: #fff;
    border-radius: 25px;
    margin-top: -200px;
    padding: 3rem;
    margin-bottom: 50px;
    box-shadow: 1px 0 15px #00000021;
}

    .box-mobile h2 {
        color: var(--theme-color-1);
        margin-bottom: 25px;
    }

    .box-mobile img.mobile {
        position: absolute;
        bottom: -20%;
        width: 53%;
        left: 23%;
    }


    .box-mobile ul.social-share {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .box-mobile ul.social-share li {
            display: inline-block;
            margin-right: 25px;
        }

        .box-mobile ul.social-share .d-flex div {
            padding: 5px;
        }

    .box-mobile span {
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 1px;
        display: block;
    }

    .box-mobile ul.social-share .d-flex div:nth-child(2) {
        padding: 5px 15px;
    }

    .box-mobile ul.social-share li .d-flex {
        background-color: var(--circle-shadow-color-1);
        padding: 6px;
        border-radius: 100px 0 0 100px;
        align-items: center;
    }

        .box-mobile ul.social-share li .d-flex img {
            width: 50px;
        }

    .box-mobile ul.social-share li:nth-child(even) .d-flex {
        background-color: var(--circle-shadow-color-2);
        padding: 6px;
        border-radius: 100px 0 0 100px;
    }

        .box-mobile ul.social-share li:nth-child(even) .d-flex h4 {
            color: var(--theme-color-1);
        }

    .box-mobile h4 {
        font-weight: 800;
        color: var(--theme-color-2);
        letter-spacing: 1px;
        font-size: 20px;
        margin: 0;
    }



.practice-papers .practice-paper-box {
    padding: 15px;
    background: #fff;
    box-shadow: 1px 0 5px #00000052;
    border-radius: 7px;
    margin-bottom: 30px;
    text-align: center;
}

.practice-paper-box:hover {
    transform: translateY(-10px);
    box-shadow: 1px 0 15px #00000024;
}

.practice-papers .practice-paper-box h4 {
    font-weight: 800;
    color: var(--theme-color-1);
    font-size: 29px;
}

.practice-papers .practice-paper-box span {
    display: block;
    padding-top: 5px;
    padding-bottom: 15px;
}

.practice-papers .practice-paper-box .btn-gradient-1 {
    display: block;
    margin-bottom: -30px !important;
    width: 40%;
    margin: 0 auto;
    font-weight: 500;
}

.col-lg-4:nth-child(odd) .btn-gradient-1 {
    background-color: var(--theme-color-3) !important;
}

.practice-paper-box .btn-gradient-1 {
    background: linear-gradient(132deg, #67B81B 70%, #579E13);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.col-lg-4:nth-child(odd) .btn-gradient-1 {
    background: linear-gradient(132deg, #14B3D5 70%, #0D8EAA);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.practice-paper-box .btn-gradient-1:hover {
    color: #fff;
    text-decoration: none;
}

/* Our Student Toppers */
.box-mobile {
}

.our-toppers {
    padding: 3rem 0;
    background: linear-gradient(180deg, #C2F4FF, #fff);
}

.student-feedback {
    background: linear-gradient(160deg, #14B3D5, #A7E172);
    padding: 3rem 0;
}

    .student-feedback h2 {
        color: #fff;
    }

.our-toppers h2 {
    color: var(--theme-color-1)
}

.our-toppers .left-arrow {
    top: 38%;
    left: -5%;
    font-size: 35px;
}

.our-toppers .right-arrow {
    top: 38%;
    right: -7%;
    font-size: 35px;
}

.student-feedback .left-arrow {
    top: 35%;
    left: -5%;
    font-size: 35px;
    color: #fff;
}

.student-feedback .right-arrow {
    top: 35%;
    right: -7%;
    font-size: 35px;
    color: #fff;
}

/* FAQ */

.FAQS {
    padding: 3rem 0;
}

    .FAQS h2 {
        color: var(--theme-color-1);
    }


    .FAQS i.fa {
        position: absolute;
        right: 18px;
        font-size: 15px;
        border: 1px solid #ababab;
        padding: 4px 5px;
        border-radius: 100px;
        width: 25px;
        height: 25px;
        color: #ababab;
    }

    .FAQS a.accordion-toggle {
        display: block;
        text-decoration: none;
        padding: 15px 0;
        border-bottom: 1px solid #dbdbdb;
        color: #242424;
        font-weight: 700;
        font-size: 21px;
        width: 92%;
    }


/* Get in Touch */
.get-in-touch {
    padding: 3rem 0;
    background-color: #f6f6f6;
}

    .get-in-touch .form-control {
        height: 50px !important;
        background: #ffffff;
        border: none;
        box-shadow: 1px 0px 5px #0000002b;
    }


    .get-in-touch textarea.form-control {
        height: auto;
    }

    .get-in-touch h2 {
        font-weight: 800;
        font-size: 40px;
        color: var(--theme-color-1);
    }

input.btn-gradient-1.btn-1 {
    background: linear-gradient(132deg, #67B81B 70%, #579E13);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.feedback-box {
    background-size: contain;
}

    .feedback-box .bg-img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .feedback-box .student-img {
        width: 90px !important;
        height: 90px;
        border-radius: 90px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }



.nameCountry {
    position: absolute;
    left: 15%;
    bottom: 12%;
}

    .nameCountry h4 {
        font-weight: 700;
        margin: 0;
    }

.feedback-box p {
    padding: 62px 105px 128px 62px;
    z-index: 99999;
    position: relative;
    font-size: 14px;
}


/* Footer */

footer {
    background: #20367f;
    padding-top: 3rem;
    padding: auto;
}

    footer h4 {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer .d-flex div {
        padding: 5px 0;
    }

        footer .d-flex div + div {
            padding: 0px 8px;
        }

    footer ul li {
        color: #fff;
        font-weight: 500;
        padding: 5px 0;
    }

        footer ul li a {
            color: #fff;
        }

            footer ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

        footer ul li .fa {
            color: #fff;
        }

.social {
    margin-top: 20px;
}

    .social li {
        display: inline;
        margin-right: 10px;
        /* background: #000; */
        width: 25p;
    }

        .social li a .fa {
            width: 35px;
            background: #ffffff;
            height: 35px;
            border-radius: 30px;
            color: #20367f;
        }

        .social li a .fa-facebook {
            padding: 10px 12px;
        }

        .social li a .fa-instagram {
            padding: 10px 11px;
        }

        .social li a .fa-twitter {
            padding: 10px 10px;
        }

        .social li a .fa-youtube {
            padding: 10px 8.5px;
        }

        .social li a .fa-linkedin {
            padding: 10px 10px;
        }

footer .bg-black {
    background: #000;
}

.scroll-to-top .las {
    width: 35px;
    height: 35px;
    background: #84ae28;
    color: #fff;
    padding: 8px 8px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 900;
    position: fixed;
    bottom: 65px;
    right: 15px;
}


/* Tablet site design CSS */

@media screen and (max-width:820px) {
    .why-register {
        background: url('https://www.allenoverseas.com/wp-content/themes/Allen_Theme/tallentex_assets/images/bg-img.png') no-repeat;
    }

    .schollarship-box::after {
        display: none !important;
    }

    .d-flex.align-items-center {
        justify-content: center;
    }

    .why-register .img-1 {
        position: absolute;
        width: 64px;
        left: 5%;
        top: 5%;
    }

    .registration-process .process-box {
        margin: 15px !important;
    }

    .practice-papers {
        padding: 3rem 0 !important;
        background: #fff !important;
    }

    .w-75 {
        width: 250px !important;
    }
}

@media screen and (max-width:768px) {

    img.logo {
        width: 160px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: transparent !important;
    }

    .navbar-collapse {
        border-top: 1px solid #dfdfdf;
        padding: 6px 0px;
        margin-top: 4px;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: none;
    }

    .navbar-nav.sm-collapsible .sub-arrow {
        border: none;
        border-radius: 100px;
        padding: 0px 3px;
        width: 1.2em;
        height: 1.2em;
        font-size: 1.5rem;
        background: #e3e3e3b0;
        right: -3%;
    }

    ul.nav.navbar-nav.action {
        flex-direction: row;
    }

    header a.nav-link.register-button, header a.nav-link.login-button {
        width: auto !important;
        padding: 3px 15px;
        color: #fff !important;
        border-radius: 23px;
        font-weight: 500;
        margin-left: 0px;
        margin-top: 5px;
    }

    header ul.dropdown-menu {
        padding: 0 !important;
        border: none;
        margin-top: 0;
        box-shadow: none;
    }

        header ul.dropdown-menu li a {
            padding: 8px 0px;
            font-size: 14px;
            font-weight: 500;
        }

    /* Left Arrow */
    .left-arrow {
        top: 47%;
        left: 2%;
    }

    /* Right Arrow */
    .right-arrow {
        position: absolute;
        top: 47%;
        right: -5%;
        transform: translate(-50%, -10%);
        font-size: 50px;
        color: #14a6c7;
    }

    /* schollarship section */

    .schollarship-box::after {
        display: none !important;
    }

    .schollarship-box .d-flex {
        justify-content: center;
    }

    .schollarship-content p {
        text-align: center !important;
    }

    /* <!-- Tallentex Registration Benefits --> */
    .reg-benefit {
        text-align: center;
    }

    /* Exam Info */
    .tx-exam-information .bg-left {
        display: none !important;
    }

    /* Registration Process */

    .registration-process .process-box {
        position: relative;
        padding: 103px 52px !important;
        border-radius: 100%;
        margin: 2px;
        box-shadow: 0px 3px 7px #82cf8959;
        background: #EEFFE5;
        z-index: 4;
    }

    /*  */
    .practice-papers {
        padding: 3rem 0 152px 0;
        background: #f5f5f5;
    }


        .practice-papers .btn-gradient-1 {
            font-size: 12px !important;
        }

    /* Invite Friends Section */
    .box-mobile {
        text-align: center;
    }

        .box-mobile .d-flex {
            border-radius: 100px !important;
        }

        .box-mobile img.mobile {
            display: none;
        }

    /* student Feedback */
    .feedback-box p {
        padding: 30px 100px 115px 57px;
        z-index: 99999;
        position: relative;
        font-size: 14px;
    }


    /* faq section */
    .btn {
        text-align: left;
        white-space: normal;
    }

    .particiating-country .p-3 {
        padding: 0 !important;
    }

    .particiating-country .col-lg-4 {
        display: flex;
        margin-bottom: 5px;
    }

    .particiating-country p {
        font-size: 13px;
        margin-top: 10px !important;
        margin-left: 10px !important;
    }



    .particiating-country .col-lg-4 img {
        width: 35px;
        margin-bottom: 3px;
    }


    .navbar-nav .dropdown-menu.particiating-country {
        position: static;
        width: 100% !important;
        /* background: red; */
    }
}


/* Mobile site design CSS */

@media screen and (max-width:480px) {
    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        display: block;
        margin: 0 auto;
    }

    .w-75 {
        width: 100% !important;
    }

    .why-register .img-1, .why-register .img-2 {
        display: none;
    }

    .registration-process .process-box {
        margin: 25px !important;
    }

    ul.nav.nav-pills li {
        margin-right: 7px;
        margin-bottom: 6px;
    }

        ul.nav.nav-pills li button {
            padding: 4px 12px;
            font-weight: 600;
            border-radius: 100px;
            background: linear-gradient(360deg, #e5e5e5, #ffffff00);
            border: 1px solid #ededed !important;
            outline: none;
            font-size: .9rem !important;
        }

    img.w-75 {
        width: 200px !important;
        margin-bottom: 20px;
    }


    h1 {
        font-size: 1.8rem !important;
        text-align: center;
    }

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    .syllabusPattern .right-arrow {
        bottom: -7%;
        right: 33%;
        font-size: 40px;
        top: auto;
    }

    .syllabusPattern .left-arrow {
        top: auto;
        left: 44%;
        font-size: 40px;
        bottom: -7%;
    }

    .slider-section .d-flex {
        flex-direction: column;
    }

        .slider-section .d-flex div {
            flex-direction: column;
            padding: 15px 0;
            justify-content: center;
            
        }

    .navbar-nav.sm-collapsible .sub-arrow {
        right: -6.5%;
    }
}
