* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

a {
    text-decoration: none;
}

.hero_section {
    position: relative;
    top: 0px;
    z-index: 9;
    height: 98vh;
    padding-top: 134px;
    overflow: hidden;
    /* background: linear-gradient(to right, #91bfe1, rgba(57, 199, 199, 0.375)); */
       background: linear-gradient(to right, rgb(39 170 230), rgb(46 234 232 / 21%));
    margin: 10px;
    border-radius: 10px;
}

.hero_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../images/waves.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.banner_text {
    max-width: 550px;
    margin: auto;
    background-image: url(../images/dot.png);
    background-position: left;
    background-size: 250px;
    background-repeat: no-repeat;
}

.banner_text h1 {
    font-size: 44px;
    color: #000;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wel {
    font-weight: 600;
    font-size: 15px;
}

.main_link a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 31px;
    background-color: #256f96;
    background-image: linear-gradient(117deg, #002b5f, #0068a4);
}

.main_link a i {
    background-color: #00000000;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.wed_heading h2 {
    font-size: 32px;
    font-weight: 500;
}

.wed_heading h2 span {
    color: #27aae1;
}


.arch_col {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.achieve {
    padding: 60px 0px;
}

.ar_box {
    padding: 5px;
    width: 200px;
}

.ar_star {
    width: 25px;
}


.ar_star img {
    width: 20px;
}

.ar_text p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: #716f6f;
}

.ar_box {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    width: 324px;
    padding: 10px;
    margin-top: 23px;
}

.ar_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tol_exm {
    position: relative;
       padding-top: 20px;
    padding-bottom: 50px;
    background-image: url(../images/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
   background-position: top;
}

.exp_box img {
    position: relative;
    max-width: 307px;
    height: 511px;
    background-color: #eaae0636;
    object-fit: cover;
    border-radius: 200px;
}

.exp_box {
    display: flex
;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.tol_exm::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
       background-color: #ffffffbf;
    width: 100%;
    height: 100%;
}

.about_sec {
    position: relative;
    margin: auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 9;
}

.complete_guid {
padding-top: 98px;
    padding-bottom: 80px;
    background-color: #1f9dd5;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed_btn {
    position: fixed;
    top: 50%;
    right: 0px;
    padding: 10px 13px;
    background-color: #002b5f;
        background-image: linear-gradient(117deg, #27aae1, #0068a4);
    z-index: 99;
    font-size: 13px;
    letter-spacing: -2px;
    border-radius: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: monospace;
    writing-mode: vertical-lr;
    text-orientation: upright;
    cursor: pointer;
}

.slide-top .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.4s ease-out;
    opacity: 0;
}

.slide-top.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.step-group {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease;
    display: none;
}

.z {
    z-index: 9;
}

.step-group.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.hiddens {
    display: none;
}

.modal-backdrop.show {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}


.input-wrapper .form-select {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #d3bfbf !important;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff14;
}

.input-wrapper input {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #d3bfbf !important;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff14;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 39px;
}

.input-wrapper label {
    color: #ffffff !important;
    font-size: 13px;
    text-transform: capitalize;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 300;
    padding: 0 8px;
    pointer-events: none;
    background: #ffffff00;
    margin-top: 18px;
    margin-bottom: 8px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%) !important;
    background: linear-gradient(to right, rgb(43 138 215), rgb(123 169 169 / 91%));
    border-radius: .3rem;
    outline: 0;
    border-radius: 18px;
}

.form-select,
.form-select option {
    color: #ffffff;
    /* default white text */
    background-color: #212529;
    /* optional: dark background */
}


