:root {
    --themelightshadecolor: #fafcff;
    --themedarkshadecolor: #138808;
    --themeblueshadecolor: #138808;
    --themeorangeshade: #f66101;
    --themecontrastshade: #2297fa
}

html,
body {
    margin: 0;
    font-weight: 100;
    font-family: Arial;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    cursor: default;
    background: var(--themelightshadecolor)
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px
}

::-webkit-scrollbar-track {
    box-shadow: none
}

::-webkit-scrollbar-thumb {
    background: var(--themedarkshadecolor);
    border-radius: 30px;
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb:horizontal {
    height: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #e5e5e5
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p,
li,
button,
a,
span,
blockquote,
input,
select,
textarea,
td,
th {
    margin: 0;
    font-family: Arial;
}

i {
    font-family: CharterItalic;
}

input::-webkit-calendar-picker-indicator {
    display: none !important;
}

b,
strong,
b a {
    font-family: Arial;
    font-weight: 600
}

ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #000
}

.carousel-button {
    display: none
}

.fts-head {
    font-family: Arial;
    font-size: 50px
}

.fts-style {
    line-height: 35px;
    letter-spacing: -.003em;
    color: rgba(41, 41, 41, 1);
    font-size: 20px
}

.content-ul {
    padding-left: 20px;
}

.fts-style li {
    margin-bottom: 0.86em;
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-23 {
    font-size: 23px
}

.fs-25 {
    font-size: 25px
}

.fs-28 {
    font-size: 28px
}

.fs-30 {
    font-size: 30px
}

.fs-33 {
    font-size: 33px
}

.fs-35 {
    font-size: 35px
}

.fs-40 {
    font-size: 40px
}

.fs-45 {
    font-size: 45px
}

.fs-50 {
    font-size: 50px
}

.fs-55 {
    font-size: 55px
}

.fs-58 {
    font-size: 58px
}

.fs-60 {
    font-size: 60px
}

.fs-70 {
    font-size: 70px
}

.fs-80 {
    font-size: 80px
}

.fs-90 {
    font-size: 90px
}

.fs-100 {
    font-size: 100px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-150 {
    margin-bottom: 150px
}

.mt-5 {
    margin-top: 5px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px
}

.mt-150 {
    margin-top: 150px
}

.mr-15 {
    margin-right: 15px;
}

hr {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.cl-green {
    color: var(--themedarkshadecolor)
}

.bg-darkgreen .cl-green {
    color: var(--themeblueshadecolor);
}

.fts-style {
    line-height: 1.5;
    letter-spacing: -.003em;
    color: rgba(41, 41, 41, 1)
}

.for-mobile {
    display: none !important;
}

.bg-body {
    background: #fff;
    max-width: 2200px;
    margin: auto;
}

.bg-body .parent-header-container {
    background: #fff;
}

.parent-table-container {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    background: var(--themelightshadecolor);
    box-sizing: border-box;
    table-layout: fixed;
    padding-top: 15px
}

.parent-table-container .parent-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    box-sizing: border-box;
    width: 70%
}

.parent-left-child-container {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box
}

.parent-table-container .parent-right {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
}

header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto
}

.parent-header-container {
    max-width: 1100px;
    background: var(--themelightshadecolor);
    left: 0;
    right: 0;
    top: 0;
    padding: 0 50px;
    z-index: 10;
    /* position: fixed */
}

header .sub-head-container li {
    cursor: pointer
}

header .sub-head-container li p {
    padding: 20px;
    color: #000;
    width: 100%;
    max-width: 239px
}

header .primary-head-menu .action-button {
    display: block;
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    position: relative;
    background: #138808;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    border-top: 0
}

header .primary-head-menu .action-button a {
    color: #fff
}

header .head-container {
    display: table;
    width: 100%;
    max-width: 2000px;
    padding: 15px 0;
    box-sizing: border-box;
    margin: auto
}

header .head-container .left {
    display: table-cell;
    width: 20%;
    vertical-align: middle
}

header .head-container .left img {
    height: 70px;
    width: 250px;
    vertical-align: middle;
    cursor: pointer;
    object-fit: contain
}

header .head-container .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle
}

header .head-container .right .menu-bar-landing {
    float: right
}

header .head-container .right .menu-bar-landing .header-call {
    display: inline-block;
    vertical-align: super;
    margin: 0 30px;
    font-size: 28px;
    font-family: Arial;
    font-weight: 700
}

header .head-container .right .menu-bar-landing .header-call-icon {
    display: none
}

.bgsection .head-container .right .menu-bar-landing .header-call {
    color: #fff;
}

header .menu-card-container {
    background-color: #def6d5;
    color: #000;
    position: fixed;
    z-index: 2;
    display: none;
    margin: auto;
    text-align: left;
    width: 100%;
    top: 10px;
    left: 0;
    right: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    position: relative
}

header .menu-card-container {
    position: relative;
    left: 0;
    top: 10px;
    width: 100%;
    border-radius: 0;
    box-shadow: none
}

.primary-head-menu img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 7px
}

header .primary-head-menu li .program-list {
    width: 150px;
    cursor: pointer
}

header .column-long {
    max-height: none;
    height: auto;
    margin: 0
}

header .columns {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    max-width: 280px
}

header .sub-head-container .category-list {
    display: none;
    padding: 15px;
    cursor: initial
}

.header-links li {
    display: block;
    padding: 0
}

header .close-menu-img {
    float: right;
    width: 25px;
    padding: 5px;
    top: 0;
    right: 10px;
    position: relative;
    display: block;
    cursor: pointer
}

header .header-icons-tone {
    cursor: pointer;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    outline: none
}

header .mob-menu {
    display: none;
    margin: 5px
}

header .mob-menu img {
    width: 13px;
    vertical-align: middle;
    padding: 0;
    padding-left: 5px;
    margin-top: 0
}

.header-links .menu-up-arrow {
    transform: rotate(180deg)
}

.header-link {
    width: 325px;
    position: fixed;
    top: 0;
    background: #def6d5;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: left;
    z-index: 4;
}

.header-link .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

header .primary-head-menu {
    float: none;
    margin: 50px 0
}

header .primary-head-menu .li-item {
    font-size: 16px;
    display: block;
    color: #000;
    padding: 10px 25px
}

header .primary-head-menu .li-item p {
    display: inline-block
}

.header-links li img {
    width: 13px;
    vertical-align: middle;
    padding: 0;
    padding-left: 5px;
    margin-top: -2px;
    filter: brightness(.5)
}

.primary-head-menu img {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    /* padding: 0 0 0 7px */
}

.reasons-to-study-container .container-head .table-block {
    display: table;
    width: 100%;
    table-layout: fixed
}

.reasons-to-study-container .container-head .table-block .left {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    position: relative
}

.reasons-to-study-container .container-head .table-block .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    position: relative
}

.reasons-to-study-container .container-head .table-block .left h2 {
    font-size: 130px;
    font-weight: 700;
    color: var(--themedarkshadecolor)
}

.three-reasons-to-study-container .container-head .table-block {
    display: table;
    width: 100%;
    table-layout: fixed
}

.three-reasons-to-study-container .container-head .table-block .left {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    position: relative
}

.three-reasons-to-study-container .container-head .table-block .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    position: relative
}

.three-reasons-to-study-container .container-head .table-block .left h2 {
    font-size: 130px;
    font-weight: 700;
    color: var(--themedarkshadecolor);
    line-height: 80%
}

.three-reasons-to-study-container .container-body .table-block {
    display: table;
    width: 100%;
    table-layout: fixed
}

.three-reasons-to-study-container .container-body .table-block .left {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    position: relative
}

.three-reasons-to-study-container .container-body .table-block .left .reason-bg-img {
    position: absolute;
    left: -7px;
    right: 0;
    width: 80px;
    height: 80px;
    top: 20px
}

.three-reasons-to-study-container .container-body .table-block .left .reason-img {
    width: 80px;
    height: 80px
}

.three-reasons-to-study-container .container-body .table-block .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    position: relative
}

.three-reasons-to-study-container .container-body .table-block .left h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--themedarkshadecolor);
    opacity: .5
}

.three-reasons-to-study-container .container-body .table-block .right h2 {
    font-size: 25px;
    color: var(--themedarkshadecolor)
}

.three-reasons-to-study-container .container-head {
    margin-bottom: 50px
}

.three-reasons-to-study-container .container-head .table-block .right .highlight-text {
    position: relative;
    display: inline-block;
    z-index: 0
}

.three-reasons-to-study-container .container-head .table-block .right .highlight-text b {
    color: #fff
}

.three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
    position: absolute;
    width: 305px;
    height: 50px;
    top: -2px;
    left: -5px;
    z-index: -1
}

.reasons-to-study-container .container-body .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px
}

.reasons-to-study-container .container-body .table-block .left {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    position: relative
}

.reasons-to-study-container .container-body .table-block .left .reason-bg-img {
    position: absolute;
    left: -10px;
    right: 0;
    width: 80px;
    height: 80px;
    top: 15px
}

.reasons-to-study-container .container-body .table-block .left .reason-img {
    width: 80px;
    height: 80px
}

.reasons-to-study-container .container-body .table-block .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    position: relative
}

.reasons-to-study-container .container-body .table-block .left h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--themedarkshadecolor);
    opacity: .5
}

.reasons-to-study-container .container-body .table-block .right h2 {
    font-size: 25px;
    color: var(--themedarkshadecolor)
}

.course-floating-form {
    width: 100%;
    max-width: 325px;
    position: absolute;
    /* text-align: left; */
    /* position: fixed; */
    z-index: 9;
}

.landing-primary-form {
    border: 1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 5px 10px #c3c3c3;
    background-position: center;
    background-size: contain;
    cursor: default
}

.landing-primary-form .conditions-applied-desc {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0
}

.landing-primary-form .ul-horizontal {
    padding: 0;
    text-align: center
}

.landing-primary-form .image-hover-container {
    text-align: center
}

.ul-horizontal li {
    display: inline
}

.ul-horizontal li .consultant-image {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #cdcdcd;
    display: inline-block;
    box-shadow: 0 6px 10px #c3c3c3
}

.image-hover-container p {
    display: inline
}

.image-hover-container .status-icon {
    width: 10px;
    height: 10px;
    display: inline-block
}

.landing-primary-form h1 {
    color: var(--themeorangeshade);
    font-family: Arial;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: inline;
    margin-left: 80px
}

.landing-primary-form .highlight-text {
    position: relative;
    display: inline-block;
    z-index: 0
}

.landing-primary-form .highlight-text img {
    position: absolute;
    width: 57px;
    height: 22px;
    top: 0px;
    left: -9px;
    z-index: -1;
    transform: rotate(3deg);
}

.landing-primary-form .highlight-text span {
    font-family: Arial;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.landing-primary-form .highlight-text-container {
    text-align: center
}

.landing-primary-form .highlight-text-container b {
    font-family: Arial;
    font-weight: 600;
    font-size: 18px;
    /* color: var(--themeorangeshade) */
}

.specification-list tr {
    width: 100%;
    border: 1px solid var(--themelightshadecolor);
    padding: 5px 5px;
    margin: 0 20px 8px 0;
    display: block;
    border-radius: 5px;
    font-size: 12px;
    background: #ffcb496e;
    box-sizing: border-box
}

.specification-list .right-form-hide {
    display: none
}

.specification-list {
    width: 100%
}

.specification-list td p {
    padding-left: 5px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block
}

.specification-list td img {
    width: 15px;
    vertical-align: middle
}

.landing-primary-form .mobile-with-country-code-table {
    table-layout: fixed;
    width: 100%;
    box-shadow: 0 0 5px #c3c3c3;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.mobile-with-country-code-table td:first-child {
    width: 75px
}

.course-floating-form .landing-primary-form .mobile-with-country-code-table td:first-child {
    width: 83px
}

.landing-primary-form .mobile-with-country-code-table td:first-child input {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #fff;
    outline: none;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    font-family: Arial;
}

.full-width-input {
    width: 100%;
    padding: 6px 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
    outline: none;
    font-size: 20px;
    font-family: Arial
}

.full-width-button {
    border: 0;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: Arial;
    background: var(--themeblueshadecolor);
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    margin-top: 10px;
}

.conditions-applied-desc {
    font-size: 11px
}

.conditions-applied-desc a {
    cursor: pointer
}

.whatsapp-floating-container.left .whatsapp-with-badge {
    position: relative;
    float: right;
    right: 0;
    left: 15px;
    box-shadow: -6px 5px 10px #9e9e9e;
    border-radius: 50%
}

.whatsapp-floating-container.right .whatsapp-with-badge {
    position: relative;
    float: left;
    box-shadow: -6px 5px 10px #9e9e9e;
    border-radius: 50%
}

.whatsapp-floating-container {
    position: fixed;
    bottom: 15px;
    width: 100%;
    max-width: 310px;
    z-index: 9;
    display: block;
}

.whatsapp-floating-container.left {
    float: right
}

.whatsapp-floating-container.right {
    left: 60px;
    float: left;
    max-width: 335px
}

.whatsapp-floating-container img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.whatsapp-floating-container .whatsapp-desc {
    display: inline-block;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-family: Arial;
    font-size: 16px;
    background: #fff;
    border-radius: 7px;
    margin-top: 5px
}

.whatsapp-floating-container.right .whatsapp-desc {
    box-shadow: -4px 2px 13px -1px #c3c3c3;
    margin-left: -25px;
    margin-top: 2px
}

.whatsapp-floating-container.left .whatsapp-desc {
    box-shadow: 6px 5px 15px 0 #c3c3c3;
    margin-right: -15px
}

.whatsapp-floating-container.left .whatsapp-desc::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 43px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    display: block
}

.whatsapp-floating-container.right .whatsapp-desc::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 50px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    display: block
}

.whatsapp-floating-container .badge {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 2px 4px;
    border-radius: 20px;
    background-color: red;
    color: #fff;
    font-size: 10px
}

.left-study-container {
    display: table;
    width: 100%;
    table-layout: fixed
}

.left-study-container .left {
    display: table-cell;
    width: 40%;
    position: relative
}

.study-options-container .left-study-container .left {
    width: 50%
}

.study-options-container .left-study-container .right {
    width: 50%
}

.left-study-container .left .content-container {
    width: 100%;
    max-width: 290px
}

.left-study-container .fts-head {
    font-size: 30px
}

.left-study-container .fts-style {
    font-size: 20px;
    font-family: Arial
}

.left-study-container .right {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    position: relative
}

.options-long-content-container {
    display: inline-block
}

.options-long-content-container div {
    width: 100%;
    max-width: 130px;
    height: 45px;
    vertical-align: middle;
    border: 1px solid;
    padding: 0 10px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px
}

.options-long-content-container div .one-line-content {
    vertical-align: middle;
    margin: auto;
    font-size: 18px
}

.parent-left-child-container .name-form-container {
    text-align: center;
    margin: 0 0;
    padding: 0 30px 0;
    box-sizing: border-box;
    border-radius: 5px;
    color: #000
}

.colour-card-container .name-form-container {
    text-align: center;
    margin: 100px 0px;
    padding: 50px 30px 65px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #000;
}

.colour-card-container .name-form-container .heading {
    display: block;
}

.name-form-container .input-form .slide {
    position: relative;
    vertical-align: bottom
}

.name-form-container .input-form .slider-dots {
    height: 27px;
    top: -20px;
    position: relative;
    bottom: 15px;
    margin: auto;
    display: block
}

.name-form-container .input-form .clarified-free {
    display: inline;
    font-size: 40px
}

.name-form-container .highlight-text b {
    color: #fff;
}

.show {
    display: block
}

.hide {
    display: none
}

.name-form-container .heading {
    display: block;
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 30px
}

.error-stripe {
    color: #f84646
}

.floating-error {
    position: fixed;
    background: #2a2a2a;
    padding: 15px 30px;
    color: #fff;
    bottom: 30px;
    left: 30px;
    margin: auto;
    display: block;
    box-shadow: 0 0 8px #000;
    border-radius: 3px;
    z-index: 11
}

.name-form-container .table-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    max-width: 515px;
    margin: auto
}

.name-form-container .table-container .td-column {
    display: table-cell;
    width: 33.3%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-right: 0;
    vertical-align: middle
}

.name-form-container .mobile-with-country-code-table td:first-child {
    border-right: 1px solid #e5e5e5
}

.name-form-container .table-container .td-column input {
    width: 100%;
    outline: none;
    border: 0;
    padding: 12px 12px;
    box-sizing: border-box;
    text-align: center
}

.name-form-container .table-container .mobile-with-country-code-table .mobilenumber {
    text-align: left
}

.report-receive-container .table-container .mobile-with-country-code-table .mobilenumber {
    text-align: left
}

.name-form-container .table-container .no-border {
    border: 1px solid var(--themeblueshadecolor);
    width: 20%
}

.name-form-container .table-container .td-column button {
    width: 100%;
    height: 50px;
    outline: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    background: var(--themeblueshadecolor);
    color: #fff
}

.name-form-container .call-action-text {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-radius: 30px;
    background: #fff;
    cursor: pointer
}

.name-form-container .call-action-text b {
    vertical-align: middle
}

.name-form-container .highlight-text {
    position: relative;
    display: inline-block;
    z-index: 0;
    color: #fff;
}

.name-form-container .highlight-text img {
    position: absolute;
    width: 115px;
    height: 55px;
    top: -4px;
    left: -18px;
    z-index: -1;
}

.name-form-container .highlighted-bg {
    position: absolute;
    width: 120px;
    height: 39px;
    top: 4px;
    left: -21px;
    z-index: -1
}

.name-form-container .call-action-text img {
    height: 25px;
    width: 25px;
    vertical-align: middle
}

.name-form-container .doubts-slider {
    display: inline-block
}

.name-form-container .doubts-slider .active {
    display: inline;
    text-decoration: underline;
    color: #138808;
}

.name-form-container .doubts-slider li {
    display: none
}

.cta-slider .activeslide {
    display: block
}

.loading-left-form img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
    display: none;
}

.name-form-container .conditions-applied-desc {
    font-size: 11px;
    margin-bottom: 15px
}

.left-content-list-container {
    display: table;
    width: 100%;
    table-layout: fixed
}

.left-content-list-container .left {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative
}

.left-content-list-container .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative
}

.scholarship-updates .left-content-list-container .left {
    width: 40%
}

.scholarship-updates .left-content-list-container .right {
    width: 60%
}

.ranked-universities .left-content-list-container .left {
    width: 40%
}

.ranked-universities .left-content-list-container .right {
    width: 60%
}

.left-content-list-container .left .content-container {
    width: 100%;
    max-width: 300px
}

.left-content-list-container .left h1 {
    font-size: 100px;
    color: var(--themedarkshadecolor)
}

.left-content-list-container .right table {
    border-collapse: collapse;
    margin: auto
}

.left-content-list-container .right table tr {
    border-bottom: 1px solid #e5e5e5
}

.scholarship-updates .left-content-list-container .right tbody,
thead tr {
    display: block
}

.study-options-container .long-content-container .hide-row {
    display: none
}

.study-options-container .long-content-container .show-row {
    display: inline-flex;
    align-items: center
}

.ranked-universities .long-content-container .hide-row {
    display: none
}

.ranked-universities .long-content-container .show-row {
    display: block
}

.left-content-list-container .right table td {
    padding: 10px 18px;
    font-size: 16px
}

.ranked-universities .left-content-list-container .right table td {
    font-size: 20px
}

