a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: poppinsregular;
    color: #555
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: "";
        content: none
    }

a,
a:hover {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.vr-m {
    vertical-align: middle !important
}

@font-face {
    font-family: poppinsbold;
    src: url(../fonts/poppins-bold.ttf) format("ttf");
    src: url(../fonts/poppins-bold.woff) format("woff");
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: poppinslight;
    src: url(../fonts/poppins-light.ttf) format("ttf");
    src: url(../fonts/poppins-light.woff) format("woff");
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: poppinsmedium;
    src: url(../fonts/poppins-medium.ttf) format("ttf");
    src: url(../fonts/poppins-medium.woff) format("woff");
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: poppinsregular;
    src: url(../fonts/poppins-regular.ttf) format("ttf");
    src: url(../fonts/poppins-regular.woff) format("woff");
    font-style: normal
}

@font-face {
    font-family: poppinssemibold;
    src: url(../fonts/poppins-semibold.ttf) format("ttf");
    src: url(../fonts/poppins-semibold.woff) format("woff");
    font-display: swap;
    font-style: normal
}

.div_center {
    display: flex;
    justify-content: center;
    align-items: center
}

.div_center_vr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.equal-div {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%
}

hr.vr {
    width: 100%;
    float: left;
    position: relative
}

.animated {
    z-index: 9999
}
.nomargin {
    margin: 0
}
.nomargin-t {
    margin-top: 0 !important
}
.nopadding {
    padding: 0
}

.nopadding-l {
    padding-left: 0
}

.nopadding-r {
    padding-right: 0
}

.bx-sdw {
    box-shadow: 0 14px 25px hsla(0, 0%, 89.4%, .38)
}

.brd-rd-3 {
    border-radius: 3px
}

.brd-rd-4 {
    border-radius: 4px
}

.brd-rd-5 {
    border-radius: 5px
}

.brd-rd-6 {
    border-radius: 6px
}

.brd-rd-7 {
    border-radius: 7px
}

.brd-rd-8 {
    border-radius: 8px
}

.brd-rd-9 {
    border-radius: 9px
}

.brd-rd-10 {
    border-radius: 10px
}

.remove-brd-rd {
    border-radius: 0 !important;
}

.fixedsticky {
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    position: sticky !important
}

.fixed-supported .fixedsticky-off,
.fixedsticky-withoutfixedfixed .fixedsticky-off {
    position: static
}

.fixed-supported .fixedsticky-on,
.fixedsticky-withoutfixedfixed .fixedsticky-on {
    position: fixed
}

.fixedsticky-dummy {
    display: none
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block
}

.fixedsticky {
    top: 95px
}

.btn_effect {
    text-decoration: none;
    line-height: 2.5rem;
    font-size: 14px !important;
    position: relative;
    z-index: 20;
    display: inline-block;
    transition: all 1s ease;
    color: #e31837 !important;
    text-transform: none;
    letter-spacing: 1px;
    background: none;
    outline: none;
    cursor: pointer;
    margin: 10px 0 0;
    font-family: poppinsmedium;
    padding: 0 1.2rem;
    border-left: 0;
    background-color: #f4f4f4;
    border-radius: 5px;
    height: 40px
}

a.btn_effect:focus i.fa,
a.btn_effect:hover,
a.btn_effect:hover i.fa {
    color: #fff !important;
    border-radius: 4rem;
    transition: all 1s ease
}

.btn_effect:after,
.btn_effect:before {
    z-index: -1;
    content: " ";
    width: .5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px 0 0 6px;
    transition: all .5s ease;
    margin-top: 0
}

.btn_effect:before {
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%)
}

.btn_effect:active,
.btn_effect:focus {
    color: #fff !important;
    border-radius: 4rem
}

    .btn_effect:active:before,
    .btn_effect:focus:before,
    .btn_effect:hover:before {
        width: 100%;
        border-radius: 4rem;
        color: #fff !important
    }

    .btn_effect:active:after,
    .btn_effect:focus:after {
        width: 100%;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        font-family: poppinsregular;
        border-radius: 4rem;
        color: #fff
    }

.btn_effect1 {
    text-decoration: none;
    line-height: 2.2rem;
    font-size: 14px;
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 0 1rem;
    transition: all .3s ease;
    color: #1d1e1f !important;
    text-transform: none;
    letter-spacing: 1px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 10px 0 0;
    font-family: poppinsregular
}

a.btn_effect1:hover,
a.btn_effect1:hover i.fa {
    color: #fff !important
}

.btn_effect1:after,
.btn_effect1:before {
    z-index: -1;
    content: " ";
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4rem;
    transition: all .5s ease
}

.btn_effect1:before {
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%)
}

.btn_effect1:focus:before,
.btn_effect1:hover:before {
    width: 100%
}

.btn_effect1:active,
.btn_effect1:focus {
    color: #fff
}

    .btn_effect1:active:after,
    .btn_effect1:focus:after {
        width: 100%;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        font-family: poppinsregular
    }

