:root {
    --themelightshadecolor: #ffcb49;
    --themedarkshadecolor: #1157dd;
    --themeorangeshade: #ffb700;
    --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: #7abf00;
    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: Arial;
}

b,
strong,
b a {
    font-family: Arial;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.amp-carousel-button {
    display: none;
}

.fts-head {
    font-family: Arial;
    font-size: 90px;
}

.fts-style {
    line-height: 35px;
    letter-spacing: -0.003em;
    color: rgba(41, 41, 41, 1);
    font-size: 20px;
}

.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;
}

.mt-5 {
    margin-top: 5px;
}

.mt-100 {
    margin-top: 100px;
}

hr {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.cl-green {
    color: var(--themedarkshadecolor);
}

.fts-style {
    line-height: 1.5;
    letter-spacing: -0.003em;
    color: rgba(41, 41, 41, 1);
}

.for-mobile {
    display: none;
}

.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: 100px;
}

.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;
}

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
        } */

.parent-header-container {
    max-width: 1100px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 100px;
    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: var(--themeorangeshade);
    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: 45px;
    width: 230px;
    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;
}

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;
    vertical-align: top;
    margin-top: 4px;
}

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: #e6f2fe;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: left;
}

.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(0.5);
}

.primary-head-menu img {
    width: 5px;
    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 .right h2 {
            color: var(--themedarkshadecolor)
        } */

.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 {
    position: absolute;
    left: -10px;
    right: 0;
    width: 80px;
    height: 80px;
    top: 15px;
}

.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: 0.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 h2{
            color: var(--themedarkshadecolor);
        } */

.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: 200px;
    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: #2a2a2a;
    opacity: 0.5;
}

.reasons-to-study-container .container-body .table-block .right h2 {
    font-size: 25px;
    /* color: var(--themedarkshadecolor) */
}

.floating-form-contianer {
    width: 100%;
    max-width: 325px;
    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: 60px;
    height: 20px;
    top: 2px;
    left: -11px;
    z-index: -1;
    transform: rotate(3deg);
}

.landing-primary-form .highlight-text span {
    font-family: Arial;
    font-weight: 600;
    font-size: 20px;
}

.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;
}

.mobile-with-country-code-table td:first-child {
    width: 75px;
}

.floating-form-contianer .landing-primary-form .mobile-with-country-code-table td:first-child {
    width: 55px;
}

.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: 20px;
    font-family: Arial;
    font-weight: 600;
}

.full-width-input {
    width: 100%;
    padding: 13px;
    border-radius: 5px;
    border: 0px;
    box-sizing: border-box;
    outline: none;
    font-size: 20px;
    font-family: Arial;
}

.full-width-button {
    border: 0;
    padding: 13px;
    font-size: 20px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: Arial;
    background: var(--themedarkshadecolor);
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
}

.conditions-applied-desc {
    font-size: 14px;
}

.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;
}

.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: 35px;
    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;
}

.name-form-container {
    text-align: center;
    margin: 0 0;
    padding: 0 30px 0;
    box-sizing: border-box;
    border-radius: 5px;
    color: #000;
}

.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;
}

.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(--themedarkshadecolor);
    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(--themedarkshadecolor);
    color: #fff;
    font-weight: 700;
}

.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;
    color: var(--themedarkshadecolor);
}

.name-form-container .highlight-text {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.name-form-container .highlight-text img {
    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: #1157dd;
}

.name-form-container .doubts-slider li {
    display: none;
}

.cta-slider .activeslide {
    display: block;
}

.loading-left-form {
    width: 100%;
    max-width: 444px;
    height: 58px;
    margin: auto;
    display: none;
}

.loading-left-form img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
    display: none;
}

.name-form-container .conditions-applied-desc {
    font-size: 14px;
    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;
}

.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: 16px;
}

.left-content-list-container .right table thead th {
    padding: 10px 39px;
    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) {
    float: right;
}

.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;
}

.divider {
    width: 100%;
    position: relative;
    margin: 100px 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 #d2eaa4;
}

.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: #7abf00; */
}

.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 #d2eaa4;
    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 {
    display: inline-block;
    padding-left: 15px;
}

