/* reset -------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, dfn, del, p, blockquote, fieldset, input, textarea, select, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, button, canvas, video {
    margin: 0;
    padding: 0;
}

:root {
    --main-color: hotpink;
    --pane-padding: 5px 42px;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th, dfn, del {
    font-weight: normal;
    font-style: normal;
    color: #484848;
    font-family: 'Trirong', Helvetica, Arial, serif;
}

p {
    font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
    color: #484848;
}



fieldset, img {
    border: none
}

caption, th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    cursor: pointer
}

input[type="button"], input[type="submit"], input[type="reset"], button, input[type="search"], input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="hidden"], [hidden], .hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none;
}

article, aside, details, figcaption, figure, footer, header, nav, section, .clearfix {
    display: block
}

audio, canvas, video {
    display: inline-block
}

a > img {
    vertical-align: bottom
}

strong, .strong, b {
    font-weight: bold
}

em, .italic, i {
    font-style: italic
}

del, .del {
    text-decoration: line-through
}

:focus {
    outline: none
}

img {
    max-width: 400px;
    width: auto;
    height: auto;
}

.container.pop-up-form {
    position: fixed;
    z-index: 9999;
    top: 10vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    max-height: 810px;
}

.form-inner {
    position: relative;
    overflow: auto;
    max-width: 425px;
    background-color: #fff;
}

.pop-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 28, 28, 0.56);
    z-index: 6974;
    display: none;
}

.show-form {
    display: block;
}

.container.pop-up-form.show-form {
    display: block;
}

.hide-form {
    display: none;
}

.container.pop-up-form.show-form .row h4 {
    padding-top: 30px;
}

.container.pop-up-form .close-wrap {
    display: flex;
    justify-content: flex-end;
}

    .container.pop-up-form .close-wrap .fa-times {
        font-size: 40px;
        cursor: pointer;
    }

        .container.pop-up-form .close-wrap .fa-times:hover {
            color: #4F4F4F;
        }

.overflow {
    overflow: hidden;
    height: 100vh;
}

body .main button.btn-red {
    border: none;
    transition: background 0.2s;
}

body .main button.btn-red {
    border: none;
    transition: background 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
}

    body .main button.btn-red:hover {
        background-color: #333333;
        transition: background 0.2s;
    }

    body .main button.btn-red:hover {
        background-color: #333333;
        transition: background 0.2s;
    }

/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

/* common -------------------------- */
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    height: 100%;
    background: white;
}