.btn_register {
    border: none;
    margin-top: 25px;
    display: block;
    border-radius: 4px;
    color: #fff;
    float: left
}

    .btn_register a {
        position: relative;
        cursor: pointer;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        z-index: 0
    }

        .btn_register a,
        .btn_register a:after {
            color: #fff;
            padding: 16px 18px;
            float: left;
            border-radius: 4px;
            text-decoration: none;
            transition: all .4s ease;
            -webkit-transition: all .4s ease
        }

            .btn_register a:after {
                background: #2d3941 !important;
                background: linear-gradient(122deg, #2d3941 28%, #252e34 90%) !important;
                opacity: 0;
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                height: 100%;
                width: 100%
            }

            .btn_register a:hover:after {
                opacity: 1;
                z-index: -3
            }

    .btn_register button {
        color: #fff;
        padding: 16px 18px;
        float: left;
        border-radius: 4px;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        border: none;
        width: 100%;
        outline: none
    }

        .btn_register button:hover {
            background: #2d3941 !important;
            background: linear-gradient(122deg, #2d3941 28%, #252e34 90%) !important;
            color: #fff
        }

.btn_register_white {
    background: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
    display: inline-block;
    color: #555
}

    .btn_register_white a {
        color: #555;
        padding: 16px 18px;
        display: block
    }

        .btn_register_white a,
        .btn_register_white a:hover {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            border-radius: 4px
        }

            .btn_register_white a:hover {
                background: #2f3f49;
                background: linear-gradient(160deg, #2f3f49, #1e2022);
                color: #fff
            }

.btn_register_grey {
    background: #2d3941;
    background: linear-gradient(122deg, #2d3941 28%, #252e34 90%);
    border-radius: 4px;
    border: none;
    margin-top: 10px;
    display: inline-block;
    color: #fff
}

    .btn_register_grey a {
        color: #fff;
        padding: 16px 18px;
        display: block
    }

        .btn_register_grey a,
        .btn_register_grey a:hover {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            border-radius: 4px
        }

            .btn_register_grey a:hover {
                background: #ffffff;
                background: linear-gradient(122deg, #ffffff 28%, #f1f1f1 90%);
                color: #333;
            }

.btn_register a.grey {
    position: relative;
    cursor: pointer;
    background: #2d3941 !important;
    background: linear-gradient(122deg, #2d3941 28%, #252e34 90%) !important;
    z-index: 0;
    color: #fff;
    margin: 0 25px;
}

.m-video__thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 15px 0
}

    .m-video__thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px
    }

    .m-video__thumbnail header {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%
    }

        .m-video__thumbnail header h4 {
            position: relative;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            padding: 0;
            margin: 0 0 42px;
            font-size: 2.1rem
        }

            .m-video__thumbnail header h4:after {
                content: " ";
                border-bottom: 2px solid #fff;
                position: absolute;
                bottom: -22px;
                width: 36px;
                left: 50%;
                margin-left: -17px
            }

        .m-video__thumbnail header .video-button.medium {
            position: relative;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            cursor: pointer;
            transition: background-color .3s;
            background: rgba(227, 24, 55, .68)
        }

        .m-video__thumbnail header .video-button.white {
            background: rgba(255, 255, 255, .68)
        }

        .m-video__thumbnail header .video-button.medium:hover {
            background-color: #e31837
        }

        .m-video__thumbnail header .video-button.white:hover {
            background-color: #fff;
        }

        .m-video__thumbnail header .video-button.medium:after {
            position: absolute;
            content: "";
            left: 20px;
            top: 15px;
            transition: border-color .3s;
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            border-width: 10px 13px
        }

        .m-video__thumbnail header .video-button.white:after {
            border-color: transparent transparent transparent #e31837;
        }

        .m-video__thumbnail header .video-button.medium:hover:after {
            border-color: transparent transparent transparent #fff;
        }

        .m-video__thumbnail header .video-button.white:hover:after {
            border-color: transparent transparent transparent #e31837;
        }

.m-video__vid {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    margin: 15px 0
}

    .m-video__vid:after {
        content: url(https://dl.dropboxusercontent.com/u/52494532/codepen/ajax-loader.gif);
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px
    }

    .m-video__vid button {
        position: absolute;
        z-index: 99999;
        right: -12px;
        top: -15px;
        height: 30px;
        background-color: #2d3941;
        border: none;
        cursor: pointer;
        color: #fff;
        border-radius: 50px;
        width: 30px
    }

        .m-video__vid button:after {
            content: "\f00d";
            font-family: FontAwesome;
            font-size: 14px
        }

        .m-video__vid button:focus {
            outline: none
        }

    .m-video__vid iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 6px
    }

.video_practice {
    width: 100%;
    float: left;
    position: relative
}

.player-wrapper {
    position: relative;
    width: 50px;
    height: 50px
}

    .player-wrapper:nth-child(2) {
        left: 60%
    }

    .player-wrapper .player-circles {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

.player-circles .circle {
    background: rgba(227, 24, 55, .35);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute
}

.player-circles .circle_white {
    background: rgba(255, 255, 255, .35);
}

.player-circles .c-1 {
    animation: scaleToggleOne 2s infinite
}

.player-circles .c-1,
.player-circles .c-2 {
    -webkit-animation: scaleToggleOne 2s infinite
}

.player-circles .c-2 {
    -webkit-animation-delay: .3s;
    animation: scaleToggleOne 2s infinite;
    animation-delay: .3s
}

.player-circles .c-3 {
    -webkit-animation: scaleToggleOne 2s infinite;
    -webkit-animation-delay: .6s;
    animation: scaleToggleOne 2s infinite;
    animation-delay: .6s
}

.why_choose_ielts .m-video__thumbnail {
    margin: 0;
    height: 100%;
}

    .why_choose_ielts .m-video__thumbnail img {
        border-radius: 0;
    }

@-webkit-keyframes scaleToggleOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleToggleOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

header.header {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.banner_img {
    width: 100%;
    position: relative;
    float: left;
    top: 0;
    z-index: 0
}

    .banner_img img {
        width: 100%;
        object-fit: cover
    }

.navbar.sticky-top .navbar-brand img:nth-child(2) {
    width: 150px;
    margin-left: 3px
}

.navbar-brand img.leaf {
    width: 25px !important;
    position: relative
}

.navbar-brand img {
    vertical-align: middle;
    max-width: 100%
}

.navbar-toggler {
    padding: .25rem
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: none !important
}

.navbar {
    position: absolute;
    top: 42px;
    width: 100%;
    transition: all .5s ease;
    padding: 0;
    z-index: 999
}

.navbar_1 {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    padding: 0;
    z-index: 999
}

.navbar-brand {
    margin-right: 0
}

.bg_nav_1 a.tel {
    font-size: 14px;
    color: #2d3941;
    transition: all .3s ease-in-out;
    text-align: right;
    width: 100%;
}

    .bg_nav_1 a.tel img {
        width: 14px;
        position: relative;
        top: 2px;
        margin-right: 3px;
        max-width: 100%;
    }

.book_ielts {
    padding: 16px 18px;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    position: relative;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 16px;
    margin: 0
}

    .book_ielts a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: poppinssemibold;
        white-space: nowrap;
        line-height: 32px
    }

.sticky-top {
    height: 64px;
    margin-top: 35px;
    z-index: 99999;
    transition: all .2s ease-out;
    transform: translate(0)
}

.bg-light {
    background-color: transparent !important
}

.bg_color {
    background-color: #fff !important;
}

.bg_nav {
    background-color: #fff;
    border-radius: 5px
}

.bg_nav_1 {
    background-color: #fff;
}

.NavigationHeader .bg_nav {
    border-radius: 0
}

.register_btn {
    border: none;
    margin-top: 12px;
    display: block;
    border-radius: 4px;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .register_btn a {
        position: relative;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        z-index: 0;
        color: #fff !important;
        padding: 16px 18px;
        float: left;
        border-radius: 4px;
        text-decoration: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }

        .register_btn a:hover:after {
            opacity: 1;
            z-index: -3;
            border-radius: 4px;
        }

        .register_btn a:after {
            background: #2d3941 !important;
            background: linear-gradient(122deg, #2d3941 28%, #252e34 90%) !important;
            opacity: 0;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

.header-top {
    position: relative
}

.main_banner {
    width: 100%;
    position: relative;
    max-height: 600px;
    float: left;
    min-height: auto;
}
.main_banner_1 {
    max-height: 700px;
}
.main_banner img {
    width: 100%;
    height: 100%;
}
.why_choose {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
}

    .why_choose h3 {
        font-size: 28px !important;
        font-family: poppinssemibold;
    }

        .why_choose h3 span {
            font-size: 28px;
            font-family: poppinsbold;
            color: #e31837;
        }

    .why_choose p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px;
    }

.why_choose_ielts {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0;
}

    .why_choose_ielts .cnt_com_red {
        margin-top: 0;
        padding: 30px;
    }

    .why_choose_ielts .m-video__vid iframe {
        border-radius: 0;
    }

    .why_choose_ielts .m-video__vid {
        margin: 0;
        height: 100%;
    }

.chs_ielts {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-top: 10px;
}

.cnt_com_red h5 {
    font-size: 18px;
    font-family: poppinsmedium;
    margin-bottom: 6px;
    color: #fff;
}

.chs_ielts ul {
    list-style-type: decimal;
    margin: 0;
    padding: 0 22px;
}

    .chs_ielts ul li {
        color: #fff;
        font-size: 18px;
        margin: 0 0 35px 0;
        line-height: 24px;
    }

        .chs_ielts ul li span {
            font-family: 'poppinssemibold';
            color: #fff;
        }
.form_landing_p {
    background-color: #F5F5F5;
    padding: 30px 60px;
    width: 100%;
    min-height: 530px;
}
.form_landing_p .form-group {
    margin-bottom: 30px;
}
.form_landing_p .form-control {
    border: none;
    height: 55px;
    border-radius: 7px;
    box-shadow: 0px 1px 12px rgb(158 158 158 / 15%);
}
.form_landing_p input[type="text"] {
    padding: 0 20px;
    font-size: 15px;
}
.form_landing_p h3 {
    font-size: 22px;
    font-family: 'poppinssemibold';
    margin-bottom: 22px;
}
.form_landing_p .checkbox p {
    font-size: 14px;
    display: inline;
    padding-left: 8px;
    vertical-align: middle;
}
.form_landing_p .checkbox p a {
    color: #d51237;
    font-family: 'poppinsmedium';
}
.form_landing_p .checkbox input {
    vertical-align: middle;
}
.form_landing_p .checkbox {
    margin-bottom: 10px;
    line-height: 18px;
}
/*Hide all except first fieldset*/
.form_landing_p #msform fieldset:not(:first-of-type) {
    display: none;
}
.main_banner .banner_mob {
    height: 530px;
    width: 1428px;
}
.top_reasons_1.landing_p {
    padding: 35px 0;
    height: auto;
    margin-top: 40px;
}
.top_reasons_1.landing_p h1 {
    padding:0;
    padding-bottom: 22px;
}
.NavigationHeader {
    background-color: #fff !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: all .5s ease-in;
    transform: translate(0);
    position: fixed !important;
    width: 100%;
    top: 0 !important;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 3px 2px rgba(212, 211, 211, .14)
}

    .NavigationHeader .book_ielts {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background: #2d3941
    }

    .NavigationHeader .book_ielts_1 {
        background: #e31837
    }

.navbar-nav li.nav-item {
    display: block;
    background-color: transparent !important
}

li.nav-item {
    margin: 0 12px;
    margin-bottom: 0 !important
}

.nav-link {
    padding: .7rem 1rem;
    font-size: 14px
}

.navbar-light .navbar-nav .nav-link {
    color: #555;
    font-family: poppinsregular
}

.navbar-nav li.nav-item:first-child {
    margin: 0
}

    .navbar-nav li.nav-item:first-child .nav-link {
        padding-top: 10px
    }

.navbar-light .navbar-nav .nav-link .fa {
    font-size: 20px;
    transition: all .3s ease-in
}

    .navbar-light .navbar-nav .nav-link .fa:hover {
        color: #e31837
    }

.navbar-light .navbar-nav .nav-item .dropdown-content {
    border-radius: 4px
}

.navbar-light .navbar-nav .nav-item .dropdown-item {
    font-size: 13px;
    color: #555;
    padding: 12px 16px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

    .navbar-light .navbar-nav .nav-item .dropdown-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .navbar-light .navbar-nav .nav-item .dropdown-item:hover {
        background-color: #e31837;
        color: #fff
    }

        .navbar-light .navbar-nav .nav-item .dropdown-item:hover:last-child {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #e31837;
    font-family: poppinsmedium
}

.navbar-light .navbar-nav .nav-link img {
    width: 55px;
    max-width: 100%;
    vertical-align: middle;
    margin-left: 8px;
    right: 15px
}

.nav-item:nth-child(7) .dropdown-menu {
    left: 26px !important;
    right: 0
}

.dropdown-menu {
    min-width: 190px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 15px 12px hsla(0, 0%, 74.1%, .25);
    border: none;
    border-top: 0;
    border-bottom-right-radius: .45rem !important;
    border-bottom-left-radius: .45rem !important;
    border-radius: 0;
    left: 50% !important;
    transform: translateX(-50%)
}

.nav-link.dropdown-toggle:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f107";
    border: none;
    border-bottom: 0;
    position: absolute;
    top: 8px;
    right: -10px;
    font-size: 20px;
    color: #e31837;
    font-weight: 700
}

.tab_bar {
    width: 100%;
    position: absolute;
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .45) 20%, transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, .45) 20%, transparent 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, .45) 20%, transparent 100%);
    background: linear-gradient(rgb(0 0 0/28%) 25%, transparent);
    top: 0;
    z-index: 9999
}

    .tab_bar ul {
        margin: 0;
        float: right
    }

        .tab_bar ul li {
            float: left;
            margin: 10px 20px
        }

            .tab_bar ul li .dropdown-menu {
                top: 100%
            }

            .tab_bar ul li a {
                font-size: 12px;
                color: #fff;
                transition: all .3s ease-in-out
            }

                .tab_bar ul li a:hover {
                    color: #333
                }

    .tab_bar li a img {
        width: 14px;
        position: relative;
        top: 2px;
        margin-right: 3px;
        max-width: 100%
    }

    .tab_bar i.fa.fa-map-marker {
        background-color: #f3f3f3;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        vertical-align: middle;
        padding: 4px 7px;
        color: #e31837;
        margin-right: 5px
    }

.nav-item a.login {
    display: inline-block;
    border-right: 1px solid #cecece
}

    .nav-item a.login:last-child {
        border-right: none
    }

.float-right-form {
    float: right !important;
    padding: 0
}

.register_form .form-control {
    background-image: none;
    background-color: #f9f9f9;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    outline: none;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    border: none;
    transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear
}

.register_form select .custom-opt {
    cursor: default;
    font-weight: 400;
    line-height: 48px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 20px 0 0
}

.form_sec {
    width: 100%;
    position: absolute;
    float: left;
    top: 24%;
    margin-bottom: 6px
}

.select-wrapper,
.select-wrapper.focus {
    border: none !important;
    border-bottom: 1px solid #fff !important
}

.select-wrapper {
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 220px !important
}

    .select-wrapper .select-button {
        background-color: transparent !important;
        color: #fff;
        width: 220px;
        float: left;
        font-size: 13px;
        display: none
    }

i.icon.select-down {
    font-family: FontAwesome;
    font-size: 22px;
    position: relative;
    top: -12px !important;
    margin-left: 10px;
    color: #fff;
    right: 10px;
    float: right;
    height: auto;
    width: auto;
    border: none !important
}

    i.icon.select-down:after {
        content: "\f107"
    }

.select-list {
    border: none !important;
    box-shadow: none !important;
    width: 222px !important
}

    .select-list ul li.selected,
    .select-list ul li:hover {
        color: #fff;
        background: #e31837 !important
    }

    .select-list ul li {
        margin-bottom: 10px !important;
        color: #333;
        padding: 0 10px;
        font-size: 13px
    }

.register_test {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    opacity: 1;
    border-radius: 10px;
    padding: 20px 0 0;
    margin-top: 14px;
    font-family: poppinslight;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9999
}

    .register_test h3 {
        color: #555;
        font-family: poppinsmedium;
        position: relative;
        margin-bottom: 15px;
        float: left
    }

        .register_test h3:before {
            border-left: 6px solid #e31837;
            padding: 7px;
            content: ""
        }

    .register_test label {
        color: #fff;
        font-size: 14px;
        font-family: poppinslight
    }

        .register_test label .fa {
            color: #fff;
            margin-right: 5px;
            font-size: 16px;
            vertical-align: middle
        }

    .register_test .form-group {
        margin-bottom: 22px;
        float: left;
        width: 100%
    }

.custom-select {
    flex-direction: column;
    border-width: 0 2px
}

.custom-select,
.custom-select__trigger {
    display: flex;
    border-color: #394a6d;
    border-style: solid
}

.custom-select__trigger {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #fff;
    cursor: pointer;
    border-width: 2px 0
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #394a6d;
    border-top: 0;
    background: #fff;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all .5s
}

    .custom-option:hover {
        cursor: pointer;
        background-color: #b2b2b2
    }

    .custom-option.selected {
        color: #fff;
        background-color: #305c91
    }

.arrow {
    position: relative;
    height: 15px;
    width: 15px
}

    .arrow:after,
    .arrow:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: .15rem;
        height: 100%;
        transition: all .5s
    }

    .arrow:before {
        left: -5px;
        transform: rotate(45deg);
        background-color: #394a6d
    }

    .arrow:after {
        left: 5px;
        transform: rotate(-45deg);
        background-color: #394a6d
    }

.open .arrow:before {
    left: -5px;
    transform: rotate(-45deg)
}

.open .arrow:after {
    left: 5px;
    transform: rotate(45deg)
}

.ovrf-x .list {
    overflow-y: auto !important;
    height: 200px;
    width: 100%;
    background-color: #f4f4f4;
    float: left;
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 40px;
    border-radius: 10px
}

#scrl::-webkit-scrollbar {
    width: 6px;
    background-color: #f4f4f4;
    border-radius: 10px
}

#scrl::-webkit-scrollbar-thumb {
    background-color: #909090;
    border-radius: 10px
}

#scrl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f4f4f4;
    border-radius: 10px
}

.dropdown .option:focus,
.register_test .dropdown .option:hover {
    background-color: #f7f7f7 !important;
    color: #555;
    margin: 0
}

.register_test .dropdown .option.selected:focus {
    background: #f6f6f6 !important
}

.form-defaultt {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0
}

.form-shrink.cneterdivv {
    width: 100% !important;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 0
}

.form-defaultt.form-shrink {
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    padding: 10px 0;
    color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: 63px;
    z-index: 99999
}

    .form-defaultt.form-shrink .form-group {
        display: inline-block;
        vertical-align: middle
    }

.form-shrink .bx-sdw {
    box-shadow: none !important
}

.form-shrink .book_test {
    background: none
}

.form-shrink .register_f {
    background: none;
    border: none;
    padding: 39px 0
}

    .form-shrink .register_f select.form-control {
        border-bottom: 1px solid #fff;
        color: #fff
    }

        .form-shrink .register_f select.form-control option {
            color: #555
        }

button.viewdates_btn {
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%)
}

button.disable_grey,
button.viewdates_btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

button.disable_grey {
    background-color: #c5c5c5;
    cursor: not-allowed !important
}

.form-shrink button.viewdates_btn {
    width: 18%;
    margin-bottom: 0;
    position: relative;
    top: -4px
}

.form-shrink .register_f .dropdown:after {
    border-top: 4px solid #fff;
    color: #fff
}

.form-shrink .register_f button.viewdates_btn {
    color: #555;
    background: #fff
}

.form-shrink .viewdates_btn img:first-child {
    display: none
}

.form-shrink .viewdates_btn img:nth-child(2) {
    display: inline-block
}

button.viewdates_btn:focus {
    outline: none
}

.disable_grey img,
.viewdates_btn img {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    max-width: 100%
}

    .viewdates_btn img:nth-child(2) {
        display: none
    }

.banner_text {
    background: #000;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .55) 20%, transparent);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .55) 20%, transparent 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .55) 20%, transparent);
    position: relative;
    left: 0;
    margin-top: 40px;
    display: inline-block
}

    .banner_text h3 {
        font-size: 26px;
        font-family: poppinsmedium;
        padding: 35px;
        color: #fff
    }

.ielts_color {
    color: #e31837
}

.ielts_bg_color {
    color: #fff !important;
    display: block;
    float: left;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #e31837;
}

    .ielts_bg_color p {
        color: #fff !important;
        margin-bottom: 0 !important;
    }

    .ielts_bg_color .underline-right {
        color: #555 !important;
    }

        .ielts_bg_color .underline-right:hover {
            color: #fff !important;
        }

.line .ielts_bg_color .underline-right:hover:after {
    outline: 0;
    background-color: #fff !important;
    color: #fff
}

.banner_inner_bg {
    width: 100%;
    position: relative;
    float: left;
    top: 0;
    z-index: 40;
    height: 350px
}

    .banner_inner_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.logoo {
    width: 140px !important
}

.banner_inner_color {
    width: 100%;
    position: relative;
    float: left;
    top: 0;
    z-index: 40;
    height: 135px;
    background-color: #2d3941
}