.comparison-content-container .left-content-list-container .right .premium-content p {
    color: #2a2a2a;
}

.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 auto auto auto;
}

.left-content-list-container .left .thumbs-up {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

.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: #d2eaa4 */
    background-color: var(--themelightshadecolor);
}

.comparison-list-container .right .vertical-line-container img {
    height: 30px;
    width: 30px;
    padding: 12px;
    border-radius: 30px;
    position: absolute;
    object-fit: contain;
    left: -26px;
    background-color: var(--themelightshadecolor);
    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: 110px;
}

.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: var(--themeorangeshade);
    border: 1px solid var(--themeorangeshade);
}

.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: #e8edd7;
    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: 0.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 {
    font-size: 38px;
}

.left-enquiry-container a {
    color: #fff;
}

.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;
    background-color: var(--themedarkshadecolor);
}

.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: 10px;
}

.report-receive-container .table-container .td-column {
    display: table-cell;
    width: 33.3%;
    border: 1px solid #e5e5e5;
    background: #fff;
    vertical-align: middle;
}

.report-receive-container .table-container .no-border {
    border: 1px solid var(--themedarkshadecolor);
    width: 20%;
}

.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 {
    width: 100%;
    height: 50px;
    outline: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    background: var(--themedarkshadecolor);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0px;
    border-radius: 0px;
}

.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;
}

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: 1000px;
    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: 140px;
    height: 140px;
    display: inline-block;
    /* animation: bg-slide 35s linear infinite; */
    object-fit: cover;
    vertical-align: middle;
    margin: 0px 10px;
}

footer .footer-container .footer-logo-container .right::-webkit-scrollbar-thumb {
    background: none;
}

@keyframes bg-slide {
    from {
        transform: translateX(10);
    }
    to {
        transform: translateX(-300px);
    }
}

.footer-stripe-container {
    background: var(--themedarkshadecolor);
    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 .black-popupform-center .secondary-form .ul-horizontal li .consultant-image {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #cdcdcd;
}

.black-popupform-container .image-hover-container {
    position: relative;
}

.black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
    position: absolute;
    width: 90px;
    height: 33px;
    z-index: 0;
    top: -1px;
    left: auto;
    right: 154px;
}

.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 .border-tags li {
    display: inline-block;
    border: 3px solid var(--themedarkshadecolor);
    color: #000;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin: 5px;
    font-family: Arial;
    font-weight: bold;
}

.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%;
}

.black-popupform-container .mobile-with-country-code-table {
    border: 3px solid var(--themedarkshadecolor);
}

.black-popupform-container .mobile-with-country-code-table td:first-child {
    width: 75px;
}

.black-popupform-container .mobile-with-country-code-table td:first-child input {
    width: 100%;
    padding: 13px 0px;
    vertical-align: middle;
    border: 0px;
    outline: none;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    font-family: Arial;
}

.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: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 0;
}

.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;
}

.black-popupform-container .black-popupform-content {
    display: table;
    width: 100%;
    height: 100vh;
}

.black-popupform-container .black-popupform-center {
    display: table-cell;
    vertical-align: middle;
}

.name-form-container amp-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, 0.3);
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.dots li[option][selected] {
    outline: 0 solid rgba(0, 0, 0, 0.7);
    border: 1px solid #1da838;
    background: #1da838;
}

.content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: #fff;
    z-index: 8;
    display: none;
}

.country-codes {
    pointer-events: none;
}

.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: 10px;
}

.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 .otp-mainbtn {
    height: 55px;
} */

.name-form-container .table-form-container .td-column button {
    width: 100%;
    height: 50px;
    outline: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    background: var(--themedarkshadecolor);
    color: #fff;
    font-weight: 700;
}

.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;
    /* animation: bg-slide 35s linear infinite; */
    object-fit: cover;
    vertical-align: middle;
}

.testimonials-parent-container h2 strong {
    color: var(--themedarkshadecolor);
    font-family: Arial;
    font-weight: bold;
}

.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: 0px 0px 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: 0px;
    width: 20px;
}

.colour-card-content-container .study-gostudy-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;
}

