* {
    margin : 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

section.home_banner {
    background: rgb(255 247 237);
    background-image: linear-gradient(to right, hsl(209.63deg 74.31% 21.37% / 80%) 7%, hsl(0deg 0% 0% / 76%) 68%), url(../images/university.jpg);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inherit;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background   : #888;
    border-radius: 10px;
    border       : 1px solid #eee;
}

.textBlue {
    color: #003060;
}

button:focus {
    box-shadow: none !important;
    outline   : none;
}

.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-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.rounded-3 {
    border-radius: 25px;
}

.ReasonContent h4 {
    font-size: 25px;
}

.error {
    font-size: 12px;
    color    : #e24c4c !important;
}

label#contactno-error {
    position : absolute;
    margin   : 11px 0 0 0;
    font-size: 12px;
    bottom   : -18px;
}

label#contactnodata-error {
    position : absolute;
    margin   : 11px 0 0 0;
    font-size: 12px;
    bottom   : -18px;
}

label#course-error {
    position: absolute;
    bottom  : -10px;
}

#courseDiv {
    position: relative;
}

label#coursedata-error {
    position: absolute;
    bottom  : -10px;
}

#courseDivdata {
    position: relative;
}

.coursesShowTagLine {
    bottom          : -13px;
    background-color: rgb(212, 254, 232);
    font-size       : 10px;
    font-weight     : 600;
}