.banner_inner_color_1 {
    width: 100%;
    position: relative;
    float: left;
    top: 0;
    z-index: 40;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.banner_inner_color .tab_bar {
    background: none
}

    .banner_inner_color .tab_bar ul li a:hover {
        color: #e31837
    }

.register_main {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px
}

.book_test {
    width: 100%;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    float: left;
    padding: 48px 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

    .book_test h3 {
        color: #fff;
        padding: 0;
        font-family: poppinssemibold;
        font-size: 24px
    }

.register_f {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    opacity: 1;
    z-index: 0;
    padding: 39px 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #e2e2e2;
    border-left: 0
}

    .register_f form {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .register_f label {
        color: #fff;
        font-size: 14px;
        font-family: poppinslight
    }

        .register_f label .fa {
            color: #fff;
            margin-right: 5px;
            font-size: 16px;
            vertical-align: middle
        }

    .register_f select.form-control_1 {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0
    }

    .register_f select.form-control {
        background-image: none;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        height: 40px;
        line-height: 38px;
        outline: none;
        padding-left: 0;
        padding-right: 6px;
        position: relative;
        text-align: left !important;
        transition: all .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ca1b13
    }

    .register_f .form-group {
        margin-bottom: 0;
        float: left;
        width: 28%;
        padding: 0 8px
    }

    .register_f .form-group_1 {
        margin-bottom: 0;
        float: left;
        width: 22%;
        padding: 0 8px
    }

    .register_f select {
        display: none;
        box-shadow: none
    }

    .register_f .dropdown {
        background-image: none;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        height: 40px;
        line-height: 38px;
        outline: none;
        padding-left: 12px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        transition: all .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ca1b13
    }

        .register_f .dropdown span {
            color: #555;
            font-size: 14px
        }

        .register_f .dropdown:focus,
        .register_f .dropdown:hover {
            background-color: transparent !important
        }

        .register_f .dropdown:after {
            height: 0;
            width: 0;
            border-top: 4px solid #777;
            content: "\f107";
            display: block;
            margin-top: 0;
            pointer-events: none;
            position: absolute;
            right: 20px;
            font-family: FontAwesome;
            color: #555;
            font-size: 22px;
            top: -5px
        }

        .register_f .dropdown.open:after {
            font-size: 22px
        }

        .register_f .dropdown.open .list {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            pointer-events: auto;
            min-height: 80px
        }

        .register_f .dropdown.open .option {
            cursor: pointer;
            color: #333
        }

        .register_f .dropdown.wide {
            width: 100%
        }

            .register_f .dropdown.wide .list {
                left: 0 !important;
                right: 0 !important
            }

        .register_f .dropdown .list {
            box-sizing: border-box;
            transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear;
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
            background-color: #fff;
            border-radius: 0 0 5px 5px;
            margin-top: 0;
            padding: 3px 0;
            opacity: 0;
            overflow: hidden;
            pointer-events: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 999;
            width: 100%
        }

            .register_f .dropdown .list:hover .option:not(:hover) {
                background-color: transparent !important
            }

        .register_f .dropdown .option {
            cursor: default;
            font-weight: 400;
            line-height: 43px;
            outline: none;
            padding-left: 10px;
            padding-right: 29px;
            text-align: left;
            transition: all .2s;
            font-size: 13px;
            border-bottom: 1px solid #eaeaea;
            margin: 0 20px 0 0
        }

            .register_f .dropdown .option:first-child,
            .register_f .dropdown .option:last-child {
                border-bottom: none
            }

            .dropdown .option:focus,
            .register_f .dropdown .option:hover {
                background-color: #f7f7f7 !important;
                color: #555;
                margin: 0
            }

            .register_f .dropdown .option.selected:focus {
                background: #f6f6f6
            }

    .register_f button.viewdates_btn {
        background: #e31837;
    }

    .register_f button.disable_grey,
    .register_f button.viewdates_btn {
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 12px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 0;
        width: 20%;
        margin-left: 15px
    }

    .register_f button.disable_grey {
        background-color: rgb(110 110 110 / 66%);
        cursor: not-allowed;
    }

.imp_news {
    width: 100%;
    float: left;
    position: relative;
    background: rgb(45, 57, 65);
    background: -moz-linear-gradient(90deg, rgba(45, 57, 65, 1) 0%, rgba(37, 46, 52, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(45, 57, 65, 1) 0%, rgba(37, 46, 52, 1) 100%);
    background: linear-gradient(90deg, rgba(45, 57, 65, 1) 0%, rgba(37, 46, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3941", endColorstr="#252e34", GradientType=1);
    z-index: -2;
    text-align: center;
}

    .imp_news div {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 30px;
        text-align: center;
    }

        .imp_news div span {
            color: #fff;
            font-family: 'poppinssemibold';
        }

.top_reasons {
    width: 100%;
    float: left;
    position: relative;
    background: -o-linear-gradient(bottom left, #1a2227 0, #140d0e 33%, #1f2a31 100%);
    height: 140px;
    background-color: #f4f4f4;
    z-index: -2
}

    .top_reasons h1 {
        color: #555;
        font-family: poppinssemibold;
        padding: 20px 30px;
        font-size: 22px
    }

        .top_reasons h1 span {
            font-family: poppinsbold;
            color: #e31837;
            font-size: 22px;
            font-weight: 700
        }

.top_reasons_1 {
    width: 100%;
    float: left;
    position: relative;
    background: -o-linear-gradient(bottom left, #1a2227 0, #140d0e 33%, #1f2a31 100%);
    height: 140px;
    background-color: #f4f4f4;
}

    .top_reasons_1 h1 {
        color: #555;
        font-family: poppinssemibold;
        padding: 20px 30px;
        font-size: 22px
    }

        .top_reasons_1 h1 span {
            font-family: poppinsbold;
            color: #e31837;
            color: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
            font-size: 22px;
            font-weight: 700
        }

.reasons {
    float: left;
    display: block;
    margin-left: 15px
}

    .reasons img {
        width: 36px;
        vertical-align: middle;
        margin-right: 14px;
        float: left;
        max-width: 100%
    }

    .reasons h4 {
        display: inline;
        color: #555;
        line-height: 18px;
        width: 180px;
        float: left;
        font-size: 14px
    }

.notifications {
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    margin-top: 0
}

.notifications,
.notify {
    width: 100%;
    position: relative;
    float: left
}

.notify {
    margin: 0;
    border-right: 1px solid #fff
}

    .notify:last-child {
        border-right: none
    }

    .notify h1 {
        font-size: 6.8em;
        font-family: poppinsbold;
        color: rgba(187, 23, 49, .7)
    }

    .notify h3 {
        font-family: poppinsmedium;
        position: absolute;
        bottom: 12px;
        left: 50px;
        word-break: break-word;
        width: 305px
    }

        .notify h3,
        .notify h3 sup {
            color: #fff;
            font-size: 20px
        }

    .notify i.fa {
        color: #fff;
        display: block
    }

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px
}

@keyframes slide1 {

    0%, to {
        transform: translate(0)
    }

    50% {
        transform: translate(10px)
    }
}

.ielts_fr_prep {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 25px;
    background-color: #EEEEEE;
    padding: 35px 10px;
}

    .ielts_fr_prep h3 {
        font-size: 26px;
        font-family: poppinssemibold;
        margin-bottom: 18px;
    }

        .ielts_fr_prep h3 span {
            font-size: 28px;
            font-family: poppinsbold;
            color: #e31837;
        }

.prep_bx {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 25px;
    border-right: 1px solid #c5c5c5;
    margin: 30px 0 20px 0;
}

.col-sm-3.nopadding:last-child .prep_bx {
    border-right: none;
}

.row.mt-4 .col-sm-4.nopadding:last-child .prep_bx {
    border-right: none;
}

.prep_bx img {
    width: 55px;
}

.prep_bx h5 {
    font-family: 'poppinssemibold';
    padding: 12px 0 8px 0;
    font-size: 18px;
}

.prep_bx p {
    font-size: 16px;
    line-height: 22px;
}

.prep_bx a {
    background-color: #e1143b;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 10px;
    margin-top: 12px;
    display: inline-block;
}
.masterclass {
    margin-top: 40px;
    width: 100%;
    float: left;
}
.rhs_form {
    background-color: #fff;
    box-shadow: 0px 1px 15px #dfdfdfd1;
    border-radius: 10px;
    padding: 20px 12px;
    margin-top: 0 !important;
}
    .rhs_form .form-group input, .rhs_form .form-group select {
        font-size: 14px;
        height: 40px;
    }
    .rhs_form form.register_test {
        margin-top: 5px;
    }
    .rhs_form .btn_register {
        width: 100%;
    }
.ielts_masterclass {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 25px;
    border-right: none;
    margin: 28px 0;
}

    .ielts_masterclass p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 12px;
    }

.limited {
    background-color: #e31837;
    display: inline-block;
    color: #fff;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 16px !important;
    margin-bottom: 28px !important;
}

.ielts_trainer_img {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

    .ielts_trainer_img img {
        width: 80%;
        border-radius: 25px;
        object-fit: cover;
        margin: 0 !important;
    }

.ielts_trainer {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .ielts_trainer h3 {
        font-size: 24px !important;
        font-family: 'poppinssemibold' !important;
        color: #e31837;
    }

    .ielts_trainer p {
        font-size: 14px !important;
        margin-bottom: 12px !important;
        line-height: 23px !important;
        color: #555;
    }

.official_material {
    width: 100%;
    position: relative;
    float: left;
    background: url("/images/official_material_bg.jpg") no-repeat;
    height: 250px;
}

    .official_material p {
        color: #fff;
        text-align: center;
        line-height: 24px;
    }

.postion-center-vr {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.masterclass .osr_campaign {
    padding: 25px;
}
.masterclass .osr_cmp_bx img {
    width: 45px;
    background-color: #e31837;
    height: 45px;
    vertical-align: middle;
    padding: 8px;
    border-radius: 5px;
}
.masterclass .why_osr_cnt {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    margin-left: 10px;
}
.computer_deliver {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
    margin-bottom: 0;
    top: 0
}
.masterclas_prep {
    border-radius: 15px;
    padding: 25px 10px;
}
.masterclas_prep .prep_bx p {
    font-size: 14px;
    line-height: 22px;
}
.masterclas_prep .prep_bx {
    padding: 0px 15px;
}
.cd_ielts_sec {
    background-color: #fff;
    box-shadow: 0px 10px 45px rgba(55, 55, 55, 0.13);
    margin: 70px 0 40px 0;
    z-index: 0;
    width: 100%;
    float: left;
    position: relative;
    top: 0;
}

.cd_ielts {
    position: relative;
    height: auto;
    padding: 70px 0px;
}

.cd_ielts_cnt {
    width: 100%;
    z-index: 980;
    position: relative;
}

    .cd_ielts_cnt h3 {
        font-size: 24px;
        font-family: 'poppinsbold';
        margin-bottom: 6px;
        color: #333;
    }

        .cd_ielts_cnt h3 span {
            color: #e31837;
            font-family: 'poppinsbold';
            font-size: 24px;
            margin: 0;
            display: inline-block;
        }

    .cd_ielts_cnt p {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 20px;
        color: #333;
    }

.cd_ielts_video {
    width: 100%;
    position: relative;
    z-index: 980;
}

    .cd_ielts_video .m-video__thumbnail {
        padding-bottom: 68.25%;
        margin: 0;
    }

.counter_sec {
    border-radius: 10px;
    width: 100%;
    float: left;
    position: absolute;
    min-height: 330px;
    display: block;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 60%;
    top: 50%;
    box-shadow: 5px 8px 7px rgba(189, 187, 187, .48)
}

    .counter_sec img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover
    }

.overlay_counter {
    background: #000;
    background: -webkit-linear-gradient(bottom, #000 12%, transparent);
    background: -o-linear-gradient(bottom, #000 12%, transparent 100%);
    background: linear-gradient(0deg, #000 12%, transparent);
    width: 100%;
    position: absolute;
    float: left;
    display: block;
    bottom: 0;
    border-radius: 10px
}

.milestone-counter {
    float: left;
    margin: 25px 15px;
    text-align: center;
    font-family: poppinsregular;
    padding-right: 25px;
    width: 188px
}

    .milestone-counter:before {
        content: "";
        transform: translateY(-20px) translateX(5px) rotate(15deg);
        width: 1px;
        height: 100px;
        background-color: #e31837;
        float: right;
        position: relative;
        top: 16px;
        left: 28px
    }

    .milestone-counter:last-child:before {
        content: none
    }

.stat {
    margin: 10px auto
}

.highlight {
    color: #fff;
    padding: 10px 0 20px;
    font-weight: 700;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 44px;
    font-family: poppinssemibold
}

.stat i {
    color: #3498db
}

.milestone-details {
    font-size: 12px;
    color: #fff
}

.computer_d {
    border-radius: 10px;
    width: 100%;
    float: left;
    position: relative;
    display: block;
    height: 400px
}

    .computer_d img {
        width: 100%;
        border-radius: 10px;
        height: 100%
    }

.overlay_cd {
    width: 100%;
    position: absolute;
    float: left;
    display: block;
    bottom: 0;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .85);
    height: 100%;
    padding: 32px 80px;
    border: 1px solid hsla(0, 0%, 59.2%, .12)
}

    .overlay_cd h2 {
        font-size: 24px;
        font-family: poppinsbold;
        color: #555
    }

    .overlay_cd p {
        font-size: 14px;
        padding-top: 12px;
        line-height: 18px;
        font-family: poppinsregular
    }

    .overlay_cd a {
        padding-bottom: 0
    }

    .overlay_cd img {
        width: 18px;
        position: relative;
        top: 4px;
        margin-left: 20px
    }

.btn_effect i.fa {
    color: #e31837;
    color: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 700
}

.dfl_section {
    overflow-x: hidden;
    padding: 40px 0
}

.dfl_box,
.dfl_section {
    width: 100%;
    float: left;
    position: relative
}

.dfl_box {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 15px 30px rgba(52, 52, 52, .16);
    border-radius: 10px;
    padding: 15px 45px;
    min-height: 285px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

    .dfl_box:hover {
        box-shadow: 0 0 0 #000;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%)
    }

    .dfl_box .fa {
        color: #e31837;
        font-size: 48px
    }

    .dfl_box h3 {
        font-size: 24px;
        font-family: poppinsbold;
        padding: 15px 0 10px
    }

    .dfl_box:hover .fa,
    .dfl_box:hover h3,
    .dfl_box:hover p,
    .dfl_box:hover p span {
        color: #fff
    }

    .dfl_box p {
        font-size: 15px;
        line-height: 18px
    }

        .dfl_box p span {
            font-size: 15px;
            font-weight: 700
        }

    .dfl_box a {
        position: absolute;
        right: 0;
        font-size: 13px;
        background-color: #2d3941;
        color: #fff;
        padding: 11px 18px 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-top: 0;
        bottom: 20px;
        vertical-align: middle
    }

    .dfl_box i.fa.fa-angle-right {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        top: -1px;
        margin-left: 10px;
        vertical-align: middle
    }

.tabs_view {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 25px;
    padding: 0 30px
}

    .tabs_view h3 {
        font-size: 28px;
        font-family: poppinssemibold
    }

        .tabs_view h3 span {
            font-size: 28px;
            font-family: poppinsbold;
            color: #e31837
        }

    .tabs_view p {
        padding-top: 10px;
        font-size: 14px
    }

.tile {
    width: 100%;
    margin: 10px auto 0;
    float: left
}

#tile-1 .tab-pane {
    padding: 15px 15px 30px;
    float: left;
    box-shadow: 0 9px 14px rgba(0, 0, 0, .1);
    width: 100%
}

#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    border-radius: 6px;
    width: 70%
}

    #tile-1 .nav-tabs li {
        margin: 0 !important;
        display: block !important
    }

        #tile-1 .nav-tabs li a {
            position: relative;
            margin-right: 0 !important;
            padding: 20px 40px !important;
            font-size: 16px;
            border: none !important;
            color: #333
        }

    #tile-1 .nav-tabs a:hover {
        background-color: #fff !important;
        border: none
    }

#tile-1 .slider {
    display: inline-block;
    height: 4px;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    position: absolute;
    z-index: 998;
    bottom: 0;
    transition: all .4s linear;
    width: 25% !important
}

#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #e31837 !important
}

.tab-pane p {
    font-size: 15px;
    line-height: 20px;
    font-family: poppinsregular
}

span.ielts {
    font-size: 35px;
    font-family: poppinsbold !important;
    color: #e31837 !important
}

.tab-pane p span {
    color: #000;
    font-family: poppinsmedium
}

.tab-pane ul {
    padding-bottom: 20px;
    margin-top: 20px
}

.tab-pane li {
    margin-right: 25px;
    float: left;
    display: block !important
}

.tab-pane a {
    text-decoration: none;
    font-size: 13px;
    float: left;
    color: #555
}

    .tab-pane a img {
        width: 18px;
        position: relative;
        top: 5px;
        margin-left: 20px
    }

.tab_video {
    width: 100%;
    float: left;
    position: relative
}

    .tab_video img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .tab_video .framePlayerContainer {
        padding-bottom: 65.6% !important
    }

.tabs_view .tab-content .tab-pane svg {
    width: 20px;
    margin-left: 15px
}

.tabs_view .tab-content .tab_video svg {
    width: auto;
    margin-left: 15px
}

.tabs_view .tab-content .tab-pane a:hover path {
    fill: #fff !important
}

.ielts_app {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.ielts_app_bg {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 38px rgba(113, 113, 113, 0.16);
    padding: 45px 0px 45px 25px;
    border-radius: 20px;
}

.ielts_app h3 {
    font-size: 28px;
    font-family: poppinssemibold;
}

    .ielts_app h3 span {
        font-size: 28px;
        font-family: poppinsbold;
        color: #e31837;
    }

.ielts_app p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.ielts_app_images {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    z-index: 0;
}

    .ielts_app_images img:nth-child(1) {
        width: 160px;
        display: inline-block;
        vertical-align: top;
        height: auto;
    }

    .ielts_app_images img:nth-child(2) {
        width: 255px;
        display: inline-block;
        margin-top: 30px;
        vertical-align: bottom;
        height: auto;
    }

.apps_icon {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
}

    .apps_icon img {
        width: 150px;
    }

    .apps_icon a {
        margin-right: 30px;
    }

#video {
    position: relative;
    background: #000;
    margin: 0 auto;
    width: 100%
}

    #video iframe,
    #video img {
        display: block
    }

#play {
    top: 50%;
    left: 50%;
    width: 15%;
    cursor: pointer;
    background: url(../images/play_btn_idp.svg)no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 9999;
    transform: translate(-50%, -50%)
}

#play,
.video_overlay {
    position: absolute;
    height: 100%
}

.video_overlay {
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    top: 0;
    float: left;
    display: block
}

.std_test_h {
    width: 100%;
    float: left;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    margin-top: 50px;
    padding-top: 18px;
    margin-bottom: -1px
}

    .std_test_h h3 {
        font-family: poppinssemibold;
        font-size: 24px;
        color: #fff;
        position: relative;
        width: 70%;
        padding-top: 10px;
        margin: 0 auto 20px
    }

    .std_test_h p {
        color: #fff;
        width: 70%;
        margin: 0 auto;
        padding: 8px 0 25px;
        font-size: 14px;
        line-height: 18px
    }

.student_testimonial {
    position: relative;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    min-height: 370px
}

.student_says,
.student_testimonial {
    width: 100%;
    float: left
}

.sudent_dark_blue {
    background-color: #2d3941;
    padding: 30px 25px
}

    .sudent_dark_blue h3 {
        font-size: 24px;
        font-family: poppinsbold;
        color: #fff
    }

        .sudent_dark_blue h3 span {
            font-size: 24px;
            font-family: poppinsbold;
            color: #e31837
        }

    .sudent_dark_blue p {
        color: #fff;
        font-size: 14px;
        margin-top: 5px;
        font-family: poppinslight
    }

.student_says .framePlayerContainer {
    padding-bottom: 57.6% !important
}

.student_says img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials {
    width: 100%;
    float: left;
    position: relative;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    height: 100%
}

.carousel {
    margin: 0 auto;
    padding: 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 427px
}

    .carousel p {
        color: #3a3d4b
    }

    .carousel .star {
        color: gold;
        font-size: 16px;
        margin-top: 32px
    }

#myCarousel .carousel-inner {
    min-height: 350px
}

.carousel .item {
    font-size: 1.45rem;
    text-align: center;
    overflow: hidden;
    min-height: 370px;
    text-shadow: none
}

    .carousel .item .img-box {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        padding: 5px;
        border-radius: 50%
    }

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover
}