.black-popupform-container .black-popupform-center .secondary-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background-image: none;
    border: 0px;
    color: #000;
}

.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;
}

.close-icon {
    display: block;
    margin: 0 0 0 auto;
    padding: 10px 15px;
    cursor: pointer;
    width: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}

.scholarship-updates b {
    color: var(--themedarkshadecolor);
    font-size: 30px;
}

.launch-popup-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 100;
}

.launch-popup-overlay .launch-popup {
    display: flex;
    align-items: center;
    height: 100vh;
}

.launch-popup-overlay .launch-popup div {
    margin: auto;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}

.launch-popup-overlay .launch-popup .launch-button,
.launch-popup-overlay .launch-popup .launch-counter {
    display: none;
}

.launch-popup-overlay .launch-popup .launch-button img {
    width: 200px;
    margin-bottom: 25px;
}

.launch-popup-overlay .launch-popup .launch-button button {
    padding: 15px 30px;
    border: 0px;
    background-color: yellow;
    color: #000;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.launch-popup-overlay .launch-popup .launch-counter h2 {
    margin-bottom: 15px;
}

.launch-popup-overlay .launch-popup .launch-counter h1 {
    font-size: 40px;
}

.content-ul {
    padding-left: 20px;
}

.fts-style li {
    margin-bottom: 0.86em;
}

.goireland-table-container table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

.goireland-table-container table th {
    border: 1px solid #000;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #e5e5e5;
}

.goireland-table-container table th h3 {
    font-weight: 100;
}

.goireland-table-container table td {
    border: 1px solid #000;
    font-size: 18px;
    padding: 10px;
}

.long-content-container .hide-row {
    display: none;
}

.long-content-container .divider {
    width: 100%;
    position: relative;
    margin: 30px 0px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 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 {
    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;
}

.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 thead tr {
    display: table-row;
}

figure {
    margin: auto;
}

.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;
}

figcaption {
    display: block;
    text-align: center;
    font-style: italic;
}

.breadcrumb-navigation {
    padding-bottom: 10px;
}

.breadcrumb-navigation .breadcrumb-item {
    display: inline-block;
}

.breadcrumb-navigation .breadcrumb-item:not(:last-of-type)::after {
    content: "\203a";
    margin: 0 11px;
    color: #cccccc;
    font-size: 25px;
}

.breadcrumb-navigation .breadcrumb-item .breadcrumb-link {
    text-decoration: none;
    color: #747070;
}

.breadcrumb-navigation .breadcrumb-item .breadcrumb-link:hover {
    cursor: pointer;
}

.breadcrumb-navigation .breadcrumb-item .active {
    color: #cccccc;
}

.hrbold {
    border-bottom: 1px solid #000;
}

.floating-form-contianer .mobile-with-country-code-table {
    display: block;
}

.floating-form-contianer .verify-button {
    display: block;
}

.floating-form-contianer .mobile-with-otp-verify-table {
    display: none;
}

.floating-form-contianer .verify-button {
    display: none;
}

.floating-form-contianer .landing-primary-form .resend-btn-link {
    display: none;
}

.name-form-container .main-resnd-btn {
    display: none;
}

.name-form-container .main-form {
    display: none;
}

.name-form-container .otp-mainbtn {
    display: none;
}

.black-popupform-content .secondary-form .whatsapp-popup-resnd-btn,
.black-popupform-container .secondary-form .callpopup-resnd-btn,
.black-popupform-container .secondary-form .action-button-container .popup-resnd-btn,
.major-container .input-form .middle-resnd-btn,
.major-container .input-form .first-resnd-btn,
.name-form-container .main-resnd-btn,
.report-receive-container .whatsapp-resnd-btn,
.floating-form-contianer .landing-primary-form .resend-btn-link {
    border: none;
    background: none;
    padding: 0;
    height: 30px;
    font-size: 15px;
    text-decoration: underline;
}

.black-popupform-container .secondary-form .callpopup-resnd-btn,
.black-popupform-container .secondary-form .action-button-container .popup-resnd-btn {
    margin-right: 320px;
}