.btn-primary {
    color: #fff;
    background-color: #71829d00 !important;
    border-color: #0d6dfd00 !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 31px;
    background-color: #256f96;
    background-image: linear-gradient(117deg, #002b5f, #0068a4);
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    padding-top: 3px !important;
    border-top: 1px solid #dee2e600 !important;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.animate-in {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
}

.animate-in.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.guide_box1 ul {
    list-style-type: none;
    padding-left: 0px;
}

.guide_box1 ul li {
    list-style-type: none;
    font-size: 15px;
    margin-top: 5px;
}

.guide_box2 ul {
    list-style-type: none;
    padding-left: 0px;
}

.guide_box2 ul li {
    list-style-type: none;
    font-size: 15px;
    margin-top: 5px;
}

.guide_box3 ul {
    list-style-type: none;
    padding-left: 0px;
}

.guide_box3 ul li {
    list-style-type: none;
    font-size: 15px;
    margin-top: 5px;
}

.guide_box4 ul {
    list-style-type: none;
    padding-left: 0px;
}

.guide_box4 ul li {
    list-style-type: none;
    font-size: 15px;
    margin-top: 5px;
}


.guide_box1 {
    position: relative;
    border-top: 2px solid #44a6ed;
    padding: 17px;
    background-color: #f1f8fe;
         background: linear-gradient(to bottom, rgb(255 255 255), rgb(46 234 232 / 0%));
}

.guide_box2 {
    position: relative;
    margin-top: 15px;
    border-top: 2px solid #ff8888;
    padding: 17px;
    background-color: #f1f8fe;
          background: linear-gradient(to bottom, rgb(255 255 255), rgb(46 234 232 / 0%));
}

.guide_box3 {
    position: relative;
    border-top: 2px solid #e9a958;
    padding: 17px;
    background-color: #f1f8fe;
        background: linear-gradient(to bottom, rgb(255 255 255), rgb(46 234 232 / 0%));
}

.guide_box4 {
    position: relative;
    margin-top: 15px;
    border-top: 2px solid #90ffe6;
    padding: 17px;
    background-color: #f1f8fe;
          background: linear-gradient(to bottom, rgb(255 255 255), rgb(46 234 232 / 0%));
}

.guide_box1 h3 {
    font-size: 16px;
      color: #000000;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guide_box2 h3 {
    font-size: 16px;
       color: #000000;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guide_box3 h3 {
    font-size: 16px;
       color: #000000;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guide_box4 h3 {
    font-size: 16px;
      color: #000000;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guid_img img {
    width: 50px;
    margin-block: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.guide_box1:hover .guid_img img {
    transform: scale(1.3) rotate(10deg);

}

.guide_box2:hover .guid_img img {
    transform: scale(1.3) rotate(10deg);

}

.guide_box3:hover .guid_img img {
    transform: scale(1.3) rotate(10deg);

}

.guide_box4:hover .guid_img img {
    transform: scale(1.3) rotate(10deg);

}

.immigration {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/hero1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.imm_ul h3 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 400;
    background-color: #005892;
    padding: 15px 0px 15px 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    display: none;
}

.imm_ul p {
    margin-top: 10px;
}

.imm_ul ul {
    list-style-type: none;
    padding-left: 25px;
}

.imm_ul li {
    list-style-type: none;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
}

.side_text {
    /* position: absolute; */
    /* left: -49px;
    top: 5px;
    font-size: 18px;
    color: #003c72;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
    margin-top: 21px; */
    /* writing-mode: vertical-lr; */
    /* text-orientation: upright; */
    /* text-transform: uppercase;*/
    position: absolute;
        left: -55px;
    top: 5px;
    font-size: 10px;
    color: #ffffff;
    /* text-transform: uppercase; */
    margin-top: 32px;
    padding: 12px 10px;
    font-weight: 700;
    margin-top: 21px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-transform: uppercase;
    background-color: #004a82;
        background-image: linear-gradient(117deg, #002b5f, #0068a4);
    border-radius: 10px 0px;
}

.key li {
list-style-type: none;
    font-weight: 500;
    margin-top: 16px;
    position: relative;
        color: #000000;
}

.exam .key li {
    list-style-type: none;
    font-weight: 500;
    margin-top: 16px;
    position: relative;
    color: #fff;
}

.key li::before {
    content: "✔";
    position: absolute;
    left: -20px;
    color: green;
    font-weight: bold;
}

.tab-content {
    padding-top: 17px;
    padding-bottom: 33px;
}

hr {
    border-top: 1px dotted #094377 !important;
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
        color: #000000 !important;
    text-decoration: none;
      text-transform: uppercase;
    font-size: 14px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-tabs .nav-link.active {
color: #ffffff !important;
    background-color: #37b0e3;
    border-color: #dee2e629 #dee2e64a #fff;
    padding: 8px 29px !important;
    border-radius: 19px;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-tabs .nav-link:hover {
    color: #495057;
    background-color: #ffffff00;
    border-color: #dee2e629 #dee2e64a #fff;
    padding: 8px 29px !important;
    border-radius: 19px;
}

.nav-tabs .nav-link:hover {
    color: #ffffff !important;
    background-color: #37b0e3;
    border-color: #dee2e629 #dee2e64a #fff;
    padding: 8px 29px !important;
    border-radius: 19px;
    text-transform: uppercase;
    font-size: 14px;
}

.feebox_img{
width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #bbebff;
    margin-bottom: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ed1722;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(97 174 207 / 30%);
}

.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}

.imm_ul li::before {
    content: "✔";
    position: absolute;
    left: -20px;
    color: green;
    /* Or any color you prefer */
    font-weight: bold;
}

.imm_head h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 700;

}

.imm_z {
    position: relative;
    z-index: 9;
}

.points ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}


.imm_ul {
    position: relative;
    min-height: 284px;
}

/* .benifi_box {
    background-color: #84bff5;
    padding: 36px;
    border-radius: 28px;
       background: linear-gradient(to bottom, rgb(32 157 213), rgb(46 234 232 / 0%));
} */


.points ul li {
    list-style-type: none;
    margin-top: 16px;
    background-color: #ceeaff;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}

.immigration::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #ffffff7d;
    width: 100%;
    height: 100%;
}


.imm_head img {
    width: 35px;
}

.imm_box {
    padding: 17px;
    background-color: #27aae1e8;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-left: 2px solid #add6fb00;
}

.fee_img{
    max-width:450px;
}

.fee_box{
    padding: 17px;
    background-color: #ffffffe8;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-left: 2px solid #add6fb00;
        background-image: url(../images/waves.png);
    background-position: center;
    background-size: cover;
}

.imm_uls {
    position: relative;

}

.imm_head i{
       font-size: 27px;
       color:#ed1722;
}

.imm_heads h2 {
text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 22px;
    color: #000 !important;
}

.eli_guid{
      padding-top: 90px;
    padding-bottom: 70px;
    background-color: #ffffff;
     background-image: url(../images/eli.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:right;

}


.fee_str{
       background-color: #27aae1;
    padding-top: 70px;
   
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fee_box h4{
    font-size: 18px;
    color: #000000;
}

.fee_box h5{
   font-size:16px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .side_text {
        display: none;
    }


    .imm_ul h3 {
        display: block;
    }
}


@media screen and (max-width: 698px) {
    .eli_guid {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
    background-image: url(../images/eli.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hero_section {
    position: relative;
    top: 0px;
    z-index: 9;
    height: 93vh;
    padding-top: 134px;
    overflow: hidden;
    /* background: linear-gradient(to right, #91bfe1, rgba(57, 199, 199, 0.375)); */
    background: linear-gradient(to right, rgb(39 170 230), rgb(46 234 232 / 21%));
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.tol_exm {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    background-image: url(../images/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.exp_box img {
    position: relative;
    max-width: 288px;
    height: 468px;
    background-color: #eaae0636;
    object-fit: cover;
    border-radius: 200px;
    margin-bottom: 21px;
}
.banner_text h1 {
    font-size: 31px;
    color: #000;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.complete_guid {
    padding-top: 60px;
    padding-bottom: 60px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about_sec {
    position: relative;
    max-width: 550px;
    margin: auto;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 17px;
    z-index: 9;
}

.wed_heading h2 {
    font-size: 25px;
    font-weight: 500;
}
}