* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

a {
    text-decoration: none;
}
        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        /* For Firefox */
        input[type=number] {
          -moz-appearance: textfield;
        }
 .form-control::placeholder{
    color:#fff;
 }
 .fixedbuysellbtn {
    position: fixed;
    right: 12px;
        bottom: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    z-index: 999;
}
.fixedsellbtn a {
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 19px;
    width: fit-content;
    outline: none;
    border: 0px;
    border-radius: 30px;
    background-color: #6ead25;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    overflow: hidden;

    z-index: 99;
}


.flatpickr-input[readonly] {
    cursor: pointer;
    background-color: #004980 !important;
}

.logo {

    width: 286px;
    z-index: 99;
    background-color: #FFF;
    padding: 2px;
    border-radius: 9px;
}
.logo img{
    height:75px;
}

.header_sec{
position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0px;
    padding: 5px 13px;
}

.hero_section {
    position: relative;
    top: 0px;
    z-index: 9;
       height: 100%;
    padding-top: 134px;

    /* background: linear-gradient(to right, #91bfe1, rgba(57, 199, 199, 0.375)); */
         background: linear-gradient(to right, rgb(29 153 209), rgb(46 234 232 / 21%));
    margin: 10px;
    border-radius: 10px;
}

.text-light {
    color: #000000 !important;
}

 .form-control::placeholder{
    color:#fff;
 }

.flatpickr-input[readonly] {
    cursor: pointer;
    background-color: #004980 !important;
}

.btn_white {
    background-color: #fff;
    padding: 7px 6px;
    font-size: 12px;
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    position: absolute;
    top: 51px;
    right: 4px;
}

.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;
    margin-bottom: 40px;
}

.banner_text h1 {
    font-size: 31px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner_text p{
    font-weight: 600;
      color: #ffffff !important;
}

.text-lights ul li {
    color: #ffffff !important;
}

.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, #ff4848, #d02222);
}

.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: #004980;
}

.menu ul{
display: inline-flex;
    list-style-type: none;
    gap: 22px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}



.arch_col {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.achieve {
    padding: 60px 0px;
}

.ar_box {
    padding: 5px;
    width: 200px;
}

.ar_star {
    width: 25px;
}

.card .role {
font-size: 80%;
    color: #0f7eab;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 700;
}
.card a {
  background: var(--btn, #000);
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  border-radius: var(--br);
  text-decoration: none;
  margin-top: 15px;
}

.card h2{
font-size: 18px;
    margin-top: 30px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}

.card {
    /* width: 240px; */
    background: #fff;
    padding: 15px;
    border-radius: var(--br);
    transition: 0.5s;
    padding: 17px;
    border-radius: 10px;
    padding-top: 31px;
    padding-bottom: 31px;
          min-height: 430px;
}
.card:hover {
  box-shadow: 0px 3px 10px 5px #e9e9e9;
}
.card img {
    max-width: 69%;
    border-radius: 50%;
    margin: auto;
    aspect-ratio: 1 / 1;
       border: 4px solid #239dd3;
}


.ar_star img {
    width: 20px;
}

.our_team{
 padding-top: 60px;
    padding-bottom: 90px;
}

.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: 50px;
    padding-bottom: 50px;
    background-image: url(../images/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
   background-position: top;
}
    .bottom_menu_footer {
        position: fixed;
        width: 100%;
        bottom: -1px;
        left: 0px;
        background-color: #ffffff;
        padding-top: 24px;
        padding-bottom: 24px;
        z-index:99;
        display: none;
    }

    .display_flex_col {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bottm_mob_icon p {
    margin-bottom: 0px;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: capitalize !important;
}
.display_flex_spacearound {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottm_mob_icon {
    cursor: pointer;
}
.mob_icon_sec ul a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.mob_icon_sec ul {
 margin-left: -34px;
    list-style-type: none;
    margin-bottom: 0px !important;
    gap: 7px;
}

.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: #1a5db730;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
     background: linear-gradient(to right, rgb(29 153 209), rgb(46 234 232 / 21%));
}

.fixed_btn {
    position: fixed;
    top: 50%;
    right: 0px;
    padding: 10px 13px;
    background-color: #002b5f;
        background-image: linear-gradient(117deg, #27aae1, #0068a4);
    z-index: 99;
    border-radius: 10px 0px;

}

.fixed_btn p{
    font-size: 13px;
    letter-spacing: -2px;
    
    text-transform: uppercase;
    color: #fff;
    font-family: monospace;
    writing-mode: vertical-lr;
    text-orientation: upright;
    margin-bottom: 0px;
}

.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: 40px;
    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: 40px;
    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: 700;
    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-color: #004980;
    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 23px;
    border-radius: 31px;
    background-color: #256f96;
    background-image: linear-gradient(117deg, #ff4848, #d02222);
}

.fee_box p{
    color:#000000;
    font-weight: 500;
}

.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%)); */
             background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255));
}