.landing-primary-form .mobile-with-country-code-table {
    table-layout: fixed;
    width: 100%;
    box-shadow: 0 0 5px #c3c3c3;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.name-form-container .mobile-with-otp-verify-table {
    table-layout: fixed;
    width: 100%;
    /* box-shadow: 0 0 5px #c3c3c3; */
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}

.black-popupform-container .secondary-form .action-button-container .popup-formotp {
    table-layout: fixed;
    width: 100%;
    border: 3px solid var(--themedarkshadecolor);
    border-radius: 5px;
    background: #fff;
    padding: 13px;
}


/* .name-form-container .table-container .no-border .otp-middlebtn,
.name-form-container .table-container .no-border .otp-firstbtn {
    height: 55px;
} */

.black-popupform-content .secondary-form .action-button-container .whatsapp-popup-formotp,
.black-popupform-container .secondary-form .callpopup-formotp,
.landing-primary-form {
    table-layout: fixed;
    width: 100%;
    /* box-shadow: 0 0 5px #c3c3c3; */
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.black-popupform-content .secondary-form .action-button-container .whatsapp-popup-formotp,
.black-popupform-container .secondary-form .callpopup-formotp {
    padding: 13px;
    border: 3px solid var(--themedarkshadecolor);
}

.black-popupform-container .secondary-form .action-button-container .call-popup-timer,
.black-popupform-container .secondary-form .callpopup-timer,
.name-form-container .table-form-container .td-column-container .mainotp {
    text-align: left;
}

.black-popupform-container .secondary-form .otp-popupbtn,
.report-receive-container .whatsapp-formotp,
.report-receive-container .otp-whatsappbtn,
.report-receive-container .whatsapp-resnd-btn,
.bg-darkgreen .show .first-formotp {
    display: none;
}

.black-popupform-content .secondary-form .whatsapp-popup-resnd-btn,
.black-popupform-content .secondary-form .action-button-container .whatsapp-popup-formotp,
.black-popupform-content .secondary-form .action-button-container .otp-whatsapp-popupbtn,
.black-popupform-content .secondary-form .whatapp-popup-timer,
.black-popupform-container .secondary-form .otp-callpopupbtn,
.black-popupform-container .secondary-form .callpopup-formotp,
.black-popupform-container .secondary-form .callpopup-timer,
.black-popupform-container .secondary-form .callpopup-resnd-btn,
.colour-card-container .input-form .otp-middlebtn,
.black-popupform-container .secondary-form .action-button-container .popup-resnd-btn,
.colour-card-container .input-form .middle-formotp,
.black-popupform-container .secondary-form .action-button-container .popup-formotp,
.bg-darkgreen .show .otp-firstbtn {
    display: none;
}

.black-popupform-content .secondary-form .whatsapp-popup-resnd-btn {
    width: 100%;
    text-align: left;
}

.bg-darkgreen .show .first-resnd-btn,
.colour-card-container .input-form .middle-resnd-btn {
    display: none;
    margin-top: 10px;
    margin-left: 95px;
}

.black-popupform-content .secondary-form .whatsapp-timer-popup,
.name-form-container .main-timer,
.black-popupform-center .action-button-container .popup-timer,
.major-container .input-form .middle-formotp input,
.report-receive-container .table-container .whatsapp-formotp input,
.bg-darkgreen .show .first-formotp input {
    text-align: left;
}

.major-container .input-form .first-timer,
.colour-card-container .input-form .middle-timer {
    text-align: left;
    margin-left: 95px;
    margin-top: 10px;
}

.floating-form-contianer .mobile-with-otp-verify-table {
    table-layout: fixed;
    width: 100%;
    box-shadow: 0 0 5px #c3c3c3;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

@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;
    }
}

@media only screen and (max-width: 1440px) {
    .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;
    }
}

@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;
    }
}

@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: 12px
            } */
    .black-popupform-container .full-width-button {
        font-size: 15px;
    }
    .popup-content-container h1 {
        font-size: 50px;
    }
    .popup-content-container .admission-opens h2 {
        font-size: 30px;
    }
    .testimonials-full-width .left .blockquote-image {
        width: 45px;
        margin-left: 0px;
    }
    footer .footer-container .footer-logo-container {
        text-align: center;
    }
}