.button-main {
    color        : #000;
    border       : none;
    font-weight  : 600;
    padding      : 12px 25px;
    border-radius: 5px;
    cursor       : pointer;
    background   : transparent linear-gradient(270deg, #ffcb00 0%, #ffcb00 100%) 0% 0% no-repeat padding-box;
}

.button_main {
    background    : transparent linear-gradient(270deg, #ffcb00 0%, #ffcb00 100%) 0% 0% no-repeat padding-box;
    color         : #000;
    padding-top   : 8px;
    padding-bottom: 8px;
    border-radius : 8px;
    font-weight   : 600;
}

i.fas.fa-phone-alt {
    transform: rotatey(190deg);
}

.BannerHero .owl-dots {
    position       : absolute;
    right          : 0;
    bottom         : 0;
    left           : 0;
    z-index        : 2;
    display        : flex;
    justify-content: center;
    padding        : 0;
    margin-right   : 15%;
    margin-bottom  : 3rem;
    margin-left    : 15%;
}

.BannerHero .fa-chevron-left {
    position : absolute;
    top      : 50%;
    transform: translateY(-50%);
    left     : 0;
    font-size: 27px;
    height   : 30px;
    width    : 30px;
    color    : #ffff;
}

.BannerHero .fa-chevron-right {
    position : absolute;
    top      : 50%;
    transform: translateY(-50%);
    right    : 0;
    font-size: 27px;
    height   : 30px;
    width    : 30px;
    color    : #ffff;
}

.btn:hover {
    color: #003060;
}

header {
    box-shadow: 0px 3px 9px #eee;
}

.seciton_padding {
    padding: 30px 0;
}

.banner-content p {
    font-size : 19px;
    margin-top: 21px;
}

.banner-content h1 {
    font-size: 47px;
}

.ranked-img {
    width    : 100px;
    position : absolute;
    left     : -45px;
    top      : 50%;
    transform: translate(0px, -50%);
}

.ranked-body {
    background   : #fff;
    padding      : 25px;
    border-radius: 10px;
    font-size    : 14px;
    padding-left : 50px;
    padding-right: 12px;
    height       : 125px;
    display      : flex;
    align-items  : center;
}

.topRanked .item {
    width      : 85%;
    margin-left: auto;
}

.h-37 {
    height: 37px;
}

.headingbox {
    margin-bottom: 50px;
}

.headingbox p {
    font-size : 18px;
    margin-top: 12px;
}

.reason_card h5 {
    color: #444;
}

.reason_text {
    font-size: 14px;
}

.reason_icon {
    color: #22c55e;
}

.reason_card {
    background   : #fff;
    box-shadow   : 0px 7px 11px #ddd;
    border-radius: 10px;
    padding      : 35px 30px;
    border-top   : 1px solid #eee;
    width        : 90%;
    margin       : auto;
    height       : 100%;
}

.footer_reason .button_main {
    width: 100%;
}

ul.certificat_list li {
    margin-bottom: 12px;
    font-size    : 14px;
}

.specialization_card {
    box-shadow   : 0px 9px 11px #00000029;
    border-radius: 10px;
    overflow     : hidden;
    color        : #555;
}

.specialization_card h5 {
    color        : #333;
    margin-bottom: 25px;
    font-weight  : 600;
}

.special_text {
    font-size: 14px;
}

.special_text span {
    font-weight: 600;
}

.admission_sec {
    background: #f8f8f8;
}

.steps_card {
    width     : 25%;
    text-align: center;
    position  : relative;
}

.steps_card p {
    font-size: 14px;
    padding  : 0px 5px;
}

.steps_card:before {
    content : '';
    position: absolute;
    left    : 0;
    top     : 40px;
    width   : 100%;
    border  : 1px solid #003060;
}

.steps_card span {
    display      : block;
    margin-bottom: 35px;
}

.steps_card span:after {
    border          : 2px solid #003060;
    width           : 20px;
    height          : 20px;
    background-color: #fff !important;
    top             : 8px !important;
}

.steps_card span:before,
.steps_card span:after {
    content      : '';
    position     : absolute;
    top          : 100%;
    background   : #003060;
    border-radius: 50px;
    transform    : translate(-50%, 115%);
    left         : 50%;
}

.steps_card span:before {
    height : 10px;
    width  : 10px;
    z-index: 10;
}

.ourLearner .item {
    border         : 1px solid #eee;
    height         : 90px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 0px 5px;
    cursor         : pointer;
    transition     : all ease-in-out;
}

.ourLearner .item img {
    width: 85%;
}

.tollfree_sec {
    background   : #003060;
    border-radius: 27px;
}

.InstituteName {
    font-size  : 17px;
    font-weight: 600;
    color      : #003060;
    height     : 42px;
}

.common_form .form-control {
    height: 40px;
}

.common_form form {
    padding: 0px 37px 25px;
}

.form_img {
    height  : 103%;
    position: absolute;
    left    : -4px;
    top     : -15px;
}

.form_img img {
    height    : 100%;
    object-fit: cover;
}

.sticky-footer button {
    width : 50%;
    margin: 0;
}

.sticky-footer {
    position: fixed;
    bottom  : 0;
    left    : 0;
    width   : 100%;
    z-index : 10;
}

section.section-thankyou {
    text-align: center;
    padding   : 65px 0;
}

section.section-thankyou h1 {
    font-size: 67px;
}

span.icons_thanku {
    font-size: 67px;
    color    : #ffc107;
}

section.section-thankyou p {
    font-size: 1.2rem;
}

a {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.programme_card {
    width: 50%;
}


/* ===========Thank You Page========= */

.thankyou-flex a {
    background   : #ffc107;
    color        : #fff;
    padding      : 10px 25px;
    border-radius: 5px;
}


.thankyou_bg {
    height  : 260px;
    position: relative;
}

.thankyou_bg img {
    position  : absolute;
    inset     : 0;
    object-fit: cover;
}

.logo-thanku {
    position  : absolute;
    top       : 5px;
    left      : 10px;
    background: #fff;
    padding   : 0px 10px;
    z-index   : 9;
}

.banner_tnq {
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%, -50%);
    text-align: center;
    width     : max-content;
}

.banner_tnq p {
    font-size  : 21px;
    font-weight: 100;
}

.thankyou-flex {
    gap: 5px;
}

.testimonial-card {
    border       : 1px solid #ddd;
    border-radius: 10px;
    overflow     : hidden;
    box-shadow   : 0px 7px 9px #00000024;
}

.testi_img {
    height: 210px;
}

.test_body {
    padding : 35px 15px 25px;
    position: relative;
}

.test_body .fa.fa-play {
    display        : flex;
    width          : 45px;
    height         : 30px;
    background     : red;
    color          : #fff;
    font-size      : 12px;
    align-items    : center;
    justify-content: center;
    border-radius  : 5px;
    position       : absolute;
    top            : -15px;
    cursor         : pointer;
}

button.watchvideo {
    background   : transparent;
    cursor       : pointer;
    padding      : 5px 12px;
    border-radius: 10px;
    border       : 2px solid;
    color        : #003060;
}

.backtohome {
    text-align: center;
    padding   : 25px 0;
}

ul.certificat_list {
    border-left : 2px solid;
    list-style  : none;
    margin-left : 15px;
    padding-left: 15px;
}

.backtohome a {
    border       : 2px solid #003060;
    border-radius: 25px;
    padding      : 3px 12px;
    color        : #003060;
    transition   : all .3s ease-in-out;
}

.testimonial-sec .btn-close {
    position   : absolute;
    top        : 0px;
    right      : 0;
    font-weight: 100;
    width      : 28px;
    height     : 29px;
    background : #ffc107;
    opacity    : 1;
    z-index    : 9;
    color      : #fff;
    transition : all .3s ease-in-out;
}

.thankyou-flex i {
    font-size: 21px;
}

button.watchvideo:hover {
    background  : #ffc107;
    color       : #003060;
    border-color: #ffc107;
}

.text-danger {
    color: #003060 !important;
}

.courseList span {
    font-size    : 14px;
    color        : #003060;
    border       : 1px solid;
    padding      : 3px 10px;
    border-radius: 18px;
    font-weight  : 600;
}

.course_card {
    box-shadow   : 0px 9px 11px #00000014;
    border       : 1px solid #eee;
    border-radius: 10px;
    overflow     : hidden;
    height       : 100%;
}

.course_card p {
    color    : #575757;
    font-size: 14px;
}

.course_card p i {
    font-size   : 18px;
    margin-right: 5px;
}

section.specialization_sec {
    padding: 65px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #ffc107;
    border    : none !important;
}

ul#pills-tab .nav-link {
    color : #003060;
    border: 1px solid #003060;
}

ul#pills-tab .nav-link:hover {
    background: #ffc107;
}

.test_body p {
    font-size: 14px;
}


.select2-container {
    min-width: 100%;
}

.select2-results__option {
    padding-right : 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content         : "";
    display         : inline-block;
    position        : relative;
    height          : 20px;
    width           : 20px;
    border          : 2px solid #e9e9e9;
    border-radius   : 4px;
    background-color: #fff;
    margin-right    : 1rem;
    vertical-align  : middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family     : fontAwesome;
    content         : "\f00c";
    color           : #fff;
    background-color: #198754;
    border          : 0;
    display         : inline-block;
    padding-left    : 2px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    color           : #212529 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color           : #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow   : 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}

span.select2-selection__clear {
    display: none !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding   : 2px 5px !important;
    background: #fff !important;
}

.select2-selection__choice__remove {
    margin-right: 5px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #86b7fe !important;
    box-shadow  : 0 0 0 .25rem rgba(13, 110, 253, .25);
}