.carousel .testimonial {
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    padding-top: 4px;
    line-height: 18px;
    display: block;
    font-family: poppinsregular
}

.carousel .overview {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    display: block
}

    .carousel .overview b {
        color: #2d3941;
        font-family: poppinssemibold;
        display: block
    }

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 27%;
    background: none;
    opacity: 1
}

.carousel-control.carousel-control-prev img {
    font-size: 36px;
    position: absolute;
    display: inline-block;
    left: 50px
}

.carousel-control.carousel-control-next img {
    font-size: 36px;
    position: absolute;
    display: inline-block;
    right: 50px
}

.item li.list-inline-item {
    display: inline-block !important
}

.overview i {
    color: #fff;
    font-family: poppinslight;
    font-size: 11px;
    font-style: italic;
    padding-top: 8px
}

.testimonial_sl {
    background: #fff;
    min-height: 325px;
    padding: 20px;
    box-shadow: 0 0 32px rgba(62, 62, 62, .38);
    width: 70%;
    margin: 0 auto;
    border-radius: 8px;
    height: 100%
}

.testimonial_bx {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%
}

.student_img {
    width: 170px;
    display: inline-block;
    background-color: hsla(0, 0%, 83.5%, .39);
    padding: 13px 0 0 13px;
    height: 170px;
    float: left;
    border-radius: 50%
}

    .student_img img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        object-fit: cover
    }

.student_vw {
    display: inline-block;
    width: 65%;
    padding-left: 20px
}

    .student_vw p {
        font-size: 13px;
        line-height: 18px;
        font-family: poppinsregular
    }

    .student_vw h4,
    .student_vw p {
        display: inline-block;
        color: #555
    }

    .student_vw h4 {
        font-family: poppinssemibold;
        position: relative;
        margin: 8px 0;
        font-size: 18px;
        opacity: .9
    }

    .student_vw span {
        font-size: 12px;
        color: #e31837;
        font-style: italic;
        display: block;
        text-align: left;
        padding-top: 2px
    }

.testimonial_bx:before {
    content: "\f10d";
    color: hsla(0, 0%, 89.4%, .92);
    font-size: 3.8em;
    position: absolute;
    z-index: 0;
    font-family: FontAwesome;
    top: 18px;
    left: 28%
}

.testimonial_bx .slick-slide {
    text-align: left !important
}

.testimonial_bx.slick-initialized .slick-slide:after {
    content: none
}

.testimonial_bx .slick-list {
    width: 85%
}

.testimonial_bx .slick-next:before,
.testimonial_bx .slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px !important;
    line-height: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2d3941 !important;
    padding: 16px !important;
    position: relative;
    border-radius: 50% !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.testimonial_bx .slick-prev:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.testimonial_bx .slick-next:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.testimonial_bx .slick-next:focus:before,
.testimonial_bx .slick-next:hover:before,
.testimonial_bx .slick-prev:focus:before,
.testimonial_bx .slick-prev:hover:before {
    opacity: 1;
    border-radius: 50% !important;
    width: 30px;
    background: #2d3941 !important;
    color: #fff
}

.testimonial_bx .slick-next:focus,
.testimonial_bx .slick-next:hover,
.testimonial_bx .slick-prev:focus,
.testimonial_bx .slick-prev:hover {
    background: none !important
}

.testimonial_bx .slick-next {
    right: auto;
    left: 8px
}

.testimonial_bx .slick-prev {
    right: 10px;
    left: auto
}

.testimonial_bx .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
    background: #e31837;
    border-radius: 8px
}

.testimonial_bx .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: hsla(0, 0%, 79.2%, .79);
    border-radius: 8px;
    position: relative;
    bottom: 15px
}

.slick-dots li button:before {
    width: 20px !important;
    height: 5px !important
}

.testimonial_bx .slick-next,
.testimonial_bx .slick-prev {
    width: 30px;
    height: 30px
}

    .testimonial_bx .slick-next:after {
        background-color: rgba(160, 22, 34, .36);
        left: -28px
    }

    .testimonial_bx .slick-next:after,
    .testimonial_bx .slick-prev:after {
        content: "";
        height: 1px;
        width: 28px;
        position: relative;
        float: left;
        top: -17px
    }

    .testimonial_bx .slick-prev:after {
        background-color: #e31837;
        right: -32px
    }

    .testimonial_bx .slick-next:focus:after,
    .testimonial_bx .slick-next:hover:after,
    .testimonial_bx .slick-prev:focus:after,
    .testimonial_bx .slick-prev:hover:after {
        opacity: 1;
        background: #2d3941 !important
    }