.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(255 255 255));
}

.guide_box3 {
    position: relative;
    border-top: 2px solid #e9a958;
    padding: 17px;
    background-color: #f1f8fe;
          background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255));
}

.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(255 255 255));
}

.guide_box1 h3 {
    font-size: 16px;
         color: #0a7ab4;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guide_box2 h3 {
    font-size: 16px;
       color: #0a7ab4;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guide_box3 h3 {
    font-size: 16px;
       color: #0a7ab4;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 700;
}

.guide_box4 h3 {
    font-size: 16px;
      color: #0a7ab4;
    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;
            text-transform: capitalize;
}

.exam .key li {
    list-style-type: none;
    font-weight: 500;
    margin-top: 16px;
    position: relative;
    color: #000000;
}

.key li::before {
    content: "✔";
    position: absolute;
    left: -25px;
    top: 3px;
       background-color: #19c986;
    color: #ffffff;
    font-weight: bold;
    width: 18px;
    padding: 9px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    border-radius: 50px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #1a5db7 !important;
 
    border-radius: 19px !important;
}

.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: 13px;
    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: #1a5db7;
    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: #1a5db7;
    border-color: #dee2e629 #dee2e64a #fff;
    padding: 8px 29px !important;
    border-radius: 19px;
}

.nav-tabs .nav-link:hover {
    color: #ffffff !important;
  background-color: #1a5db7;
    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;
    gap: 8px;
}

.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%;
}
.complete_guids {
    padding-top: 98px;
    padding-bottom: 80px;
    background-color: #ffffff;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.benifi_boxs {
    background-color: #84bff5;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(to bottom, rgb(32 157 213), rgb(46 234 232 / 0%));
        background: linear-gradient(to right, rgb(59 116 193 / 63%), rgb(46 234 232 / 21%));
}

.imm_head img {
    width: 35px;
}

.imm_box {
    padding: 17px;
        text-align: center;
       background-color: #d4e1f1;
    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;

}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.click_here {
position: absolute;
    content: "";
    left: -86px;
    top: 73px;
    width: 118px;
}

.click_here p{
writing-mode: unset !important;
    text-orientation: upright;
    cursor: pointer;
    font-weight: 700;
    color: #00477f;
    letter-spacing: 5px;
}

.bottm_mob_icon i
 {
        color: #1f9cd4;
    font-size: 20px;
}


.main_form{
     background-color: #004980;
      padding: 18px;
    border-radius: 16px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff !important;
}

.fee_str{
       background-color: #1a5db730;
     padding-top: 60px;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
      background: linear-gradient(to right, rgb(29 153 209), rgb(46 234 232 / 21%));
}

.fee_box h4{
    font-size: 18px;
    color: #000000;
}

.fee_box h5{
    font-size: 16px;
    color: #ed173f;
    font-weight: 700;
}

.eli_guids{
    padding-top:60px;
    padding-bottom:60px;
}