@media only screen and (max-width: 976px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 119px;
        height: 145px;
    }
}

@media only screen and (max-width: 960px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 116px;
        height: 139px;
    }
}

@media only screen and (max-width: 940px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 113px;
        height: 132px;
    }
}

@media only screen and (max-width: 920px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 110px;
        height: 128px;
    }
}

@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%;
    }
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 107px;
        height: 130px;
    }
}

@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: 35px;
        height: 35px;
    }
    /* .black-popupform-container .border-tags li {
                font-size: 10px
            } */
    .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: 180px;
        top: -3px;
    }
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 86px;
        height: 96px;
    }
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 160px;
        width: 84px;
    }
}

@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: 167px;
        height: 47px;
    }
}

@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;
    }
    .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: 35px;
    }
    .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 {
        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: 150px;
        height: 43px;
        top: -4px;
        left: -4px;
    }
}

@media only screen and (max-width: 620px) {
    .for-mobile {
        display: block;
    }
    .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;
    }
    .divider hr {
        display: block;
    }
    .parent-table-container {
        background: #fff;
        padding-top: 60px;
    }
    .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;
    }
    .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: 0px;
    }
    .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 {
        vertical-align: middle;
    }
    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: auto;
        height: auto;
        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;
    }
    .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;
    }
    .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;
    }
    .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: 10px;
    }
    .name-form-container .divider-eligibility {
        margin-bottom: 20px;
    }
    .black-popupform-container .secondary-form .action-button-container .popup-resnd-btn,
    .black-popupform-container .secondary-form .callpopup-resnd-btn {
        margin-right: 0;
    }
    .name-form-container .table-container .no-border {
        margin: auto;
        border: 0;
    }
    .name-form-container .table-container .td-column button {
        background: var(--themeorangeshade);
    }
    .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 {
        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: 42px;
        width: 41px;
        left: -20px;
        padding: 0px;
    }
    .faq-container-design-two .qanda img {
        top: 10px;
    }
    .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 0;
        max-width: 500px;
    }
    .report-receive-container .full-width-button {
        margin: auto;
        max-width: none;
        width: 100%;
        padding: 12px 11px;
        background: var(--themeorangeshade);
    }
    .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;
        white-space: initial;
    }
    .mt-100 {
        margin-top: 30px;
    }
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 75px;
        height: 75px;
        margin: 0px 8px;
    }
    .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: 12px;
    }
    .black-popupform-container .mobile-with-country-code-table td:first-child input {
        padding: 10px 0;
    }
    .black-popupform-container .full-width-input {
        padding: 10px;
    }
    .black-popupform-container .secondary-form .action-button-container .popup-formotp {
        padding: 0;
    }
    .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;
        padding-top: 50px;
    }
    .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: 165px;
        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-gostudy-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 {
        margin-bottom: 25px;
    }
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 102px;
        top: -5px;
    }
    header .header-icons-tone {
        margin-top: 0px;
    }
    .ul-horizontal li .hide-consultant {
        display: none;
    }
    header .primary-head-menu .li-item {
        font-weight: 600;
    }
    .bg-darkgreen .show .first-resnd-btn,
    .colour-card-container .input-form .middle-resnd-btn,
    .major-container .input-form .first-timer,
    .colour-card-container .input-form .middle-timer {
        margin-left: 0;
    }
    .black-popupform-content .secondary-form .action-button-container .whatsapp-popup-formotp,
    .black-popupform-container .secondary-form .callpopup-formotp {
        padding: 0;
    }
}

@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;
    }
}

@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: 150px;
        height: 35px;
    }
    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        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: 92px;
    }
    .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: 730px;
    }
    .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;
    }
}

@media only screen and (max-width: 525px) {
    .fs-40 {
        font-size: 24px;
    }
    .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: 125px;
        height: 32px;
    }
}

@media only screen and (max-width: 460px) {
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 45px;
    }
}