.what_is_ielts {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 30px;
    margin-top: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.what_ielts_bg {
    width: 100%;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    box-shadow: 0px 2px 38px rgba(113, 113, 113, 0.16);
    padding: 40px 30px 45px 25px;
    border-radius: 20px;
}

    .what_ielts_bg h3 {
        font-size: 28px;
        font-family: poppinssemibold;
        color: #fff
    }

        .what_ielts_bg h3 span {
            font-size: 28px;
            font-family: poppinsbold;
            color: #fff;
        }

    .what_ielts_bg p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

    .what_ielts_bg a.btn_effect {
        margin-top: 45px;
    }

    .what_ielts_bg .cnt_com {
        margin-top: 10px;
    }

    .what_ielts_bg .btn_effect:before {
        background: #2d3941 !important;
        background: linear-gradient(122deg, #2d3941 28%, #252e34 90%);
    }

.where_take {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 55px;
    margin-bottom: 55px;
}

.country_bx {
    width: 100%;
    float: left;
    text-align: center;
}

.col-sm-2 a .country_bx h5 {
    font-size: 18px;
    font-family: 'poppinsmedium';
    margin-bottom: 6px;
    margin-top: 8px;
}

.col-sm-2 a:hover .country_bx h5 {
    color: #e31837;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.col-sm-2 a .country_bx span {
    display: inline-block;
    background-position: top;
    width: 125px;
    height: 137px;
}

.col-sm-2 a:hover .country_bx span {
    width: 125px;
    height: 137px;
    background-position: top;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.col-sm-2:nth-child(1) a .country_bx span {
    position: relative;
    background: url(../images/usa_skyline.png) no-repeat;
    background-size: contain;
}

    .col-sm-2:nth-child(1) a .country_bx span:hover {
        background: url(../images/usa_skyline_hover.png) no-repeat;
        background-size: contain;
    }

.col-sm-2:nth-child(2) a .country_bx span {
    position: relative;
    background: url(../images/uk_skyline.png) no-repeat;
    background-size: contain;
}

    .col-sm-2:nth-child(2) a .country_bx span:hover {
        background: url(../images/uk_skyline_hover.png) no-repeat;
        background-size: contain;
    }

.col-sm-2:nth-child(3) a .country_bx span {
    position: relative;
    background: url(../images/australia_skyline.png) no-repeat;
    background-size: contain;
}

    .col-sm-2:nth-child(3) a .country_bx span:hover {
        background: url(../images/australia_skyline_hover.png) no-repeat;
        background-size: contain;
    }

.col-sm-2:nth-child(4) a .country_bx span {
    position: relative;
    background: url(../images/canada_skyline.png) no-repeat;
    background-size: contain;
}

    .col-sm-2:nth-child(4) a .country_bx span:hover {
        background: url(../images/canada_skyline_hover.png) no-repeat;
        background-size: contain;
    }

.col-sm-2:nth-child(5) a .country_bx span {
    position: relative;
    background: url(../images/new-zealand_skyline.png) no-repeat;
    background-size: contain;
}

    .col-sm-2:nth-child(5) a .country_bx span:hover {
        background: url(../images/new-zealand_skyline_hover.png) no-repeat;
        background-size: contain;
    }

.col-sm-2:nth-child(6) a .country_bx span {
    position: relative;
    background: url(../images/ireland_skyline.png) no-repeat;
    background-size: contain;
}

    .col-sm-2:nth-child(6) a .country_bx span:hover {
        background: url(../images/ireland_skyline_hover.png) no-repeat;
        background-size: contain;
    }

.where_take h3 {
    font-size: 28px;
    font-family: 'poppinssemibold';
    color: #555;
    margin-bottom: 30px;
}

    .where_take h3 span {
        font-size: 28px;
        font-family: 'poppinssemibold';
        color: #e31837;
    }

.about_idp_ielts {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 30px;
    margin-top: 20px;
    text-align: left
}

    .about_idp_ielts h3 {
        font-family: poppinsbold;
        font-size: 24px;
        margin-bottom: 10px
    }

        .about_idp_ielts h3 span {
            font-family: poppinsbold;
            font-size: 24px;
            color: #e31837
        }

    .about_idp_ielts p {
        font-size: 16px;
        font-family: poppinsregular;
        line-height: 22px;
        padding-top: 8px
    }

.idp_ielts_cities {
    width: 100%;
    float: left;
    margin-top: 40px;
    border: 1px solid #e9e9e9;
    padding: 9px 0;
    border-radius: 5px
}

    .idp_ielts_cities .slider {
        width: 50%;
        margin: 100px auto
    }

    .idp_ielts_cities .slick-slide {
        margin: 5px 20px;
        text-shadow: none
    }

        .idp_ielts_cities .slick-slide img {
            width: 100%
        }

    .idp_ielts_cities .slick-slide {
        transition: all .3s ease-in-out
    }

    .idp_ielts_cities .slick-active {
        opacity: 1;
        text-shadow: none
    }

.slick-slide div:after {
    border-right: 1px solid #e31837
}

.idp_ielts_cities .slick-current {
    opacity: 1
}

.idp_ielts_cities .slick-slide a:focus {
    outline: none !important
}

.slick-next,
.slick-prev {
    z-index: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        color: transparent;
        outline: none;
        background: #2d3941;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

        .slick-next:focus:before,
        .slick-next:hover:before,
        .slick-prev:focus:before,
        .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: FontAwesome;
        font-size: 28px;
        line-height: 0;
        color: #e31837;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #2d3941;
        padding: 22px
    }

    .slick-prev:before {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .slick-next:before {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

.slick-prev {
    right: 0;
    left: auto
}

    .slick-prev:before {
        content: "\f105"
    }

.slick-next {
    right: auto;
    left: -15px
}

    .slick-next:before {
        content: "\f104"
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -18px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    left: 0
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li,
        .slick-dots li button {
            width: 20px;
            height: 20px;
            cursor: pointer
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                padding: 5px;
                color: transparent;
                border: 0;
                outline: none;
                background: #ddd
            }

                .slick-dots li button:focus,
                .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before,
                    .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    font-family: slick;
                    font-size: 6px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: "";
                    text-align: center;
                    opacity: .25;
                    color: #000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                opacity: .75;
                color: #000;
                background: #000
            }

.slick-loading .slick-list {
    background: #fff url(/images/ajax-loader.gif) 50% no-repeat
}

.footer_main {
    width: 100%;
    float: left;
    background-color: #2d3941;
    position: relative;
    margin-top: 50px
}

    .footer_main img.animated:first-child {
        width: 40px
    }

    .footer_main img.animated:nth-child(2) {
        margin-left: 5px
    }

.logo_bottom {
    width: 100%;
    float: left
}

    .logo_bottom img {
        width: 200px
    }

    .logo_bottom ul {
        margin-top: 25px
    }

        .logo_bottom ul li {
            color: #a5a5a5;
            font-size: 14px;
            margin: 25px 0
        }

            .logo_bottom ul li:before {
                white-space: pre;
                content: ""
            }

            .logo_bottom ul li a {
                color: #a5a5a5;
                font-size: 14px
            }

    .logo_bottom li img {
        width: 20px;
        vertical-align: middle;
        margin-right: 7px;
        height: auto;
    }

    .logo_bottom li a img {
        width: 16px;
        vertical-align: middle;
        margin-right: 7px;
        height: auto;
    }

.footer-drop {
    width: 100%;
    margin-top: 0;
    padding: 25px 0
}

.footer_main .footer-drop button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 0
}

.footer_main .footer-drop i.fa.fa-angle-down {
    color: #e31837;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 15px
}

.footer_main .footer-drop button:focus {
    outline: none
}

.footer_main .footer-drop button:before {
    content: "";
    position: absolute;
    width: 70px;
    background: #e31837;
    background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
    height: 6px;
    top: -10px;
    float: left
}

.footer_main .footer-drop ul li {
    width: auto;
    display: list-item;
    margin-bottom: 12px;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 20px;
    font-family: poppinsregular
}

.footer_main .footer-drop li a {
    font-size: 14px;
    transition: all .3s ease-in-out
}

    .footer_main .footer-drop li a:hover {
        color: #e31837 !important
    }

.footer_main .footer-drop li {
    cursor: pointer;
    color: #fff;
    font-family: poppinssemibold;
    margin-bottom: 28px
}

.footer_li_idp a {
    color: #a5a5a5;
    font-size: 14px;
    transition: all .4s ease
}

    .footer_li_idp a:hover {
        color: #e31837;
        font-family: poppinsmedium;
        padding-left: 8px
    }

.footer-logo-sec {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 30px
}

    .footer-logo-sec p {
        color: #a5a5a5;
        padding: 13px 0;
        font-size: 15px
    }

.bottom_footer {
    background-color: #252e34
}

.bottom_footer,
.copyright {
    width: 100%;
    position: relative;
    float: left
}

.copyright {
    margin-top: 5px;
    padding: 21px 0
}

    .copyright p {
        color: #a5a5a5;
        font-size: 12px
    }

    .copyright img {
        width: 12px;
        margin-left: 5px;
        vertical-align: middle
    }

    .copyright p span:nth-child(2) {
        color: #fff
    }

    .copyright p span:nth-child(3) {
        color: #e31837;
        font-family: poppinsmedium
    }

    .copyright .rotateInHover:hover {
        -webkit-animation: rotation 2s linear infinite
    }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.bottom_footer_nav {
    margin: 0;
    padding: 21px 0
}

    .bottom_footer_nav li {
        float: left;
        padding: 0 12px;
        border-right: 1px solid #e31837;
        margin-bottom: 0 !important
    }

        .bottom_footer_nav li:last-child {
            border-right: none
        }

        .bottom_footer_nav li a {
            color: #a5a5a5 !important;
            font-family: poppinslight;
            font-size: 12px;
            transition: all .3s ease-in-out
        }

            .bottom_footer_nav li a:hover {
                color: #fff !important
            }

.social_media_idp_ielts {
    width: 100%;
    float: left;
    position: relative
}

    .social_media_idp_ielts ul {
        float: right
    }

        .social_media_idp_ielts ul li {
            float: left;
            margin-right: 16px;
            font-size: 23px;
            margin-bottom: 0;
            display: block;
            padding: 17px 0
        }

            .social_media_idp_ielts ul li a i.fa {
                color: #fff
            }

.bottom_slide {
    color: #fff;
    border-radius: 0;
    padding: 14px 10px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .4s ease-out;
    -moz-transition: ease-out .4s;
    transition: .4s ease-out;
    line-height: 26px
}

.slide_down:hover {
    box-shadow: inset 0 100px 0 0 #e31837
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

    .dropdown-content a {
        float: none;
        color: #000;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left
    }

        .dropdown-content a:hover {
            background-color: #ddd
        }

.dropdown:hover .dropdown-content {
    display: block
}

button.dropdown-toggle.drop-t {
    background-color: transparent;
    border: none;
    color: #fff
}

.dropdown-toggle.drop-t:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f107";
    border: none;
    border-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 20px;
    color: #e31837;
    font-weight: 700
}

.btn_hp {
    display: inline-block;
    padding: 13px 20px;
    color: #555;
    text-decoration: none;
    position: relative;
    font: 12px/1.2 px;
    letter-spacing: .2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color .1s linear .05s;
    border-radius: 6px;
    margin-top: 18px;
    background: #fff
}

    .btn_hp:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        background: #fff;
        z-index: 1;
        opacity: 0;
        transition: height .2s ease, top .2s ease, opacity 0s linear .2s;
        border: none;
        border-radius: 5px
    }

    .btn_hp:after {
        transition: border .1s linear .05s
    }

    .btn_hp .btn-inner {
        position: relative;
        z-index: 2;
        color: #555
    }

    .btn_hp:hover .btn-inner {
        color: #555;
        transition: color .1s linear 0s;
        border: none !important
    }

    .btn_hp:hover:before {
        top: 0;
        height: 100%;
        opacity: 1;
        transition: height .2s ease, top .2s ease, opacity 0s linear 0s
    }

    .btn_hp:hover:after {
        border-color: #373737;
        transition: border .1s linear 0s
    }

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 440px;
    z-index: 1
}

    .slideshow .slides,
    .slideshow .slideshow-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .slideshow .slides {
        z-index: 1
    }

    .slideshow .slide {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: opacity .3s ease
    }

        .slideshow .slide.is-active {
            display: block
        }

        .slideshow .slide.is-loaded {
            opacity: 1
        }

        .slideshow .slide .caption {
            padding: 0;
            position: absolute;
            top: 135px;
            left: 65px
        }

        .slideshow .slide .image-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 440px;
            z-index: 1;
            image-rendering: optimizeQuality
        }

        .slideshow .slide .image {
            width: 100%;
            object-fit: cover !important;
            height: 100%;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat
        }

    .slideshow .slide-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: #fff;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slideshow .slide .title {
        font-family: poppinssemibold;
        font-size: 25px;
        line-height: 30px
    }

    .slideshow .slide .para,
    .slideshow .slide .title {
        margin: 0;
        max-width: 270px;
        color: #fff;
        word-break: break-word
    }

    .slideshow .slide .para {
        font-family: poppinsregular;
        font-size: 14px;
        line-height: 18px
    }

    .slideshow .slide .sub_title {
        margin: 0;
        max-width: 600px;
        color: #fff;
        font-size: 14px;
        word-break: break-word;
        line-height: 30px
    }

    .slideshow .slide .text {
        margin: 0 auto;
        max-width: 1000px;
        font-size: 18px;
        line-height: 1.4
    }

    .slideshow .slide .btn {
        margin: 15px 0 0;
        border-color: #fff
    }

        .slideshow .slide .btn:before {
            background: #fff
        }

    .slideshow .pagination {
        position: absolute;
        bottom: 35px;
        left: 0;
        width: 100%;
        height: 12px;
        cursor: default;
        z-index: 2;
        text-align: center;
        display: block
    }

        .slideshow .pagination .item {
            display: inline-block;
            padding: 15px 5px;
            position: relative;
            width: 46px;
            height: 32px;
            cursor: pointer;
            text-indent: -999em;
            z-index: 1
        }

            .slideshow .pagination .item + .page {
                margin-left: -2px
            }

            .slideshow .pagination .item:before {
                content: "";
                display: block;
                position: absolute;
                top: 15px;
                left: 5px;
                width: 36px;
                height: 3px;
                background: hsla(0, 0%, 100%, .5);
                transition: background .2s ease
            }

            .slideshow .pagination .item:after {
                width: 0;
                background: #fff;
                z-index: 2;
                transition: width .2s ease
            }

            .slideshow .pagination .item.is-active:before,
            .slideshow .pagination .item:hover:before {
                background-color: #fff
            }

    .slideshow .arrows .arrow {
        margin: -33px 0 0;
        padding: 20px;
        position: absolute;
        top: 50%;
        cursor: pointer;
        z-index: 3
    }

    .slideshow .arrows .prev {
        left: 30px
    }

        .slideshow .arrows .prev:hover .svg {
            left: -10px
        }

    .slideshow .arrows .next {
        right: 30px
    }

        .slideshow .arrows .next:hover .svg {
            left: 10px
        }

    .slideshow .arrows .svg {
        position: relative;
        left: 0;
        width: 14px;
        height: 26px;
        fill: #fff;
        transition: left .2s ease
    }

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%
}