.imm_boxs {
    padding: 17px;
    background-color: #27a9e100;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-left: 2px solid #add6fb00;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
}
.new_arrival.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #002b5f;
    background-image: linear-gradient(117deg, #27aae1, #0068a4);
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav{
    display: flex;
    justify-content: center;
}

.new_arrival.owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #002b5f;
    background-image: linear-gradient(117deg, #27aae1, #0068a4);
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

   .mobile_menu{
     display: none;
    }

.mobile_menu i{
       font-size: 35px;
}

.mobile_menu_li ul{
    list-style-type: none;
    padding-left:0px;
}

.mobile_menu_li ul li{
list-style-type: none;
    font-size: 20px;
    line-height: 51px;
    color: #000;
}

.mobile_menu_li ul li a{
    color:#000000;
}

.text-reset i{
    font-size:23px;
}

.offcanvas-start {
    top: 0;
    left: 0;
        max-width: 387px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 9 !important;
    display: flex
;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.bottom_menu {
    position: fixed;
    width: 100%;
    bottom: -1px;
    left: 0px;
    background-color: #ffffff;
 
    z-index: 99;
    display: none;
}

.left{
    width:50%;
    padding:15px;
    text-align:center;
    background-image: linear-gradient(117deg, #27aae1, #0068a4);
}
.right{
    width:50%;
    padding:15px;
    text-align:center;
       background-image: linear-gradient(117deg, #b71616, #b02a2a);
}

.left a{
color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.right a{
color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

/* test start  */

.footer_section{
  padding: 50px 0px;
     background-color: #002b5f;
    background-image: linear-gradient(117deg, #0e6285, #0068a4);
}

.footer_logo img{
    max-width:250px;
}

.contact_ul{
    color: #fff;
}

.contact_ul ul{
    display: inline-flex;
    list-style-type: none;
    gap:36px;
    padding-left:0px;
    flex-wrap: wrap;
    color: #fff;
}


.contact_ul.social li{
 width:30px;
 height:30px;
 border-radius:50%;
 background-color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
}

.contact_ul li a{

 color:#000;
}

.testimonail_box {
    padding: 17px;
    background-color: #002b5f;
    background-image: linear-gradient(117deg, #ffffff, #ffffff);
    border-radius: 10px;
    height: 306px;
    margin-bottom: 22px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 47%) 0px 1px 4px;
}

.testimonial_text{
    max-height: 209px;
    overflow-y: scroll;
    margin-top: 10px;
    padding:3px;
}



.testimonial_text p {
    font-size: 15px;
    color: #3a2e2e;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #d6292900;
}

.test_monl_img img{
 width:57px !important;
}

.test_name img{
    width:80px !important;
}

.google-symbols {
 font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-optical-sizing: none;
}
.elGi1d {
    color: #ffbb29;
}

.NhBTye {
    font-variation-settings: "FILL" 1;
}

.p-link a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.footer_bottom {
    background-color: #002b5f;
    background-image: linear-gradient(117deg, #27aae1, #0068a4);
}

/* test end  */


@media screen and (max-width: 768px) {
    .side_text {
        display: none;
    }

    .fixed_btn {
    position: fixed;
    top: 50%;
    right: 0px;
    padding: 10px 13px;
    background-color: #002b5f;
    background-image: linear-gradient(117deg, #27aae1, #0068a4);
    z-index: 99;
    border-radius: 10px 0px;
    display: none;
}

  .hide_img{
      display: none;
  }

    .imm_ul h3 {
        display: block;
    }

    .menu{
        display: none;
    }

    .mobile_menu {
        display: flex
;
        width: 72px;
        margin: auto;
        justify-content: center;
    }

    .bottom_menu_footer{
        display: block;
    }

        .bottom_menu {
        display: block;
    }
}

.td{
    font-size:14px;
}

@media screen and (max-width: 768px) {

    .logo {
           width: 368px;
    z-index: 99;
    background-color: #FFF;
    padding: 2px;
    border-radius: 9px;
    margin: auto;
}
    .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;
}
.tol_exm::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}
.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: contain;
            background-repeat: no-repeat;
}
.banner_text h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .footer_bottom {
        background-color: #002b5f;
        background-image: linear-gradient(117deg, #27aae1, #0068a4);
        margin-bottom: 51px;
    }
.hero_section {
position: relative;
        top: 0px;
        z-index: 9;
        height: 100%;
        padding-top: 64px;
        /* 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;
 
    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: 40px;
    padding-bottom: 17px;
    z-index: 9;
}

.banner_text {
    max-width: 550px;
    margin: auto;
    background-image: url(../images/dot.png);
    background-position: left;
    background-size: 250px;
    background-repeat: no-repeat;
    margin-bottom: 13px;
}

.wed_heading h2 {
    font-size: 25px;
    font-weight: 500;
}
}