@media only screen and (max-width: 460px) {
    /* .parent-table-container {
                padding-top: 35px
            } */
    .major-container-first {
        padding-top: 15px;
    }
    .reasons-to-study-container .container-body .table-block .right h2 {
        font-size: 18px;
    }
    .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: 18px;
    }
    .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;
    }
    .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;
    }
    /* .parent-table-container {
        padding-top: 90px;
    } */
}

@media only screen and (max-width: 425px) {
    .options-long-content-container div {
        max-width: 135px;
        font-size: 12px;
        height: 35px;
    }
    .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;
        right: 0;
        left: 0px;
    }
    .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: 10px 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;
    }
    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 370px;
    }
    .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;
    }
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 80px;
        height: 88px;
        margin: 5px 20px;
    }
    .black-popupform-container .black-popupform-center .secondary-form {
        margin-bottom: 40px;
    }
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 13px;
        width: 76px;
        top: -6px;
    }
    .black-popupform-container .image-hover-container h1 {
        font-size: 19px;
    }
    .border-tags li {
        padding: 5px 8px;
        font-size: 10px;
    }
    header .head-container .left img {
        height: 40px;
        width: 200px;
    }
    .goireland-table-container {
        width: 90vw;
        overflow-x: scroll;
        text-align: left;
    }
    .goireland-table-container table {
        min-width: 735px;
    }
    .black-popupform-container .border-tags li {
        font-size: 10px;
    }
}

@media only screen and (max-width: 397px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 79px;
        height: 86px;
    }
}

@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: 25px;
    }
    .reasons-to-study-container .container-body .table-block .left h2 {
        font-size: 80px;
    }
    .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 {
        left: -16px;
    }
    .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: 12px;
        max-width: 120px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(3) img {
        top: 98px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(5) img {
        top: 193px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(7) img {
        top: 287px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(9) img {
        top: 383px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(11) img {
        top: 478px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(13) img {
        top: 668px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(15) img {
        top: 572px;
        height: 35px;
        width: 35px;
    }
    .comparison-list-container .right .vertical-line-container:nth-child(17) img {
        top: 762px;
        height: 35px;
        width: 35px;
    }
    .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: 20px;
    }
    .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;
    }
    .testimonials-full-width .left .university-testimonial-content li {
        max-width: 340px;
    }
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 70px;
        height: 72px;
    }
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 6px;
        width: 70px;
    }
}

@media only screen and (max-width: 375px) {
    .reasons-to-study-container .container-body .table-block .left .reason-bg-img {
        left: -5px;
    }
    .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: 320px;
    }
    .free-service-container .fs-20 {
        margin-bottom: 0px;
    }
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 70px;
        height: 72px;
    }
    .black-popupform-container .image-hover-container h1 {
        font-size: 18px;
    }
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 0px;
    }
}

@media only screen and (max-width: 360px) {
    .fs-40 {
        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;
    }
    .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;
    }
    .left-content-list-container .right .thumbs-down {
        width: 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: 100px;
        height: 28px;
    }
    .name-form-container .input-form .fs-40 {
        font-size: 21px landingpage;
    }
    .popup-container .secondary-form .bg-orange {
        font-size: 22px;
    }
    .black-popupform-container .border-tags li {
        font-size: 10px;
        padding: 5px 8px;
    }
    .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;
    }
    .content-container .colour-card-content-container b {
        font-size: 25px;
    }
    .black-popupform-container .image-hover-container h1 {
        font-size: 16px;
    }
    .secondary-form .fs-30 {
        font-size: 19px;
    }
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: 5px;
    }
}

@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;
    }
}


/* @media only screen and (max-width: 343px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 114px;
        height: 116px;
    }
} */

@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;
    }
    /* footer .footer-container .footer-logo-container .right .university-logo {
        width: 102px;
        height: 111px;
    } */
    .black-popupform-container .image-hover-container h1 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .black-popupform-container .black-popupform-center .secondary-form .image-hover-container .background-paint {
        right: -2px;
        width: 61px;
        top: -9px;
    }
}

@media only screen and (max-width: 315px) {
    footer .footer-container .footer-logo-container .right .university-logo {
        width: 52px;
        height: 64px;
    }
}