.cursor {
    background-color: hsla(0, 0%, 100%, 0);
    height: 10px;
    width: 10px;
    z-index: 99999;
    box-shadow: 0 0 22px 0 hsla(0, 0%, 100%, .6)
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    opacity: 0;
    background: hsla(0, 0%, 100%, .03);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .cursor2.hover,
    .cursor3.hover {
        -webkit-transform: scale(2.2) translateX(-25%) translateY(-25%);
        transform: scale(2.2) translateX(-25%) translateY(-25%);
        border: none
    }

.logo-cursor .cursor,
.video-cursor .cursor {
    opacity: 0
}

.logo-cursor .cursor2,
.logo-cursor .cursor3 {
    -webkit-transform: scale(2.2) translateX(-25%) translateY(-25%);
    transform: scale(2.2) translateX(-25%) translateY(-25%);
    border: none;
    opacity: 1
}

.video_section {
    position: relative;
    width: 75%;
    display: block;
    max-width: 100%;
    margin: 0 auto
}

    .video_section h3 {
        font-size: 24px;
        color: #fff;
        font-family: poppinssemibold;
        margin: 32px 15px 10px
    }
.video_section_1 {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float:left;
}

.blur-img {
    z-index: 8;
    background-size: cover;
    background-position: 50%;
    background-image: url(http://www.ivang-design.com/svg-load/video.jpg);
    filter: blur(6px)
}

.blur-img,
.blur-img-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.blur-img-over {
    border: 10px solid #060606;
    z-index: 9
}

.wrap-rel {
    position: relative;
    width: 100%;
    display: block
}

.video-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px
}

.video-wrapper,
figure.vimeo,
figure.youtube {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border-radius: 10px
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    figure.vimeo a img,
    figure.youtube a img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        max-width: none
    }

    figure.vimeo a:after,
    figure.youtube a:after {
        content: "";
        width: 50px;
        height: 50px;
        background: #e31837;
        z-index: 9;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        border-radius: 50%;
        box-shadow: 0 0 0 8px rgba(227, 24, 55, .4);
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    figure.vimeo:hover a:after,
    figure.youtube:hover a:after {
        box-shadow: none;
        opacity: 0
    }

    figure.vimeo a:before,
    figure.youtube a:before {
        border-left: 8px solid #fff;
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -7px;
        margin-top: -10px;
        display: block;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    figure.vimeo:hover a:before,
    figure.youtube:hover a:before {
        border-color: transparent;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff
    }

    figure.vimeo a:hover img,
    figure.youtube a:hover img {
        -webkit-transition: all .4s;
        transition: all .4s
    }

    figure.vimeo a img,
    figure.youtube a img {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        border-radius: 10px
    }

.v_divs .slick-next:before,
.v_divs .slick-prev:before {
    font-family: FontAwesome;
    font-size: 20px !important;
    line-height: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e31837 !important;
    padding: 18px !important;
    position: relative;
    border-radius: 50% !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.v_divs .slick-next:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.v_divs .slick-next:focus:before,
.v_divs .slick-next:hover:before,
.v_divs .slick-prev:focus:before,
.v_divs .slick-prev:hover:before {
    opacity: 1;
    border-radius: 50% !important;
    width: 30px;
    background: #2d3941 !important;
    color: #fff
}

.v_divs .slick-next:focus,
.v_divs .slick-next:hover,
.v_divs .slick-prev:focus,
.v_divs .slick-prev:hover {
    background: none !important
}

.v_divs.slick-initialized .slick-slide:after {
    content: none !important
}

.accordion_main .h1 h1 {
    font-size: 22px;
    font-family: poppinssemibold;
    margin-bottom: 14px
}

.idp_ielts_cities .slidess a:hover {
    color: #e31837
}

.tab_video .video_bx .m-video__thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 66.25%;
    margin: 15px 0
}

.tab_bar .dropdown:hover > .dropdown-menu {
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.tab_bar .dropdown > .dropdown-toggle:active {
    pointer-events: none
}

.tab_bar .dropdown button {
    background-color: transparent !important;
    border: none;
    color: #fff;
    padding: 0 14px;
    font-size: 13px;
    letter-spacing: .2px
}

    .tab_bar .dropdown button span {
        color: #fff
    }

    .tab_bar .dropdown button#dropdownMenuButton:focus {
        outline: none;
        box-shadow: none
    }

.tab_bar .dropdown .dropdown-menu a {
    color: #555;
    padding: 9px;
    font-size: 13px;
    cursor: pointer
}

.tab_bar .dropdown .dropdown-menu {
    box-shadow: none;
    min-width: 150px !important;
    border-radius: 0 2px 2px 2px
}

    .dropdown-item:active,
    .tab_bar .dropdown .dropdown-menu .dropdown-item.active,
    .tab_bar .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #e31837;
        color: #fff
    }

.tab_bar .container {
    padding: 0
}

.heading_top,
.new_update {
    float: left;
    width: 100%
}

    .new_update a {
        background-color: #2d3941
    }

    .new_update_inside a,
    .new_update a {
        color: #fff;
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 3px;
        margin-top: 10px;
        display: inline-block
    }

.new_update_inside a {
    background-color: #e31837
}

.heading_top .dropdown .dropdown-toggle:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f107";
    border: none;
    border-bottom: 0;
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 18px;
    color: #e31837;
    font-weight: 700
}

.footer_main hr {
    border-top: 1px solid #252e34
}

.transfer .m-video__thumbnail {
    margin: 0;
    padding-bottom: 68.25%;
}

.transfer .m-video__vid {
    margin: 0;
    padding-bottom: 68.25%;
}

    .transfer .m-video__vid iframe {
        border-radius: 0;
    }

.transfer .m-video__thumbnail img {
    border-radius: 0;
}

.test_date_calendar {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

#PopupModal .modal-dialog {
    max-width: 600px;
    margin: 6rem auto;
}

#PopupModal .modal-content {
    border: none;
}

.btn_popup {
    border: none;
    display: block;
    border-radius: 4px;
    color: #fff;
    float: left;
}

    .btn_popup button {
        color: #fff !important;
        padding: 10px 20px;
        float: left;
        border-radius: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        position: relative;
        cursor: pointer;
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        z-index: 0;
        border: none;
    }

    .btn_popup a:after {
        background: #2d3941 !important;
        background: linear-gradient(122deg, #2d3941 28%, #252e34 90%) !important;
        opacity: 0;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .btn_popup a:hover:after {
        opacity: 1;
        z-index: -3;
    }

#PopupModal .modal-header h2 {
    font-size: 18px;
    font-family: 'poppinsmedium';
    color: #fff;
}

#PopupModal .modal-header button {
    font-size: 26px;
    color: #fff !important;
    opacity: 1;
    text-shadow: none;
}

    #PopupModal .modal-header button span {
        color: #fff !important;
    }

#PopupModal .modal-footer {
    margin-bottom: 0;
}

.copyright .rotateInHover {
    -webkit-animation: rotation 3s infinite linear;
}

.imp_notification {
    display: none;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100% !important;
        margin-left: 0.1rem;
        margin-right: 0.1rem;
        transform: none !important;
    }

    .dropdown-submenu .dropdown-item.dropdown-toggle:after {
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "\f107";
        border: none;
        border-bottom: 0;
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 20px;
        color: #e31837;
        font-weight: 700;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu .dropdown-item.dropdown-toggle:hover:after {
        color: #ffffff;
    }

.webinar_series {
    width: 100%;
    float: left;
    box-shadow: 0px 1px 26px rgba(225, 225, 225, 0.55);
    border-radius: 8px;
    margin-bottom: 35px;
}

.webinar_thumb {
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
}

    .webinar_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px 0 0 8px;
        height: 270px;
    }