body {
    height: 100%;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ul {
    font-size: 18px;
    font-weight: 300;
    line-height: 155%;
    font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
    color: #484848;
    margin-bottom: 50px;
    margin-left: 35px;
    width: 55%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}

.error {
    border: 1px solid red;
}

h1, div:not(.banner) > h2, h3 {
    line-height: 120% !important;
}

    h1:before, div:not(.banner) > h2:before, h3:before {
        /*top: 40px !important;*/
        top: 100% !important;
    }

/* Nav-------------------------- */
nav {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    nav .wrap {
        display: flex;
        justify-content: space-between;
        height: 90px;
    }

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 201px;
}

nav .logo img {
    padding: 6px 0;
    max-height: 96px;
}

.nav-contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .nav-contact a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .nav-contact .nav-contant-inner {
        display: flex;
        margin-right: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .nav-contact .nav-contant-inner.margin-test {
            margin-right: -160px;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .nav-contact .phone-icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 10px;
        padding-left: 10px;
    }

        .nav-contact .phone-icon div {
            height: 60px;
        }

    .nav-contact .phone-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .nav-contact .phone-wrap.hidden-scroll {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .nav-contact p {
        font-size: 14px;
        line-height: 135%;
        font-weight: 300;
        text-align: center;
        font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
    }

    .nav-contact a {
        font-size: 24px;
        color: #484848;
        font-weight: 300;
        font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
    }

/* Side-btn-------------------------- */
.side-btn {
    position: relative;
    z-index: 999;
    display: none;
}

    .side-btn .side-btn-inner {
        display: flex;
    }

        .side-btn .side-btn-inner div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #083A81;
            border-right: 1px solid #fff;
            transition: background 0.2s;
        }

        .side-btn .side-btn-inner .icon-comment:hover {
            background-color: #284E95;
            transition: background 0.2s;
        }

.nav-contant-inner .phone-icon-wrap {
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-contant-inner .phone-icon .fa-phone-alt {
    font-size: 33px;
    color: #484848;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-contant-inner.margin-test .phone-icon-wrap {
    background-color: #333333;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
}

    .nav-contant-inner.margin-test .phone-icon-wrap:hover {
        background-color: #00266D;
    }

.nav-contant-inner.margin-test .phone-icon .fa-phone-alt {
    font-size: 30px;
    color: #fff;
}

.side-btn a i.fa-comments {
    color: #fff;
    padding: 10px 15px;
    transform: rotate(90deg);
    font-size: 20px;
}

.side-btn button {
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: #B5121B;
    color: #fff;
    border: none;
    border-radius: 2px 0 0 2px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
}

.remove-side {
    display: block;
}

.add-side {
    display: none;
}

/* header hero section -------------------------- */
header {
    background: url(../images/hero-banner.jpg) no-repeat 50% 50%;
    background-position: top;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 90px;
    position: relative;
}

    header h1 {
        font-size: 43px;
        font-weight: 700;
        margin-bottom: 15px;
        font-family: 'Trirong', Helvetica, Arial, serif;
    }

    header p {
        font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 155%;
    }

    header .wrap {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

.hero-50-overlay {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 50%;
}

.content-wrapp {
    max-width: 490px;
    height: 100%;
    align-self: flex-end;
    margin-top: 100px;
}

.header-wrapper {
    max-width: 100%;
    /* margin-top: 260px;
	*/
}

    .header-wrapper h1, .header-wrapper p {
        color: #fff;
    }

/* banner -------------------------- */
.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 0;
    margin: 70px 0 40px 0;
}

.hero-banner-overlay {
    position: absolute;
    /*background-color: #fff;*/
    bottom: 20px;
    left: 0;
    width: 47%;
    height: 110px;
    border-radius: 0 2px 2px 0;
}

.banner {
    display: flex;
    position: relative;
}

    .banner.landing-page-2020-172-banner-mobile-hide {
        bottom: -10px;
        background-color: white;
        z-index: 999;
        width: 190%;
        position: relative;
        left: -85%;
    }

    .banner .banner-top-beginning-on-white-background {
        padding: 25px 25px 25px 35px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        left: 42%;
    }

        .banner .banner-top-beginning-on-white-background p {
            padding-top: 10px;
        }

    .banner h2 {
        font-size: 24px;
        font-weight: 600;
        position: relative;
    }
    /*.banner h2:before{
	position: absolute;
	content: '';
	left: 0;
	top: 25px;
	width: 80px;
	height: 10px;
	background-color:#E9DE23;
	z-index: -1;
}*/
    .banner.mobile {
        background: #F9F9F9;
        box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.25);
    }

        .banner.mobile .wrap {
            padding: 40px 15px;
            display: flex;
            justify-content: center;
        }

    .banner p {
        font-size: 18px;
    }

/* testemonials -------------------------- */
.testemonials .wrap {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}

.testemonials .single-testemonial {
    max-width: 430px;
    text-align: left;
    margin: 0 40px;
    position: relative;
}

.testemonials-top, .testemonials-bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testemonials-bot-img {
    display: flex;
    flex-direction: column;
    width: 69%;
}

.testemonials-top {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 300;
}

    .testemonials-top p {
        font-weight: 300;
        font-size: 18px;
        line-height: 29px;
        max-width: 410px;
    }

.testemonial-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
}

    .testemonial-name h4 {
        font-family: 'Trirong', Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 21px;
        color: #B5121B;
        text-align: center;
    }

    .testemonial-name p {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        max-width: 95%;
        text-align: center;
    }

/* 50-50 section -------------------------- */
.section-5050 {
    background-color: #FAFAFA;
    position: relative;
    z-index: 2;
}

    .section-5050 .wrap {
        display: flex;
        justify-content: flex-end;
    }

        .section-5050 .wrap h3 {
            font-weight: 600;
            padding-bottom: 20px;
            font-size: 48px;
            position: relative;
        }
    /*.section-5050 .wrap h3:before{
	position: absolute;
	content: '';
	left: 0;
	top: 53px;
	width: 80px;
	height: 10px;
	background-color:#E9DE23;
	z-index: -1;
}*/
    .section-5050 .section-5050-img {
        background: url(../images/student-5050.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 300px;
        height: 100%;
        position: absolute;
        width: 50%;
        left: 0;
        top: 0;
    }

.section-5050-content {
    width: 50%;
    padding: 50px 0 50px 40px;
}

.section-5050-inner p {
    font-size: 18px;
    font-weight: 300;
    line-height: 155%;
    margin-bottom: 50px;
}
/* .section-5050-inner h5{
	text-align: center;
	font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
	font-weight: 600;
}
*/
.section-5050-inner .btn-red {
    padding: 20px 70px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background-color: #B5121B;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

/* Fixed btn-------------------------- */
.main .header-wrapper .section-5050-btn .fixed {
    position: fixed;
    top: 90px;
    width: 100%;
    margin-top: 0;
}

/* Cards-------------------------- */
.cards {
    margin: 60px 0;
}

    .cards .wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.cards-title {
    display: flex;
    justify-content: center;
}

.cards h2 {
    text-align: center;
    font-size: 43px;
    font-weight: 800;
    position: relative;
}
/*.cards h2:before{
	position: absolute;
	content: '';
	left: 3px;
	top: 48px;
	width: 100px;
	height: 10px;
	background-color:#E9DE23;
	z-index: -1;
}*/
.cards .single-card {
    max-width: 532px;
}

.cards .single-card-inner {
    padding: 45px 75px;
    text-align: center;
}

.cards h4 {
    font-size: 16px;
    position: relative;
    color: #484848;
    padding: 20px 0 5px 0;
    white-space: nowrap;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Hind Siliguri', sans-serif;
    width: max-content;
    margin: 0 auto;
}

    .cards h4:before {
        font-size: 144px;
        position: absolute;
        bottom: -70px;
        left: -40px;
        color: rgba(72, 72, 72, 0.15);
    }

.cards .single-card:nth-child(1) h4:before {
    content: '1';
}

.cards .single-card:nth-child(2) h4:before {
    content: '2';
}

.cards .single-card:nth-child(3) h4:before {
    content: '3';
}

.cards .single-card:nth-child(4) h4:before {
    content: '4';
}

.cards p {
    font-size: 21px;
    line-height: 140%;
    font-weight: 400;
}

/* accreditation-------------------------- */
.accreditation {
    background-color: #FAFAFA;
    position: relative;
    z-index: 1;
}

    .accreditation .wrap {
        padding: 40px 15px;
        display: flex;
    }

    .accreditation .accreditation-wrap {
        display: flex;
        flex-direction: column;
    }

        .accreditation .accreditation-wrap h3 {
            font-size: 43px;
            font-weight: 800;
            position: relative;
        }
        /*.accreditation .accreditation-wrap h3:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 48px;
	width: 100px;
	height: 10px;
	background-color:#E9DE23;
	z-index: -1;
}*/
        .accreditation .accreditation-wrap .single-accreditation {
            display: flex;
            max-width: 512px;
            padding-top: 20px;
        }

            .accreditation .accreditation-wrap .single-accreditation img {
                min-width: 80px;
                max-width: 110px;
            }

    .accreditation .accreditation-img {
        background: url(../images/accreditation-5050.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 400px;
        height: 100%;
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
    }

    .accreditation .accreditation-wrap .single-accreditation h4 {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 16px;
        font-weight: 800;
    }

    .accreditation .accreditation-wrap .accreditation-text {
        padding-left: 25px;
    }

/* Video Section-------------------------- */
.video-section {
    padding: 200px 0 70px 0;
    position: relative;
}

.iframe-wrap {
    position: relative;
    z-index: 9;
    margin-top: 40px;
    width: 50%;
}

.video-block {
    position: absolute;
    height: 230px;
    width: 224px;
    left: -40px;
    top: -40px;
    background-color: #484848;
    z-index: -9;
}

.video-section h3 {
    font-size: 43px;
    line-height: 120%;
    padding-bottom: 30px;
    font-weight: 800;
    color: #484848;
    position: relative;
}
/*.video-section h3:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 35px;
	width: 100px;
	height: 10px;
	background-color:#E9DE23;
	z-index: -1;
}*/
/* .video-section h5{
	text-align: center;
	font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
	font-weight: 600;
}
*/

.video-section p {
    font-size: 18px;
    padding-bottom: 50px;
    font-weight: 300;
    line-height: 155%;
}

.video-section .wrap {
    display: flex;
}

.video-section-content button {
    padding: 20px 70px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    background-color: #B5121B;
    color: #fff;
    white-space: nowrap;
}

.video-content-inner {
    max-width: 530px;
    padding-left: 20px;
}

.video-section iframe {
    height: 280px;
    -webkit-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.75);
}

/* footer -------------------------- */
footer {
    font-size: 11px;
    line-height: 28px;
    padding: 50px 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    footer .wrap {
        display: flex;
        justify-content: center;
    }

    footer .footer-content {
        max-width: 570px;
    }

        footer .footer-content p {
            line-height: 170%;
            padding-bottom: 10px;
        }

        footer .footer-content a:hover {
            color: #222222;
        }

    footer a {
        font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
        color: #6C6C6C;
        font-size: 10px;
    }
/* form -------------------------- */
input, select option, select {
    width: 100%;
    padding: 9px 15px;
    font-size: 17px;
    line-height: 1.4;
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    white-space: pre-wrap;
}

    select:invalid, select option[value=""] {
        color: #6C6C6C;
    }

    input[type="radio"] + label, input[type="checkbox"] + label:before {
        padding: 3px 15px;
    }

    select.dropdown, select.dropdown-programs {
        /* -webkit-appearance: none; */
        -moz-appearance: none;
        /* appearance: none; */
        cursor: pointer;
    }

    select[name=canada_status] {
        text-align: left;
    }

div.dropdown-wrap {
    position: relative;
}

div.dropdown-wrap2 {
    position: relative;
}

div.dropdown-programs-wrap {
    position: relative;
}

    div.dropdown-wrap:after, div.dropdown-programs-wrap:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        color: #8E8E8E;
        font-size: 26px;
        position: absolute;
        right: 0;
        top: 9px;
        z-index: 999;
        width: 10%;
        height: 100%;
        pointer-events: none;
        font-weight: 800;
    }

    div.dropdown-wrap2:after, div.dropdown-programs-wrap:after {
        display: none;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        color: #8E8E8E;
        font-size: 26px;
        position: absolute;
        right: 0;
        top: 9px;
        z-index: 999;
        width: 10%;
        height: 100%;
        pointer-events: none;
        font-weight: 800
    }

input:focus {
    outline: 0;
    border-color: #B5121B;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label, select {
        display: inline-block;
        width: 50%;
        text-align: center;
        float: left;
        border-radius: 0;
    }

        input[type="radio"] + label:first-of-type {
            color: #6C6C6C;
            border-radius: 7px;
            cursor: pointer;
        }

        input[type="radio"] + label:last-of-type {
            color: #6C6C6C;
            border-radius: 7px;
            cursor: pointer;
        }

        input[type="radio"] + label i {
            padding-right: 0.4em;
        }

    input[type="radio"]:checked + label, input:checked + label:before {
        background-color: #B5121B;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-weight: 600;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        position: relative;
        display: block;
        padding-left: 1.6em;
    }

        input[type="checkbox"] + label:before {
            position: absolute;
            top: 0.2em;
            left: 0;
            display: block;
            width: 1em;
            height: 1em;
            padding: 0;
            content: "";
        }

input:checked + label:after {
    opacity: 1;
}

select:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

select:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

select:focus, select:active {
    outline: 0;
}

select option {
    background-color: #F5F5F5;
    color: #484848;
}

.input-group {
    margin-bottom: 15px;
    zoom: 1;
    font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
}

/*----------- TWO COLUMN FORM ---------- */
/* .form-row{
	display: flex;
}
.form-row .input-group:nth-child(1){
	padding-right: 5px;
}
.form-row .input-group:nth-child(2){
	padding-left: 5px;
}
*/

.form-row .input-group {
    width: 100%;
}

.col-half .input-group {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
}

.input-group:before, .input-group:after {
    content: "";
    display: table;
}

.input-group:after {
    clear: both;
}

header .container {
    right: 0px;
    position: relative;
    height: max-content;
    margin-bottom: 20px;
    background-color: #fff;
    z-index:999;
}

.container {
    max-width: 425px;
    box-shadow: 0px -6px 13px -10px rgba(0,0,0,0.75);
    display: block;
    z-index: 0;
    position: absolute;
    right: 15px;
}

    .container form {
        padding: 20px;
        padding-top: 0;
    }

.form-heading {
    padding: 10px 20px;
}

.row {
    zoom: 1;
}

.container h4 {
    font-size: 31px;
    font-family: 'Trirong', Helvetica, Arial, serif;
    font-weight: 600;
}

.container .form-heading p {
    font-size: 18px;
}

.container p {
    font-size: 16px;
    line-height: 2.3;
}

.container span {
    font-weight: 600;
}

.row .terms p, .row .terms small {
    font-size: 9px;
    line-height: 135%;
    text-align: center;
    font-family: 'Hind Siliguri', Helvetica, Arial, sans-serif;
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col-half {
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}

    .col-half:last-of-type {
        padding-right: 0;
    }

.col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}

    .col-third:last-of-type {
        padding-right: 0;
    }

.col-full input[type="radio"] + label, select {
    width: 100%;
}

.form-btn-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .form-btn-wrap .btn-div-fixed {
        width: 100%;
    }

    .form-btn-wrap button.form-btn {
        padding: 15px 70px;
        font-size: 18px;
        font-weight: 600;
        background-color: #B5121B;
        color: #fff;
        margin: 20px 0;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
        border-radius: 2px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.mobile {
    display: none;
}

form.lead-form p {
    line-height: normal;
}

form.popup-form p {
    line-height: normal;
}

form.lead-form .col-half {
    margin-top: 5px;
    margin-bottom: 10px;
    height: fit-content;
}

form.lead-form div.dropdown-wrap, form.popup-form div.dropdown-wrap {
    margin-bottom: 56px !important;
}

form.lead-form .switch, form.popup-form .switch, form.lead-form .dropdown-wrap, form.popup-form .dropdown-wrap {
    display: none;
}

form.lead-form .col-half .input-group, form.popup-form .col-half .input-group {
    height: fit-content;
}

form .error-alert-message {
    display: none;
    font-size: 10px;
    float: right;
    color: red;
    margin-top: -44px;
    position: relative;
    margin-right: 6px;
    text-align: right;
}
.not-free .error-alert-message {
    position: absolute;
  /*  right: 40px;
    bottom: 168px;*/
   /* margin-top: unset;*/
}
form .dropdown-wrap .error-alert-message {
    margin-top: -46px;
}

.not-free {
    position:relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.not-free-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.28px;
}


    .not-free-checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 17px;
        height: 17px;
        border: 1px solid #54565A;
        background: #FFF;
        margin-right: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        border-radius: 0;
        padding: 0px 7.5px;
    }


        .not-free-checkbox input[type="checkbox"]:checked {
        }

            .not-free-checkbox input[type="checkbox"]:checked::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 6px;
                height: 12px;
                border: 1px solid #54565A;
                border-width: 0 2px 2px 0;
                transform: translate(-50%, -50%) rotate(45deg);
            }

/* ========[ Responsive all mobile sizes ]======== */
@media (max-width: 1114px) {
    .cards .single-card {
        max-width: 48%;
    }

    .banner.landing-page-2020-172-banner-mobile-hide {
        width: 185%;
    }
}

@media (max-width: 1080px) {
    .content-wrapp {
        width: 545px;
    }

    .accreditation .accreditation-img {
        width: 47%;
    }
}

@media (max-width: 1024px) {
    .mobile {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .remove-side {
        display: none !important;
        opacity: 0;
    }

    .add-side {
        display: none !important;
    }

    nav .logo.mobile {
        width: 155px;
        height: 64px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    ul {
        width: 85%;
        text-align: left;
    }

    img {
        /*width: 90%;*/
    }

    .container.pop-up-form {
        position: fixed;
        z-index: 9999;
        left: 50%;
        transform: translate(-50%, 0%);
        display: none;
        min-width: 375px;
        top: 18vh;
    }

    .container p {
        font-size: 14px;
    }

    .chat-wrap-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .chat-phone-wrap {
        display: flex;
        margin-right: -15px;
    }

        .chat-phone-wrap .fa-phone-alt {
            font-size: 25px;
            color: #4C4C4C;
        }

        .chat-phone-wrap .phone {
            padding: 15px 15px;
            border-radius: 6px 0 0 6px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .chat-phone-wrap .chat {
            padding: 0 15px;
            background-color: #FFB856;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .request-btn-wrap {
        position: fixed;
        top: 90px;
        width: 100%;
        background-color: #B5121B;
        padding: 12px 10px;
        z-index: 99;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .request-btn-wrap .request-btn {
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

            .request-btn-wrap .request-btn p {
                color: #fff;
                padding-left: 15px;
                font-weight: 500;
            }

    .banner {
        margin: 40px 0;
    }

        .banner .wrap {
            text-align: center;
        }

            .banner .wrap h2 {
                font-size: 24px;
            }

                .banner .wrap h2::before {
                    display: none;
                }

    header {
        margin-top: 90px;
    }

        header .container {
            display: none;
        }

        header .wrap {
            position: relative;
        }

        header .content-wrapp {
            border-top: none;
            margin-top: 250px;
        }

    .header-wrapper {
        max-width: 100%;
        padding: 20px 0px;
        margin-bottom: 0;
    }

        .header-wrapper.mobile {
            max-width: 530px;
            margin: 0 auto;
        }

        .header-wrapper h1 {
            padding-bottom: 30px;
            font-weight: 600;
        }

        .header-wrapper h2 {
            padding-bottom: 16px;
            font-size: 26px;
            font-weight: 600;
        }

        .header-wrapper.mobile .btn-wrap {
            display: flex;
            justify-content: center;
        }

        .header-wrapper.mobile .btn-red {
            padding: 15px 70px;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin: 30px 0 10px 0;
            white-space: nowrap;
        }

        .header-wrapper h1, .header-wrapper p {
            color: #484848;
        }

        .header-wrapper.mobile p {
            font-size: 18px;
            line-height: 140%;
            font-weight: 300;
        }

        .header-wrapper.mobile span {
            font-weight: 700;
            color: #B5121B;
        }

        .header-wrapper h1 {
            padding-top: 10px;
            max-width: 450px;
            font-size: 24px;
            line-height: 120%;
        }

    /* testemonials-------------------------- */
    .testemonials-bot {
        flex-direction: column;
        align-items: center:
    }

        .testemonials-bot .testemonials-bot-img {
            width: auto;
        }

    .testemonial-name {
        flex-direction: column;
        align-items: center;
    }

    .testemonials .wrap {
        padding: 0px 0;
    }

    .testemonials .single-testemonial .testemonials-top {
        padding: 20px 10px 0 10px;
        font-size: 21px;
    }

    .testemonial-carousel .single-testemonial {
        margin: 0 auto;
        max-width: 332px;
    }

    .testemonial-carousel .test-wrap {
        display: flex;
        justify-content: center;
        width: 100vw;
    }

    .testemonials .single-testemonial img.quote {
        display: none;
    }

    .testemonial-carousel .slick-next {
        right: 30px;
        color: #000;
        z-index: 8;
    }

    .testemonial-carousel .slick-prev {
        left: 30px;
        color: #000;
        z-index: 8;
    }

        .testemonial-carousel .slick-prev:before, .testemonial-carousel .slick-next:before {
            color: #000;
        }

    .testemonials .quote-rotate {
        padding: 20px 0;
    }

    /* Section 5050-------------------------- */
    .section-5050 {
        margin-top: 20px;
    }

        .section-5050 .section-5050-img {
            background: url(../images/student-5050.jpg) no-repeat;
            background-size: cover;
            background-position: center;
            width: auto;
            min-height: 300px;
            height: 100%;
            position: relative;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
        }

        .section-5050 .wrap {
            display: flex;
            flex-direction: column;
        }

            .section-5050 .wrap .section-5050-content {
                padding: 20px 0px 40px 0;
                max-width: 530px;
                margin: 0 auto;
                width: 100%;
            }

            .section-5050 .wrap .section-5050-inner {
                max-width: 100%;
                max-width: 800px;
                MARGIN: 0 auto;
            }

                .section-5050 .wrap .section-5050-inner h3 {
                    padding-top: 20px;
                    padding-bottom: 40px;
                    font-size: 26px;
                    display: block !important;
                }

            .section-5050 .wrap h3:before {
                top: 48px;
            }

            .section-5050 .wrap .section-5050-inner p {
                font-size: 18px;
            }

    .section-5050-btn {
        display: flex;
        justify-content: center;
    }

    .section-5050 .btn-red {
        max-width: 335px;
    }

    .section-5050-btn .btn-red {
        z-index: 99;
        transform: translateY(0%);
        width: 100%;
        transition: all 0.2s;
        top: 90px;
    }

    .main .header-wrapper .section-5050-btn .btn-red {
        max-width: 500px;
        width: 100%;
        transition: width 0.2s ease-in, max-width 0.2s ease-in;
    }

    .main .header-wrapper .section-5050-btn .fixed {
        position: fixed;
        top: 90px;
        width: 100%;
        margin-top: 0;
        max-width: 100%;
        transition: width 0.2s ease-in, max-width 0.2s ease-in;
        padding: 20px 15px;
        left: 0px;
    }

    .section-5050-btn .btn-red.btn-sticky {
        position: fixed;
        top: 90px;
        transform: translateY(0%);
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s;
        z-index: 99;
    }

    /* Cards-------------------------- */
    .cards {
        margin: 40px 0 0 0;
    }

        .cards .wrap {
            flex-direction: column;
        }

        .cards .single-card {
            margin: 0 auto;
            margin-bottom: 40px;
            box-shadow: none;
            border-top: none;
            max-width: 500px;
        }

        .cards .cards-title h2 {
            font-size: 26px;
            margin-bottom: 40px;
        }

        .cards h2:before {
            top: 27px;
        }

        .cards .single-card-inner {
            padding: 0px 0px;
            width: 100%;
        }

            .cards .single-card-inner img {
                width: 90%;
            }

        .cards h4 {
            padding: 20px 0 15px 0;
            white-space: pre-wrap;
            font-weight: 600;
        }

        .cards p {
            font-size: 18px;
            width: 90%;
        }

        .cards h4 {
            max-width: 230px;
            margin: 0 auto;
            width: 100%;
        }

            .cards h4:before {
                font-size: 144px;
                position: absolute;
                bottom: -55px;
                color: rgba(72, 72, 72, 0.15);
            }

    /* accreditation-------------------------- */
    .accreditation .wrap {
        display: flex;
        justify-content: center;
    }

    .accreditation .accreditation-wrap h3 {
        font-size: 26px;
    }

        .accreditation .accreditation-wrap h3:before {
            top: 28px;
        }

    /* Video Section-------------------------- */
    .video-section {
        padding: 0 0;
        position: relative;
    }

    .iframe-wrap {
        position: relative;
        margin-top: 40px;
        margin: 0 auto;
    }

    .video-block {
        display: none;
    }

    .video-section h3 {
        font-size: 45px;
        padding: 50px 0px 40px 0px;
        font-size: 26px;
    }

        .video-section h3:before {
            top: 70px;
            width: 65px;
        }

    .video-section h5 {
        text-align: center;
    }

    .video-section p {
        font-size: 18px;
        padding-bottom: 50px;
    }

    .video-section .wrap {
        display: flex;
        flex-direction: column;
    }

    .video-section-content {
        margin: 0 auto;
    }

    .video-content-inner {
        padding-left: 0;
        margin: 0 auto;
    }

    .video-section-content button {
        padding: 20px 70px;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
        font-size: 18px;
        width: 100%;
        margin-top: 10px;
        max-width: 335px;
    }

    .video-section-content {
        width: 100%;
    }

    .video-section .video-btn {
        display: flex;
        justify-content: center;
    }

    .iframe-wrap {
        width: auto;
        margin-bottom: 40px;
    }

    .video-section iframe {
        height: 280px;
    }
}

@media (max-width: 740px) {
    /* accreditation-------------------------- */
    .accreditation .accreditation-wrap .single-accreditation p {
        max-width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        padding-top: 0;
        line-height: 140%;
    }

    .accreditation .accreditation-wrap .single-accreditation .accred-img {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .accreditation .accreditation-wrap .single-accreditation .accred-img {
        padding-right: 0;
    }

    .accreditation .accreditation-wrap .single-accreditation img {
        min-width: 80px;
        max-width: 80px;
    }

    .accreditation .accreditation-wrap .single-accreditation:nth-child(1) {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 540px) {
    .col-half {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 525px) {
    .video-section h3 {
        text-align: left;
    }

    .video-section iframe {
        width: 100vw;
        margin-left: -15px;
        height: 210px;
    }
}

@media (max-width: 359px) {
    .cards h4:before {
        display: none;
    }
}