.left-content-list-container .right table thead th {
    padding: 10px 30px;
    display: inline-block;
    font-size: 20px
}

.left-content-list-container .right table thead th:first-child {
    text-align: left
}

.left-content-list-container .right table thead th:nth-child(3) {
    text-align: right;
    float: right;
    padding: 10px;
}

.left-content-list-container .right table tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none
}

.left-content-list-container .right table td:first-child img {
    width: 35px;
    height: 35px
}

.left-content-list-container .right table td:nth-child(2) img {
    width: 35px;
    border-radius: 50px;
    box-shadow: 0 6px 10px #c3c3c3;
    background-color: #cdcdcd
}

.left-content-list-container .right table td:nth-child(4) {
    font-weight: 700
}

.program-hghts-list {
    margin: 15px 0px;
    list-style: disc;
    padding-left: 30px;
    box-sizing: border-box;
}

.program-hghts-list li {
    margin-bottom: 15px;
}

.program-hghts-list .left-block {
    display: none;
    width: 40px;
    vertical-align: middle;
}

.program-hghts-list .left-block img {
    vertical-align: middle;
}

.program-hghts-list .right-block {
    display: block;
}

.program-hghts-list .right-block p {
    vertical-align: middle;
}

.divider {
    width: 100%;
    position: relative;
    /* margin: 50px 0; */
    cursor: pointer
}

.divider hr {
    background-color: #e5e5e5;
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5
}

.divider .action-btn p {
    display: inline-block;
    vertical-align: middle
}

.divider .action-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    padding-left: 5px;
    padding-top: 2px
}

.divider .action-btn {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 35%;
    top: -22px;
    cursor: inherit;
    min-width: 230px;
    box-sizing: border-box;
    text-align: center
}

.left-content-list-container .left .content-container img {
    width: 100%;
    max-width: 235px
}

.left-content-list-container .right table tbody::-webkit-scrollbar-thumb {
    display: none
}

.right-content-list-container {
    display: table;
    width: 100%;
    table-layout: fixed
}

.right-content-list-container .left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative
}

.right-content-list-container .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative
}

.right-content-list-container .left table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    max-width: 300px
}

.right-content-list-container .left table tr {
    border-bottom: 1px solid #e5e5e5
}

.right-content-list-container .left table tr:nth-child(3) {
    border-bottom: none
}

.right-content-list-container .left table td:first-child {
    font-size: 25px;
    font-weight: 600
}

.right-content-list-container .left table td {
    padding: 10px 15px
}

.right-content-list-container .right img {
    width: 100%;
    max-width: 400px
}

.branch-list-section {
    text-align: center
}

.branch-list-section .branch-list {
    display: inline-block;
    margin-right: 40px;
    text-align: left
}

.branch-list-section .branch-list p {
    padding: 10px;
    font-size: 20px
}

.branch-list-section .branch-list-mobile {
    display: inline-block;
    margin-right: 40px;
    text-align: left;
    font-size: 20px
}

.branch-list-section .branch-list-mobile p {
    padding: 10px
}

.left-scholarship-content-list-container {
    display: table;
    width: 100%;
    table-layout: fixed
}

.left-scholarship-content-list-container .left {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    position: relative;
    padding-right: 20px
}

.left-scholarship-content-list-container .left img {
    width: 100%;
    object-fit: contain;
    display: block;
    position: relative
}

.scholarship-container img {
    width: 300px;
    height: 200px;
    right: 70px
}

.left-scholarship-content-list-container .right {
    display: table-cell;
    width: 65%;
    position: relative
}

.scholarship-long-container .fts-head {
    font-size: 30px
}

.scholarship-long-container .fts-style {
    width: 100%;
    max-width: 400px;
    font-size: 20px
}

.left-scholarship-content-list-container .right .name-form-container {
    text-align: left;
    margin: 0 0;
    padding: 0 0 65px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #000
}

.scholarship-callback-container .left-scholarship-content-list-container .name-form-container {
    padding: 0
}

.left-scholarship-content-list-container .right .name-form-container .table-container {
    width: 100%;
    max-width: 485px;
    margin: 0
}

.comparison-content-container .container-head .table-block .left {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    position: relative
}

.comparison-content-container .container-head .table-block .left h2 {
    font-size: 175px;
    font-weight: 700;
    color: var(--themedarkshadecolor);
    line-height: 80%
}

.comparison-content-container .container-head .container-head {
    margin-bottom: 50px
}

.comparison-content-container .container-head .table-block .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    position: relative
}

.comparison-content-container .left-content-list-container {
    display: table;
    width: 100%;
    table-layout: initial
}

.comparison-content-container .left-content-list-container .left {
    text-align: center
}

.comparison-content-container .left-content-list-container .left .right-img {
    height: 75px;
    object-fit: contain;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.comparison-content-container .left-content-list-container .right .wrong-img {
    height: 75px;
    object-fit: contain;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.comparison-content-container .left-content-list-container .right {
    text-align: center
}

.comparison-content-container .left-content-list-container .premium-content {
    list-style-type: none;
    border: none;
    text-align: left;
    padding: 20px;
    box-shadow: 0 0 4px #c3c3c3;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 40px
}

.comparison-content-container .left-content-list-container .left .premium-content {
    position: relative
}

.comparison-content-container .left-content-list-container .right .premium-content {
    position: relative
}

.comparison-content-container .left-content-list-container .right .premium-content {
    border-left: 2px solid #c2d6f4;
}

.comparison-content-container .left-content-list-container .premium-content p {
    width: 100%;
    text-align: center;
    max-width: 253px;
    margin: 0 auto;
    font-size: 16px;
    color: var(--themeblueshadecolor);
}

.comparison-content-container .left-content-list-container .left .premium-content p {
    font-weight: 700
}

.comparison-content-container .left-content-list-container .comparison-header {
    display: flex;
    align-items: center
}

.comparison-content-container .left-content-list-container .comparison-header h2 {
    margin: 0 auto auto auto
}

.comparison-content-container .left-content-list-container .right .comparison-header {
    border-left: 2px solid #b3ccf3;
    height: 100px
}

.comparison-content-container .left-content-list-container .left .comparison-header {
    height: 100px
}

.comparison-content-container .left-content-list-container .left .comparison-header h2 {
    color: var(--themeblueshadecolor);
    display: inline-block;
    padding-left: 15px;
    font-size: 32px;
}

.comparison-content-container .left-content-list-container .right .premium-content p {
    color: #ef9d9a
}

.left-content-list-container .right .comparison-wrong {
    margin: 0 auto auto auto
}

.comparison-content-container .left-content-list-container .right .comparison-header h2 {
    display: inline-block;
    padding-right: 15px
}

.left-content-list-container .right .thumbs-down {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top
}

.left-content-list-container .left .comparison-right {
    margin: 0 45px auto auto;
}

.left-content-list-container .left .thumbs-up {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.report-receive-container .fts-style a {
    color: #000;
}

.comparison-content-container hr {
    margin-bottom: 80px
}

.comparison-list-container .right .vertical-line-container p {
    width: 30px;
    height: 30px;
    padding: 20px 12px 5px;
    border-radius: 30px;
    position: absolute;
    object-fit: contain;
    left: -25px;
    background-color: #c2d6f4;
    ;
}

.comparison-list-container .right .vertical-line-container img {
    height: 50px;
    width: 50px;
    border-radius: 30px;
    position: absolute;
    object-fit: contain;
    left: -24px;
    background-color: #c2d6f4;
    z-index: 1;
}

.comparison-list-container .right .vertical-line-container:first-child p {
    top: -3px
}

.comparison-list-container .right .vertical-line-container:nth-child(3) img {
    top: 115px
}

.comparison-list-container .right .vertical-line-container:nth-child(5) img {
    top: 224px
}

.comparison-list-container .right .vertical-line-container:nth-child(7) img {
    top: 333px
}

.comparison-list-container .right .vertical-line-container:nth-child(9) img {
    top: 443px
}

.comparison-list-container .right .vertical-line-container:nth-child(11) img {
    top: 553px
}

.comparison-list-container .right .vertical-line-container:nth-child(13) img {
    top: 663px
}

.comparison-list-container .right .vertical-line-container:nth-child(15) img {
    top: 775px
}

.comparison-list-container .right .vertical-line-container:nth-child(17) img {
    top: 883px
}

.review-rating-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed
}

.review-rating-container .left {
    display: table-cell;
    width: 40%;
    position: relative;
    padding-right: 30px
}

.review-rating-container .left .tab-list {
    height: 300px;
    overflow: hidden
}

.review-rating-container .left .tab {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #e6edd4;
    cursor: pointer;
    pointer-events: none
}

.review-rating-container .left .tab-highlighted {
    background: #ffde44;
    border: 1px solid #ffde44
}

.review-rating-container .left .active {
    box-shadow: -10px 10px 25px #c1c1c1;
    border: 0;
    transform: scale(1.05)
}

.review-rating-container h2 {
    font-weight: 100
}

.review-rating-container h3 {
    font-weight: 100;
    color: #8e8f89
}

.review-rating-container .right {
    display: table-cell;
    width: 60%;
    position: relative;
    vertical-align: top;
    padding-top: 15px
}

.review-rating-container .right .tabs-container {
    display: none
}

.review-rating-container .right .active-tab {
    display: block
}

.review-rating-container .right .tabs-container .tags {
    list-style: none
}

.review-rating-container .right .tabs-container .tags li {
    display: inline-block;
    background: #abc6f2;
    padding: 5px 10px;
    border-radius: 50px;
    margin: 0 5px 5px 0
}

.review-rating-container .right .tabs-container .stars {
    color: #ffde44;
    font-size: 30px;
    vertical-align: top
}

.review-rating-container .right .tabs-container sup {
    font-size: 50px;
    vertical-align: middle;
    line-height: .5
}

.review-rating-container .right .tabs-container p a {
    text-decoration: underline;
    cursor: pointer
}

.review-rating-container .right .mobile-view {
    display: none
}

.review-rating-container .right .mobile-view h2 {
    text-align: left
}

.review-rating-container .google-review-logo {
    width: 200px;
    height: 80px
}

.review-rating-container .review-count {
    font-size: 25px;
    color: gray
}

.review-rating-container .table-block .right .quotes {
    width: 30px;
    float: right
}

.review-rating-container .table-block .right .top-quotes {
    width: 30px;
    margin-bottom: 10px;
    transform: rotate(180deg)
}

.review-testimonials-container p {
    font-size: 20px;
    line-height: 1.5
}

.review-testimonials-container a {
    border-bottom: 1px solid #666
}

.faq-container .qanda {
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    margin-top: -1px
}

.faq-container .qanda h3 {
    display: block;
    margin: 15px 0
}

.faq-container .qanda p {
    margin: 15px 0;
    box-sizing: border-box
}

.faq-container-design-two .qanda {
    border: 0;
    position: relative;
    padding: 0;
    cursor: pointer
}

.faq-container-design-two .qanda h3 {
    padding: 8px 50px 8px 0;
    margin: 0;
    font-weight: 400
}

.faq-container-design-two .qanda img {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px
}

.faq-container-design-two .qanda p {
    display: none;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.5
}

.left-enquiry-container {
    display: table;
    width: 100%;
    table-layout: fixed
}

.left-enquiry-container .left {
    display: table-cell;
    width: 70%;
    position: relative
}

.left-enquiry-container .callback-content-container {
    width: 100%;
    max-width: 400px
}

.left-enquiry-container .fts-head {
    text-transform: uppercase;
    font-size: 40px
}

.left-enquiry-container .right {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    position: relative
}

.left-enquiry-container .full-width-button {
    padding: 15px;
    max-width: 300px;
    border-radius: 5px
}

.report-receive-container .fts-style {
    font-size: 30px;
    width: 100%;
    max-width: 700px
}

.report-receive-container .table-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    max-width: 550px;
    margin-bottom: 20px
}

.report-receive-container .table-container .td-column {
    display: table-cell;
    border: 1px solid #e5e5e5;
    background: #fff;
    vertical-align: middle
}

.report-receive-container .table-container .td-column .no-border {
    border: 1px solid var(--themeorangeshade)
}

.report-receive-container .mobile-with-country-code-table td:first-child {
    border-right: 1px solid #e5e5e5
}

.report-receive-container .table-container .td-column input {
    width: 100%;
    outline: none;
    border: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    text-align: center
}

.report-receive-container .full-width-button {
    padding: 15px 11px;
    font-size: 18px;
    max-width: 300px;
    margin: 0;
    border-radius: 0
}

.report-receive-container .fts-style span {
    text-transform: uppercase;
    color: var(--themedarkshadecolor);
    font-size: 35px;
    font-weight: 700
}

.report-receive-container .fts-style a {
    text-decoration: underline
}

.center {
    text-align: center;
}

footer .footer-container p {
    text-align: center;
    font-size: 20px
}

footer .footer-container .footer-logo-container {
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 10px;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 600px;
    margin: 30px auto
}

footer .footer-container .footer-logo-container .left {
    display: table-cell;
    width: 16%;
    vertical-align: middle;
    padding: 10px 15px;
    position: relative
}

footer .footer-container .footer-logo-container .right {
    display: table-cell;
    width: 84%;
    vertical-align: middle;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    pointer-events: none
}

footer .footer-container .footer-logo-container .left .favicon {
    width: 100%;
    max-width: 90px;
    height: 19px
}

footer .footer-container .footer-logo-container .right .university-logo {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    animation: bg-slide 35s linear infinite;
    object-fit: cover;
    vertical-align: middle
}

footer .footer-container .footer-logo-container .right::-webkit-scrollbar-thumb {
    background: none
}

.error-container {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}

.error-table-block {
    width: 100%;
    table-layout: fixed;
    display: table;
}

.error-table-block .error-left-block {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    text-align: right;
}

.error-table-block .error-left-block .error-text {
    text-align: left;
    display: inline-block;
}

.error-table-block .error-left-block h1 {
    font-family: Arial;
    font-size: 190px;
}

.error-table-block .error-left-block h3 {
    font-family: Arial;
    font-size: 40px;
}

.primary-pm-btn {
    background-color: var(--themedarkshadecolor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    /* border: 2px solid var(--themedarkshadecolor); */
    display: inline-block;
    text-align: center;
    font-family: Arial;
    text-transform: uppercase;
}

.error-table-block .error-right-block {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.error-table-block .error-right-block .error-banner-img {
    margin: auto;
    display: block;
    object-fit: contain;
    width: 100%;
    max-width: 200px;
}

@keyframes bg-slide {
    from {
        transform: translateX(10)
    }

    to {
        transform: translateX(-300px)
    }
}

.footer-stripe-container {
    background: #7abf00;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: none
}

.foo-str-cont-mobile {
    box-shadow: 0 -3px 5px #b2b2b2;
    width: 100%;
    padding: 0;
    display: none
}

.foo-str-cont-mobile div:first-child {
    background: var(--themecontrastshade);
    width: 25%
}

.foo-str-cont-mobile div:nth-child(2) {
    background: #906be6
}

.foo-str-cont-mobile .center {
    border-top: 0;
    border-bottom: 0
}

.foo-str-cont-mobile div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 27.5%
}

.footer-stripe-container a {
    display: inline-block;
    color: #fff
}

.footer-stripe-container div img {
    vertical-align: middle;
    width: 25px;
    padding: 10px 5px;
    margin-top: 2px
}

.foo-str-cont-mobile div small {
    font-size: 15px;
    vertical-align: middle
}

.black-popupform-container {
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    display: none;
    z-index: 10
}

.popup-container {
    display: table;
    position: absolute;
    width: 100%;
    max-width: 900px;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px
}

.popup-container .left-primary-form {
    display: table-cell;
    position: relative;
    width: 30%;
    background: var(--themedarkshadecolor);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.popup-container .secondary-form {
    display: table-cell;
    width: 70%;
    padding: 35px 0;
    box-sizing: border-box;
    text-align: center;
    background-position: center;
    background-size: cover;
    vertical-align: middle
}

.left-primary-form .popup-content-container {
    text-align: center;
    color: #fff;
    padding: 25px
}

.popup-content-container h2 {
    font-size: 35px
}

.popup-content-container h1 {
    font-size: 75px
}

.left-primary-form .popup-content-container .scholarship-stamp {
    display: block;
    position: relative;
    width: 240px;
    height: 200px
}

.popup-content-container .admission-opens h1 {
    font-size: 45px
}

.popup-content-container .admission-opens h2 {
    font-size: 32px
}

.popup-content-container p {
    font-size: 22px
}

.popup-content-container hr {
    width: 100%;
    max-width: 210px
}

.black-popupform-container .image-hover-container {
    position: relative
}

.black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
    position: absolute;
    width: 110px;
    height: 33px;
    z-index: 0;
    top: -2px;
    left: 479px;
    right: 195px;
}

.black-popupform-container .image-hover-container {
    position: relative
}

.black-popupform-container .image-hover-container .status-icon {
    width: 10px;
    display: inline;
    margin-bottom: 1.5px
}

.black-popupform-container .image-hover-container h1 {
    position: relative;
    display: inline
}

.black-popupform-container .image-hover-container p {
    position: relative;
    font-size: 25px
}

.popup-container .secondary-form .bg-orange {
    color: var(--themeorangeshade);
    font-size: 30px
}

.black-popupform-container .border-tags {
    list-style: none;
    padding: 0;
    margin: 0
}

.black-popupform-container .black-popupform-center .action-button-container {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0
}

.black-popupform-container .mobile-with-country-code-table {
    table-layout: fixed;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 5px #c3c3c3;
    border-radius: 0
}

.black-popupform-container .mobile-with-country-code-table td:first-child {
    width: 75px
}

.black-popupform-container .full-width-input {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    border: 1px solid #fff
}

.black-popupform-container .full-width-button {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    font-weight: 700
}

.popup-container .close-black {
    position: absolute;
    right: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    margin: 0 0 0 auto;
    padding: 10px 15px
}


/* .name-form-container carousel {
    height: 165px
} */

.dots-container {
    position: absolute;
    bottom: 25vh;
    width: 100%;
    z-index: 110
}

.dots {
    text-align: center
}

.dots li {
    width: 13px;
    height: 13px;
    margin: 13px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, .5);
    display: inline-block
}

.dots li[option][selected] {
    outline: 0 solid rgba(0, 0, 0, .7);
    border: 1px solid #1da838;
    background: #1da838
}

.content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: var(--themelightshadecolor);
    z-index: 0;
    display: none
}

.black-popupform-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    display: none;
    z-index: 10
}

.black-popupform-container .black-popupform-content {
    display: table;
    width: 100%;
    height: 100vh
}

.black-popupform-container .black-popupform-center {
    display: table-cell;
    vertical-align: middle
}

.black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #cdcdcd
}

.black-popupform-container .black-popupform-center .secondary-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background-image: none;
    border: 0;
    color: #000
}

.black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
    box-shadow: none
}

.black-popupform-container .mobile-with-country-code-table {
    border: 3px solid var(--themedarkshadecolor)
}

.mobile-with-country-code-table {
    table-layout: fixed;
    width: 100%
}

.mobile-with-country-code-table td:first-child input {
    width: 100%;
    padding: 13px 0;
    vertical-align: middle;
    border: 0;
    outline: none;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: Arial
}

.full-width-button {
    border: 0;
    padding: 13px;
    font-size: 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 0
}

.border-tags li {
    display: inline-block;
    border: 3px solid var(--themedarkshadecolor);
    color: #000;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin: 5px
}