.webinar_bx {
    width: 100%;
    float: left;
    position: relative;
    padding: 18px 25px;
    height: 100%;
}

    .webinar_bx h3 {
        font-size: 22px;
        font-family: 'poppinssemibold';
        line-height: 30px;
        margin-bottom: 6px;
    }

    .webinar_bx p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 20px;
        padding-top: 22px;
    }

        .webinar_bx p span {
            font-family: 'poppinsmedium';
        }

        .webinar_bx p .fa {
            margin-right: 6px;
            color: #e31837;
            font-size: 17px;
            vertical-align: middle;
        }

        .webinar_bx p .italic {
            font-style: italic;
            font-size: 13px;
        }

        .webinar_bx p:nth-child(4) .fa {
            font-size: 19px;
        }

    .webinar_bx a {
        background: #e31837;
        background: linear-gradient(122deg, #e31837 28%, #e33e18 90%);
        position: relative;
        color: #fff;
        padding: 14px 20px;
        border-radius: 5px;
        float: right;
    }
/**Review Rating**/
.review_rating {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
    padding: 0 15px;
    margin-bottom: 22px;
}

    .review_rating h3 {
        font-size: 22px;
        font-family: poppinssemibold;
        margin-bottom: 16px;
    }

.review_r {
    border: 1px solid #dedede;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    border-radius: 8px;
}

.review_bx {
    width: 100%;
    float: left;
    position: relative;
    border-right: 1px solid #dedede;
    padding: 15px 20px;
    height: 100%;
}

    .review_bx h3 {
        font-size: 20px;
        font-family: 'poppinsregular';
        display: inline-block;
    }

    .review_bx p {
        font-family: 'poppinsmedium';
        font-size: 20px;
    }

    .review_bx img {
        width: 155px;
    }

    .review_bx span {
        font-size: 32px;
        font-family: 'poppinssemibold';
        display: block;
        padding-top: 10px;
    }

.star_rating {
    width: 100%;
    margin-top: 10px;
}

.review_cmt {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border-right: 1px solid #dedede;
    padding: 22px 15px;
    height: 100%;
}

.col-sm-3:last-child .review_cmt {
    border-right: none;
}

.review_cmt h4 {
    font-family: 'poppinssemibold';
    color: #e31837;
    font-size: 18px;
}

.review_cmt p {
    line-height: 21px;
    margin-top: 12px;
    font-size: 14px;
}

.review_cmt i {
    font-family: 'poppinsmedium';
    font-size: 14px;
    padding-top: 10px;
    display: block;
}

.osr_campaign {
    overflow-x: hidden;
    padding: 60px 0;
    margin-top: 85px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
}

.osr_cmp_bx,
.osr_campaign {
    width: 100%;
    float: left;
    position: relative
}

.osr_cmp_bx {
    background-color: #fff;
    box-shadow: 0px 6px 28px rgba(78, 78, 78, 0.16);
    border-radius: 10px;
    padding: 14px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: block;
    margin: 12px 0;
}

.why_osr_cnt {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    margin-left: 10px;
}

    .why_osr_cnt h5 {
        font-size: 18px;
        font-family: 'poppinssemibold';
        color: #e31837;
    }

.osr_cmp_bx:hover .why_osr_cnt p {
    color: #fff;
}

.why_osr_cnt p {
    font-size: 14px;
    margin-top: 6px;
    line-height: 18px;
}

.osr_campaign .container {
    padding: 0;
}

.osr_campaign .col-sm.col-xs {
    padding-right: 22px;
    padding-left: 22px;
}

.osr_campaign h2 {
    font-family: 'poppinssemibold';
    font-size: 26px;
    color: #3a3a3a;
    margin-bottom: 30px;
}

    .osr_campaign h2 span {
        color: #e31836;
        font-size: 26px;
        font-family: 'poppinssemibold';
    }

.osr_cmp_bx:hover {
    box-shadow: 0 0 0 #000;
    background: #333541;
}

.osr_cmp_bx img {
    width: 55px;
    background-color: #e31837;
    height: 55px;
    vertical-align: middle;
    padding: 12px;
    border-radius: 5px;
}

.OSR_video {
    width: 100%;
    float: left;
    position: relative;
}

    .OSR_video .cnt_com.line {
        margin-top: 0;
    }

    .OSR_video .m-video__thumbnail {
        padding-bottom: 80.25%;
        margin: 0;
    }

    .OSR_video .m-video__vid {
        padding-bottom: 80.25%;
    }

.osr_banner {
    margin-bottom: 30px;
}

    .osr_banner img {
        width: 100%;
        border-radius: 15px;
    }

.how_apply {
    width: 100%;
    float: left;
    position: relative;
    margin: 60px 0;
}

    .how_apply img {
        width: 100%;
    }

.retake_process {
    background-color: #fff;
    box-shadow: 0px 6px 20px rgba(78, 78, 78, 0.16);
    border-radius: 8px;
    padding: 30px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    float: left;
    text-align: center;
}

.how_apply .col-sm-2.col-xs {
    margin-left: 0;
}

.retake_process img {
    width: 45px;
}

.retake_process h5 {
    font-size: 16px;
    margin-top: 18px;
    line-height: 20px;
}

.testimonial-f-size .student_vw p {
    font-size: 16px;
    line-height: 22px;
}

.au_banner {
    margin-bottom: 30px;
}

    .au_banner img {
        width: 100%;
        border-radius: 15px;
    }
.masterclass .jumper.disable {
    cursor: not-allowed;
    background-color: #d7d7d7;
    color: #333;
}
.navbar-1 {
padding: 15px 0;
}
.table-section .table td .jumper.disable:hover {
    background-color: #d7d7d7 !important;
    color: #333 !important;
}
.login_main .content_img {
    height: auto;
}
.login_main .m-video__thumbnail {
    padding-bottom: 46.25% !important;
}

        @media only screen and (min-width:1400px) {
            .slideshow {
                min-height: 500px;
            }

                .slideshow .slide .image-container {
                    height: 500px;
                }
        }

        @media only screen and (min-width:768px) and (max-width:1024px) {
            .book_test {
                padding: 15px 16px;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

                .book_test h3 {
                    font-size: 20px
                }

            .bx-sdw {
                box-shadow: none
            }

            .cnt_com {
                margin-top: 0 !important
            }

                .cnt_com ul li:before {
                    margin-left: -18px
                }

            .register_f {
                border-left: 1px solid #e2e2e2;
                border-top-left-radius: 0;
                border-bottom-left-radius: 8px
            }

                .register_f .form-group {
                    width: 30%;
                    padding: 0 8px 0 0
                }

                .register_f .form-group_1 {
                    width: 22%;
                    padding: 0 8px 0 0
                }

                .register_f select.form-control {
                    font-size: 13px
                }

                .register_f button.viewdates_btn {
                    width: 18%;
                    margin-left: 8px;
                    font-size: 14px
                }

            .viewdates_btn img {
                width: 16px;
                margin-left: 8px
            }

            .col-lg-9.col-md-12.col-xs {
                border-bottom: 5px solid hsla(0, 0%, 87.1%, .3)
            }

            .footer-drop .col-xl.col-lg-6.col-md-6.col-sm {
                margin-bottom: 30px
            }

            .footer_main .footer-drop button {
                font-size: 18px;
                margin-bottom: 10px
            }

            .footer_main .footer-drop li a {
                font-size: 15px
            }

            .footer-logo-sec p {
                font-size: 16px;
                line-height: 22px
            }

            .footer_main .footer-drop i.fa.fa-angle-down {
                font-size: 26px;
                font-weight: 700;
                margin-left: 12px
            }

            .copyright p {
                font-size: 14px
            }

            .copyright img {
                width: 14px
            }

            .copyright p span:nth-child(2) {
                font-size: 14px
            }

            .copyright p span:nth-child(3) {
                font-size: 15px
            }

            .bottom_footer_nav li a {
                font-size: 14px
            }

            .footer_main .footer-drop ul li {
                font-size: 15px
            }

            .bottom_footer {
                padding: 28px 25px
            }

            .social_media_idp_ielts {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 18px;
                border-top: 1px solid #161b1f;
                padding-top: 18px
            }

                .social_media_idp_ielts ul li a i.fa {
                    font-size: 26px
                }

            .city_bx span {
                font-size: 18px !important
            }

            .std_test_h h3 {
                width: 100%;
                margin-bottom: 18px
            }

            .std_test_h {
                padding-top: 22px
            }

                .std_test_h p,
                .testimonial_sl {
                    width: 100%
                }

            .testimonial_bx:before {
                left: 32%
            }

            .video_section {
                width: 100%
            }

            .m-video__thumbnail header .video-button.medium,
            .player-circles .circle {
                width: 40px;
                height: 40px
            }

                .m-video__thumbnail header .video-button.medium:after {
                    border-width: 7px 10px;
                    left: 16px;
                    top: 14px
                }

            .why_tk_cd {
                margin-top: 25px
            }

            .cd_ielts_main .student_testimonial,
            .why_tk_cd {
                margin-bottom: 30px
            }

            .notify h3 {
                width: 100%
            }

            .slideshow .slide-content {
                height: 100%
            }

            .content_img {
                width: 100% !important;
            }
        }

        @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
            .nav-link {
                font-size: 13px
            }

            .navbar-brand img.leaf {
                width: 20px !important
            }

            li.nav-item {
                margin: 0 6px;
                margin-bottom: 0 !important
            }

            .logoo {
                width: 76% !important;
                margin-left: 2px
            }

            .book_ielts {
                padding: 16px 14px
            }

            .register_f .form-group {
                width: 28%;
                padding: 0 12px
            }

            .register_f .form-group_1 {
                width: 22%;
                padding: 0 12px
            }

            .register_f select.form-control {
                font-size: 14px
            }

            .register_f button.viewdates_btn {
                width: 18%;
                margin-left: 12px;
                font-size: 16px
            }

            .viewdates_btn img {
                width: 18px;
                margin-left: 12px
            }

            .book_test h3 {
                font-size: 22px
            }

            .social_media_idp_ielts {
                padding-top: 22px
            }

            .intr_lk {
                width: 100% !important;
                margin-bottom: 30px !important;
                margin-right: 0 !important
            }

            .r_side_b_ovr h5 {
                font-size: 18px !important;
                padding: 0 10px !important
            }

            .col-lg-9.col-md-12.col-xs {
                border-bottom: 0
            }

            .footer-logo-sec p {
                font-size: 16px;
                line-height: 24px;
                padding: 13px 90px
            }

            figure.cd_ielts_bx {
                min-width: 203px !important
            }

            .cd_text_in h3 {
                font-size: 16px !important
            }

            .cd_text_in p {
                font-size: 12px !important
            }

            .reasons {
                margin-left: 0
            }

                .reasons img {
                    width: 28px;
                    margin-right: 8px
                }

                .reasons h4 {
                    width: 165px;
                    font-size: 13px
                }

            .counter_sec img {
                min-height: 330px
            }

            .milestone-counter {
                margin: 25px 10px;
                width: 158px;
                padding-right: 12px
            }

                .milestone-counter:before {
                    left: 8px
                }

            .milestone-details {
                font-size: 11px;
                line-height: 13px
            }

            .highlight {
                padding: 10px 0 20px;
                font-size: 36px
            }

            .overlay_cd {
                padding: 32px 42px
            }

                .overlay_cd h2 {
                    font-size: 22px
                }

            .btn_effect {
                margin-top: 18px
            }

            .dfl_box {
                padding: 15px 20px
            }

                .dfl_box .fa {
                    font-size: 40px
                }

                .dfl_box h3 {
                    font-size: 22px
                }

                .dfl_box p {
                    font-size: 14px;
                    line-height: 16px
                }

            .dfl_box {
                min-height: 275px
            }

            #tile-1 .nav-tabs li a {
                padding: 18px 24px !important
            }

            .idp_ielts_cities {
                padding: 11px 10px
            }

            .slick-next:before,
            .slick-prev:before {
                padding: 25px
            }

            .slick-initialized .slick-slide a {
                font-size: 14px
            }

            .register_test {
                width: 85% !important;
                float: right !important
            }

            .heading_top .dropdown-menu {
                right: 0 !important;
                left: auto
            }

            .zone_bx h3 {
                font-size: 16px !important;
            }

            .zone_bx span {
                font-size: 14px !important;
            }
        }

        @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
            .navbar {
                background-color: #fff !important;
                margin: 0 !important;
                border-radius: 0 !important;
                transition: all .5s ease-in;
                transform: translate(0);
                position: fixed !important;
                width: 100%;
                top: 0 !important;
                border-bottom: 1px solid #ececec;
                box-shadow: 0 3px 2px rgba(212, 211, 211, .14)
            }

            .navbar-light .navbar-toggler {
                padding-left: 14px;
                color: #000;
                border: #000;
                padding-right: 10px
            }

            .navbar-toggler-icon {
                width: 1.5em;
                height: 1.5em
            }

            .navbar-nav .dropdown-menu {
                transform: none;
            }

            .book_ielts {
                padding: 16px;
                margin: 0 10px;
                position: relative;
                top: 0;
                left: 0;
                border-radius: 0
            }

                .book_ielts a {
                    font-size: 16px;
                    line-height: 32px;
                    letter-spacing: .4px
                }

            .tab_bar {
                display: none
            }

            .navbar-light .navbar-brand {
                margin-right: 0;
                padding-left: 0;
                width: 235px;
                display: inline-block;
                position: relative;
                right: 95px
            }

            .testimonial_bx .slick-list {
                margin-left: 28px;
                width: 88%
            }

            .std_testimonials .student_testimonial {
                min-height: 415px !important
            }

            .slick-dotted.slick-slider {
                margin-bottom: 15px !important
            }

            figure.cd_ielts_bx {
                margin-bottom: 20px !important
            }

            .reasons {
                margin-left: 0
            }

                .reasons img {
                    width: 24px;
                    margin-right: 6px
                }

                .reasons h4 {
                    width: 132px;
                    font-size: 11px;
                    line-height: 15px
                }

            .top_reasons .container {
                margin-left: 0;
                margin-right: 0;
                padding-left: 0;
                padding-right: 0;
                max-width: 100%
            }

            .notify h1 {
                font-size: 5.5em
            }

            .notify h3 {
                font-size: 14px;
                left: 2px;
                width: 100%;
                letter-spacing: -.2px;
            }

            .computer_d {
                height: auto
            }

                .computer_d img {
                    border-radius: 0;
                    height: 310px;
                    object-fit: cover;
                }

            .overlay_cd {
                padding: 25px 20px;
                position: relative;
                height: 100%;
            }

                .overlay_cd a {
                    margin: 20px 0 0;
                }

            .dfl_box {
                padding: 15px 12px
            }

                .dfl_box .fa {
                    font-size: 32px
                }

                .dfl_box h3 {
                    font-size: 18px
                }

                .dfl_box p {
                    line-height: 18px
                }

                    .dfl_box p,
                    .dfl_box p span {
                        font-size: 13px
                    }

                .dfl_box a {
                    font-size: 12px;
                    padding: 11px 14px 10px 10px
                }

                .dfl_box i.fa.fa-angle-right {
                    font-size: 20px;
                    margin-left: 8px
                }

            .tabs_view p {
                line-height: 18px
            }

            #tile-1 .nav-tabs {
                width: 100%
            }

                #tile-1 .nav-tabs li a {
                    padding: 20px 30px !important;
                    font-size: 14px
                }

            span.ielts {
                font-size: 28px
            }

            .tab-pane p {
                font-size: 14px
            }

            .idp_ielts_cities .slick-dotted.slick-slider {
                margin-bottom: 0 !important
            }

            .banner_img {
                width: 100%;
                position: relative;
                height: 100%;
                float: left;
                top: 0
            }

            .slideshow {
                min-height: 324px
            }

                .slideshow .slide .caption {
                    padding: 0
                }

                .slideshow .slide .title {
                    margin: 0 auto;
                    max-width: 100%;
                    color: #fff;
                    font-size: 20px;
                    line-height: 22px
                }

                .slideshow .slide .image {
                    height: auto !important
                }

            ul.navbar-nav.ml-auto {
                margin-top: 12px;
                border-top: 1px solid #e2e2e2;
            }

            .nav-link {
                padding: .8rem 1rem
            }

            .register_test {
                margin-top: 0;
                padding: 15px 0 0;
            }

                .register_test h3 {
                    font-size: 14px;
                    margin-bottom: 12px;
                }

                    .register_test h3:before {
                        padding: 4px
                    }

                .register_test .form-group {
                    margin-bottom: 13px;
                }

            .register_form .form-control {
                font-size: 12px;
                height: 38px;
                padding-left: 10px;
                padding-right: 20px
            }

            .banner_inner_color {
                height: 65px;
                background-color: transparent;
                border-bottom: 1px solid #eae9e9
            }

            .register_main {
                margin-top: 35px
            }

            .frb-description li {
                padding: 8px 0 !important;
                margin: 0 5px !important
            }

            .book_slot {
                box-shadow: none;
                padding: 0;
                margin-top: 20px;
                text-align: center;
                top: 0;
                border: none
            }

            .notifications .container {
                padding-right: 0;
                padding-left: 0;
            }

            .copyright {
                margin-top: 0;
                padding: 10px 0;
            }

            .bottom_footer_nav {
                margin: 0;
                padding: 10px 0;
            }

            .bottom_footer {
                padding: 25px 25px;
            }

            .social_media_idp_ielts ul li {
                padding: 0 0;
            }

            .cnt_com {
                margin-top: 20px !important;
            }

            .branch_bx legend {
                font-size: 18px;
            }
        }

        @media only screen and (max-width:576px) {

            .navbar-light .navbar-nav .nav-link:focus,
            .navbar-light .navbar-nav .nav-link:hover {
                outline: none !important
            }

            li.nav-item {
                margin: 0 12px;
                margin-bottom: 10px !important
            }

            .dropdown-submenu .dropdown-menu {
                left: 55% !important;
                transform: translateX(-50%) !important;
                box-shadow: none;
                background-color: transparent;
            }

            .float-right-form {
                margin-right: 0 !important;
                padding: 0
            }

            .top_reasons {
                width: 100%;
                float: left;
                height: 100%
            }

                .top_reasons h1 {
                    color: #555;
                    font-family: poppinssemibold;
                    padding: 20px 8px;
                    font-size: 20px
                }

            .imp_notification {
                display: block;
                background-color: #2d3941;
                width: 100%;
                float: left;
                height: 40px;
            }

            .cnt_fsize p {
                font-size: 13px !important;
                margin-bottom: 0 !important;
                padding-top: 10px;
            }

            .reasons {
                margin-bottom: 18px
            }

            .notify h3 {
                width: auto
            }

            .col-sm-5.animated.slideInLeft.slow {
                display: none
            }

            .computer_deliver {
                margin-top: 35px;
                margin-bottom: 35px
            }

            .computer_d img,
            .overlay_cd {
                border-radius: 0
            }

            .overlay_cd {
                padding: 25px 20px;
                position: relative
            }

                .overlay_cd h2 {
                    font-size: 18px
                }

            .dfl_box {
                padding: 14px 18px;
                min-height: 290px;
                margin-bottom: 40px
            }

                .dfl_box h3 {
                    font-size: 24px;
                    padding: 15px 0
                }

                .dfl_box p {
                    font-size: 13px
                }

                .dfl_box a {
                    bottom: 25px
                }

            .tabs_view {
                margin-top: 15px;
                padding: 0 20px
            }

                .tabs_view p {
                    line-height: 20px;
                    font-size: 13px
                }

            .ielts_app {
                padding: 0 15px;
            }

            .ielts_app_bg {
                padding: 30px 8px;
            }

            .ielts_app_images {
                margin: 20px 0;
            }

                .ielts_app_images img:nth-child(1) {
                    margin-top: 20px;
                    width: 100%;
                }

                .ielts_app_images img:nth-child(2) {
                    width: 100%;
                }

            #tile-1 .nav-tabs {
                width: 100%
            }

                #tile-1 .nav-tabs .active {
                    background-color: #e31837 !important;
                    border: none !important;
                    color: #fff !important;
                    border-radius: 4px;
                    padding: 18px 40px !important
                }

                #tile-1 .nav-tabs a:hover {
                    background-color: #e41818 !important;
                    border: none
                }

            #tile-1 .slider {
                display: none
            }

            #tile-1 .tab-pane {
                padding: 15px 0 30px;
                border: 1px solid #f3f2f2;
                border-radius: 5px
            }

            .tab-pane ul {
                padding-bottom: 15px;
                margin-top: 10px;
                float: left;
                display: block;
                margin-bottom: 10px
            }

            .tab-pane li {
                float: left;
                display: block !important;
                margin: 0 0 15px;
                width: 100%
            }

            .tabs_view .tab-content .tab-pane svg {
                margin-left: 0;
                float: right;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                top: 10px
            }

            .student_testimonial {
                padding: 25px 0
            }

            .sudent_dark_blue h3,
            .sudent_dark_blue h3 span {
                font-size: 22px
            }

            .sudent_dark_blue p {
                font-size: 13px;
                margin-top: 5px;
                line-height: 18px
            }

            #myCarousel .carousel-inner {
                margin-top: 30px
            }

            .carousel {
                padding: 0 30px
            }

                .carousel .item {
                    min-height: 450px
                }

                .carousel .carousel-control {
                    top: 18%
                }

            .carousel-control.carousel-control-prev img {
                left: 30px
            }

            .carousel-control.carousel-control-next img {
                right: 30px
            }

            .about_idp_ielts {
                margin-top: 15px;
                padding: 0
            }

                .about_idp_ielts h3 {
                    margin-bottom: 10px
                }

                .about_idp_ielts p {
                    font-size: 13px;
                    margin: 0;
                    padding: 0 10px
                }

            .slick-initialized .slick-slide:after {
                display: none
            }

            .footer-drop .col-sm {
                margin-bottom: 22px
            }

            .footer_main {
                margin-top: 50px;
                padding: 40px 0 0
            }

                .footer_main .footer-drop i.fa.fa-angle-down {
                    font-size: 26px;
                    font-weight: 700;
                    float: right
                }

            .footer-logo-sec {
                margin-bottom: 15px;
                padding-top: 0
            }

            .footer-drop {
                margin-top: 25px;
                padding: 20px 10px
            }

            .footer_main .footer-drop button {
                width: 100%;
                float: left;
                text-align: left
            }

            .bottom_footer {
                padding: 18px 10px;
                height: auto
            }

            .copyright {
                text-align: center
            }

            .bottom_footer_nav,
            .copyright {
                margin-bottom: 15px;
                padding: 0
            }

                .bottom_footer_nav li {
                    padding: 0 9px
                }

            .social_media_idp_ielts {
                display: flex;
                justify-content: center;
                align-items: center
            }

                .social_media_idp_ielts ul {
                    float: left;
                    height: auto
                }

                    .social_media_idp_ielts ul li {
                        margin-right: 5px;
                        padding: 8px 0
                    }

            .footer-logo-sec p {
                padding: 10px 0;
                line-height: 18px
            }

            .navbar-nav {
                margin-top: 5px !important;
                padding: 5px 10px;
                box-shadow: 0 15px 12px hsla(0, 0%, 74.1%, .25);
                margin: 0;
            }

            .navbar-light .navbar-toggler {
                padding-left: 14px;
                color: #000;
                border: #000;
                padding-right: 10px
            }

            .navbar {
                margin: 0;
                padding: 0;
                border-radius: 0;
                top: 0 !important;
                border: none;
            }

            .container:before,
            .container:after,
            .navbar-collapse:before,
            .navbar-collapse:after {
                content: none;
            }

            .sticky-top {
                height: auto
            }

            .tab_bar {
                display: none
            }

            .testimonials {
                padding: 20px 0
            }

            .slick-dotted.slick-slider {
                margin-bottom: 0
            }

            .idp_ielts_cities {
                padding: 0
            }

            .form-shrink .form-group {
                width: 100%;
                margin-right: 22px
            }

            .navbar-light .navbar-brand {
                margin-right: 0;
                padding-left: 0;
                width: 150px;
                display: inline-block
            }

            .navbar-brand img.leaf {
                width: 21px !important;
                position: relative
            }

            .navbar.sticky-top .navbar-brand img:nth-child(2) {
                width: 120px;
                margin-left: 3px
            }

            .viewdates_btn img {
                width: 21px !important;
                display: inline-block;
                vertical-align: middle;
                margin-left: 10px;
                height: auto !important
            }

            .form_sec {
                top: 8px;
                min-height: 300px;
                position: relative
            }

            .register_test {
                opacity: 1;
                border-radius: 0;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                margin-top: 0
            }

            .banner_text {
                margin-top: 0;
                top: 80px
            }

                .banner_text h3 {
                    font-size: 18px;
                    font-family: poppinsmedium;
                    padding: 14px;
                    color: #fff
                }

            .form-shrink {
                display: none
            }

            .book_ielts {
                padding: 5px 10px;
                margin: 12px 10px;
                left: 0;
                border-radius: 0
            }

            .book_ielts,
            .slideshow {
                position: relative;
                top: 0
            }

            .slideshow {
                overflow: hidden;
                width: 100%;
                min-height: 130px;
                z-index: 99999;
                height: 100%;
                margin-top: 107px;
            }

                .slideshow .slide .caption {
                    padding: 0
                }

                .slideshow .slide .sub_title {
                    font-size: 16px;
                    margin-top: 8px;
                    line-height: 22px
                }

                .slideshow .slide .title {
                    margin: 0 auto;
                    max-width: 100%;
                    color: #fff;
                    font-size: 20px;
                    line-height: 22px
                }

                .slideshow .pagination {
                    bottom: 17px
                }

            .banner_img {
                width: 100%;
                position: relative;
                height: 100%;
                float: left;
                top: 0
            }

            .slideshow .slide .image-container {
                height: 124px;
            }

            .banner_img img {
                width: 100%;
                height: 130px;
                object-fit: cover;
            }

            .image-container span {
                width: 100%;
                float: left;
            }

            .computer_d {
                height: auto
            }

            .btn_effect {
                padding: 0 1.2rem;
                width: 100%
            }

            .dfl_section {
                padding: 10px 0
            }

            .bg_nav {
                background-color: #fff;
                border-radius: 0
            }

            .logoo {
                width: 78% !important
            }

            .computer_deliver .col-sm {
                padding: 0
            }

            #tile-1 .nav-tabs li a {
                border: 1px solid #e0e0e0 !important;
                border-radius: 4px;
                margin-bottom: 4px;
                padding: 18px 80px !important
            }

            .testimonial_sl {
                width: 95%;
                min-height: 280px;
                padding: 15px 20px;
                max-height: 400px;
            }

            .slick-dots {
                bottom: -32px
            }

            .student_img {
                width: 100px;
                height: 100px;
                max-width: 100%;
                margin: 0 auto;
                padding: 10px 0 0 10px
            }

            .student_vw {
                display: block;
                width: 100%;
                padding-left: 0;
                font-size: 16px
            }

                .student_vw h4 {
                    margin: 5px 0 25px;
                    font-size: 16px;
                    padding: 0 5px
                }

                .student_vw p {
                    padding: 0 5px
                }

            .slick-slide {
                display: none;
                float: left;
                height: 100%;
                text-align: center;
                min-height: 1px;
                position: relative;
                top: 0
            }

            .slick-next,
            .slick-prev {
                width: auto;
            }

            .slick-next {
                left: 0;
            }

            .testimonial_bx .slick-next:before,
            .testimonial_bx .slick-prev:before {
                font-size: 15px !important;
                padding: 16px !important
            }

            .testimonial_bx .slick-prev:after {
                width: 12px;
                top: -17px;
                right: -32px
            }

            .testimonial_bx .slick-prev {
                right: -8px;
                left: auto
            }

            .testimonial_bx .slick-next {
                right: auto;
                left: -11px
            }

                .testimonial_bx .slick-next:after {
                    content: "";
                    height: 1px;
                    width: 9px;
                    background-color: #e31837;
                    position: relative;
                    float: left;
                    top: -15px;
                    left: -9px
                }

            .testimonial_bx:before {
                top: 84px;
                left: 0;
                font-size: 3.2em
            }

            .profile-align {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 15px
            }

            .section {
                position: relative;
                width: 100%;
                display: block;
                overflow: hidden;
                height: 25vh;
                float: left
            }

            .slick-next:before,
            .slick-prev:before {
                padding: 23px 15px
            }

            .idp_ielts_cities .slick-slide {
                margin: 15px 20px
            }

            .register_main {
                background: none;
                margin-top: 30px;
                margin-bottom: 20px;
                margin-left: 5px;
                margin-right: 5px !important;
                width: auto
            }

            .book_test {
                padding: 30px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

            .register_f {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-left: 1px solid #e2e2e2
            }

            .bx-sdw {
                box-shadow: none
            }

            .register_f .form-group {
                margin-bottom: 22px;
                float: left;
                width: 100%;
                padding: 0 8px
            }

            .register_f button.disable_grey,
            .register_f button.viewdates_btn {
                width: 100%;
                margin-left: 0
            }

            .register_f form {
                display: block;
                height: 100%
            }

            .banner_inner_bg img {
                width: 100%;
                height: 100%
            }

            .banner_inner_bg {
                height: 170px
            }

            .book_test h3 {
                font-size: 22px
            }

            .std_test_h {
                width: 100%;
                float: left;
                background: #e31837;
                background: linear-gradient(122deg, #e31837 100%, #e33e18 0);
                margin-top: 35px;
                padding-top: 0;
                margin-bottom: -1px
            }

                .std_test_h h3 {
                    width: 95%;
                    padding-top: 35px;
                }

            .student_testimonial .video_section .m-4 {
                margin: .7rem !important
            }

            .video_section {
                width: 100%
            }

                .video_section .col-sm {
                    padding: 0
                }

            .std_test_h p {
                width: 95%;
                padding: 8px 0 0
            }

            .banner_inner_color {
                height: 67px;
                border-bottom: 1px solid #d5d5d5
            }

            .btn_register a {
                text-align: center
            }

            .project-tab .nav-link {
                border-bottom: 1px solid #dedede !important
            }

            .new_update_m {
                width: 100%;
                float: left;
                background-color: #2d3941;
                padding: 10px 0;
                text-align: center
            }

                .new_update_m a {
                    color: #fff;
                    background-color: #2d3941;
                    font-size: 14px;
                    padding: 4px 10px;
                    border-radius: 3px;
                    display: inline-block
                }

            .dropdown-menu {
                top: 8px;
                position: relative !important
            }

            .slideshow .slide-content {
                height: 100%
            }

            .nav-item:nth-child(7) .dropdown-menu {
                left: 50% !important;
                right: 0
            }

            #PopupModal .modal-dialog {
                padding: 0 15px;
                position: relative;
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
                margin: 0 auto;
            }

            .banner_inner_color_1 {
                height: 58px;
            }

            .bg_nav_1 .navbar-brand {
                width: 135px;
                margin-left: 8px;
            }

            .bg_nav_1 a.tel {
                width: auto;
                font-size: 13px;
            }

                .bg_nav_1 a.tel img {
                    width: 12px;
                }

            .bg_nav_1 .book_ielts {
                padding: 13px 12px;
                margin: 0px;
            }

            .top_reasons_1 {
                width: 100%;
                float: left;
                height: auto;
            }

                .top_reasons_1 h1 {
                    color: #555;
                    font-family: poppinssemibold;
                    padding: 20px 8px;
                    font-size: 20px;
                }

                .top_reasons_1 .reasons {
                    margin-bottom: 18px;
                }

            .why_choose {
                margin-top: 40px;
            }

            .ielts_fr_prep h3 {
                text-align: center;
            }

            .ielts_fr_prep p {
                text-align: center;
                line-height: 21px;
            }

            .postion-center-vr {
                width: 100%;
                padding: 20px;
            }

            .cd_ielts {
                padding: 30px 0px;
            }

            .cd_ielts_cnt .btn_register {
                margin-top: 10px;
                margin-bottom: 30px;
            }

            .cd_ielts_sec {
                margin: 70px 0 10px 0;
            }

            .main_banner .banner_mob {
                height: auto;
                width: auto;
            }

                .main_banner .banner_mob span {
                    width: 100%;
                    float: left;
                }

            .osr_campaign {
                padding: 35px 15px 25px 15px;
                margin-top: 60px;
            }

                .osr_campaign h2 {
                    font-size: 24px;
                    margin-bottom: 20px;
                }

                .osr_campaign .col-sm.col-xs {
                    padding-right: 15px;
                    padding-left: 15px;
                }

            .osr_cmp_bx img {
                width: 45px;
                height: 45px;
                padding: 10px;
                border-radius: 4px;
            }

            .why_osr_cnt {
                width: 80%;
                margin-left: 10px;
            }

                .why_osr_cnt h5 {
                    font-size: 16px;
                }

                .why_osr_cnt p {
                    margin-top: 4px;
                }

            .how_apply {
                margin: 10px 0;
                margin-bottom: 35px;
            }

            .OSR_video .accordion-header {
                padding: 1em 0;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0;
            }

            .OSR_video .cd_ielts_video {
                margin-top: 35px;
            }

            .OSR_video .acrd_sec {
                margin-top: 0;
            }

            .mob_fnt .cnt_com p {
                font-size: 16px;
                margin-bottom: 12px;
                line-height: 24px;
            }

            .mob_fnt .cnt_com ul li {
                padding-bottom: 10px;
                font-size: 16px;
                line-height: 22px;
            }

            .what_is_ielts {
                margin-top: 30px;
                padding: 0 15px;
            }

            .where_take {
                margin-top: 20px;
                margin-bottom: 45px;
            }

            .country_bx {
                margin: 15px 0;
            }

            .col-sm-2 a .country_bx h5 {
                font-size: 14px;
            }

            .col-sm-2 a .country_bx span {
                width: 110px;
                height: 121px;
            }

            .prep_bx {
                border-right: none;
            }

            img.osr_img {
                width: 100%;
            }

            .apps_icon a {
                margin-right: 12px;
            }

            .apps_icon img {
                width: 115px;
            }

            .form_landing_p {
                background-color: #F5F5F5;
                padding: 30px 25px;
                width: 100%;
            }

            .main_banner img {
                width: auto;
                height: 100%;
            }
            .top_reasons_1.landing_p {
                margin-top: 82px;
            }
        }

        @media only screen and (max-width:360px) {
            #tile-1 .nav-tabs li a {
                border: 1px solid #e0e0e0 !important;
                border-radius: 4px;
                margin-bottom: 4px;
                padding: 18px 65px !important
            }

            .slideshow {
                overflow: hidden;
                width: 100%;
                min-height: 110px;
                z-index: 99999;
                height: 100%;
                margin-top: 66px;
            }

                .slideshow .slide .image-container {
                    height: 110px;
                }

            .banner_img img {
                width: 100%;
                height: 110px;
                object-fit: cover;
            }
        }
