.rtl-bg-breadcrumb {
   background-image: url('/web/img/Frame%20164.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bread-crumb-title{
    color: #00426B !important;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

@media (max-width: 768px) {
  .bread-crumb-title{
        font-size: 30px;
    }
}





.lets-explore-section{
    padding: 60px 40px;
}

@media (max-width: 768px) {
  .lets-explore-section{
        padding: 15px 0px;
    }
}

.lets-explore-second-col span{
    color: #009DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
}

.lets-explore-second-col h2{
    color: #00426B;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 127.273% */
}

.lets-explore-second-col p{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
}

@media (max-width: 768px) {
  .lets-explore-second-col span{
        font-size: 16px;
    }

    .lets-explore-second-col h2{
        font-size: 24px;
        line-height: 32px; /* 127.273% */
    }

    .lets-explore-second-col p{
        font-size: 18px;
        line-height: 32px; /* 233.333% */
    }
}





.we-are-ready-section{
    display: flex;
    padding: 57px 84px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    background: #00426B;
}

.we-are-ready-first-col h2{
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 78.571% */
}

.we-are-ready-first-col p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 220% */
}

@media (max-width: 768px) {
  .we-are-ready-section{
        padding: 30px 0px;

        background: #00426B;
    }

    .we-are-ready-first-col h2{
        font-size: 25px;
        line-height: 30px; /* 78.571% */
    }

    .we-are-ready-first-col p{
        font-size: 16px;
        line-height: 44px; /* 220% */
    }
}





.mission-vission-section{
    display: flex;
    padding: 60px 40px;
    justify-content: space-between;
    align-items: center;
}

.mission-vission-first-card{
    display: flex;
    padding: 36px 31px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 20px;
    background: #B0E1FF;
}

.mission-vission-first-card-title{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 91.667% */
}

.mission-vission-first-card-text{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px; /* 158.333% */
    text-align: justify;
}

.mission-vission-second-card{
    display: flex;
    padding: 36px 31px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 20px;
    background: #FFD9BB;
}

.mission-vission-second-card-title{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 91.667% */
}

.mission-vission-second-card-text{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px; /* 158.333% */
    text-align: justify;
}

@media (max-width: 768px) {
    .mission-vission-section{
        padding: 30px 0px;
    }

    .mission-vission-first-card{
        padding: 20px 15px;
    }

    .mission-vission-first-card-title{
        font-size: 24px;
        line-height: 44px; /* 91.667% */
    }

    .mission-vission-first-card-text{
        font-size: 18px;
        line-height: 38px;
    }

    .mission-vission-second-card{
        padding: 20px 15px;
        margin-top: 10px;
    }

    .mission-vission-second-card-title{
        font-size: 24px;
        line-height: 44px; /* 91.667% */
    }

    .mission-vission-second-card-text{
        font-size: 18px;
        line-height: 38px;
    }
}





.our-awards-section{
    background: #E8E8E8;
    padding: 60px 40px;
}

.our-award-div{
    display: inline-flex;
    padding: 8px 16px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 100px;
    border: 1px solid #0E0E0E;
}

.our-award-span{
    color: #0F0F0F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.our-awards-h2{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 79.167% */
    margin-top: 19px;
}

.our-awards-img-row{
    margin-top: 41px;
}

@media (max-width: 768px) {
    .our-awards-section{
        padding: 30px 0px;
    }

    .our-award-div{
        display: inline-flex;
        padding: 8px 16px 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        border-radius: 100px;
        border: 1px solid #0E0E0E;
    }

    .our-award-span{
        font-size: 14px;
        line-height: 14px; /* 100% */
    }

    .our-awards-h2{
        font-size: 24px;
        line-height: 35px;
        margin-top: 15px;
    }

    .our-awards-img-row{
        margin-top: 25px;
        gap: 10px;
    }
}





.message-our-head-section{
    display: flex;
    padding: 60px 40px;
    align-items: center;
    gap: 29px;
}

.message-our-head-first-col h2{
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 100% */
}

.message-our-head-first-col p{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    
}

@media (max-width: 768px) {
    .message-our-head-section{
        padding: 30px 0px;
    }

    .message-our-head-first-col h2{
        font-size: 24px;
        line-height: 56px; /* 100% */
        margin-top: 10px;
    }

    .message-our-head-first-col p{
        font-size: 18px;
      
    }
}

.message-our-head-img-text {
    position: absolute;
    bottom: 20px; /* adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    color: black; /* or any color that contrasts the image */
    background-color: #FFF; /* optional: for better text visibility */
    padding: 8px 20px;
    width: auto;
    max-width: 90%;
}

.message-our-head-img-text h2{
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.message-our-head-img-text p{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    .message-our-head-img-text h2{
        font-size: 16px;
        line-height: normal;
    }

    .message-our-head-img-text p{
        font-size: 13px;
        line-height: normal;
    }
}





/* .get-consultation-section{
    background-image: url('/rtl_live/web/img/Frame%20139.jpg');
    background-repeat: no-repeat;

    display: flex;
    padding: 118px 387px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
} */

.get-consultation-section-h2{
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.get-consultation-bg-btn{
    display: inline-flex;
    padding: 14px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 10px;
    border: 1px solid #FFF;
    background: #009DFF;
    margin-top: 40px;
}

.get-consultation-bg-btn a{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    .get-consultation-section{
        padding: 0px;
        background-size: cover;
        background-position: center;
    }

    .get-consultation-section-h2{
        font-size: 24px;
        margin-top: 20px;
    }

    .get-consultation-bg-btn{
        padding: 12px 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .get-consultation-bg-btn a{
        font-size: 18px;
    }
}





.country-university-secton{
    display: flex;
    padding: 22px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .country-university-secton{
        padding: 30px 0px;
    }
}

.university-tabs {
    display: flex;
    margin-bottom: 38px;
}

.university-tab {
    padding: 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-right: none;
    font-weight: 500;
    font-size: 24px;

    color: #000;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.university-tab:last-child {
    border-right: 1px solid #ddd;
}

.university-tab.active {
    background-color: #009ef7;
    color: white;
}

.university-grid {
    display: none;
    gap: 20px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.university-grid.active {
    display: grid;
}

.university-card {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 25px 10px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #B5B5B5;

    position: relative;
    overflow: hidden;
}

.university-card img {
    max-width: 100%;
    height: auto;
}

.university-img-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}

.university-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.university-grid-apply-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #006FB5;
  color: white;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.university-img-wrapper:hover .university-grid-apply-btn {
  opacity: 1;
}

.university-img-wrapper a:hover{
    color: white;
}

.university-img-wrapper:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
    .university-tab {
        padding: 10px;
        font-size: 16px;
    }

    .university-card {
        padding: 25px 2px;
    }

    .university-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}





.university-second-section{
    display: flex;
    padding: 60px 40px;
    align-items: center;
    gap: 39px;
    background: #E6F5FF;
}

.university-country-second-col h2{
    color: #000;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.university-country-second-col h3{
    color: #009DFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.university-country-second-col p{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 35px;
    text-align: justify;
}

@media (max-width: 768px) {
    .university-second-section{
        padding: 30px 0px;
        gap: 39px;
    }

    .university-country-second-col h2{
        font-size: 24px;
        margin-top: 17px;
    }

    .university-country-second-col h3{
        font-size: 20px;
    }

    .university-country-second-col p{
        font-size: 18px;
        line-height: 35px;
    }
}





.country-article-section{
    display: flex;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.country-article-heading{
    color: #000;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px; /* 135.484% */
}

.country-article-heading-div{
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .country-article-section{
        padding: 30px 0px;
        gap: 36px;
    }

    .country-article-heading{
        font-size: 24px;
        line-height: 30px; /* 135.484% */
    }

    .country-article-heading-div{
        margin-bottom: 15px;
    }
}





.free-session-section{
    display: flex;
    padding: 60px 40px;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.free-session-first-col h2{
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 100% */
}

.booking-form {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
}

.booking-form input,
.booking-form textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 25px 5px;
  margin-bottom: 20px;
  outline: none;
  resize: none;
  background: transparent;

  color: rgba(0, 0, 0, 0.35);
font-size: 24px;
font-style: normal;
font-weight: 200;
line-height: 26px; /* 108.333% */
}

.booking-form textarea {
  min-height: 80px;
}

.booking-form button {
  padding: 12px 36px;
  background-color: #009DFF;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  align-self: flex-start;
  transition: background-color 0.3s;

  display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
}

.booking-form button:hover {
  background-color: #008ecc;
}

@media (max-width: 768px) {
    .free-session-section{
        padding: 30px 0px;
        gap: 64px;
    }

    .free-session-first-col h2{
        font-size: 24px;
        line-height: 30px; /* 100% */
        margin-top: 20px;
    }

    .booking-form {
    margin-top: 15px;
    }

    .booking-form input,
    .booking-form textarea {
    padding: 25px 5px;
    margin-bottom: 20px;

    font-size: 24px;
    line-height: 26px; /* 108.333% */
    }

    .booking-form textarea {
    min-height: 80px;
    }

    .booking-form button {
    padding: 12px 36px;
    font-size: 14px;
    }
}





.contants-section{
    display: flex;
    padding: 60px 40px;
    justify-content: space-between;
    align-items: center;
}

.we-support{
    display: flex;
    padding: 33px 30px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 10px;
    background: #F8F9FB;
}

.we-support-title{
    color: #009DFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.we-support-card-text{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px; /* 177.273% */
    text-align: justify;
    margin-top: 33px;
}

.contact-from-section{
    display: flex;
    padding: 35px;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F8F9FB;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  color: #00426B;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */
    margin-bottom: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease;

  border-radius: 4px;
  border: 1px solid #00568C;
  background: #FFF;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #0b7dda;
}

.contact-form button {
  background-color: #2196f3;
  color: white;
  border: none;
  padding: 6px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  align-self: flex-start;
}

.contact-form button:hover {
  background-color: #0b7dda;
}

@media (max-width: 768px) {
    .contants-section{
        padding: 30px 0px;
    }

    .we-support{
        padding: 33px 30px;
        border-radius: 10px;
    }

    .we-support-title{
        font-size: 24px;
    }

    .we-support-card-text{
        font-size: 18px;
        margin-top: 33px;
    }

    .contact-from-section{
        padding: 35px;
    }

    .contact-form label {
        font-size: 20px;
        line-height: 26px; /* 118.182% */
        margin-bottom: 10px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    }

    .contact-form button {
    padding: 6px 24px;
    font-size: 16px;
    }
}






.contact-icon-img{
    width: 80px;
    display: flex;
    align-items: center;
    margin: auto;
}

.contact-info-card{
    display: flex;
    padding: 87px 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    border: none !important;
}

.contact-info-title{
    color: #008FE8;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 92.857% */
}

.contact-info-card-text{
    color: #006FB5;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media (max-width: 768px) {
    .contact-info-card{
        padding: 87px 38px;
    }

    .contact-info-title{
        font-size: 24px;
        line-height: 26px; /* 92.857% */
    }

    .contact-info-card-text{
        font-size: 18px;
    }
}











.consultaion-h2-class{
    color: #009DFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 127.273% */
    margin-bottom: 75px;
}

.enquiry-form-section{
    display: flex;
    padding: 47px 51px;
}

.enquiry-form-container-fluid{
    display: flex;
    padding: 47px 51px;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    background: #EEE;
}

.enquiry-form-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    }

    .enquiry-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    }

    .enquiry-form-group {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    }

    .enquiry-form-group label {
    margin-bottom: 10px;
    color: #00426B;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */
    }

    .enquiry-form-group input,
    .enquiry-form-group textarea {
    padding: 15px;
    font-size: 16px;
    outline: none;

    border-radius: 4px;
    border: 1px solid #00568C;
    background: #FFF;
    align-self: stretch;
    }

    .enquiry-full-width {
    width: 100%;
    }

    textarea {
    resize: vertical;
    }

    .enquiry-submit-btn {
    width: 100px;
    padding: 7px 10px;
    border: none;
    background-color: #00aaff;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

    .enquiry-submit-btn:hover {
    background-color: #007acc;
    }

@media (max-width: 768px) {
    .consultaion-h2-class{
        font-size: 24px;
        line-height: 56px; /* 127.273% */
        margin-bottom: 15px;
    }

    .enquiry-form-section{
        padding: 30px 20px;
    }

    .enquiry-form-container-fluid{
        padding: 30px 15px;
    }

        .enquiry-form-group {
        min-width: 220px;
        }

        .enquiry-form-group label {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 26px; /* 118.182% */
        }

        .enquiry-form-group input,
        .enquiry-form-group textarea {
        padding: 15px;
        font-size: 16px;
        }

        .enquiry-submit-btn {
        width: 100px;
        padding: 7px 10px;
        border-radius: 20px;
        }
}





.all-review-card{
    display: flex;
    padding: 27px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.all-review-card-text{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px; /* 177.273% */
    text-align: justify;
}

.all-review-card-name{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin-bottom: 12px;
}

.all-review-card-date{
    color: #808080;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
}

.all-review-card-person-image{
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}





.visit-visa-heading h2{
    color: #008FE8;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 100% */
}

.visit-visa-heading p{
    color: #00426B;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 161.538% */
}

.visit-visa-img{
    width: 166px;
    height: 106.24px;
    border-radius: 6.64px;
}

.after-card-body-gap{
    gap: 39px;
}

.visit-visa-card-body:hover{
    border: 2px solid black;
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .visit-visa-img{
        width: 78px;
        height: 69.24px;
        border-radius: 6.64px;
    }
    .after-card-body-gap{
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .visit-visa-heading h2{
        font-size: 24px;
        line-height: 56px; /* 100% */
    }

    .visit-visa-heading p{
        font-size: 18px;
        line-height: 36px; /* 161.538% */
        text-align: justify;
    }

    .visit-visa-img{
        width: 166px;
        height: 106.24px;
        border-radius: 6.64px;
    }

    .after-card-body-gap{
        gap: 20px;
    }
}





.visit-visa-details-section{
    display: flex;
    padding: 60px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.visit-visa-details-heading{
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px; /* 169.231% */
}

.selected-category {
    border-left: 4px solid #009DFF;
    padding-left: 10px;
}





.header-clickable-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.header-clickable-text:hover{
    color: white !important;
}

.whatsapp svg {
    background-color: #FFF;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    padding: 3px;
}

.navbar-hero-section{
    padding: 11px 0px;
}

.navbar-hero-section-a{
    color: #00426B !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    padding: 10px 20px !important;
}

.slider-caption h3{
    color: #FFF;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 768px) {
    .slider-caption h3{
        font-size: 26px;
    }
}

.enquiry-form-label{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.slider_input{
    background-color: transparent !important;
}

.enquiry-form-submit-btn{
    border-radius: 5.298px;
    background: rgba(255, 255, 255, 0.20) !important;
    color: #FFF !important;
}

.enquiry-form-submit-btn:hover{
    background: rgba(255, 255, 255, 0.60) !important;
    color: #3F3F3F !important;
}

.sec_title{
    color: #0F0F0F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.about-sec-title1{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

.about-sec-title2{
    color: #009DFF;
    font-family: Aclonica;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
}

.about-sec-title3{
    color: #000;
    font-family: "Lexend Deca";
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 61.111% */
}

.about-sec-descriptionss{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px; /* 190% */
    margin-top: 15px;
}

.about_gap{
    gap: 230px !important;
}

@media (max-width: 768px) {
    .about_gap{
        gap: 176px !important;
    }
}

.support_card:hover {
  background-color: #000;
  color: #fff;
}

.support_card:hover .visa_category_title div,
.support_card:hover .visa_description_home {
  color: #fff;
}

.support_card:hover .fas {
  color: #fff;
}

.support_card:hover img {
  filter: invert(1);
}

.achievement_title{
    color: #0F0F0F;
    font-size: 57px;
    font-style: normal;
    font-weight: 600;
    line-height: 78px; /* 125.806% */
}

.achievement_description{
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px; /* 176.923% */
}

.achievement_color{
    color: #006FB5;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px; /* 104.545% */
}

.achievement_bottom{
    padding-top: 20px;
    color: #000;
    font-family: "Lexend Deca";
    font-size: 44px;
    font-weight: 200;
}

.custom_btn_achievement{
    display: flex;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #EDEDED;
}

@media (max-width: 768px) {
    .achievement_title{
        font-size: 30px;
        line-height: 45px; /* 125.806% */
    }

    .achievement_description{
        font-size: 20px;
        line-height: 30px; /* 176.923% */
    }

    .achievement_color{
        font-size: 24px;
        line-height: 30px; /* 104.545% */
    }

    .achievement_bottom{
        font-size: 24px;
    }
}

.achievement_color-pick-study-sec{
    color: #009DFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 768px) {
    .achievement_color-pick-study-sec{
        font-size: 30px;
    }
}

.work_process_title{
    color: #0F0F0F;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 86px; /* 153.571% */
}

@media (max-width: 768px) {
    .work_process_title{
        font-size: 30px;
        line-height: 40px; /* 153.571% */
    }
}

.ss_2{
    color: #000;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px; /* 135.484% */
    margin-bottom: 26px;
}

.ss_3_btn{
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #0F0F0F;

    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
}

.ss_3_btn:hover{
    color: #FFF;
}

.student-says-right-sec{
    display: flex;
    padding:40px 22px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #E6F5FF;
}

@media (max-width: 768px) {
    .ss_2{
        font-size: 30px;
        line-height: 38px; /* 135.484% */
        margin-bottom: 10px;
    }

    .student-says-right-sec{
        margin-top: 20px;
    }
}

.home-blog-section-title{
    color: #000;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px; /* 135.484% */
}

@media (max-width: 768px) {
    .home-blog-section-title{
        font-size: 26px;
        line-height: 33px; /* 135.484% */
    }
}





.privacy-policy-div{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 156.25% */
}

.blog-details-page{
    margin-top: 30px;
}