.close-icon {
    display: block;
    margin: 0 0 0 auto;
    padding: 10px 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1
}

.image-hover-container h1 {
    position: relative;
    display: inline
}

.secondary-form {
    border: 1px solid #c9d1d6;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    background-image: url(../images/texture-background-one.png);
    background-position: center;
    background-size: cover
}

.black-popupform-container .border-tags li {
    font-size: 17px;
    font-weight: 700
}

.black-popupform-container .action-button-container .full-width-button {
    background: #138808;
}

.country-codes {
    /* pointer-events: none */
    cursor: pointer;
}

.content-container .colour-card-content-container b {
    color: var(--themedarkshadecolor);
    font-size: 43px
}

.name-form-container .table-form-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    max-width: 550px;
    margin-bottom: 60px
}

.name-form-container .table-form-container .td-column {
    display: table-cell;
    width: 33.3%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-right: 0;
    vertical-align: middle
}

.name-form-container .table-form-container .td-column input {
    width: 100%;
    outline: none;
    border: 0;
    padding: 12px 12px;
    box-sizing: border-box;
    text-align: center
}

.name-form-container .table-form-container .mobile-with-country-code-table .mobilenumber {
    text-align: left
}

.name-form-container .table-form-container .td-column input {
    width: 100%;
    outline: none;
    border: 0;
    padding: 12px 12px;
    box-sizing: border-box;
    text-align: center
}

.name-form-container .table-form-container .no-border {
    border: 1px solid var(--themedarkshadecolor);
    width: 20%
}

.name-form-container .table-form-container .td-column {
    display: table-cell;
    width: 33.3%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-right: 0;
    vertical-align: middle
}

.name-form-container .table-form-container .td-column button {
    width: 100%;
    height: 53px;
    outline: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    background: var(--themeblueshadecolor);
    color: #fff
}

.major-container .name-form-container .table-form-container .td-column .bg-blue {
    background: var(--themeblueshadecolor);
}

.parent-left-child-container .name-form-container {
    padding: 0
}

.universities-logo-container .universities-content-container p {
    text-align: left;
    font-size: 20px
}

.universities-logo-container .universities-content-container .partner-logo-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 700px;
    margin: 30px auto 0 0
}

.universities-logo-container .universities-content-container .partner-logo-container .right {
    display: table-cell;
    width: 84%;
    vertical-align: middle;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    pointer-events: none
}

.universities-logo-container .universities-content-container .partner-logo-container .right .university-logo {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    object-fit: cover;
    vertical-align: middle
}

.testimonials-parent-container h2 strong {
    color: #138808;
    font-family: Arial;
    font-weight: 700
}

.testimonials-parent-container h2 {
    font-size: 40px;
    display: block;
    text-align: center
}

.testimonials-full-width {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box
}

.testimonials-full-width .left {
    vertical-align: middle;
    display: table-cell;
    width: 50%
}

.testimonials-full-width .left .blockquote-image {
    transform: rotate(180deg);
    width: 60px;
    filter: grayscale(100%);
    margin-left: -60px
}

.testimonials-full-width .left .nav-container {
    display: inline-block;
    float: right
}

.testimonials-full-width .left .nav-container img {
    width: 20px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    cursor: pointer;
    border-radius: 50px
}

.testimonials-full-width .left .university-testimonial-content {
    list-style: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth
}

.testimonials-full-width .left .university-testimonial-content .active {
    display: inline-block
}

.testimonials-full-width .left .university-testimonial-content li {
    display: inline-block;
    width: 100%;
    max-width: 950px;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    vertical-align: top;
    margin: 10px;
    height: 850px;
    position: relative
}

.testimonials-full-width .left .university-testimonial-content li .testimonial-desc {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
    white-space: normal
}

.testimonials-full-width .left .university-testimonial-content li table {
    table-layout: fixed;
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    box-sizing: border-box
}

.testimonials-full-width .left table {
    table-layout: fixed;
    bottom: 30px;
    left: 15px;
    right: 15px;
    box-sizing: border-box
}

.testimonials-full-width .left .university-testimonial-content li table td:first-child {
    width: 110px;
    vertical-align: top
}

.testimonials-full-width .left .university-testimonial-content li table td:first-child img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%
}

.testimonials-full-width .left table td:first-child img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%
}

.testimonials-full-width .left .university-testimonial-content li table .testimonial-container {
    display: table;
    width: 100%;
    font-size: 25px;
    white-space: normal
}

.testimonials-full-width .left ul li .rating-image {
    width: 100px
}

.free-service-container .fts-style {
    font-weight: 500
}

.free-service-container strong {
    color: var(--themedarkshadecolor)
}

.faq-container-design-two .qanda img {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px
}

.colour-card-content-container .study-ireland-heading {
    font-weight: 500
}

.faq-free-service-container .faq-container-design-two .qanda-down-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px
}

.name-form-container .table-form-container .td-column-container {
    display: table-cell;
    width: 45.3%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-right: 0;
    vertical-align: middle
}

.name-form-container .table-form-container .td-column-container input {
    width: 100%;
    outline: none;
    border: 0;
    padding: 12px 12px;
    box-sizing: border-box;
    text-align: center
}

.article-tag-container {
    display: block;
}

.related-article-container .article-card {
    display: inline-block;
    vertical-align: top;
}

.related-article-container .article-card .card-child {
    width: 100%;
    display: block;
    max-width: 320px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-right: 25px;
    box-shadow: 1px 2px 10px #c3c3c3;
    background: #fff;
}

.related-article-container .article-card .card-child img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: left;
}

.related-article-container .article-card .card-child strong {
    font-size: 25px;
    display: block;
    margin: 15px;
}

.related-article-container .article-card .card-child p {
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: -0.003em;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-article-container .article-card .single-card-child {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0 5px 10px #c3c3c3;
    background: #fff;
}

.related-article-container .article-card .single-card-child img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.related-article-container .article-card .single-card-child strong {
    font-size: 25px;
    display: block;
    margin: 15px;
}

.related-article-container .article-card .single-card-child p {
    font-size: 15px;
    line-height: 1.58;
    letter-spacing: -0.003em;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-article-container .article-card .blog-card {
    width: 100%;
    display: block;
    max-width: 250px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 10px #c3c3c3;
    background: #fff;
}

.related-article-container .article-card .blog-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    object-position: center;
}

.related-article-container .article-card .blog-card strong {
    font-size: 16px;
    display: block;
    margin: 15px;
}

.related-article-container .article-card .blog-card p {
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: -0.003em;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.breadcrumb-navigation {
    padding-bottom: 10px;
}

.breadcrumb-navigation .breadcrumb-item {
    display: inline-block;
}

.breadcrumb-navigation .breadcrumb-item .breadcrumb-link {
    text-decoration: none;
    color: #747070;
}

.breadcrumb-navigation .breadcrumb-item:not(:last-of-type)::after {
    content: "\203a";
    margin: 0 11px;
    color: #747070;
    font-size: 25px;
}

.breadcrumb-navigation .breadcrumb-item .active {
    color: #cccccc;
}

.content-container .colour-card-container {
    position: relative;
    padding: 0px 0px 10px;
    margin-bottom: 50px;
}

.name-form-container .highlight-text img {
    position: absolute;
    width: 115px;
    height: 55px;
    top: -4px;
    left: -18px;
}

.name-form-container .highlight-text b {
    z-index: 0;
}


/* .colour-card-container {
    position: relative;
    padding: 0px 0px 10px;
     margin-bottom: 50px;
} */

.content-container .colour-card-orange {
    background-color: var(--themelightshadecolor);
    width: 70px;
    position: absolute;
    left: -35px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.content-container .colour-card {
    width: 70px;
    background: var(--themelightshadecolor);
    position: absolute;
    left: -35px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.article-cover-image {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    height: auto;
}

figure {
    margin: auto;
}

figcaption {
    display: block;
    text-align: center;
    font-style: italic;
}

.content-table-container a {
    color: #103380;
    background-color: transparent;
    text-decoration: none;
}

.fts-style a {
    color: #103380;
    background-color: transparent;
    text-decoration: none;
}

.content-table-container table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

.content-table-container table td {
    border: 1px solid #000;
    font-size: 18px;
    padding: 10px;
}

.content-table-container table th {
    border: 1px solid #000;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #def6d5;
}

.content-table-container table tr {
    display: table-row;
}

.content-table-container table th h3 {
    font-weight: 100;
}

.long-content-container .hide-row {
    display: none;
}

.long-content-container .divider {
    width: 100%;
    position: relative;
    margin: 30px 0px;
    cursor: pointer;
}

.long-content-container .divider hr {
    background-color: #e5e5e5;
    border: 0px;
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.long-content-container .divider .action-btn p {
    display: inline-block;
    vertical-align: middle;
}

.long-content-container .divider .action-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    padding-left: 5px;
    padding-top: 2px;
}

.long-content-container .divider .action-btn {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 35%;
    top: -22px;
    cursor: inherit;
    min-width: 230px;
    box-sizing: border-box;
    text-align: center;
}

.related-article-container .video-card {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    height: 180px;
    max-width: 230px;
}

.related-article-container .video-card .video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.related-article-container .video-card .overlay-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.5;
    border-radius: 10px;
}

.related-article-container .video-card .play-button {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 5;
    top: 140px;
    left: 10px;
}

.notification {
    display: none;
    background-color: #080E17;
    color: #FFF;
    border-radius: 5px;
    padding: 16px;
    z-index: 5;
    left: 25px;
    bottom: 50px;
    box-shadow: 0px 0px 50px #080e17;
    font-size: 14px;
    text-align: center;
    align-items: center;
    max-width: 250px;
    position: fixed;
}

.notification .notify-img {
    width: 50px;
    padding: 8px;
    margin-left: 21px;
}

.notification .notify-close-img {
    float: right;
    top: 10px;
    width: 15px;
    padding: 5px;
    cursor: pointer;
}

.notification p {
    display: inline-block;
    font-family: 'CharterBold';
    font-size: 14px;
    margin-bottom: 10px;
}

.notification .notify-btn {
    background: #f4a024;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-family: CharterBold;
    cursor: pointer;
    outline: 0;
    margin: 10px;
    text-transform: uppercase;
    font-size: 17px;
}

.infographics-card {
    margin: 10px;
    position: relative;
    width: 100%;
    max-width: 350px;
    display: inline-block;
    cursor: zoom-in;
}

.infographics-card img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    cursor: inherit;
}

.infographics-card .info-card {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 10px;
    color: #fff;
    cursor: inherit;
}

.infographics-card .info-card label {
    border-radius: 5px;
    top: 0px;
    text-transform: uppercase;
    font-family: Arial;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffff;
    padding: 2px 10px;
    border: 2px solid #fff;
    background: #3c4043;
    cursor: inherit;
}

.infographics-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
    border-radius: 10px;
    cursor: inherit;
}

.infographics-card .info-card h3 {
    font-family: Arial;
    font-weight: 100;
    font-size: 35px;
    text-shadow: 0 0 30px #3c3c3c;
    margin: 10px 0px;
    box-sizing: border-box;
    cursor: inherit;
}

.infographics-card .info-card p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 15px;
    padding: 5px;
    box-sizing: border-box;
    right: 0px;
    font-family: Arial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    border-radius: 5px;
    background: #3c4043;
    cursor: inherit;
}

.table-loader-gif {
    width: 100%;
    box-sizing: border-box;
}

footer {
    background-color: #2a2a2a;
    padding: 15px;
    color: #fff;
    padding-bottom: 50px;
}

footer a {
    color: #fff;
    margin-bottom: 7px;
    display: block;
}

footer .copyright-text a {
    display: inline-block;
}

footer a p {
    font-size: 18px;
}

footer .footer-columns {
    width: 100%;
    max-width: 1315px;
    box-sizing: border-box;
    margin: auto;
}

.bg-body footer .footer-columns {
    max-width: 2000px;
}

footer .footer-columns .branch-card {
    display: inline;
}

footer .footer-columns .column {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
}

footer .footer-columns .branch-card .address-card {
    margin-bottom: 100px;
}

footer .footer-columns .column-200 {
    max-width: 210px;
}

footer .footer-columns .column-500 {
    max-width: 500px;
}

footer .footer-columns .bigger-column {
    max-width: 800px;
}

footer .footer-columns .column h3 {
    margin-bottom: 15px;
}

footer .footer-columns .column hr {
    height: 0px;
    border-bottom: 2px solid var(--themedarkshadecolor);
    width: 100%;
    margin: 0px auto 15px 0px;
}

footer .footer-columns .column ul {
    list-style: none;
}

footer .footer-columns .column ul li {
    margin-bottom: 10px;
}

footer .footer-logo {
    height: 40px;
}

footer .tag-list {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    margin: 0px 0px 10px;
    font-size: 25px;
    outline: none;
    font-family: "Arial";
    padding-bottom: 7px;
    width: 200px;
}

footer .tag-list option {
    font-size: 15px;
    background: #2a2a2a;
}

footer .address-card .address {
    line-height: 23px;
    margin-bottom: 15px;
    font-size: 16px;
}

footer .address-card .sub-heading {
    display: block;
    text-transform: uppercase;
    color: #e5e5e5;
    margin-bottom: 7px;
    font-size: 11px;
}

footer table img {
    padding-right: 10px;
    width: 20px;
    cursor: pointer;
    vertical-align: middle;
}

footer .divider {
    padding: 15px;
    box-sizing: border-box;
}

footer .divider h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: "Arial";
    font-weight: 100;
    font-size: 25px;
}

footer iframe {
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 8px #000000;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px;
}

footer .divider hr {
    height: 0px;
    border-bottom: 1px solid #585858;
}

footer .horizontal-ul li {
    display: inline-block;
    margin-right: 10px;
}

.border-bottom {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.article-container {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    background: none;
}

.team-container-circle {
    height: 1250px;
    /* margin-top: 50px; */
}

.relative {
    position: relative;
}

.main-content-container {
    text-align: center;
}

.team-container-circle .team-circle-img {
    position: absolute;
    object-fit: cover;
    left: 367px;
    right: 0;
    top: -40px;
    bottom: 0;
    width: 100%;
    max-width: 1250px;
    height: 1250px;
    transform: rotate(180deg);
}

.team-container-view {
    width: 100%;
    margin: auto;
    max-width: 441px;
    border-width: 1px;
    border-radius: 50%;
    padding-top: 430px;
    position: relative;
}

.main-content-container .fts-head {
    font-size: 60px;
}

.join-team-heading {
    text-align: center;
    font-size: 90px;
    margin: 0px auto 50px;
}

.benefit-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    margin: 100px auto;
}

.benefit-container .left {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.benefit-container .left .color-stripes-container table {
    width: 450px;
    border-collapse: separate;
    transform: rotate(-40deg);
    margin: 0px 290px;
}

.benefit-container .left .color-stripes-container table .stripe {
    width: 105px;
    height: 110px;
    margin: 15px 7px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 10px #9b9b9b;
    z-index: -1;
}

.benefit-container .left .color-stripes-container table .s-white {
    box-shadow: none;
    z-index: -2;
}

.s-white {
    background-color: transparent;
    box-shadow: none;
    z-index: -2;
}

.benefit-container .color-stripes-container table .stripe img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    transform: rotate(45deg);
    position: absolute;
    left: -21px;
    top: -18px;
}

.not-for-mobile {
    display: none !important;
}

.benefit-container .right {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.benefit-container .right .color-stripes-container table {
    width: 450px;
    border-collapse: separate;
    transform: rotate(-40deg);
}

.benefit-container .right .color-stripes-container table .stripe {
    width: 105px;
    height: 110px;
    margin: 15px 7px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 10px #9b9b9b;
    z-index: -1;
}

.benefit-container .right .color-stripes-container table .s-white {
    box-shadow: none;
    z-index: -2;
}

.join-team-desc {
    font-size: 30px;
    line-height: 1.5;
    padding: 0px 0px 100px;
    text-align: center;
}

.join-team-desc {
    padding: 0px 150px 40px;
}

.first-block .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.rating-container .table-block .right {
    padding-left: 50px;
}

.first-block .table-block .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.benefit-container .bg-lines {
    position: absolute;
    z-index: 1;
    width: 85vw;
    left: -1094px;
    right: 0px;
    height: 400px;
    opacity: 0.1;
    top: -150px;
}

.first-block .table-block img {
    /* width: 100%; */
    z-index: 1;
    vertical-align: text-bottom;
}

.ourteam-list-container {
    text-align: center;
    width: 100%;
}

.ourteam-list-container .team-peoples {
    text-align: center;
}

.ourteam-list-container .people-card {
    position: relative;
    display: inline-block;
    margin: 90px 20px;
}

.ourteam-list-container .people-card .profile-banner {
    height: 430px;
    width: 450px;
    position: absolute;
    top: -40px;
    object-fit: contain;
    left: -10px;
    /* filter: grayscale(50); */
}

.name-designation-container {
    position: absolute;
    background: var(--themedarkshadecolor);
    top: 387px;
    left: 0px;
    right: 0;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--themedarkshadecolor);
}

.ourteam-list-container .people-card h1 {
    margin-bottom: 5px;
    font-size: 35px;
}

.ourteam-list-container .people-card p {
    color: #fff;
    font-size: 22px;
}

.ourteam-list-container .people-card .people-full-border {
    width: 400px;
    height: 450px;
    border: 3px solid var(--themedarkshadecolor);
}

.perks-container {
    width: 100%;
    text-align: center;
}

.perks-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.perks-container .table-block .left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.perks-container .premium-team .left {
    vertical-align: top;
    width: 30%;
}

.perks-container h1 {
    text-align: left;
    font-size: 90px;
}

.perks-container .table-block .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.team-premium {
    text-align: left;
}

.premium-links {
    color: #000;
    font-size: 30px;
    font-family: Arial;
}

.perks-container .table-block .right .premium-links {
    display: inline-block;
    padding-top: 24px;
}

.inline-block {
    display: inline-block;
}

.premium-links .content-right-team {
    width: fit-content;
    border: 1px solid var(--themedarkshadecolor);
    padding: 15px 43px;
    text-align: left;
    background-color: var(--themedarkshadecolor);
    border-top-left-radius: 0px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 33px;
    margin-bottom: 20px;
    color: #fff;
}

.cta-team-container {
    width: 100%;
    max-width: 2000px;
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.cta-team-container h1 {
    font-size: 90px;
}

.cta-team-container p {
    font-size: 30px;
    line-height: 1.5;
}

.cta-team-container .people-circle-container {
    list-style: none;
}

.cta-team-container .people-circle-container li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.cta-team-container .people-circle-container li .circle-people {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

.s-one {
    background-color: #8a80b5;
    color: #fff;
}

.s-two {
    background-color: #f4aeb9;
    color: #fff;
}

.s-three {
    background-color: #af81ab;
    color: #fff;
}

.s-four {
    background-color: #ffc2ce;
    color: #fff;
}

.cta-team-container .people-circle-container li b {
    font-size: 20px;
    font-family: Arial;
    padding: 0px 30px;
}

.cta-team-container .people-circle-container li .you-circle {
    border-radius: 100px;
    background-color: var(--themedarkshadecolor);
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 35px 19px;
    vertical-align: middle;
    width: 100px;
    box-sizing: border-box;
    text-align: center;
}

.cta-team-container .dots {
    position: absolute;
    top: 30px;
    right: -130px;
    bottom: 0px;
    opacity: 0.1;
    height: 325px;
}

.dots {
    text-align: center;
}

.cta-team-container .dots-blue {
    position: absolute;
    bottom: 0px;
    left: -45px;
    opacity: 0.5;
    height: 200px;
    z-index: -1;
}

.cta-team-container .primary {
    background-color: var(--themedarkshadecolor);
    padding: 14px 20px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 27px;
    margin: 30px 30px 30px 0px;
    text-transform: uppercase;
    font-family: Arial;
    color: #fff;
}

.job-cards-list h1 {
    font-size: 90px;
}

.job-cards-list .job-card {
    border: 1px solid #e5e5e5;
    padding: 20px;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgb(116 116 116 / 20%), 0 4px 5px 0 rgb(66 66 66 / 14%), 0 1px 10px 0 rgb(66 66 66 / 12%);
    cursor: pointer;
}

.job-cards-list .job-card .apply-top-button button {
    font-size: 25px;
    border: 1px solid var(--themedarkshadecolor);
    background-color: var(--themedarkshadecolor);
    color: #fff;
    padding: 7px 15px;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    top: 39px;
}

.job-cards-list .job-card h1 {
    font-size: 30px;
}

.job-cards-list .job-card .info-desc {
    display: inline;
    clear: both;
    vertical-align: middle;
    margin-right: 10px;
}

.job-cards-list p {
    font-size: 25px;
}

.job-cards-list .job-card .content-icon {
    width: 15px;
    display: inline;
    vertical-align: middle;
}

.job-cards-list .location-desc {
    display: inline;
    vertical-align: middle;
    line-height: 20px;
}

.job-cards-list .expanded-container {
    display: none;
    margin-top: 30px;
    padding: 20px;
}

.job-cards-list .expanded-container h3 {
    font-size: 30px;
}

.job-cards-list .expanded-container ul {
    padding-left: 15px;
}

.job-cards-list .expanded-container ul li {
    margin-bottom: 10px;
    font-size: 25px;
}

.job-cards-list .job-card hr {
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.job-cards-list .down-icon {
    width: 15px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 30px;
    top: 50px;
}

.job-cards-list .job-card .apply-bottom-button button {
    font-size: 25px;
    border: 1px solid var(--themedarkshadecolor);
    background-color: var(--themedarkshadecolor);
    padding: 15px;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    color: #fff;
    margin: auto;
}

.job-cards-list .job-card .divider-dot {
    font-size: 30px;
    line-height: 0px;
    vertical-align: middle;
    margin: 0px;
    color: #666;
}

.bgsection {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    color: #fff;
    max-width: 2200px;
    background: #138808;
}

header .bgsection {
    padding: 0px 100px;
}

.years-experiences {
    text-align: center;
}

.years-experiences small {
    display: inline-block;
    padding-top: 160px;
    color: #fff;
    font-size: 90px;
}

.years-experiences .years-counter-container {
    display: inline-block;
}

.years-experiences .years-counter-container b {
    vertical-align: top;
    color: #fff;
    font-size: 600px;
}

.years-experiences .yearofexperiences-list {
    display: inline-block;
    list-style: none;
    padding-left: 15px;
    vertical-align: top;
    padding-top: 160px;
}

.years-experiences .yearofexperiences-list li {
    text-align: left;
    color: #fff;
    font-size: 90px;
}

.years-experiences .yearofexperiences-list li:nth-child(even) {
    color: #fff;
}

.awards-slides-container ul {
    white-space: nowrap;
    margin: auto;
    text-align: center;
}

.awards-slides-container ul li {
    display: inline-block;
    margin: 0px 10px;
    margin-bottom: 125px;
}

.awards-slides-container ul li img {
    height: 300px;
    width: auto;
    vertical-align: middle;
    object-fit: contain;
}

.timeline-container {
    width: 100%;
    position: relative;
}

.timeline-container h1 {
    font-size: 90px;
}

.timeline-container .strike-colour {
    position: absolute;
    top: 100px;
    border: 0px;
    height: 0px;
    border: 5px solid var(--themedarkshadecolor);
    width: 200px;
    right: 0px;
    border-radius: 10px;
    display: none;
}

.timeline-container .timeline-content-container {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}

.timeline-container .timeline-content-container .strike-timeline-colour {
    width: 100%;
    border: 2px solid #f7f7f7;
    height: 0px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    bottom: 61.5px;
    left: 0px;
    right: 0px;
}

.timeline-container .timeline-images {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    max-width: none;
}

.timeline-container .timeline-images .perk-content {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 322px;
}

.timeline-container .timeline-images .perk-content .timeline-content {
    padding: 16px;
    height: 300px;
}

.bg-green .timeline-images .perk-content .timeline-head {
    color: #fff;
    font-size: 40px;
    white-space: pre-line;
    line-height: 1;
}

.timeline-container .time-card {
    position: relative;
    position: absolute;
    bottom: -108px;
    left: 120px;
    text-align: center;
    top: 368px;
}

.timeline-container .time-card span {
    font-size: 100px;
    height: 10px;
    line-height: 0px;
    color: var(--themedarkshadecolor);
}

.timeline-container .time-card p {
    font-size: 20px;
}

.timeline-container .timeline-images .perk-content {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 322px;
}

.perk-content .bg-green {
    background: #138808;
}

.timeline-container .timeline-images .perk-content .timeline-content {
    padding: 16px;
    height: 300px;
}

.bg-shaded-green {
    background-color: #f9faff;
}

.timeline-images .perk-content .timeline-head-one {
    color: #000;
    white-space: pre-line;
    font-size: 40px;
}

.timeline-images .perk-content .timeline-description-one {
    color: #000;
    white-space: pre-line;
}

.timeline-images .perk-content .bg-green .timeline-description {
    color: #fff;
    white-space: pre-line;
}

.timeline-images .perk-content .timeline-head {
    color: #fff;
    font-size: 40px;
    white-space: pre-line;
    line-height: 1;
}

.about-consulting-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.about-consulting-container .table-block .left {
    padding-right: 10px;
}

.about-consulting-container .table-block .left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.about-consulting-container .table-block .banner img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    max-width: 927px;
}

.about-consulting-container .table-block img {
    width: 100%;
    z-index: 1;
    vertical-align: text-bottom;
}

.table-block .gostudy-circle-banner {
    width: 100%;
    max-width: 650px;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 50px;
    position: relative;
    z-index: 2;
}

.about-consulting-container .fts-style {
    line-height: 1.5;
}

.about-consulting-container .action-btn-secondary {
    border: 2px solid var(--themedarkshadecolor);
    color: #000;
    padding: 14px 20px;
    border-radius: 4px;
    background: #fff;
    font-family: Arial;
}

.about-consulting-container .action-btn {
    background-color: var(--themedarkshadecolor);
    color: #fff;
    padding: 14px 20px;
    border-radius: 4px;
    /* border: 2px solid var(--themedarkshadecolor); */
    font-family: Arial;
}

.about-consulting-container .table-block .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.about-consulting-container .table-block .banner {
    width: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    /* padding: 100px 0px; */
}

.about-consulting-container .table-block .banner img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    max-width: 927px;
}

.our-mission-container {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.our-mission-container .perk-list {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    max-width: none;
    text-align: left;
}

.our-mission-container .perk-list .perk-card .content {
    display: table-cell;
    padding: 45px 34px;
    vertical-align: top;
    position: relative;
    border-radius: 10px;
    text-align: left;
}

.our-mission-container .perk-list .perk-card {
    text-align: left;
    border-radius: 5px;
    width: 100%;
    max-width: 479px;
    vertical-align: top;
    height: 526px;
    box-sizing: border-box;
    display: inline-table;
    margin-right: 10px;
    background-color: #138808;
}

.our-mission-container .perk-list .perk-card h1 {
    text-align: left;
    color: #fff;
    font-size: 45px;
}

.our-mission-container h1 {
    text-align: left;
    font-size: 90px;
}

.our-mission-container .perk-list .perk-card .content p {
    margin-top: 170px;
    color: #fff;
    font-size: 30px;
}

.since-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.since-container .table-block .left {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    position: relative;
}

.since-container .left {
    width: 80%;
    padding-right: 30px;
    box-sizing: border-box;
}

.since-container.first-block .table-block img {
    width: 100%;
    z-index: 1;
    vertical-align: text-bottom;
}

.since-container .table-block .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.since-container .right p {
    font-size: 30px;
    line-height: 1.5;
}

.rating-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.rating-container .table-block .left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.review-testimonials-card {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}

.rating-container .table-block .review-google-logo {
    width: 250px;
}

.review-testimonials-card i {
    font-size: 25px;
    display: block;
    line-height: 1.5;
}

.rating-container .reviews-title {
    text-transform: uppercase;
    display: block;
    color: #666;
}

.rating-container .table-block .right h1 {
    font-size: 90px;
}

.rating-container .table-block .right p {
    font-size: 30px;
    line-height: 1.5;
}

.rating-container .table-block .right i {
    font-size: 22px;
    line-height: 1.5;
}

.loan-partners-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.loan-partners-container .table-block .left {
    display: table-cell;
    width: 10%;
    vertical-align: top;
    position: relative;
}

.loan-partners-container .table-block .left h1 {
    text-align: left;
    font-size: 90px;
}

.loan-partners {
    list-style: none;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    text-align: left;
    margin-right: 50px;
}

.loan-partners img {
    width: 100%;
    max-width: 260px;
    vertical-align: middle;
    object-fit: contain;
    display: inline-block;
    box-sizing: border-box;
    margin: 30px;
}

.loan-partners-container .table-block .right {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.promotion-card-contianer {
    width: 100%;
    text-align: center;
    margin: 0px auto inherit;
}

.promotion-card-contianer p {
    font-size: 30px;
    line-height: 1.5;
}

.promotion-card-contianer .social-media-icons {
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.promotion-card-contianer .social-media-icons li {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
}

.promotion-card-contianer .social-media-icons li img {
    width: 50px;
    height: 50px;
    margin: 10px 20px;
    vertical-align: top;
    object-fit: contain;
    cursor: pointer;
}

.thank-you-container {
    margin-top: 50px;
}

.thank-you-container .table-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.thank-you-container .fts-head {
    font-size: 60px;
}

.thank-you-container .table-block .left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.thank-you-container .horizontal-text {
    font-size: 100px;
    transform: rotate(270deg);
    font-family: Arial;
    opacity: 0.1;
    display: inline-block;
    position: absolute;
    left: -400px;
    top: 270px;
    text-transform: uppercase;
    color: #666;
}

.thank-you-container .social-media-icons {
    list-style: none;
}

.thank-you-container .social-media-icons li {
    display: inline-block;
    padding: 20px;
}

.thank-you-container .social-media-icons li img {
    width: 30px;
    cursor: pointer;
}

.thank-you-container .table-block .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.thank-you-container .table-block img {
    width: 100%;
    z-index: 1;
    vertical-align: text-bottom;
}

.blog-card {
    margin-bottom: 30px;
}

.card-banner {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.blog-content {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    font-family: Charter;
    padding: 15px;
    text-align: justify;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content strong {
    font-size: 20px;
    margin-bottom: 13px;
    display: block;
}

.launch-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFF;
    z-index: 1000;
    text-align: center;
}

.launch-popup img {
    width: 100%;
    object-fit: contain;
}

.launch-popup button {
    position: fixed;
    bottom: 30px;
    left: 0px;
    right: 0px;
    z-index: 1001;
    width: auto;
    margin: auto;
    background: #138708;
    color: #FFF;
    padding: 15px 0px;
    border: 0px;
    border-radius: 4px;
    font-size: 20px;
    max-width: 250px;
    cursor: pointer;
    box-shadow: 0px 10px 10px #4caf50;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
}

.launch-popup button:hover {
    transform: scale(1.25);
}

.glitters {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url('../images/glitter-sparkle.gif');
    z-index: 999;
}

.go-input-form {
    position: relative;
}

.go-input-form .go-input-error-message {
    color: #fff;
    padding: 5px 10px;
    background-color: red;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
    top: -24px;
    left: -1px;
    font-weight: bold;
    right: -1px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    font-family: 'CharterBold';
}

.go-error-border {
    border: 1px solid red !important;
}

.input-error-mobile-with-country-code-table {
    border: 2px solid red !important;
}

.go-error-border-radius {
    border-radius: 0px 0px 10px 10px;
}

.fair-card {
    max-width: 370px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 2px 30px #c3c3c3;
    margin-left: 50px;
    bottom: 50px;
    position: fixed;
    z-index: 6;
    display: none;
}

.fair-card-image {
    background-image: url('../images/hyatt.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 241px;
    width: 369px;
    color: white;
}

.image-content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 100px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 30px;
}

.image-content .fair-close-img {
    float: right;
    top: 15px;
    width: 25px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.image-content h2 {
    font-size: 25px;
}

.image-content h3 {
    font-size: 18px;
    font-weight: 100;
}

.fair-card-content {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fair-card-content h2 {
    font-size: 25px;
    margin: 0 0 15px 0;
}

.fair-card-content p {
    font-size: 14px;
    line-height: 1.58;
    margin: 0 0 20px 0;
    letter-spacing: -0.003em;
}

.fair-card-content a {
    text-align: center;
}

.fair-btn {
    background: #7abf00;
    border: 0;
    font-family: 'Charterbold';
    font-size: 17px;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    width: 100%;
}


.fair-btn1 {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-family: 'Charterbold';
    font-size: 13px;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 27px 0;
    border: 0px;
}

.gs-contact-us-container {
    max-width: 1233px;
    height: 680px;
    margin: 25px auto 50px;
    border-radius: 30px;
    box-shadow: 4px 3px 45px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.gs-contact-us-container .left {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

.gs-contact-us-container .left img {
    object-fit: contain;
    height: 680px;
}

.gs-contact-us-container .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    padding: 40px 70px;
}

.gs-contact-us-container .right h2 {
    font-size: 40px;
    font-family: CharterBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #1f1f1f;
    margin-bottom: 12px;
}

.gs-contact-us-container .right p {
    color: #0c0000;
    font-size: 15px;
    line-height: 163%;
    margin-bottom: 20px;
}

.gs-contact-us-container .right .shared-width {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
}

.gs-contact-us-container .right .non-shared-width {
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.gs-contact-us-container .right select {
    width: 100%;
    padding: 15px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5.77px;
    background-color: #FFFFFF;
    font-size: 13.7px;
    font-family: Charter;
    line-height: 163%;
}

.gs-contact-us-container .right input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5.77px;
    font-size: 13.7px;
    font-family: Charter;
    line-height: 163%;
}

.gs-contact-us-container .right textarea {
    width: 100%;
    padding: 10px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5.77px;
    font-size: 13.7px;
    font-family: Charter;
    line-height: 163%;
}

.gs-contact-us-container .right .checkbox-field {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.gs-contact-us-container .right .checkbox-field input[type="checkbox"] {
    margin-right: 10px;
}

.gs-contact-us-container .right .checkbox-field p {
    margin: 0;
}

.gs-contact-us-container .right button {
    text-transform: uppercase;
    background: #00AC4D;
    border: none;
    padding: 15px 30px;
    color: #fff;
    border-radius: 67px;
    font-size: 15px;
    font-family: CharterBold;
    line-height: 156%;
    letter-spacing: 0.16px;
}

.gs-contact-us-container .left .contactus-banner-mobile {
    display: none;
}

.contactus-error-message {
    position: absolute;
    bottom: -18px;
    right: 0px;
    left: 10px;
    font-size: 12px;
    color: #ff0000;
}

@media only screen and (min-height:620px) {
    .specification-list .right-form-hide {
        display: block
    }

}

@media only screen and (min-width:1440px) {
    .header-link {
        height: 0;
        padding-top: 0;
        right: calc((100vw - 1100px) * 0.48)
    }
}

@media only screen and (max-width:2560px) {
    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 560px;
        height: 640px
    }

    .team-container-circle .team-circle-img {
        left: 0px;
        margin: auto;
    }

    .bg-body .parent-header-container {
        max-width: 2000px;
    }
}

@media only screen and (max-width:2000px) {
    .timeline-container {
        max-width: 1860px;
        margin: auto;
    }

    .our-mission-container .perk-list {
        text-align: center;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 460px;
    }
}

@media only screen and (max-width:1950px) {
    .name-designation-container {
        max-width: 376px;
        top: 375px;
    }

    .ourteam-list-container .people-card .people-full-border {
        width: 370px;
        height: 430px;
    }

    .perks-container .premium-team .left {
        width: 50%;
    }

    .cta-team-container h1 {
        font-size: 80px;
    }

    .bg-body footer .footer-columns {
        max-width: 1800px;
    }

    .awards-slides-container ul li img {
        height: 270px;
    }

    .about-consulting-container .table-block .banner img {
        margin-left: 0px;
    }

    .about-consulting-container .table-block .banner img {
        margin-left: 0px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 420px;
    }

    .our-mission-container .perk-list .perk-card .content p {
        margin-top: 118px;
    }
}

@media only screen and (max-width:1925px) {
    header .head-container .left img {
        height: 60px;
    }

    .ourteam-list-container .people-card {
        margin: 90px 30px;
    }

    .ourteam-list-container .people-card .profile-banner {
        width: 340px;
        left: 10px;
        top: -44px;
    }

    .name-designation-container {
        top: 345px;
    }

    .ourteam-list-container .people-card h1 {
        font-size: 33px;
    }

    .ourteam-list-container .people-card .people-full-border {
        width: 320px;
        height: 400px;
    }

    /* .cta-team-container {
        max-width: 1395px;
    } */
    header .bgsection {
        padding: 10px 65px;
    }

    .years-experiences .years-counter-container b {
        font-size: 595px;
    }

    .awards-slides-container ul li img {
        height: 250px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 395px;
    }
}

@media only screen and (max-width:1700px) {
    header .head-container .left img {
        height: 55px;
    }

    .article-container {
        max-width: 1500px;
    }

    .benefit-container .left .color-stripes-container table {
        margin: 0px 140px;
    }

    .join-team-desc {
        padding: 0px 0px 40px;
    }

    .ourteam-list-container .people-card .profile-banner {
        width: 275px;
        top: -85px;
    }

    .name-designation-container {
        top: 295px;
    }

    .ourteam-list-container .people-card h1 {
        font-size: 28px;
    }

    .ourteam-list-container .people-card .people-full-border {
        width: 290px;
        height: 350px;
    }

    .premium-links {
        font-size: 24px;
    }

    .cta-team-container h1 {
        font-size: 60px;
    }

    .bg-body footer .footer-columns {
        max-width: 1500px;
    }

    header .bgsection {
        padding: 0px 60px;
    }

    .years-experiences .years-counter-container b {
        font-size: 450px;
    }

    .years-experiences small {
        font-size: 70px;
        padding-top: 120px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 120px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 70px;
    }

    .awards-slides-container ul li img {
        height: 255px;
        max-width: 200px;
    }

    .table-block .gostudy-circle-banner {
        max-width: 540px;
        margin-left: 60px;
    }

    .about-consulting-container .table-block .banner img {
        max-width: 750px;
    }

    .about-consulting-container .action-btn-secondary {
        font-size: 30px;
    }

    .about-consulting-container .action-btn {
        font-size: 30px;
    }

    .about-consulting-container .table-block .banner img {
        max-width: 750px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 350px;
        height: 470px;
    }

    .our-mission-container .perk-list .perk-card .content p {
        margin-top: 90px;
    }

    .loan-partners {
        text-align: right;
    }

    .loan-partners img {
        max-width: 195px;
    }
}

@media only screen and (max-width:1560px) {
    .ourteam-list-container .people-card h1 {
        font-size: 25px;
    }

    .ourteam-list-container .people-card .people-full-border {
        width: 280px;
        height: 340px;
    }

    .awards-slides-container ul li {
        margin-bottom: 70px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 335px;
    }
}

@media only screen and (max-width:1440px) {
    header .head-container .left img {
        height: 40px;
    }

    .header-link {
        height: 100%;
        padding-top: 10px;
        right: -325px
    }

    .testimonials-full-width .left .blockquote-image {
        margin-left: -40px
    }

    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 600px;
        height: 550px
    }

    .testimonials-full-width .left .university-testimonial-content li .testimonial-desc {
        font-size: 18px;
        margin-bottom: 50px
    }

    .testimonials-full-width .left .university-testimonial-content li table .testimonial-container {
        font-size: 18px
    }

    .name-form-container .highlight-text img {
        position: absolute;
        width: 120px;
        height: 39px;
        top: 4px;
        left: -21px;
        z-index: -1;
    }

    footer .footer-columns {
        max-width: 1180px;
    }

    footer .footer-columns .column {
        max-width: 290px;
    }

    .bg-body .parent-header-container {
        max-width: 1100px;
    }

    .parent-header-container {
        padding: 0;
        max-width: 1100px;
    }

    .border-bottom {
        border-bottom: none;
    }

    .article-container {
        max-width: 1180px;
    }

    .team-container-circle {
        height: 900px;
    }

    .team-container-circle .team-circle-img {
        max-width: 900px;
        height: 900px;
        right: 25px;
    }

    .team-container-view {
        padding-top: 251px;
    }

    .join-team-heading {
        font-size: 60px;
    }

    .benefit-container .left .color-stripes-container table {
        margin: 0;
    }

    .join-team-desc {
        font-size: 21px;
    }

    .benefit-container .bg-lines {
        left: -726px;
        width: 108vw;
        top: 35px;
    }

    .ourteam-list-container .people-card {
        width: 100%;
        max-width: 220px;
        margin: 50px 10px;
    }

    .ourteam-list-container .people-card .profile-banner {
        height: 230px;
        width: 200px;
        top: -31px;
        left: 10px;
    }

    .ourteam-list-container .people-card h1 {
        font-size: 18px;
    }

    .ourteam-list-container .people-card .people-full-border {
        height: 240px;
        width: 200px;
    }

    .name-designation-container {
        top: 195px;
        max-width: 206px;
    }

    .perks-container .left h1 {
        font-size: 60px;
    }

    .premium-links {
        font-size: 15px;
    }

    .premium-links .content-right-team {
        padding: 15px 20px;
    }

    .cta-team-container {
        max-width: 1140px;
    }

    .cta-team-container p {
        font-size: 21px;
    }

    .cta-team-container .people-circle-container li {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 70px;
        height: 70px;
    }

    .cta-team-container .people-circle-container li .you-circle {
        padding: 25px 19px;
        width: 70px;
        font-size: 15px;
    }

    .cta-team-container .primary {
        font-size: 20px;
    }

    .job-cards-list h1 {
        font-size: 60px;
    }

    .job-cards-list .job-card h1 {
        font-size: 20px;
    }

    .job-cards-list p {
        font-size: 15px;
    }

    .job-cards-list .job-card .apply-top-button button {
        font-size: 15px;
    }

    .job-cards-list .expanded-container h3 {
        font-size: 18px;
    }

    .job-cards-list .expanded-container ul li {
        font-size: 15px;
    }

    .job-cards-list .job-card .apply-bottom-button button {
        font-size: 15px;
    }

    .bg-body footer .footer-columns {
        max-width: 1180px;
    }

    .years-experiences .years-counter-container b {
        font-size: 350px;
    }

    .years-experiences small {
        font-size: 60px;
        padding-top: 85px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 80px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 55px;
    }

    .awards-slides-container ul li img {
        height: 180px;
        max-width: 170px;
    }

    .timeline-container h1 {
        font-size: 60px;
    }

    .timeline-container .strike-timeline-colour {
        top: 535px;
    }

    .timeline-images .perk-content .timeline-head-one {
        font-size: 30px;
    }

    .timeline-images .perk-content .timeline-head {
        font-size: 30px;
    }

    .about-consulting-container p {
        font-size: 21px;
    }

    .about-consulting-container .action-btn-secondary {
        padding: 10px;
        font-size: 20px;
    }

    .about-consulting-container .action-btn {
        padding: 10px;
        font-size: 20px;
    }

    .about-consulting-container .table-block .banner img {
        max-width: 570px;
        margin-left: 0px;
    }

    .about-consulting-container h1 {
        font-size: 60px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 270px;
        height: 290px;
    }

    .our-mission-container .perk-list .perk-card .content {
        padding: 40px 20px;
    }

    .our-mission-container .perk-list .perk-card h1 {
        font-size: 30px;
    }

    .our-mission-container .perk-list .perk-card .content p {
        margin-top: 60px;
        font-size: 20px;
    }

    .since-container h1 {
        font-size: 60px;
    }

    .since-container .right p {
        font-size: 21px;
    }

    .review-testimonials-card i {
        font-size: 21px;
    }

    .rating-container .table-block .right {
        padding-left: 50px;
    }

    .rating-container .table-block .right {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        position: relative;
    }

    .rating-container .table-block .right h1 {
        font-size: 60px;
    }

    .rating-container .table-block .right p {
        font-size: 21px;
    }

    .rating-container .table-block .right i {
        font-size: 14px;
    }

    .loan-partners-container .table-block .left h1 {
        font-size: 60px;
    }

    .loan-partners img {
        max-width: 137px;
        margin: 20px 30px;
    }

    .promotion-card-contianer h1 {
        font-size: 60px;
    }

    .promotion-card-contianer p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1280px) {
    .benefit-container .left .color-stripes-container table {
        width: 420px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 90px;
        height: 95px;
        margin: 15px 0px;
    }

    .benefit-container .right .color-stripes-container table {
        width: 420px;
    }

    .benefit-container .right .color-stripes-container table .stripe {
        width: 90px;
        height: 95px;
        margin: 15px 0px;
    }
}

@media only screen and (max-width: 1240px) {
    .main-content-container .fts-head {
        font-size: 50px;
    }

    .years-experiences .years-counter-container b {
        font-size: 350px;
    }

    .years-experiences small {
        font-size: 55px;
        padding-top: 90px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 90px;
    }

    .awards-slides-container ul {
        white-space: normal;
        text-align: center;
    }

    .awards-slides-container ul li {
        margin: auto;
    }

    .awards-slides-container ul li img {
        max-width: 130px;
        height: 150px;
    }

    .timeline-container h1 {
        font-size: 50px;
    }

    .timeline-images .perk-content .timeline-head {
        font-size: 25px;
    }

    .timeline-images .perk-content .timeline-head-one {
        font-size: 25px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 274px;
    }
}

@media only screen and (max-width:1190px) {
    .article-container {
        max-width: 1100px;
    }

    .premium-links .content-right-team {
        padding: 15px 27px;
    }

    header .bgsection {
        padding: 0px 40px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 250px;
        height: 320px;
    }
}

@media only screen and (max-width:1170px) {
    .parent-header-container {
        max-width: 1030px
    }

    .parent-table-container {
        max-width: 1030px
    }

    .comparison-content-container .container-head .table-block .left h2 {
        font-size: 165px
    }

    .reasons-to-study-container .container-head .table-block .left h2 {
        font-size: 125px
    }

    .three-reasons-to-study-container .container-head .table-block .left h2 {
        font-size: 125px
    }

    .name-form-container .table-container .td-column button {
        height: 45px
    }

    .name-form-container .table-container .td-column input {
        padding: 10px 20px
    }

    .testimonials-full-width .left .blockquote-image {
        margin-left: -20px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .related-article-container .article-card .card-child {
        max-width: 310px;
    }
}

@media only screen and (max-width:1100px) {
    .parent-left-child-container {
        max-width: none
    }

    .parent-header-container {
        padding: 0
    }

    header .head-container {
        padding: 15px 30px
    }

    .parent-table-container .parent-left {
        padding: 15px 40px
    }

    .parent-table-container .parent-right {
        display: none;
        width: 100%;
        box-sizing: border-box
    }

    .left-study-container .fts-head {
        font-size: 38px
    }

    .left-study-container .left .content-container {
        max-width: 400px
    }

    .options-long-content-container div {
        max-width: 135px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 70px;
        height: 70px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 70px;
        height: 70px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header {
        height: 95px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header {
        height: 95px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(3) img {
        top: 108px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 218px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 328px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 438px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 548px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 658px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 768px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 878px
    }

    .review-testimonials-container {
        margin-right: 150px
    }

    .foo-str-cont-mobile {
        display: table
    }

    .footer-stripe-container .bar-loading {
        display: none
    }

    .black-popupform-container {
        z-index: 11
    }

    .black-popupform-container .border-tags li {
        font-size: 17px
    }

    .popup-content-container h1 {
        font-size: 50px
    }

    .popup-content-container .admission-opens h2 {
        font-size: 30px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .testimonials-full-width .left .blockquote-image {
        width: 45px;
        margin-left: 0
    }

    .related-article-container .article-card .card-child {
        max-width: 440px;
        margin-right: 30px;
    }

    footer .footer-columns .column {
        max-width: 325px;
    }

    .article-container {
        max-width: 1075px;
    }

    .join-team-heading {
        font-size: 50px;
    }

    .benefit-container {
        max-width: 530px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 380px;
        margin: 0px 50px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 85px;
        height: 90px;
    }

    .benefit-container .right .color-stripes-container table {
        width: 380px;
        margin: 0px 20px;
    }

    .benefit-container .right .color-stripes-container table .stripe {
        width: 85px;
        height: 90px;
    }

    .benefit-container {
        max-width: 530px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 380px;
        margin: 0px 50px;
    }

    .join-team-heading {
        font-size: 50px;
    }

    .ourteam-list-container .people-card {
        max-width: 245px;
    }

    .perks-container .left h1 {
        font-size: 50px;
        padding: 0px 30px;
    }

    .premium-links .content-right-team {
        padding: 15px 30px;
    }

    .premium-links {
        font-size: 14px;
    }

    .cta-team-container {
        max-width: 925px;
    }

    .cta-team-container h1 {
        font-size: 50px;
    }

    .cta-team-container .people-circle-container li {
        padding: 0;
    }

    .cta-team-container .dots {
        top: -5px;
        right: -115px;
        height: 300px;
    }

    .cta-team-container .primary {
        font-size: 15px;
    }

    .job-cards-list h1 {
        font-size: 50px;
    }

    .copyrigt .center {
        margin-bottom: 50px;
    }

    header .bgsection {
        padding: 0px 15px;
    }

    header .head-container {
        padding: 15px 30px;
    }

    .years-experiences .years-counter-container b {
        font-size: 320px;
    }

    .years-experiences small {
        padding-top: 80px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 70px;
    }

    .our-mission-container .perk-list .perk-card {
        max-width: 235px;
        height: 365px;
    }

    .timeline-container .timeline-content-container .strike-timeline-colour {
        top: 510px;
    }

    .loan-partners img {
        max-width: 100px;
        margin: 20px 48px;
    }
}

@media only screen and (max-width:1024px) {
    .related-article-container .article-card .card-child {
        max-width: 430px;
    }

    .notification {
        max-width: 220px;
        bottom: 90px;
    }

    .article-container {
        max-width: none;
    }

    .team-container-view {
        padding-top: 257px;
    }

    .main-content-container .fts-head {
        font-size: 50px;
    }

    .premium-links .content-right-team {
        padding: 15px 20px;
    }

    .since-container h1 {
        font-size: 50px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 50px;
    }

    .years-experiences .years-counter-container b {
        font-size: 250px;
    }

    .years-experiences small {
        font-size: 55px;
        padding-top: 55px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 50px;
    }

    .awards-slides-container ul {
        white-space: normal;
        text-align: center;
    }

    .awards-slides-container ul li {
        margin: auto;
    }

    .timeline-container {
        max-width: 950px;
    }

    .timeline-container h1 {
        font-size: 50px;
    }

    .our-mission-container .perk-list .perk-card .content {
        padding: 25px 30px;
    }

    .review-testimonials-card {
        padding: 0px;
    }

    .rating-container .table-block .right h1 {
        font-size: 50px;
    }

    .loan-partners-container .table-block .left h1 {
        font-size: 45px;
    }

    .loan-partners {
        text-align: center;
    }

    .loan-partners img {
        max-width: 106px;
        margin: 20px 30px;
    }

    .promotion-card-contianer h1 {
        font-size: 50px;
    }

    .fair-card {
        max-width: 250px;
        border-radius: 25px;
        margin-left: 25px;
        bottom: 100px;
    }

    .fair-card-image {
        width: 250px;
        height: 190px;
    }

    .image-content h2 {
        font-size: 17px;
    }

    .image-content h3 {
        font-size: 12px;
    }

    .fair-btn1 {
        font-size: 9px;
        padding: 8px 16px;
        margin: 20px 0;
    }

    .image-content {
        padding: 88px 0px 0px 17px;
    }

    .fair-btn {
        font-size: 15px;
        padding: 15px;
    }

    .image-content .fair-close-img {
        width: 15px;
    }

    .gs-contact-us-container {
        max-width: 873.24px;
        height: 570px;
        border-radius: 21.33px;
    }

    .gs-contact-us-container .left img {
        height: 570px;
    }

    .gs-contact-us-container .right {
        padding: 35px 64px 44px;
    }

    .gs-contact-us-container .right h2 {
        font-size: 32.71px;
        margin-bottom: 8px;
    }

    .gs-contact-us-container .right p {
        font-size: 11.38px;
        margin-bottom: 15px;
    }

    .gs-contact-us-container .right select {
        padding: 9px 16px;
        border-radius: 4.1px;
        font-size: 9.74px;
    }

    .gs-contact-us-container .right .shared-width {
        gap: 15px;
        margin-bottom: 17px;
    }

    .gs-contact-us-container .right .non-shared-width {
        margin-bottom: 17px;
    }

    .gs-contact-us-container .right input[type="text"] {
        padding: 9px 16px;
        border-radius: 4.1px;
        font-size: 9.74px;
    }

    .gs-contact-us-container .right textarea {
        padding: 9px 16px;
        border-radius: 4.1px;
        font-size: 9.74px;
        height: 66.4px;
        resize: vertical;
    }

    .gs-contact-us-container .right button {
        border-radius: 47.64px;
        font-size: 13.16px;
        padding: 11px 25px;
    }

    .gs-contact-us-container .right .checkbox-field {
        margin-bottom: 20px;
    }

    .contactus-error-message {
        bottom: -12px;
        font-size: 10px;
    }
}

@media only screen and (max-width:980px) {
    .benefit-container .left .color-stripes-container table {
        width: 330px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 75px;
        height: 85px;
    }

    .benefit-container .right .color-stripes-container table {
        width: 330px;
    }

    .benefit-container .right .color-stripes-container table .stripe {
        width: 75px;
        height: 85px;
    }

    .premium-links .content-right-team {
        padding: 15px 13px;
    }

    .cta-team-container {
        max-width: 790px;
    }

    .cta-team-container h1 {
        font-size: 40px;
    }

    header .primary-head-menu .li-item {
        font-size: 12px;
    }

    header .primary-head-menu .action-button {
        font-size: 10px;
    }

    .years-experiences .years-counter-container b {
        font-size: 260px;
    }

    .years-experiences small {
        font-size: 45px;
        padding-top: 70px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 70px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 45px;
    }

    .timeline-container .strike-colour {
        top: 80px;
        width: 150px;
    }

    .perks-container .perk-list .perk-card {
        max-width: 195px;
        height: 295px;
    }

    .our-mission-container .perk-list .perk-card h1 {
        font-size: 22px;
    }

    .our-mission-container .perk-list .perk-card .content p {
        margin-top: 45px;
        font-size: 18px;
    }

    .loan-partners img {
        max-width: 105px;
        margin: 20px 16px;
    }
}

@media only screen and (max-width:900px) {
    .left-primary-form .popup-content-container .scholarship-stamp {
        width: 200px;
        height: 160px;
        margin: 20px auto
    }

    .popup-content-container hr {
        max-width: 170px
    }

    .popup-content-container p {
        font-size: 18px
    }

    .popup-container {
        max-width: 730px
    }

    .study-options-container .left-study-container .left {
        width: 45%
    }

    .study-options-container .left-study-container .right {
        width: 55%
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .related-article-container .article-card .card-child {
        max-width: 305px;
        margin-right: 15px;
        margin-left: 15px;
    }

    footer {
        padding: 5px;
    }

    footer .footer-columns .column {
        max-width: 365px;
    }

    footer .divider h2 {
        font-size: 22px;
    }

    footer .tag-list {
        font-size: 22px;
        margin-top: -12px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:870px) {
    .for-mobile {
        display: block !important;
    }

    .for-web {
        display: none !important;
    }

    .mb-150 {
        margin-bottom: 90px;
    }

    .no-padding {
        padding: 0px;
    }

    .team-container-circle {
        height: 950px;
    }

    .team-container-circle .team-circle-img {
        /* height: 800px; */
        left: 0px;
    }

    .team-container-view {
        max-width: 430px;
        padding-top: 338px;
    }

    .team-container-circle h2 {
        font-size: 27px;
    }

    .team-container-circle p {
        font-size: 16px;
    }

    .main-content-container .fts-head {
        font-size: 40px;
    }

    .join-team-heading {
        font-size: 40px;
    }

    .benefit-container {
        max-width: 490px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 380px;
        margin: 0px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 80px;
        height: 85px;
        margin: 15px 0px;
    }

    .benefit-container .right .color-stripes-container table {
        width: 330px;
    }

    .join-team-heading {
        font-size: 40px;
    }

    .perks-container .table-block {
        display: block;
        text-align: center;
    }

    .perks-container .premium-team .left {
        width: 100%;
        display: block;
    }

    .perks-container .left h1 {
        font-size: 40px;
    }

    .perks-container .table-block .right .premium-links {
        margin-left: 40px;
    }

    .premium-links .content-right-team {
        padding: 15px 25px;
    }

    .premium-links {
        font-size: 15px;
    }

    /* .cta-team-container {
        max-width: 600px;
    } */
    .cta-team-container h1 {
        font-size: 40px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 50px;
        height: 50px;
    }

    .cta-team-container .people-circle-container li .you-circle {
        width: 60px;
        padding: 21px 15px;
    }

    .cta-team-container .dots {
        top: 24px;
        right: -55px;
        height: 250px;
    }

    .job-cards-list h1 {
        font-size: 40px;
    }

    .job-cards-list .job-card .apply-top-button button {
        position: relative;
        top: auto;
        right: auto;
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    .job-cards-list .job-card .info-desc {
        display: block;
    }

    .perks-container h1 {
        text-align: center;
    }

    .job-cards-list .job-card .apply-top-button button {
        position: relative;
        top: auto;
        right: auto;
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    header .bgsection {
        padding: 0px 0px;
    }

    header .head-container {
        padding: 25px 15px 15px;
    }

    header .close-menu-img {
        display: block;
    }

    header .primary-head-menu {
        float: none;
        margin-top: 50px;
    }

    header .primary-head-menu .li-item {
        font-size: 16px;
        display: block;
        color: black;
    }

    header .primary-head-menu .li-item a {
        color: #000;
    }

    header .primary-head-menu .action-button {
        margin-top: 10px;
    }

    .years-experiences .years-counter-container b {
        font-size: 180px;
    }

    .years-experiences small {
        font-size: 35px;
        padding-top: 50px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 45px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 34px;
    }

    .awards-slides-container ul li {
        margin: 23px 15px;
    }

    .awards-slides-container ul li img {
        max-width: 165px;
        height: 135px;
    }

    .timeline-container {
        max-width: 800px;
    }

    .timeline-container h1 {
        font-size: 40px;
    }

    .timeline-container .strike-colour {
        display: none;
    }

    .timeline-container .timeline-content-container .strike-timeline-colour {
        top: 485px;
    }

    .about-consulting-container .table-block .left,
    .application-card-contianer .table .left {
        display: block;
        width: 100%;
    }

    .about-consulting-container .table-block,
    .table {
        text-align: center;
        display: block;
    }

    .about-consulting-container h1 {
        font-size: 40px;
        text-align: center;
    }

    .about-consulting-container .table-block .banner img {
        max-width: 450px;
        display: block;
        margin: auto;
    }

    .about-consulting-container .table-block .banner img {
        max-width: 450px;
        display: block;
        margin: auto;
    }

    .perks-container .perk-list {
        display: block;
        text-align: center;
    }

    .perks-container .perk-list .perk-card {
        max-width: 170px;
        height: 271px;
    }

    .our-mission-container .perk-list .perk-card .content {
        padding: 23px 11px;
    }

    .our-mission-container .perk-list .perk-card h1 {
        font-size: 25px;
    }

    .our-mission-container .perk-list .perk-card .content p {
        margin-top: 45px;
        font-size: 18px;
    }

    .since-container .table-block,
    .table {
        text-align: center;
        display: block;
    }

    .since-container .banner {
        max-width: 555px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0px;
    }

    .since-container h1 {
        font-size: 40px;
    }

    .rating-container .table-block,
    .table {
        text-align: center;
        display: block;
    }

    .rating-container .table-block .left,
    .application-card-contianer .table .left {
        display: block;
        width: 100%;
    }

    .review-testimonials-card {
        padding: 0px 30px;
        border-right: 0px;
        text-align: center;
    }

    .rating-container .table-block .right {
        text-align: center;
        padding: 0px;
    }

    .loan-partners-container .table-block .left {
        width: 100%;
    }

    .loan-partners-container .table-block .left h1 {
        text-align: center;
        font-size: 45px;
    }

    .loan-partners-container .table-block .right {
        width: 100%;
    }

    .loan-partners {
        text-align: center;
        max-width: 760px;
    }

    .loan-partners img {
        max-width: 115px;
        margin: 20px 33px;
    }

    .promotion-card-contianer h1 {
        font-size: 40px;
    }

    .promotion-card-contianer .social-media-icons li {
        padding: 5px;
    }

    .thank-you-container .table-block,
    .table {
        text-align: center;
        display: block;
    }

    .thank-you-container .table-block .left,
    .application-card-contianer .table .left {
        display: block;
        width: 100%;
    }

    .gs-contact-us-container {
        max-width: 654.93px;
        height: 480px;
        border-radius: 16px;
        margin: auto auto 25px;
    }

    .gs-contact-us-container .left img {
        height: 480px;
    }

    .gs-contact-us-container .right {
        padding: 28px 40px 28px;
    }

    .gs-contact-us-container .right h2 {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .gs-contact-us-container .right p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .gs-contact-us-container .right .shared-width {
        gap: 10px;
        margin-bottom: 10px;
    }

    .gs-contact-us-container .right .non-shared-width {
        margin-bottom: 10px;
    }


    .gs-contact-us-container .right select {
        padding: 6px 12px;
        border-radius: 3.08px;
        font-size: 14px;
    }

    .gs-contact-us-container .right input[type="text"] {
        padding: 6px 12px;
        border-radius: 3.08px;
        font-size: 14px;
    }

    .gs-contact-us-container .right .checkbox-field input[type="checkbox"] {
        width: 10px;
    }

    .gs-contact-us-container .right textarea {
        padding: 6px 12px;
        border-radius: 3.08px;
        font-size: 14px;
        height: 51.53px;
    }

    .gs-contact-us-container .right button {
        border-radius: 35.73px;
        font-size: 9.87px;
        padding: 8px 20px;
    }

    .gs-contact-us-container .right .checkbox-field {
        margin-bottom: 12px;
    }

    .contactus-error-message {
        bottom: -11px;
        font-size: 8px;
        left: 5px;
    }
}

@media only screen and (max-width:768px) {

    .fs-25 {
        font-size: 22px
    }

    .fs-20 {
        font-size: 18px
    }

    .options-long-content-container div {
        max-width: 130px;
        margin-right: 12px
    }

    .left-study-container .left .content-container {
        max-width: 265px
    }

    .left-study-container .fts-style {
        font-size: 18px
    }

    .fs-40 {
        font-size: 35px
    }

    .left-study-container .fts-head {
        font-size: 25px
    }

    .scholarship-long-container .fts-head {
        font-size: 25px
    }

    .scholarship-long-container .fts-style {
        font-size: 18px
    }

    .comparison-content-container .container-head .table-block .left h2 {
        font-size: 140px
    }

    .left-enquiry-container .full-width-button {
        font-size: 18px
    }

    .report-receive-container .full-width-button {
        font-size: 18px
    }

    .popup-container .left-primary-form {
        width: 35%
    }

    .popup-container {
        max-width: 665px
    }

    .popup-container .secondary-form {
        width: 65%;
        padding: 20px 0
    }

    .black-popupform-container .image-hover-container .status-icon {
        margin-bottom: 0
    }

    .black-popupform-container .image-hover-container p {
        font-size: 20px
    }

    .popup-container .secondary-form .bg-orange {
        font-size: 24px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 50px;
        height: 50px
    }

    .black-popupform-container .border-tags li {
        font-size: 17px
    }

    .popup-container .secondary-form .conditions-applied-desc {
        font-size: 12px
    }

    .left-content-list-container .right table thead th {
        padding: 10px 5px;
        font-size: 18px
    }

    .left-content-list-container .right table td {
        padding: 10px 10px;
        font-size: 18px
    }

    .reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 22px
    }

    .reasons-to-study-container .container-body .table-block .fts-style {
        font-size: 18px
    }

    .options-long-content-container div .one-line-content {
        font-size: 18px
    }

    .three-reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 22px
    }

    .three-reasons-to-study-container .container-body .table-block .fts-style {
        font-size: 18px
    }

    .scholarship-updates .left-content-list-container .content-container .fts-style {
        font-size: 18px
    }

    .ranked-universities .left-content-list-container .right table td {
        font-size: 18px
    }

    .left-enquiry-container .fts-head {
        font-size: 35px
    }

    .branch-list-section .branch-list p {
        font-size: 18px
    }

    footer .footer-container p {
        font-size: 18px
    }

    .branch-list-section .branch-list-mobile {
        font-size: 18px
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 265px;
        top: -3px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 459px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .related-article-container .article-card .card-child {
        max-width: 680px;
        margin-right: 60px;
        margin-left: 40px;
        margin-bottom: 20px;
        margin: auto auto 25px auto;
    }

    .name-form-container .highlight-text img {
        width: 110px;
        height: 45px;
        top: -2px;
    }

    .premium-links .content-right-team {
        padding: 15px 15px;
    }

    .perks-container .perk-list .perk-card {
        max-width: 245px;
        height: 285px;
    }

    .our-mission-container .perk-list .perk-card .content {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .fs-25 {
        font-size: 20px;
    }

    .fs-30 {
        font-size: 25px;
    }

    .loan-partners img {
        max-width: 110px;
        margin: 20px 15px;
    }
}

@media only screen and (max-width:700px) {
    .fs-40 {
        font-size: 33px
    }

    .popup-container {
        max-width: 600px
    }

    .popup-container .close-black {
        top: 0
    }

    .popup-container .secondary-form {
        padding: 30px 15px
    }

    .left-primary-form .popup-content-container .scholarship-stamp {
        width: 180px;
        height: 145px
    }

    .popup-content-container .admission-opens h2 {
        font-size: 22px
    }

    .popup-content-container .admission-opens h1 {
        font-size: 40px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 27px;
        height: 27px
    }

    .options-long-content-container div .one-line-content {
        font-size: 14px
    }

    .options-long-content-container div {
        margin-right: 10px;
        max-width: 115px;
        margin-bottom: 12px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        top: 20px
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 250px;
        height: 47px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 50px;
        height: 50px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 425px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }
}

@media only screen and (max-width:660px) {
    .review-rating-container .left {
        display: none
    }

    .review-rating-container .right .mobile-view {
        display: block
    }

    .fs-40 {
        font-size: 30px
    }

    .fs-30 {
        font-size: 25px
    }

    .fs-25 {
        font-size: 20px
    }

    .fs-20 {
        font-size: 16px
    }

    /* .fts-style {
        font-size: 16px
    } */
    .left-study-container .left {
        width: 40%
    }

    .left-study-container .right {
        width: 60%
    }

    .options-long-content-container div {
        margin-bottom: 10px;
        margin-right: 6px
    }

    .left-study-container .left .content-container {
        max-width: 200px
    }

    .left-study-container .fts-head {
        font-size: 24px
    }

    .name-form-container .heading {
        font-size: 30px
    }

    /* .name-form-container .highlight-text img {
                       width: 95px;
                       height: 50px;
                       left: -10px
                   } */
    .scholarship-long-container .fts-style {
        font-size: 16px
    }

    .name-form-container .table-container .td-column {
        display: block;
        width: 100%;
        margin: 10px 0;
        border-right: 1px solid #e5e5e5
    }

    .name-form-container .highlight-text img {
        width: 95px;
        height: 35px;
        top: 0px;
    }

    /* .name-form-container .highlight-text img {
                       left: -16px
                   } */
    .left-enquiry-container .left {
        width: 60%
    }

    .left-enquiry-container .right {
        width: 40%
    }

    .comparison-content-container .left-content-list-container .premium-content p {
        font-size: 14px;
        max-width: 220px
    }

    .comparison-content-container .left-content-list-container .left .right-img {
        height: 72px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        height: 71px
    }

    .popup-container {
        max-width: 580px
    }

    .popup-container .secondary-form {
        padding: 15px 0
    }

    .popup-content-container h1 {
        font-size: 55px
    }

    .popup-content-container hr {
        max-width: 150px
    }

    .popup-content-container p {
        font-size: 15px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        margin-top: 20px
    }

    .reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 20px
    }

    .reasons-to-study-container .container-body .table-block .fts-style {
        font-size: 16px
    }

    .options-long-content-container div .one-line-content {
        font-size: 16px
    }

    .ranked-universities .left-content-list-container .right table td {
        font-size: 16px
    }

    .left-content-list-container .right table td {
        font-size: 16px
    }

    .left-enquiry-container .fts-head {
        font-size: 30px
    }

    .report-receive-container .fts-style span {
        font-size: 30px
    }

    .report-receive-container .fts-style {
        font-size: 28px
    }

    .three-reasons-to-study-container .container-body .table-block .fts-style {
        font-size: 16px
    }

    .three-reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 20px
    }

    .scholarship-updates .left-content-list-container .content-container .fts-style {
        font-size: 16px
    }

    .left-content-list-container .right table thead th {
        font-size: 16px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        font-size: 30px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        font-size: 25px
    }

    .left-content-list-container .right table thead th {
        padding: 10px 6px
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 225px;
        height: 43px;
        top: -4px;
        left: -4px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 395px;
        height: 27px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .gs-contact-us-container {
        max-width: 555px;
        height: auto;
        border-radius: 45px;
        display: flex;
        flex-direction: column-reverse;
    }

    .gs-contact-us-container .left .contactus-banner-normal {
        display: none;
    }

    .gs-contact-us-container .left .contactus-banner-mobile {
        display: block;
        height: 897px;
    }

    .gs-contact-us-container .right {
        display: block;
        width: auto;
        padding: 30px;
        /* text-align: center; */
    }

    .gs-contact-us-container .right h2 {
        font-size: 34.64px;
        margin-bottom: 11px;
        text-align: center;
    }

    .gs-contact-us-container .right p {
        font-size: 15px;
        margin-bottom: 38px;
        text-align: center;
    }

    .gs-contact-us-container .right .shared-width {
        /* flex-direction: column; */
        display: block;
        margin-bottom: 10px;
    }

    .gs-contact-us-container .right .shared-width input:first-child {
        margin-bottom: 10px;
    }

    .gs-contact-us-container .right select {
        padding: 22px 30px;
        border-radius: 8.69px;
        font-size: 18.07px;
        border: 2.5px solid rgba(0, 0, 0, 0.15);
    }

    .gs-contact-us-container .right input[type="text"] {
        padding: 22px 30px;
        border-radius: 8.69px;
        font-size: 18.07px;
        border: 2.5px solid rgba(0, 0, 0, 0.15);
    }

    .gs-contact-us-container .right textarea {
        padding: 12px 30px;
        border-radius: 8.69px;
        font-size: 18.07px;
        height: 105.41px;
        border: 2.5px solid rgba(0, 0, 0, 0.15);
    }

    .gs-contact-us-container .right .checkbox-field {
        align-items: end;
    }

    .gs-contact-us-container .right .checkbox-field input[type="checkbox"] {
        width: 22px;
        height: 22px;
    }

    .gs-contact-us-container .right button {
        border-radius: 100px;
        font-size: 21.08px;
        padding: 11px 59px;
    }

    .gs-contact-us-container .right .checkbox-field p {
        text-align: left;
    }

    .gs-contact-us-container .left .contactus-banner-normal {
        display: none;
    }

    .gs-contact-us-container .left .contactus-banner-mobile {
        display: block;
    }

    .contactus-error-message {
        font-size: 15px;
    }
}

@media only screen and (max-width:620px) {
    .for-mobile {
        display: block !important;
    }

    .for-web {
        display: none
    }

    hr {
        display: none
    }

    .mb-70 {
        margin-bottom: 30px
    }

    .mb-80 {
        margin-bottom: 50px
    }

    .mb-90 {
        margin-bottom: 50px
    }

    .mb-100 {
        margin-bottom: 50px
    }

    .fs-40 {
        font-size: 33px
    }

    .fts-head {
        font-size: 40px;
    }

    .divider hr {
        display: block
    }

    header .head-container .left img {
        width: 200px;
    }

    .parent-table-container {
        background: #fff;
        padding-top: 0px
    }

    .parent-header-container {
        background: #fff
    }

    body {
        background: #fff
    }

    .bg-lightgreen {
        background: var(--themelightshadecolor);
        padding-top: 50px
    }

    .bg-orangeshade {
        background: var(--themeorangeshade);
        padding-top: 50px
    }

    .bg-darkgreen {
        background: var(--themedarkshadecolor);
        padding-top: 50px
    }

    /* .name-form-container .input-form .fs-40 {
                    color: #fff
                } */
    /* .name-form-container .highlight-text img {
        display: none
    } */
    .bg-darkgreen .name-form-container b {
        color: #fff;
    }

    .bg-darkgreen .name-form-container .highlight-text img {
        display: none;
    }

    .bg-darkgreen .name-form-container .table-container .td-column button {
        background: var(--themeblueshadecolor);
    }

    .bg-darkgreen .cl-green {
        color: var(--themeblueshadecolor);
    }

    .bg-darkgreen .colour-card-container .name-form-container {
        margin: 0 0;
    }

    .name-form-container .doubts-slider .active {
        color: #fff
    }

    .major-container-first {
        padding-top: 0
    }

    .name-form-container .heading {
        /* color: #fff; */
        font-size: 30px
    }

    /* .name-form-container .conditions-applied-desc {
                     color: #fff
                 }
                 .name-form-container .conditions-applied-desc a {
                     color: #fff
                 } */
    .name-form-container .divider-eligibility {
        color: #fff
    }

    .parent-table-container .parent-left {
        padding: 0
    }

    .parent-table-container .blog-container {
        padding: 0px 20px;
    }

    .major-container {
        padding: 15px
    }

    .parent-table-container .parent-right {
        display: none;
        width: 100%;
        box-sizing: border-box
    }

    .parent-header-container {
        padding: 0
    }

    header .head-container {
        padding: 15px 15px 15px
    }

    header .head-container .right .menu-bar-landing .contact-display {
        display: none
    }

    header .head-container .right .menu-bar-landing .header-call-icon {
        display: inline-block;
        margin-right: 20px
    }

    .reasons-to-study-container .container-body .table-block {
        margin-bottom: 20px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 75px;
        height: 80px;
        left: 10px;
        top: 10px;
        right: 0
    }

    .reasons-to-study-container .container-head .table-block .right h2 {
        text-align: left
    }

    .reasons-to-study-container .container-head .table-block .left h2 {
        font-size: 100px;
        text-align: center;
    }

    .reasons-to-study-container .container-body .table-block .right h2 {
        text-align: left
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 90px;
        font-weight: 500;
        width: 50px;
        margin: auto;
        text-align: center;
    }

    .reasons-to-study-container .container-body .table-block .right {
        padding-left: 15px
    }

    .reasons-to-study-container .container-head .table-block .right {
        padding-left: 10px
    }

    .three-reasons-to-study-container .container-body .table-block .right {
        padding-left: 10px
    }

    .three-reasons-to-study-container .container-head .table-block .right {
        padding-left: 10px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 70px;
        height: 70px
    }

    .three-reasons-to-study-container .container-head .table-block .right h2 {
        text-align: left
    }

    .three-reasons-to-study-container .container-head .table-block .left h2 {
        font-size: 100px;
        text-align: center;
    }

    .three-reasons-to-study-container .container-body .table-block .right h2 {
        text-align: left
    }

    .three-reasons-to-study-container .container-body .table-block .left h2 {
        font-weight: 500
    }

    .study-options-container .divider {
        margin: 0
    }

    /* .name-form-container amp-carousel {
        height: 100px
    } */
    .left-study-container {
        text-align: center;
        display: block
    }

    .left-study-container .left {
        width: 100%
    }

    .left-study-container .right {
        width: 100%;
        display: block
    }

    .study-options-container .left-study-container .right {
        width: 100%;
        display: block
    }

    .left-study-container .left .content-container {
        max-width: none;
        margin-bottom: 30px
    }

    .divider .action-btn {
        min-width: 130px;
        left: 37%;
        top: -15px;
        padding: 5px 20px
    }

    .scholarship-container img {
        width: 235px;
        height: 150px;
        left: -50px;
        bottom: 26px
    }

    .name-form-container {
        padding: 0;
        margin: 0 0
    }

    .name-form-container .table-container {
        /* max-width: 500px; */
        margin-bottom: 20px
    }

    .name-form-container .divider-eligibility {
        margin-bottom: 20px
    }

    .name-form-container .table-container .no-border {
        margin: auto;
        border: 0
    }

    /* .name-form-container .table-container .td-column button {
                     background: var(--themeorangeshade)
                 } */
    .bg-darkgreen .mobile-with-country-code-table td:first-child {
        width: 50px
    }

    .name-form-container .table-container .td-column input {
        padding: 10px 10px
    }

    .scholarship-callback-container .input-form {
        margin-bottom: 50px
    }

    /* .major-container h2 {
                  text-align: center
              } */
    .faq-content-container {
        margin-bottom: 20px
    }

    .faq-content-container .mb-70 {
        margin-bottom: 0
    }

    .left-content-list-container .left .content-container .fts-style {
        margin-bottom: 30px
    }

    .left-content-list-container .left .content-container {
        max-width: none
    }

    .scholarship-updates h2 {
        text-align: center;
    }

    .scholarship-updates {
        margin-bottom: 0
    }

    .scholarship-updates .left-content-list-container {
        margin-bottom: 50px
    }

    .scholarship-updates .left-content-list-container .left {
        width: 100%;
        display: block;
        text-align: center
    }

    .scholarship-updates .left-content-list-container .right {
        display: block;
        width: 100%
    }

    .scholarship-updates .left .content-container h2 {
        color: var(--themedarkshadecolor)
    }

    .ranked-universities .left-content-list-container .left {
        display: none
    }

    .ranked-universities .left-content-list-container .right {
        display: block;
        width: 100%
    }

    .ranked-universities {
        margin-bottom: 0
    }

    .comparison-content-container .left-content-list-container {
        margin-bottom: 50px
    }

    .comparison-content-container .container-head .table-block .left h2 {
        font-size: 100px
    }

    .comparison-content-container .container-head .table-block .right h2 {
        text-align: left
    }

    .comparison-content-container .left-content-list-container .right .comparison-header {
        height: 80px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header {
        height: 80px
    }

    .comparison-content-container .left-content-list-container .left .right-img {
        width: 65px;
        height: 68px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        width: 65px;
        height: 67px
    }

    .comparison-content-container .left-content-list-container .premium-content p {
        font-size: 12px;
        max-width: 200px
    }

    .comparison-list-container .right .vertical-line-container img {
        height: 40px;
        width: 40px;
        left: -19px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        font-size: 28px
    }

    .comparison-content-container .left-content-list-container .premium-content {
        height: 25px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(3) img {
        top: 90px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 188px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 285px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 378px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 473px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 568px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 663px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 758px
    }

    .comparison-list-container .right .vertical-line-container p {
        width: 20px;
        height: 20px;
        padding: 12px 12px 10px;
        left: -20px
    }

    .comparison-list-container .right .vertical-line-container:first-child p {
        top: -4px
    }

    .review-rating-container .table-block {
        display: block;
        position: relative
    }

    .review-rating-container .google-review-logo {
        width: 120px;
        height: 45px
    }

    .review-rating-container .review-count {
        font-size: 15px
    }

    .review-rating-container .google-logo {
        position: absolute;
        right: 20px;
        float: right
    }

    .review-testimonials-container h3 {
        font-size: 22px;
        width: 100%;
        max-width: 250px
    }

    .review-testimonials-container p {
        font-size: 15px;
        margin-bottom: 30px
    }

    .scholarship-callback-container h2 {
        font-size: 33px;
        color: #fff
    }

    .scholarship-long-container .fts-style {
        color: #fff;
        font-size: 17px
    }

    .left-scholarship-content-list-container {
        margin-bottom: 0
    }

    .left-enquiry-container {
        display: none
    }

    .enquiry-callback-container .report-receive-container .fts-style {
        text-align: center;
        color: #fff
    }

    .report-receive-container .fts-style a {
        color: #fff
    }

    .report-receive-container .fts-style {
        font-size: 25px
    }

    .enquiry-callback-container .report-receive-container {
        margin-bottom: 50px
    }

    .report-receive-container .table-container {
        margin: 0 auto 20px;
        max-width: 500px
    }

    .report-receive-container .full-width-button {
        display: block;
        margin: auto;
        max-width: none;
        width: 100%;
        padding: 12px 11px
    }

    .right-content-list-container .left {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .right-content-list-container .right {
        display: block;
        width: 100%
    }

    .right-content-list-container .right img {
        max-width: none
    }

    .faq-content-container h2 {
        text-align: left
    }

    .faq-content-container hr {
        display: block
    }

    .report-receive-container .table-container .td-column {
        display: block;
        width: 100%;
        margin: 10px 0
    }

    .report-receive-container .table-container .no-border {
        margin: auto;
        border: 0
    }

    .branch-list-section .branch-list {
        margin-right: 30px;
        margin-left: 30px
    }

    .branch-list-section .branch-list-mobile {
        margin-right: 35px;
        margin-left: 30px
    }

    .footer-container {
        margin-bottom: 100px
    }

    footer .footer-container .footer-logo-container .right {
        width: 90%;
        padding: 5px 0
    }

    footer .footer-container .footer-logo-container .right .university-logo {
        width: 30px;
        height: 30px
    }

    footer .footer-columns .column hr {
        display: block;
        border-bottom: 1px solid var(--themedarkshadecolor);
    }

    .popup-container {
        max-width: 620px;
        border-radius: 0;
        position: unset
    }

    .popup-container .left-primary-form {
        display: none;
        width: 100%;
        padding: 70px 0;
        border-radius: 0
    }

    .popup-content-container h2 {
        font-size: 30px;
        font-weight: 100
    }

    .popup-content-container h1 {
        font-size: 50px;
        font-weight: 100;
        margin-bottom: 20px
    }

    .popup-content-container .admission-opens h2 {
        font-size: 22px
    }

    .popup-content-container p {
        font-size: 14px
    }

    .popup-content-container .admission-opens h1 {
        font-size: 65px;
        font-weight: 100;
        margin-bottom: 15px
    }

    .popup-container .secondary-form {
        display: block;
        width: 100%;
        padding: 40px 10px
    }

    .black-popupform-container {
        background-color: #fff
    }

    .black-popupform-container .secondary-form .expert-speciality-container {
        display: block
    }

    .black-popupform-container .border-tags li {
        font-size: 17px
    }

    .black-popupform-container .mobile-with-country-code-table td:first-child input {
        padding: 10px 0
    }

    .black-popupform-container .full-width-input {
        padding: 10px 10px
    }

    .black-popupform-container .full-width-button {
        padding: 15px 10px
    }

    .popup-content-container hr {
        display: block;
        max-width: 150px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 45px;
        height: 45px
    }

    footer .footer-container .footer-logo-container .left {
        width: 10%;
        padding: 0 5px
    }

    .footer-container .footer-logo-container .mobile-favicon {
        width: 25px;
        height: 25px;
        margin: auto;
        object-fit: cover;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }

    .left-content-list-container .right table thead th {
        padding: 10px 10px
    }

    .branch-list-section {
        text-align: left;
        margin-bottom: 50px
    }

    .left-scholarship-content-list-container .left {
        bottom: 20px
    }

    .left-scholarship-content-list-container .left img {
        height: 140px
    }

    .left-content-list-container .left .thumbs-up {
        width: 40px;
        height: 40px;
    }

    .left-content-list-container .right .thumbs-down {
        width: 40px;
        height: 40px;
    }

    .left-content-list-container .right table td {
        padding: 10px 12px
    }

    .options-long-content-container div {
        max-width: 155px;
        margin-right: 18px
    }

    .comparison-content-container {
        margin-bottom: 30px
    }

    .ranked-universities .mb-70 {
        margin-bottom: 50px
    }

    .report-receive-container .fts-style span {
        color: #fff
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 250px;
        height: 40px;
        top: -2px
    }

    .comparison-content-container .container-head .table-block .left {
        width: 15%
    }

    .comparison-content-container .container-head .table-block .right {
        width: auto
    }

    .three-reasons-to-study-container .mb-50 {
        margin-bottom: 30px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-img {
        margin: auto
    }

    .right-content-list-container .left table td:first-child {
        padding-right: 15px
    }

    .right-content-list-container .left table td {
        padding: 10px 0;
        font-size: 18px
    }

    .secondary-form .popup-form-container {
        margin: auto
    }

    .name-form-container .input-form .clarified-free {
        font-weight: 800
    }

    .major-container .content-container .colour-card-content-container .study-ireland-heading {
        text-align: left
    }

    .free-service-container .fts-style {
        text-align: left
    }

    .faq-container hr {
        display: block
    }

    .testimonials-full-width .left .university-testimonial-content li .testimonial-desc {
        font-size: 16px
    }

    .testimonials-full-width .left .university-testimonial-content li table {
        position: unset
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 377px;
        width: 75px;
        height: 27px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .black-popupform-container .border-tags li {
        font-size: 14px
    }

    .ul-horizontal li .hide-consultant {
        display: none
    }

    .name-form-container .highlight-text img {
        width: 90px;
        height: 35px;
        top: 0px;
        left: -16px;
    }

    .content-table-container {
        /* width: 90vw; */
        overflow-x: scroll;
        text-align: left;
    }

    .content-table-container table {
        min-width: 735px;
    }

    .cta-team-container {
        text-align: center;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .team-container-circle .team-circle-img {
        height: 800px;
    }

    .premium-links .content-right-team {
        padding: 15px 20px;
    }

    .premium-links {
        font-size: 13px;
    }

    .copyrigt .center {
        margin-bottom: 60px;
    }

    header .head-container {
        padding: 15px 15px 15px;
    }

    .bgsection .head-container .right .menu-bar-landing .header-call {
        display: none;
    }

    header .head-container .right .menu-bar-landing .header-call-icon {
        display: inline-block;
        margin-right: 20px;
    }

    .years-experiences .years-counter-container b {
        font-size: 180px;
    }

    .years-experiences small {
        font-size: 35px;
        padding-top: 50px;
    }

    .years-experiences .yearofexperiences-list {
        padding-top: 15px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 35px;
        text-align: center;
    }

    .about-consulting-container .action-btn-secondary {
        display: block;
        margin: 0px 0px 20px 0px;
    }

    .about-consulting-container .partner-btn {
        padding: 10px 31px;
        display: block;
    }

    .perks-container .perk-list .perk-card {
        max-width: 230px;
    }

    .loan-partners img {
        max-width: 180px;
    }
}

@media only screen and (max-width:575px) {
    .name-form-container .heading {
        font-size: 25px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        font-size: 25px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        font-size: 22px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 354px;
        height: 27px
    }

    .name-form-container .highlight-text img {
        width: 87px;
        height: 30px;
        left: -20px;
    }

    .error-table-block .error-right-block .error-banner-img {
        display: none;
    }

    .error-container {
        max-width: 330px;
    }

    .error-table-block {
        margin: auto 30px;
    }

    .error-table-block .error-left-block h1 {
        text-align: center;
        font-size: 150px;
    }

    .error-table-block .error-left-block h3 {
        text-align: center;
        font-size: 24px;
    }

    .primary-pm-btn {
        display: block;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:565px) {
    .fs-40 {
        font-size: 30px
    }

    .scholarship-callback-container h2 {
        font-size: 30px
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 225px;
        height: 35px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 70px;
        height: 70px;
        left: 10px
    }

    .comparison-content-container .left-content-list-container .premium-content {
        padding: 18px 10px
    }

    .comparison-content-container .left-content-list-container .left .right-img {
        height: 64px;
        width: 55px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        height: 62px;
        width: 55px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(3) img {
        top: 90px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 182px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 273px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 364px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 455px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 546px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 637px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 727px
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 80px
    }

    .branch-list-section {
        text-align: center
    }

    .branch-list-section .branch-list-mobile {
        margin-left: 33px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 353px;
        height: 27px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }
}

@media only screen and (max-width:525px) {
    .fs-40 {
        font-size: 25px
    }

    .related-article-container .article-card .card-child strong {
        font-size: 22px;
    }

    .scholarship-callback-container h2 {
        font-size: 25px
    }

    .comparison-content-container .left-content-list-container .premium-content {
        padding: 18px 26px
    }

    .comparison-content-container .left-content-list-container .left .right-img {
        top: 7px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        top: 7px
    }

    .left-content-list-container .left .comparison-right {
        margin: 0 auto auto 0
    }

    .left-content-list-container .right .comparison-wrong {
        margin: 0 0 auto auto
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        padding-right: 10px;
        font-size: 20px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        padding-left: 10px
    }

    .branch-list-section .branch-list-mobile {
        margin-right: 37px;
        margin-left: 33px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 42px;
        height: 42px
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 190px;
        height: 32px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 333px;
        height: 27px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        margin-top: 0
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 65px;
        height: 65px;
        top: 20px
    }

    .related-article-container .article-card .blog-card {
        max-width: 395px;
    }
}

@media only screen and (max-width:511px) {
    .black-popupform-container .border-tags li {
        font-size: 13px
    }
}

@media only screen and (max-width:500px) {
    .benefit-container {
        max-width: 380px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 310px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 70px;
        height: 75px;
        margin: 10px 0px;
    }

    .premium-links .content-right-team {
        padding: 15px 15px;
    }
}

@media only screen and (max-width:460px) {
    .major-container-first {
        padding-top: 15px
    }

    .reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 18px
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 70px;
    }

    .three-reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 18px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-img {
        top: 15px
    }

    .review-testimonials-container {
        margin-right: 0
    }

    .scholarship-container img {
        width: 210px;
        height: 140px;
        left: -35px
    }

    .divider .action-btn {
        left: 33%
    }

    .footer-stripe-container div img {
        width: 22px
    }

    .foo-str-cont-mobile div small {
        font-size: 13px
    }

    .options-long-content-container div {
        margin-right: 5px
    }

    .reasons-to-study-container .container-head .table-block .right {
        padding-left: 20px
    }

    .reasons-to-study-container .container-body .table-block .right {
        padding-left: 20px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        left: 3px;
        top: 22px
    }

    .three-reasons-to-study-container .container-body .table-block .right {
        padding-left: 20px
    }

    .three-reasons-to-study-container .container-head .table-block .right {
        padding-left: 20px
    }

    .comparison-content-container .container-head .table-block .right {
        padding-left: 10px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 38px;
        height: 38px
    }

    .name-form-container .input-form .clarified-free {
        font-size: 45px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 300px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .content-container .colour-card-content-container b {
        font-size: 27px
    }

    .testimonials-parent-container h2 {
        font-size: 30px
    }

    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 355px;
        height: auto
    }

    .gs-contact-us-container {
        max-width: 370.78px;
        border-radius: 34px;
    }

    .gs-contact-us-container .right h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .gs-contact-us-container .right p {
        font-size: 10px;
        margin-bottom: 25px;
    }

    .gs-contact-us-container .right select {
        padding: 18px;
        font-size: 13.07px;
    }

    .gs-contact-us-container .right input[type="text"] {
        padding: 18px;
        font-size: 13.07px;
    }

    .gs-contact-us-container .right textarea {
        font-size: 13.07px;
        height: 90.41px;
        padding: 18px;
    }

    .gs-contact-us-container .right .checkbox-field input[type="checkbox"] {
        width: 12px;
        height: 12px;
    }

    .gs-contact-us-container .right button {
        border-radius: 78px;
        font-size: 16.31px;
        padding: 8px 43px;
    }

    .gs-contact-us-container .left .contactus-banner-mobile {
        height: 595px;
    }

    .contactus-error-message {
        font-size: 12px;
    }
}

@media only screen and (max-width:425px) {
    header .head-container .left img {
        width: 195px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .mb-150 {
        margin-bottom: 0px;
    }

    .name-form-container .table-container {
        max-width: 360px;
    }

    .colour-card-container .name-form-container {
        margin: 60px 0px 30px;
    }

    .options-long-content-container div {
        max-width: 135px;
        font-size: 12px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 60px;
        height: 60px;
        left: 0;
        top: 15px
    }

    .reasons-to-study-container .container-body .table-block .right .fts-style {
        font-size: 14px
    }

    .three-reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 90px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 60px;
        height: 60px;
        left: 0;
        top: 25px
    }

    .three-reasons-to-study-container .container-body .table-block .right .fts-style {
        font-size: 14px
    }

    .divider .action-btn {
        left: 31%;
        top: -17px;
        padding: 7px 20px
    }

    .divider .action-btn p {
        font-size: 14px
    }

    .name-form-container .heading {
        font-size: 25px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 60px;
        height: 60px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 60px;
        height: 60px
    }

    .review-testimonials-container h1 {
        font-size: 20px
    }

    .review-testimonials-container h3 {
        font-size: 18px
    }

    .review-testimonials-container p {
        font-size: 14px
    }

    .faq-container-design-two .qanda img {
        right: 25px;
        width: 15px;
        height: 15px;
    }

    .report-receive-container .fts-style span {
        font-size: 28px
    }

    .report-receive-container .fts-style {
        font-size: 22px
    }

    footer .footer-container .footer-logo-container {
        max-width: 370px
    }

    .report-receive-container .table-container .td-column {
        display: block
    }

    .scholarship-callback-container h2 {
        font-size: 23px
    }

    .footer-stripe-container a {
        margin: 5px auto
    }

    .footer-stripe-container div img {
        padding: 5px 5px;
        display: block;
        margin: auto
    }

    .footer-stripe-container div img {
        width: 20px
    }

    .scholarship-long-container .fts-style {
        font-size: 15px
    }

    .left-content-list-container .left .comparison-right {
        margin: 0 auto 0 0
    }

    .left-content-list-container .right .comparison-wrong {
        margin: 0 0 0 auto
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        padding-left: 5px;
        font-size: 23px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        padding-right: 5px;
        font-size: 18px
    }

    .reasons-to-study-container .container-body .table-block {
        margin-bottom: 30px
    }

    .name-form-container .input-form .clarified-free {
        font-size: 45px
    }

    .name-form-container .call-action-text {
        margin-bottom: 25px
    }

    .black-popupform-container .border-tags li {
        padding: 5px 8px;
        font-size: 10px;
        font-weight: 700
    }

    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 350px
    }

    .testimonials-full-width .left .university-testimonial-content li table .testimonial-container {
        font-size: 14px
    }

    .name-form-container .table-form-container {
        display: block
    }

    .name-form-container .table-form-container .td-column-container {
        display: block;
        width: 100%;
        border-right: 1px solid #e5e5e5;
        margin-bottom: 10px
    }

    .colour-card-content-container .fs-20 {
        font-size: 14px
    }

    .free-service-container .fs-20 {
        font-size: 14px
    }

    .fs-18 {
        font-size: 14px
    }

    .faq-free-service-container .faq-container-design-two .qanda-down-icon {
        width: 15px
    }

    .close-icon {
        top: 6px
    }

    .secondary-form h1 {
        font-size: 23px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        margin-top: 0
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        width: 100px;
        left: 285px;
        height: 32px;
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .name-form-container .call-action-text {
        font-size: 19px;
    }

    .notification {
        max-width: 215px;
        padding: 8px;
        left: 95px;
    }

    footer .footer-logo {
        width: 100%;
        object-fit: contain;
    }

    footer .footer-columns .column {
        max-width: 391px;
    }

    footer .tag-list {
        margin-left: 110px;
        font-size: 20px;
        margin-top: -70px;
        padding-bottom: 0px;
        width: 160px;
    }

    footer .divider h2 {
        font-size: 20px;
    }

    footer .footer-columns .column {
        padding: 15px 20px;
    }

    .name-form-container .table-form-container .td-column-container input {
        padding: 10px 10px;
    }

    .name-form-container .table-form-container .td-column button {
        height: 45px;
    }

    .content-table-container {
        /* width: 90vw; */
        overflow-x: scroll;
        text-align: left;
    }

    .content-table-container table {
        min-width: 735px;
    }

    .breadcrumb-navigation .breadcrumb-item:not(:last-of-type)::after {
        margin: 0 7px;
    }

    .no-padding {
        padding: 0px;
    }

    .team-container-circle {
        height: 735px;
    }

    .team-container-circle .team-circle-img {
        height: 710px;
        left: -5px;
        object-fit: cover;
    }

    .team-container-view {
        max-width: 350px;
        padding-top: 255px;
    }

    .team-container-circle h2 {
        font-size: 20px;
    }

    .mt-150 {
        margin-top: 30px;
    }

    .main-content-container .fts-head {
        font-size: 35px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .join-team-heading {
        font-size: 35px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 290px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 65px;
        height: 70px;
    }

    .join-team-heading {
        font-size: 35px;
    }

    .ourteam-list-container .people-card {
        max-width: 205px;
    }

    .perks-container .left h1 {
        font-size: 35px;
    }

    .perks-container .table-block .right .premium-links {
        margin-left: 14px;
        font-size: 16px;
    }

    .premium-links .content-right-team {
        padding: 15px 45px;
    }

    .perks-container .table-block .right .premium-links {
        font-size: 16px;
    }

    .cta-team-container h1 {
        font-size: 35px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 63px;
        height: 63px;
    }

    .cta-team-container .people-circle-container li b {
        padding: 0px 15px;
    }

    .cta-team-container .people-circle-container li .you-circle {
        width: 56px;
        height: 56px;
        padding: 21px 13px;
    }

    .cta-team-container .dots {
        display: none;
    }

    .cta-team-container .primary {
        width: 100%;
        max-width: 338px;
    }

    .job-cards-list h1 {
        font-size: 35px;
    }

    .job-cards-list .job-card h1 {
        font-size: 16px;
    }

    .article-container .awards-slides-container {
        margin-bottom: 30px;
    }

    .timeline-container h1 {
        font-size: 35px;
    }

    .timeline-container .timeline-content-container .strike-timeline-colour {
        top: 517px;
    }

    .about-consulting-container h1 {
        font-size: 35px;
    }

    .about-consulting-container .action-btn-secondary {
        margin: 0px 30px 20px 30px;
    }

    .about-consulting-container .partner-btn {
        margin: 0px 30px 0px 30px;
    }

    .perks-container .perk-list .perk-card {
        max-width: 345px;
        height: 255px;
        margin-right: 0px;
    }

    .our-mission-container .perk-list .perk-card .content {
        padding: 23px 20px;
    }

    .since-container h1 {
        font-size: 35px;
    }

    .promotion-card-contianer {
        margin-bottom: 30px;
    }

    .promotion-card-contianer h1 {
        font-size: 35px;
    }

    .promotion-card-contianer .social-media-icons li {
        padding: 10px;
    }

    .promotion-card-contianer .social-media-icons li img {
        width: 45px;
        height: 45px;
    }

    .thank-you-container .fts-head {
        font-size: 35px;
    }

    .fair-card {
        max-width: 270px;
        border-radius: 25px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 100px;
    }

    .fair-card-image {
        width: 270px;
        height: 200px;
    }

    .image-content {
        padding: 102px 0px 0px 17px;
    }

    .image-content .fair-close-img {
        width: 20px;
        right: 12px;
        top: 10px;
    }

    .image-content h2 {
        font-size: 17px;
    }

    .image-content h3 {
        font-size: 13px;
    }

    .fair-btn1 {
        font-size: 10px;
        padding: 7px 13px;
        margin: 18px 0;
    }

    .fair-btn {
        font-size: 15px;
        padding: 15px;
    }
}

@media only screen and (max-width:395px) {
    .scholarship-callback-container h2 {
        font-size: 25pxF
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        left: 0;
        top: 18px
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 75px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 55px;
        height: 55px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 55px;
        height: 55px;
        left: -5px;
        top: 20px
    }

    .three-reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 80px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 55px;
        height: 55px
    }

    .comparison-list-container .right .vertical-line-container img {
        height: 30px;
        width: 30px;
        left: -14px
    }

    .comparison-content-container .left-content-list-container .premium-content {
        padding: 20px
    }

    .comparison-content-container .left-content-list-container .left .right-img {
        top: 8px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        top: 8px
    }

    .comparison-content-container .left-content-list-container .premium-content p {
        font-size: 11px;
        max-width: 130px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(3) img {
        top: 98px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 193px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 287px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 383px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 478px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 668px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 572px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 762px
    }

    .comparison-list-container .right .vertical-line-container p {
        width: 15px;
        height: 10px;
        padding: 10px 10px 15px;
        left: -17px;
        top: -2px;
        font-size: 12px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        font-size: 20px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        font-size: 17px
    }

    .review-rating-container .review-count {
        font-size: 15px
    }

    footer .footer-container .footer-logo-container {
        max-width: 340px
    }

    .branch-list-section .branch-list {
        margin-right: 15px;
        margin-left: 15px
    }

    .name-form-container .heading {
        font-size: 22px
    }

    .name-form-container .call-action-text {
        font-size: 25px
    }

    .branch-list-section .branch-list-mobile {
        margin-right: 22px;
        margin-left: 18px
    }

    .options-long-content-container div {
        max-width: 130px
    }

    .faq-container .qanda h3 {
        font-size: 18px
    }

    .left-content-list-container .left .thumbs-up {
        width: 35px;
        height: 35px;
    }

    .left-content-list-container .right .thumbs-down {
        width: 35px;
        height: 35px;
    }

    .black-popupform-container .image-hover-container p {
        font-size: 20px
    }

    .close-icon {
        top: 11px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 260px;
        height: 32px;
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .secondary-form h1 {
        font-size: 21px
    }

    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 320px
    }

    .name-form-container .highlight-text img {
        width: 75px;
        height: 27px;
        top: 0px;
        left: -16px;
    }

    footer .divider h2 {
        font-size: 18px;
    }

    footer .tag-list {
        margin-left: 102px;
        margin-top: -67px;
        font-size: 18px;
        width: 145px;
    }

    .fts-head {
        font-size: 30px;
    }

    .perks-container .perk-list .perk-card {
        max-width: 325px;
    }

    .gs-contact-us-container {
        max-width: 346.67px;
        border-radius: 27px;
    }

    .gs-contact-us-container .right h2 {
        font-size: 21.38px;
        margin-bottom: 6px;
    }

    .gs-contact-us-container .right select {
        padding: 15px;
        font-size: 11.15px;
    }

    .gs-contact-us-container .right input[type="text"] {
        padding: 15px;
        font-size: 11.15px;
    }

    .gs-contact-us-container .right textarea {
        font-size: 11.15px;
        padding: 15px;
        height: 65.41px;
    }

    .gs-contact-us-container .right .checkbox-field input[type="checkbox"] {
        width: 13px;
        height: 13px;
    }

    .gs-contact-us-container .right button {
        border-radius: 62px;
        font-size: 13.01px;
        padding: 6px 36px;
    }

    .gs-contact-us-container .left .contactus-banner-mobile {
        height: 553px;
    }

    .contactus-error-message {
        font-size: 10px;
    }
}

@media only screen and (max-width:385px) {
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 255px;
    }

    .notification {
        left: 73px;
        box-shadow: 0px 0px 20px #080e17;
    }

    .years-experiences .years-counter-container b {
        font-size: 140px;
    }

    .years-experiences small {
        font-size: 30px;
        padding-top: 50px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 30px;
    }

    .timeline-container .strike-colour {
        top: 135px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 60px;
        height: 60px;
    }

    .cta-team-container .primary {
        max-width: 280px;
    }

    .name-form-container .call-action-text {
        font-size: 18px;
        padding: 10px 18px;
    }

    .years-experiences .years-counter-container b {
        font-size: 140px;
    }

    .years-experiences small {
        font-size: 30px;
        padding-top: 50px;
    }

    .years-experiences .yearofexperiences-list li {
        font-size: 30px;
    }

    .timeline-container .strike-colour {
        top: 135px;
    }
}

@media only screen and (max-width:375px) {
    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        top: 26px;
        left: 0
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 70px
    }

    .name-form-container .input-form .clarified-free {
        font-size: 35px
    }

    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 310px
    }

    .free-service-container .fs-20 {
        margin-bottom: 0
    }

    .secondary-form h1 {
        font-size: 19px
    }

    .close-icon {
        top: 11px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 240px;
        height: 28px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    /* .footer-stripe-container a {
        margin: 5px auto 10px
    } */
    .name-form-container .call-action-text {
        font-size: 16px;
    }

    .team-container-view {
        max-width: 290px;
        padding-top: 216px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 245px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 55px;
        height: 65px;
    }

    .benefit-container .right .color-stripes-container table .stripe {
        width: 75px;
        height: 85px;
    }

    .perks-container .table-block .right .premium-links {
        font-size: 13px;
    }

    .perks-container .table-block .right .premium-links {
        font-size: 13px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 55px;
        height: 55px;
    }

    .cta-team-container .primary {
        width: 100%;
        max-width: 285px;
    }

    .job-cards-list .job-card .info-desc {
        font-size: 16px;
    }

    .job-cards-list .down-icon {
        right: 20px;
    }

    .about-consulting-container .action-btn-secondary {
        margin: 0px 20px 20px 20px;
    }

    .about-consulting-container .partner-btn {
        margin: 0px 20px 0px 20px;
    }

    .perks-container .perk-list .perk-card {
        height: 195px;
    }

    .loan-partners img {
        max-width: 160px;
    }

    .fair-card {
        max-width: 250px;
        border-radius: 25px;
        bottom: 100px;
    }

    .fair-card-image {
        width: 250px;
        height: 160px;
    }

    .image-content {
        padding: 73px 0px 0px 17px;
    }

    .image-content .fair-close-img {
        width: 15px;
    }

    .image-content h2 {
        font-size: 16px;
    }

    .image-content h3 {
        font-size: 12px;
    }

    .fair-btn1 {
        font-size: 9px;
        padding: 6px 13px;
        margin: 15px 0;
    }

    .fair-btn {
        font-size: 14px;
        padding: 14px;
    }
}

@media only screen and (max-width:361px) {
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        width: 75px;
        left: 246px
    }
}

@media only screen and (max-width:360px) {
    .fs-40 {
        font-size: 20px
    }

    .related-article-container .article-card .card-child strong {
        font-size: 20px;
    }

    .scholarship-callback-container h2 {
        font-size: 20px
    }

    .reasons-to-study-container .container-head .table-block .left h2 {
        font-size: 90px
    }

    .reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 16px
    }

    .reasons-to-study-container .container-body .table-block .right .fts-style {
        font-size: 13px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 50px;
        height: 50px;
        left: 2px;
        top: 20px
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 70px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 50px;
        height: 50px
    }

    .options-long-content-container div {
        max-width: 120px;
        margin-right: 5px;
        padding: 0 5px
    }

    .three-reasons-to-study-container .container-head .table-block .left h2 {
        font-size: 90px
    }

    .three-reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 16px
    }

    .three-reasons-to-study-container .container-body .table-block .right .fts-style {
        font-size: 13px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        width: 50px;
        height: 50px;
        left: -5px
    }

    .three-reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 75px
    }

    .three-reasons-to-study-container .container-body .table-block .left .reason-img {
        width: 50px;
        height: 50px
    }

    .comparison-content-container .container-head .table-block .left h2 {
        font-size: 90px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header {
        height: 85px
    }

    .comparison-content-container .left-content-list-container .left .comparison-header {
        height: 85px
    }

    .comparison-content-container .left-content-list-container .premium-content {
        padding: 15px
    }

    .name-form-container .heading {
        font-size: 20px
    }

    footer .footer-container .footer-logo-container {
        max-width: 320px
    }

    .left-content-list-container .right table thead th {
        padding: 10px 8px;
        font-size: 15px
    }

    .left-content-list-container .right table td {
        padding: 10px 10px;
        font-size: 15px
    }

    .comparison-content-container .left-content-list-container .premium-content p {
        font-size: 11px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 182px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 269px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 353px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 438px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 609px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 524px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 693px
    }

    .comparison-content-container .left-content-list-container .left .right-img {
        width: 48px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        width: 48px
    }

    .left-content-list-container .left .thumbs-up {
        width: 30px;
        height: 30px;
    }

    .left-content-list-container .right .thumbs-down {
        width: 30px;
        height: 30px;
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        font-size: 18px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        font-size: 15px
    }

    .three-reasons-to-study-container .container-head .table-block .right .highlight-text img {
        width: 150px;
        height: 28px
    }

    .name-form-container .input-form .fs-40 {
        font-size: 21px
    }

    .popup-container .secondary-form .bg-orange {
        font-size: 22px
    }

    .black-popupform-container .border-tags li {
        font-size: 11px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        width: 32px;
        height: 32px
    }

    .black-popupform-container .image-hover-container p {
        font-size: 20px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        height: 27px;
        left: 245px
    }

    .close-icon {
        top: 5px
    }

    .black-popupform-container .full-width-button {
        font-size: 18px
    }

    .content-container .colour-card-content-container b {
        font-size: 25px
    }

    .promotion-card-contianer .social-media-icons li img {
        margin: 10px 15px;
    }

    .cta-team-container .primary {
        max-width: 255px;
    }

    .cta-team-container .people-circle-container li .you-circle {
        width: 50px;
        height: 50px;
        padding: 17px 10px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 50px;
        height: 50px;
    }

    .secondary-form h1 {
        font-size: 19px;
    }

    .ul-horizontal li .consultant-image {
        width: 32px;
    }

    .close-icon {
        width: 25px;
        right: -5px;
        top: 0px;
    }

    .ul-horizontal .more-consultant {
        padding: 10px 5px;
        bottom: 13px;
        font-size: 15px;
    }

    .name-form-container .heading {
        font-size: 22px;
    }

    .awards-slides-container ul li {
        margin: 10px 15px;
    }

    .awards-slides-container ul li {
        margin: 10px 15px;
    }

    .promotion-card-contianer .social-media-icons li img {
        margin: 10px 15px;
    }
}

@media only screen and (max-width:345px) {

    /* .contact-form .cl-green {
                            font-size: 25px
                        } */
    .comparison-content-container .left-content-list-container .premium-content {
        padding: 19px
    }

    .comparison-content-container .left-content-list-container .premium-content p {
        font-size: 11px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 195px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 288px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 380px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 475px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 630px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 567px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 660px
    }

    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 753px
    }

    .black-popupform-container .image-hover-container p {
        font-size: 18px
    }

    .popup-container .secondary-form .bg-orange {
        font-size: 18px
    }

    .name-form-container .input-form .clarified-free {
        font-size: 32px
    }

    .black-popupform-container .full-width-button {
        font-size: 20px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 238px
    }

    .name-form-container .call-action-text {
        font-size: 13px;
    }
}

@media only screen and (max-width:335px) {
    .comparison-content-container .left-content-list-container .left .right-img {
        top: 15px
    }

    .comparison-content-container .left-content-list-container .right .wrong-img {
        top: 17px
    }

    .name-form-container .heading {
        font-size: 16px
    }

    footer .footer-container .footer-logo-container {
        max-width: 305px
    }

    .options-long-content-container div {
        max-width: 115px
    }

    .left-content-list-container .right table td {
        padding: 10px 8px
    }

    .left-content-list-container .right table thead th {
        padding: 10px 5px
    }

    .review-rating-container .google-review-logo {
        width: 100px;
        height: 40px
    }

    .left-content-list-container .left .thumbs-up {
        width: 28px;
        height: 28px;
    }

    .comparison-content-container .left-content-list-container .left .comparison-header h2 {
        font-size: 18px
    }

    .comparison-content-container .left-content-list-container .right .comparison-header h2 {
        font-size: 14px
    }

    .left-content-list-container .right .thumbs-down {
        width: 28px
    }

    .branch-list-section {
        text-align: left;
        margin: auto;
        width: 100%;
        max-width: 100px
    }

    .branch-list-section .branch-list {
        margin: inherit;
        display: block
    }

    .branch-list-section .branch-list-mobile {
        margin: inherit;
        display: block
    }

    .name-form-container .input-form .clarified-free {
        font-size: 30px
    }

    .secondary-form h1 {
        font-size: 17px
    }

    .black-popupform-container .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
        margin-top: 0
    }

    .close-icon {
        top: 6px;
        right: -8px
    }

    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        left: 226px;
        width: 63px;
        height: 26px;
        top: -2px
    }

    .black-popupform-container .full-width-button {
        font-size: 16px
    }
}

@media only screen and (max-width:320px) {
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        width: 70px;
        left: 215px
    }

    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 65px
    }

    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        top: 27px
    }

    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 260px
    }

    .cta-team-container h1 {
        font-size: 30px;
    }

    .cta-team-container .people-circle-container li .circle-people {
        width: 45px;
        height: 45px;
    }

    .cta-team-container .people-circle-container li .you-circle {
        width: 52px;
        padding: 17px 10px;
    }

    .cta-team-container .primary {
        padding: 10px 0px;
    }

    .cta-team-container .people-circle-container li b {
        padding: 0px 10px;
    }

    .benefit-container .left .color-stripes-container table {
        width: 215px;
    }

    .benefit-container .left .color-stripes-container table .stripe {
        width: 50px;
        height: 60px;
    }

    .perks-container .perk-list .perk-card {
        max-width: 285px;
        height: 195px;
    }

    .awards-slides-container ul li img {
        max-width: 120px;
    }

    .about-consulting-container .action-btn-secondary {
        margin: 0px 10px 20px 10px;
    }

    .about-consulting-container .partner-btn {
        margin: 0px 10px 0px 10px;
    }

    .perks-container .perk-list .perk-card {
        max-width: 285px;
        height: 195px;
    }

    .since-container h1 {
        font-size: 30px;
    }

    .promotion-card-contianer h1 {
        font-size: 30px;
    }

    .promotion-card-contianer .social-media-icons li {
        padding: 0px;
    }

    .promotion-card-contianer .social-media-icons li img {
        width: 40px;
        height: 40px;
        margin: 15px 25px;
    }

    .thank-you-container .fts-head {
        font-size: 30px;
    }

    .fair-card {
        max-width: 220px;
        border-radius: 18px;
    }

    .fair-card-image {
        width: 220px;
        height: 150px;
    }

    .image-content {
        padding: 75px 0px 0px 17px;
    }

    .image-content .fair-close-img {
        width: 18px;
        right: 8px;
        top: 8px;
    }

    .image-content h2 {
        font-size: 14px;
    }

    .image-content h3 {
        font-size: 10px;
    }

    .fair-btn1 {
        font-size: 9px;
        padding: 5px 10px;
        margin: 13px 0;
    }

    .fair-btn {
        font-size: 12px;
        padding: 12px;
    }

    .gs-contact-us-container {
        max-width: 280px;
        border-radius: 22px;
    }

    .gs-contact-us-container .right h2 {
        font-size: 17.32px;
        margin-bottom: 6px;
    }

    .gs-contact-us-container .right p {
        font-size: 8px;
        margin-bottom: 19px;
    }

    .gs-contact-us-container .right select {
        padding: 13px;
        font-size: 9.5px;
    }

    .gs-contact-us-container .right input[type="text"] {
        padding: 13px;
        font-size: 9.5px;
    }

    .gs-contact-us-container .right textarea {
        font-size: 9.04px;
        padding: 13px;
        height: 52.34px;
    }

    .gs-contact-us-container .right .checkbox-field input[type="checkbox"] {
        width: 11.29px;
        height: 11.29px;
    }

    .gs-contact-us-container .right button {
        border-radius: 62px;
        font-size: 10.54px;
        padding: 6px 30px;
    }

    .gs-contact-us-container .left .contactus-banner-mobile {
        height: 448px;
    }

    .contactus-error-message {
        font-size: 8px;
    }
}