html,
body {
  height: 100%;
  margin: 0;
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #434343;
  font-weight: 400;

}

* {
  scrollbar-width: thin;
}
#apply-now {
    scroll-margin-top: 80px;
}
/*.service-details-img {
    width: 100%;
    height: 250px;
}
.service-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}*/
.main-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* ===== Unique Preloader ===== */
#preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgb(0 0 0 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    backdrop-filter: blur(3px);
}
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}
.preloader-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
/* Animated ring with orbiting dots */
.preloader-ring {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader-ring-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(calc(var(--i) * 30deg)) translateY(-52px);
    animation: preloader-dot-pulse 1.2s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.1s);
    opacity: 0.2;
}
.preloader-ring-dot:nth-child(odd) {
    background: #fff;
}
@keyframes preloader-dot-pulse {
    0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) rotate(calc(var(--i) * 30deg)) translateY(-52px) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) rotate(calc(var(--i) * 30deg)) translateY(-52px) scale(1.5); }
}
/* Center graduation cap icon */
.preloader-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    animation: preloader-icon-bounce 1.5s ease-in-out infinite;
    position: relative;
    z-index: 2;
}
/*@keyframes preloader-icon-bounce {*/
/*    0%, 100% {  rotate(0deg); }*/
/*    25% {  rotate(-8deg); }*/
/*    75% {  rotate(8deg); }*/
/*}*/
/* start start book a consular */
.consular {
  padding: 40px 0;
  background: url(../img/footer-bg2.png);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.consular::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(16 82 160);
  top: 0;
  left: 0;
  z-index: -1;
}
.book-consular-content.ptnr-crd{
  /* background: linear-gradient(to right, #1052a0 64%, #59b668 124%); */
  background: url(../img/bcm-prtnr-bg.png);
    padding: 25px 250px 25px 25px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.book-consular-content.ptnr-crd::after{
   position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(3 15 38 / 95%) 56%, transparent 87%);
}
.book-consular-content.ptnr-crd .partnr-img img{
  position: absolute;
    right: -12px;
    top: -42px;
    width: 280px; 
}
.book-consular-content.nrs-crd{
  /* background: linear-gradient(to right, #6210a0 64%, #b67359 124%); */
  background: url(../img/nurse-aply-bg.png);
    padding: 25px 240px 25px 25px;
    border-radius: 15px;
    overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.book-consular-content.nrs-crd::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(22 113 157 / 90%) 56%, transparent 87%);
}
.book-consular-content.nrs-crd .nurse-img img{
  position: absolute;
    right: 0px;
    top: 25px;
    width: 230px; 
}
.book-consular-content .hdg-h3 {
      color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.book-consular-content .para {
  color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 27px;
        max-width: 650px;
}
.book-consular-content .vw-all-btn {
  border: 1px solid rgb(255 255 255 / 50%);
   background: rgb(255 255 255 / 10%);
   backdrop-filter: blur(2px);
}


.consular-img {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
}

.consular-img img {
       width: 300px;
    position: absolute;
    bottom: -80px;
    right: 90px;
    z-index: 1;
}

.consular-img::after,
.consular-img::before {
  position: absolute;
  content: "";
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(
    to bottom,
    rgb(255 255 255 / 30%) 9%,
    transparent 60%
  );
  top: -15px;
}

.consular-img::after {
  right: 75px;
}

.consular-img::before {
  right: 220px;
    top: 40px;
    width: 200px;
    height: 200px;
}
.become-partner-modal .contact-us{
        background: #fff;
    padding: 0px;
    border-radius: 0;
    border: none;
}
.become-partner-modal .modal-title{
    font-size: 20px !important;
    text-align: center;
    margin: 0;
    color: var(--primary-color);
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0e0;
    padding-bottom: 12px;
    font-weight: 600;
}
.counsellor-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.counsellor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.become-partner-modal .modal-header{
    border: none;
    padding: 0;
}
.become-partner-modal .modal-header .btn-close{
        position: relative;
    top: 14px;
    right: 24px;
    font-size: 13px;
    z-index: 2;
}
/* Preloader Logo & Unique Icon */
.preloader-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.preloader-logo-img {
    max-height: 42px;
    animation: preloader-logo-pulse 2s ease-in-out infinite;
}

.preloader-unique-icon {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.preloader-unique-icon i {
    font-size: 1.4rem;
    color: var(--primary-orange);
    animation: preloader-icon-bounce 1.5s ease-in-out infinite;
}
.preloader-unique-icon i:nth-child(1) { animation-delay: 0s; }
.preloader-unique-icon i:nth-child(2) { animation-delay: 0.3s; }
.preloader-unique-icon i:nth-child(3) { animation-delay: 0.6s; }
.preloader-unique-icon i:nth-child(1) { color: #fbbf24; }
.preloader-unique-icon i:nth-child(2) { color: #60a5fa; }
.preloader-unique-icon i:nth-child(3) { color: #34d399; }
/* Progress bar */
.preloader-bar-track {
    width: 180px;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}
.preloader-bar-fill {
    height: 100%;
    width: 0%;
    border-radius: 3px;
    background: #c05727;
    animation: preloader-bar-fill 1.8s ease-in-out forwards;
}
@keyframes preloader-bar-fill {
    0% { width: 0%; }
    50% { width: 60%; }
    100% { width: 100%; }
}
.content-box {
  flex: 1;
}

a {
  text-decoration: none;
  color: var(--primary-color1);
}

a:hover {
  color: var(--primary-color1);
  text-decoration: underline;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

:root {
  --primary-color: #1052A0;
  --primary-bg: #1052A0;
  --primary-rgb: 16, 82, 160;
  --secondary-color: #4BAD6A;
  --secondary-bg: #4BAD6A;
  --secondary-rgb:75, 173, 106;
  /* --darkblue: #1e2757;
  --darkblue-bg: #1e2757; */
  --darkblue-rgb: 30, 39, 87;
  --white: #fff;
  --lgt-txt-color: rgb(220, 232, 255);
  --heading-color: #2a2a2a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

.white-text {
  color: #fff;
}

.para-01 {
  text-align: justify;
  margin: 0;
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
}

.para-white {
  text-align: justify;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.txt-prmry-clr {
  color: var(--primary-color);
}

.section-heading {
  color: var(--secondary-color);
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading-blue{
     color: var(--primary-color);
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-heading.medium-small {
  font-size: 23px;
}

.section-padding {
  padding: 50px 0;
}

.section-lightbg {
  background: rgba(242, 241, 245, 1);
}

.section-subtitle {
     border: 1px solid var(--secondary-color);
    border-radius: 25px;
    width: fit-content;
    padding: 11px 20px 11px 40px;
    position: relative;
    margin-bottom: 12px;
    background: #fff;
    
}

.section-subtitle .subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
}

.section-subtitle .subtitle .icon {
 
    color: var(--secondary-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    bottom: 0;
    margin: auto 0;
}

.section-padding-service {
  padding: 30px 0;
}

.white-btn {
  background: #fff;
  color: var(--darkblue);
  padding: 9px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.white-btn::after {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  background: var(--darkblue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.01);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.5s linear;
}

.white-btn span.btn-grd {
  display: inline-block;
  margin-right: 5px;
}

.white-btn:hover::after {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.white-btn:hover {
  color: #fff;
}


.primary-btn {
  background: var(--primary-bg);
  color: var(--white);
  padding: 10px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 10px 20px 10px 40px;
}

.primary-btn::after {
  position: absolute;
  content: '';
  width: 400px;
  height: 400px;
  background: #1d1c1b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.01);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.5s linear;
}

.primary-btn span {
  font-weight: 500;
}

.primary-btn:hover {
  text-decoration: none;
  color: #fff;
}

.primary-btn:hover::after {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.primary-btn .arw-icn{
      position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    left: 8px;
    top: 7px;
    border-radius: 50%;
    color: var(--primary-color);
    text-align: center;
    line-height: 28px;
    transform: rotate(-35deg);
}
.primary-btn.secondary-grn{
  background: var(--secondary-bg);
  border: none;
}
.primary-btn.secondary-grn .arw-icn i{
  color: var(--secondary-color);
}

.darkblue-btn {
  background: var(--darkblue);
  color: var(--white);
  padding: 10px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.darkblue-btn::after {
  position: absolute;
  content: '';
  width: 400px;
  height: 400px;
  background: #1d1c1b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.01);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.5s linear;
}

.darkblue-btn span {
  font-weight: 500;
}

.darkblue-btn:hover {
  text-decoration: none;
  color: #fff;
}

.darkblue-btn:hover::after {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.darkblue-btn span:last-child {
  display: inline-block;
  margin-left: 5px;
}



.secondary-btn {
  background: var(--secondary-bg);
  color: var(--white);
  padding: 10px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.secondary-btn::after {
  position: absolute;
  content: '';
  width: 400px;
  height: 400px;
  background: #1d1c1b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.01);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.5s linear;
}

.secondary-btn span {
  font-weight: 500;
}

.secondary-btn:hover {
  text-decoration: none;
  color: #fff;
}

.secondary-btn:hover::after {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.secondary-btn span:last-child {
  display: inline-block;
  margin-left: 5px;
}

.grd-btn {
  background: #fff;
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 13px;
  border-radius: 5px;
  margin-top: 20px;
}

.grd-btn span {
  display: inline-block;
  margin-left: 5px;
}

.grd-btn:hover {
  background: var(--primary-bg);
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.grey-btn {
  border: 1px solid rgba(158, 158, 158, 1);
  color: rgba(124, 124, 124, 1);
  display: inline-block;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 25px;
  background: #fff;
}

.grey-btn:hover {
  background: var(--secondary-bg);
  color: #fff;
  border: 1px solid var(--secondary-color);
  text-decoration: none;
}

/* start form */
.frm-grp {
  width: 100%;
}

.frm-cntrl {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  outline: none;
  border: 1px solid rgb(255 255 255 / 35%);
  padding: 9px 16px;
  border-radius: 5px;
  height: 41px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  color: #fff;
  font-size: 13px;
  font-weight: 200;
}

/* end form */



/* start top header */
.top-info {
  background: linear-gradient(to left, var(--primary-color), var(--secondary-color));
  padding: 6px 0px;
  position: relative;
  z-index: 1;
}

.info-list a {
  color: var(--white);
}

.info-list .list {
  display: flex;
  gap: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.info-list .list .icn {
  width: 27px;
  height: 27px;
}

.info-list .list .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.info-list .list .cntnt {
  width: calc(100% - 30px);
  font-size: 13px;
  line-height: 1;
}

.info-list li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.info-list li:first-child {
  margin-left: 0;
}
.info-list li:first-child .list .cntnt{
  width: 100%;
}
.info-list li::after{
      position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background: rgb(255 255 255 / 30%);
    right: -15px;
    top: 1px;
}
.info-list li:last-child::after{
    display: none;
}
.tp-rgt-lnks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.top_languge .lang {
  color: rgb(255 255 255 / 90%);
  margin: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
}

.top_languge .lang:hover {
  cursor: pointer;
  color: rgb(255 255 255);
}

/* end top header */
/* start header  */
.main-header {
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 2px rgb(27 30 37 / 20%);
}

.hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
  position: relative;
}

.hdr.stickry-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999999;
  box-shadow: 0 6px 10px rgb(0 0 0 / 21%);
  width: 102%;
  margin-left: -1%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 7px;
}

.logo {
  width: 220px;
}

.hdr>.logo img {
      width: 220px;
}

.hdr>.menu {
  width: calc(100% - 532px);
}

.hdr>.hedr-btns {
      width: 312px;
}

.hdr>.hedr-btns .primary-btn {
 padding: 10px 20px 10px 40px;
    margin-left: 20px;
    position: relative;
}
.hdr>.hedr-btns .primary-btn .arw-icn{
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    left: 8px;
    top: 7px;
    border-radius: 50%;
    color: var(--primary-color);
    text-align: center;
    line-height: 28px;
    transform: rotate(-35deg);
}
.hedr-btns .hdr-call-crd{
  display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 10px; */
       width: 312px;
}
.hedr-btns .hdr-call-crd .hdr-nm{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hedr-btns .hdr-call-crd .hdr-nm .icn{
    width: 38px;
    height: 38px;
    background: var(--primary-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hedr-btns .hdr-call-crd .hdr-nm .icn img{
  width: 20px;
}
.hedr-btns .hdr-call-crd .hdr-nm .cntnt{
     width: calc(100% - 38px);
    padding-left: 7px;
}
.hedr-btns .hdr-call-crd .hdr-nm .cntnt h6{
  margin: 0;
    color: var(--secondary-color);
    font-size: 18px;
}
.hedr-btns .hdr-call-crd .hdr-nm .cntnt p{
  margin: 0;
}
.mdl_bgclr {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgb(0 0 0 / 85%);
  left: 0;
  top: 0;
  backdrop-filter: blur(1px);
}

.mdl_bgclr.active {
  display: block;
}

.mn_btn {
  display: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 22px;
  line-height: 1;
  color: var(--heading-color);
}

.menuS ul {
  text-align: center;
}

.menuS li {
  display: inline-block;
  position: relative;
}

.menuS li a {
  display: block;
  color: #636363;
  padding: 22px 10px;
  font-size: 14px;
  font-weight: 500;
}

.menuS li:hover a.mn-anchr {
  color: var(--secondary-color);
}

.menuS li:hover a.mn-anchr+.arw-icn i {
  color: var(--secondary-color);
  transform: rotate(-180deg);
}

.menuS li .mn-anchr.active {
  color: var(--secondary-color);
  text-decoration: underline;
}

.menuS li .arw-icn {
  display: inline-block;
  margin-left: 0;
  position: absolute;
  top: 24px;
  right: 2px;
  font-size: 13px;
  font-weight: 500;
}

.menuS li .arw-icn i {
  color: var(--secondary-color);
  transition: transform 0.3s ease-in-out;
}

.menuS li:last-child a {
  margin-right: 0;
}

.menuS li a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.menuS li:hover>a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.submenu {
  position: absolute;
  top: 75px;
  width: 250px;
  background: #fff;
  box-shadow: 0 18px 15px rgb(0 0 0 / 29%);
  z-index: -1;
  border-top: 3px solid rgba(70, 89, 190, 1);
  border-radius: 0 0 3px 3px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 450px;
  overflow-x: auto;
  scrollbar-width: thin;
  transition: all 0.3s ease-in-out;
}

.menuS li:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  top: 65px;
}

.submenu ul {
  width: 100%;
}

.submenu ul li {
  margin: 0;
  width: 100%;
  display: block;
}

.submenu ul li a {
  margin: 0;
  text-align: left;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid #f3f5ff
}

.submenu ul li a .menu-flg {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #1e275794;
  transition: transform 0.3s ease-in-out;
}

.submenu ul li a .menu-flg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.submenu ul li:last-child a {
  border-bottom: none;
}

.submenu ul li a:hover {
  background: var(--primary-bg);
  color: #fff;
  text-decoration: none;
}

.submenu ul li a:hover .menu-flg {
  box-shadow: 0 0 0 2px #fff;
  transform: rotate(360deg);
}

.mbl-menu-hdr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.mbl-menu-hdr .logo-mbl {
  width: 80px;
}

.mbl-menu-hdr .logo-mbl a {
  display: block;
}

.mbl-menu-hdr .logo-mbl img {
  width: 180px;
}

.mbl-menu-hdr .cls-btn button {
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  outline: none;
  color: var(--primary-color1);
}

.submenu.active {
  visibility: visible !important;
  opacity: 2 !important;
  position: inherit;
  top: 0 !important;
  left: 0;
  width: 100%;
}

.submenu.active ul {
  flex-direction: column;
}

.submenu.active ul li {
  width: 100%;
}

.main-header.stickry-header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  /* padding: 8px 0; */
  box-shadow: 0 0px 5px rgb(0 0 0 / 30%);
  animation: slipUp 0.5s ease-in-out;
}

@keyframes slipUp {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main-header.stickry-header .logo {
  top: 13px;
}

/* end header */
/* start banner */
.home-banner {
  padding: 30px 0;
    position: relative;
    z-index: 1;
    background: #fff;
    height: 608px;
    overflow: hidden;
}

.home-banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /* background: url(../img/banner-bg.png); */
  background: url(../img/banner-bg.png);
  top: 0;
  z-index: -1;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: .12; */
}

.banner-content .title {
  color: #0C2759;
    line-height: 60px;
    letter-spacing: 0.3px;
    position: relative;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    width: 565px;
}
.banner-content .title::after{
  position: absolute;
    content: '';
    width: 330px;
    height: 130px;
    right: -245px;
    top: 16px;
    background: url(../img/banner-airplane.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-content .title span.prmy-clr{
  color: var(--primary-color);
}
.banner-content .title .sty-fnt{
      font-family: "La Belle Aurore", cursive;
    font-weight: 300;
    color: var(--secondary-color);
    position: relative;
}
.banner-content .title .sty-fnt::after{
      position: absolute;
    content: '';
    width: 120px;
    height: 40px;
    bottom: -2px;
    right: 0;
    background: url(../img/banner-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.banner-content .para {
    margin: 0;
    padding: 18px 0px;
    color: #454545;
    font-size: 16px;
    border-top: 1px solid rgb(16 82 160 / 30%);
}
.bnr-rgt-crcl {
   position: absolute;
    right: -225px;
    top: -111px;

}
.bnr-rgt-crcl img{
     width: 830px;
}
.lst-nurse{
      background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(16 82 160 / 32%);
    margin-top: 4px;
}
.lst-nurse ul{
  display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.lst-nurse li{
  flex: 1;
  text-align: center;
  position: relative;
}
.lst-nurse li::after{
 position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: rgb(16 82 160 / 10%);
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.lst-nurse li:last-child:after{
  display: none;
}
.lst-nurse li .icn img{
      width: 37px;
    display: block;
    margin: 0 auto;
}
.lst-nurse li .cntnt p{
      margin: 0;
    color: #515151;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 8px;
}
.lst-nurse li .cntnt p span{
 display: block;
  color: var(--primary-color);
}
.bnr-nurse {
   position: absolute;
    right: 215px;
    bottom: 0;
}
.bnr-nurse img{
      width: 340px;
}
.exprt-card {
       position: absolute;
    bottom: 15px;
    background: var(--primary-bg);
    width: 69%;
    left: 13px;
    padding: 20px;
    border-radius: 8px;
}
.exprt-card ul{
      display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

}
.exprt-card ul li{
      flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.exprt-card ul li::after{
  position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background: rgb(255 255 255 / 15%);
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
}
.exprt-card ul li:last-child:after{
  display: none;
}
.exprt-card ul li .icn{
  width: 52px;
    height: 52px;
    background: rgb(255 255 255 / 7%);
    border-radius: 50%;
    padding: 12px;
}
.exprt-card ul li .icn img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.exprt-card ul li .cntnt{
      width: calc(80% - 52px);
    padding-left: 10px;
}
.exprt-card ul li .cntnt p{
      color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}
.bnr-sprt {
   position: absolute;
    right: 13px;
    background: #fff;
    width: 30%;
    padding: 20px 20px 20px 15px;
    border-radius: 8px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bnr-sprt::after{
  position: absolute;
    content: '';
    border-width: 50px 31px 50px 49px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    left: -76px;
    top: 2px;
}
.bnr-sprt .icn{
       width: 64px;
    height: 64px;
    background: linear-gradient(to right, var(--secondary-bg), var(--primary-bg));
    border-radius: 50%;
    padding: 15px;
}
.bnr-sprt .icn img{
  width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.bnr-sprt .cntnt{
      width: calc(100% - 64px);
    padding-left: 15px;
}
.bnr-sprt .cntnt h5{
  margin: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 4px;
}
.bnr-sprt .cntnt p{
  margin: 0;
  color: #3B3B3B;
}
/* .banner-btns-grp {
  margin-top: 35px;
} */

/* .banner-btns-grp .primary-btn {
  padding: 10px 70px;
} */

/* .banner-btns-grp .primary-btn .btn-grd {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
} */

/* .banner-btns-grp .primary-btn .btn-grd img {
  width: 25px;
} */

/* .banner-imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.banner-imgs .banner-img-box1 {
  width: 210px;
}

.banner-imgs .banner-img-box1 .banner-img1 {
  width: 210px;
  height: 250px;
  background: rgb(72 54 126);
  position: relative;
  border-radius: 9px;
}

.banner-imgs .banner-img-box1 .banner-img1 img {
  position: absolute;
  width: 200px;
  top: -55px;
  left: -8px;
}

.banner-imgs .banner-img-box2 {
  width: 210px;
}

.banner-imgs .banner-img-box2 .banner-img2 {
  width: 210px;
  height: 250px;
  border-radius: 25px 0 25px 25px;
  overflow: hidden;
}

.banner-imgs .banner-img-box2 .banner-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.banner-imgs .banner-img-box2 .banner-img2:hover img,
.banner-imgs .banner-img-box2 .banner-img3:hover img {
  transform: scale(1.1);
}

.banner-imgs .banner-img-box2 .banner-img3 {
  width: 210px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
} */

/* .banner-imgs .banner-img-box2 .banner-img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.banner-imgs .banner-img-box3 {
  width: 65px;
  background: var(--secondary-bg);
  border-radius: 41px;
  padding: 15px 0;
}

.banner-imgs .banner-img-box3 li {
  width: 43px;
  height: 43px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}

.banner-imgs .banner-img-box3 li:nth-child(2),
.banner-imgs .banner-img-box3 li:nth-child(3),
.banner-imgs .banner-img-box3 li:nth-child(4) {
  margin-top: -15px;
}

.banner-imgs .banner-img-box3 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img-box3 .studrnt-counter {
  text-align: center;
  padding: 0 5px;
  margin: 10px 0;
}

.banner-img-box3 .studrnt-counter .title {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.banner-img-box3 .studrnt-counter .para {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
} */

/* end banner */
/* start about us */


.about-content .hdg-h4 {
 color: var(--primary-color);
    font-size: 33px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.4;
}

.about-content p {
  padding-bottom: 10px;
  line-height: 25px;
}

.about-content p:last-child {
  padding-bottom: 0;
}

.abt-img {
  position: relative;
  padding-right: 15px;
}
.abt-img::after{
  position: absolute;
    content: '';
    width: 300px;
    height: 150px;
    background: url(../img/dots.png);
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
    opacity: .9;
}
.img-box1 {
      width: 87%;
    height: 550px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.img-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.4s ease;
}

.img-box1:hover img {
  transform: scale(1.1);
}

.img-box2 {
      width: 45%;
    height: 256px;
        border-radius: 18px 0 18px 18px;
    z-index: 1;
    position: relative;
    margin: -140px 0 0 auto;
    overflow: hidden;
    border: 10px solid #ffff;
}

.img-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.img-box2:hover img {
  transform: scale(1.1);
}

.abt-ex {
     width: 155px;
    height: 155px;
    position: absolute;
    border-radius: 50%;
    background: var(--primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    top: 158px;
    left: -5px;
    border: 6px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 31%);
}
.year-exp-circle h5 {
  color: var(--white);
  font-size: 55px;
  font-weight: 800;
  margin: 0;
  position: absolute;
  z-index: 10;
}
.circle-text {
      width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}
.circle-text text {
  font-size: 10px;
  fill: #fff;
  letter-spacing: 1px;
  animation: rotateText 15s linear infinite;
  transform-origin: 50px 50px;
  text-transform: capitalize;
}
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.abt-ex .abt-ex-cunt .abtcont {
  font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    width: 75px;
    height: 75px;
    background: var(--secondary-bg);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}

.abt-ex .abt-ex-cunt p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  width: calc(100% - 75px);
}
.about-content .abt-list{
  list-style-type: none;
  margin-top: 15px;
}
.about-content .abt-list li {
        display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid #DFDFDF;
    padding: 15px 0;
}
.about-content .abt-list li:last-child{
  border-bottom: 1px solid #DFDFDF;
}
.about-content .abt-list li .icn{
        width: 70px;
    height: 70px;
    background: var(--secondary-bg);
    padding: 12px;
    border-radius: 10px;
    
}
.about-content .abt-list li .icn img{
  width: 100%;
}
.about-content .abt-list li .cntnt{
  width: calc(100% - 70px);
  padding-left: 15px;
}
.about-content .abt-list li .cntnt h5{
  color: #515151;
    margin: 0;
    font-size: 18px;
}
.about-content .abt-list li .cntnt p{
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
}
.abt-btm-grps {
   margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.abt-btm-grps .abt-stsf-nurse{
      display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.abt-btm-grps .abt-stsf-nurse .imgs li{
        display: inline-block;
    border: 1px solid #1052a0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-left: -16px;
}
.abt-btm-grps .abt-stsf-nurse .imgs li:first-child{
  margin-left: 0;
}
.abt-btm-grps .abt-stsf-nurse .imgs li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt-btm-grps .abt-stsf-nurse .info h6{
  margin: 0;
    color: var(--primary-color);
    font-weight: 700;
}
.abt-btm-grps .abt-stsf-nurse .info p{
      margin: 0;
    line-height: 1;
    font-size: 14px;
    margin-top: 2px;
}
/* end about us */
/* start service */
.service-sctn{
  background: rgba(var(--primary-rgb), .07);
    position: relative;
    z-index: 1;
}
.service-sctn::after{
  position: absolute;
    width: 85%;
    height: 100%;
    content: '';
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: url(../img/map-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.service-card {
    background: linear-gradient(to right, var(--primary-bg), var(--secondary-bg));
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #D8D8D8;
}
.service-card::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 99%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 10px 10px;
}
.service-card .icn{
      width: 60px;
    height: 60px;
    background: var(--secondary-bg);
    padding: 12px;
    border-radius: 8px;
}
.service-card .icn img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.service-card .cntnt{
  margin-top: 15px;
}
.service-card .cntnt .title{
      color: #515151;
    font-weight: 600;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    margin-bottom: 12px;
}
.service-card .cntnt p{
  color: #515151;
}
.service-card .hvr-img{
      position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.service-card .hvr-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card:hover .hvr-img{
  opacity: 1;
  visibility: visible;
}
.service-card:hover::after{
  display: none;
}
.service-card:hover .cntnt .title{
  color: #fff;
}
.service-card:hover .cntnt p{
  color: #fff;
}
.service-card:hover .primary-btn{
  background: #fff;
  color: var(--secondary-color);
}
.service-card:hover .primary-btn .arw-icn{
  background: var(--secondary-bg);
  color: #fff;
}
/* end service */
/* start destination */
.nrse-dstn{
  background: var(--primary-bg);
  position: relative;
  z-index: 1;
}
.nrse-dstn::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/service-pattern.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-size: contain;
    background-repeat: repeat;
}
.nrse-dstn .section-subtitle{
  border: 1px solid #fff;
  background: transparent;
  
}
.nrse-dstn .section-subtitle .subtitle .icon{
  color: #fff;
}
.nrse-dstn .section-subtitle .subtitle{
  color: #fff;
}
.nrse-dstn .section-heading{
  color: #fff;
}
.nrse-dstn .primary-btn.vw-all-btn{
  float: right;
    border: 1px solid rgb(255 255 255 / 50%);
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(2px);
}
.testimonial-main .primary-btn.vw-all-btn{
  float: right;
  backdrop-filter: blur(2px);
}
.destination-card {
        background: #fff;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.destination-card .img-box{
  width: 100%;
}
.destination-card .img-box img{
  width: 100%;
}
.destination-card .flg{
      width: 58px;
    height: 58px;
    margin: -37px auto 0px auto;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    z-index: 2;
    position: relative;
}
.destination-card .flg img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination-card .cntnt{
  text-align: center;
    margin-top: 5px;
    padding: 10px;
}
.destination-card .cntnt h5{
      color: #555555;
    font-weight: 600;
}
.coming-soon-card {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 65%);
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 26px 10px;
}
.coming-soon-card .primary-btn{
  padding: 10px 25px;
}
/* end destination */
/* === start owl buttons === */
.owl-carousel .owl-dots {
     margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.owl-carousel .owl-dots .owl-dot {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 0;
  border-radius: 50%;
  border: none;
  width: 18px;
  height: 18px;
  /* background: rgba(var(--darkblue-rgb), 0.3); */
  border: 1px solid var(--primary-bg);
  position: relative;
}
.owl-carousel .owl-dots .owl-dot::after{
  position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: transparent;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
  
}

.owl-carousel.owl-theme .owl-nav {
  margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot:hover:after{
   background: var(--primary-bg);
   opacity: .5;
}
.owl-carousel .owl-dots .owl-dot.active:after{
  background: var(--primary-bg);
 
}

.owl-carousel.owl-theme .owl-nav button {
  margin: 0 5px;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  background: transparent;
  border: none;
  background: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  line-height: 35px;
}

.owl-carousel.owl-theme .owl-nav button::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background: linear-gradient(to right, var(--primary-color1), var(--primary-color2));
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.owl-carousel.owl-theme .owl-nav button:hover {
  background: linear-gradient(to right, var(--primary-color1), var(--primary-color2));
}

.owl-carousel.owl-theme .owl-nav button:hover::after {
  background: #000;
}
.nursing-destination.owl-carousel.owl-theme  .owl-dots .owl-dot{
      background: rgb(255 255 255 / 15%);
    border: 1px solid rgb(255 255 255 / 90%);
}
.nursing-destination.owl-carousel.owl-theme  .owl-dots .owl-dot::after{
  background: transparent;
      top: 4px;
}
.nursing-destination.owl-carousel.owl-theme  .owl-dots .owl-dot:hover::after{
  background: #fff;
  opacity: .7;
}
.nursing-destination.owl-carousel.owl-theme  .owl-dots .owl-dot.active::after{
  background: #fff;
}
/* === end owl buttons === */


/* start testimonials */
.testimonial-main {
  background: #EEF3F8;
}

/* .testimonial-main .section-subtitle {
  margin: 0 auto 15px auto;
} */
.testimonial-main .section-heading{
  /* text-align: center; */
  color: #313131;
}
.testimonials-box .msg {
  position: relative;
  background: #fff;
  padding: 35px 20px 20px 20px;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0 3px 0 rgba(var(--primary-rgb, 1));
  border: 1px solid var(--primary-color);
}

.testimonials-box .msg::before {
  position: absolute;
  content: '';
  border-width: 16px;
  border-style: solid;
  border-color: #ffffff #ffffff00 #ffffff00 #fff;
  left: 65px;
  bottom: -30px;
  filter: drop-shadow(2px 3px 0px rgba(var(--primary-rgb), 1));
}

.testimonials-box .msg .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 17px 0 0;
}

.testimonials-box .msg .quote-icon::after {
  position: absolute;
  content: '';
  width: 170%;
  height: 170%;
  background: var(--primary-bg);
  top: -55px;
  right: -50px;
  border-radius: 50%;
  z-index: -1;
}

.testimonials-box .msg .quote-icon img {
  width: 31px;
  margin-left: 24px;
  margin-top: 17px;
}

.testimonials-box .msg .str {
  margin-bottom: 12px;
}

.testimonials-box .msg .str li {
  display: inline-block;
  margin-left: 5px;
}

.testimonials-box .msg .str li:first-child {
  margin-left: 0;
}

.testimonials-box .msg .str li img {
  width: 19px;
}

.testimonials-box .msg .para {
  color: rgba(67, 67, 67, 1);
  text-align: justify;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  height: 100px;
  min-height: 125px;
  overflow-x: auto;
  scrollbar-width: none;
}

.testimonials-box .avtar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin-top: 45px;
}

.testimonials-box .avtar .icn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
}

.testimonials-box .avtar .icn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-box .cntnt {
  width: calc(100% - 70px);
}

.testimonials-box .cntnt h6 {
  color: #515151;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 2px;
}

.testimonials-box .cntnt span {
      color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
}
/* start schedule */
.schedule-consultation{
  position: relative;
}
.schedule-consultation .abt-ex{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 135px;
  height: 135px;
  border: 4px solid #fff;
  background: var(--secondary-bg);
}
.schedule-consultation .abt-ex .circle-text{
  width: 120px;
    height: 120px;
}
.schedule-consultation .abt-ex .ply-btn{
  background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 23px;
    color: var(--secondary-bg);
}
.schedule-consultation-frm{
  border: 1px solid #C9C9C9;
    padding: 30px;
    border-radius: 20px;
}
.schedule-consultation-frm .title{
    color: #15141C;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.schedule-consultation-frm .select2-container--default .select2-selection--single{
  background: #fff;
    border: 1px solid rgba(173, 159, 163, 0.5);
    padding: 8px 15px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
}
.schedule-consultation-frm .select2-container--default .select2-selection--single:hover{
  border: 1px solid var(--primary-color);
}
.schedule-consultation-frm .select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 23px;
          padding-left: 4px;
          color: #AA9C9F;
}
.schedule-consultation-frm .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px;
      right: 6px;
}
.schedule-consultation-frm .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: none;
    position: relative;
    margin-left: 0;
    margin-top: 0;
}
.schedule-consultation-frm .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f078";
    font-family: "fontAwesome";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
}
.schedule-consultation-frm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before{
      content: "\f077";
}
/* .schedule-consultation-frm .select2-container--default.select2-container--open .select2-selection__rendered{
  color: #212529;
} */
.schedule-consultation-frm .select2-container--default.select2-container--below .select2-selection__rendered{
  color: #212529;
}
.schedule-consultation-frm textarea.frm-cntrl2{
      height: 70px;
    resize: none;
}
.schedule-consultation-frm .primary-btn{
      border: none;
    float: right;
}
/* end schedule */




/* ==== start brdcrmb ====  */
.pg-brdcrmb {
  width: 100%;
  height: 220px;
  /* border-radius: 20px; */
  position: relative;
  z-index: 1;
}

.pg-brdcrmb-img {
  width: 100%;
  height: 100%;
}

.pg-brdcrmb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: 0 -90px; */
}

/* .pg-brdcrmb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
} */

.brdcrmb-lnks {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: fit-content;
  text-align: center;
  /* padding: 25px; */
  z-index: 2;
}

.brdcrmb-lnks .secondary-font {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}

.brdcm-lst {
  padding: 0;
  margin: 0;
}

.brdcm-lst li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.brdcm-lst li:first-child {
  margin-left: 0;
}

.brdcm-lst li a {
  display: block;
  color: var(--white);
}

.brdcm-lst li::after {
  position: absolute;
  content: "/";
  width: 15px;
  color: rgb(255 255 255 / 50%);
  right: -22px;
  top: 2px;
  font-size: 16px;
  line-height: 1;
}

.brdcm-lst li:last-child::after {
  display: none;
}

.brdcm-lst li a.secondry-color {
  color: rgb(255 255 255 / 90%);
  font-weight: 300;
}

.brdcm-lst li a.secondry-color:hover {
  /* color: rgba(70, 89, 190, 1); */
  text-decoration: none;
  cursor: unset;
}

/* ==== end brdcrmb ====  */
/* start inner pages */
/* === start about us === */
.aboutcounter{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
        margin-top: 30px;
}
.aboutcounter .abt-cntr-itm{
      border: 1px solid rgba(var(--secondary-rgb), .2);
    background: linear-gradient(to right, rgb(16 82 160 / 10%), rgb(75 173 106 / 10%));
    padding: 15px;
    border-radius: 10px;
}
.aboutcounter .abt-cntr-itm .tp-cntnt{
  display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.aboutcounter .abt-cntr-itm .icn{
     background: var(--secondary-bg);
    width: 50px;
    height: 50px;
    padding: 9px;
    border-radius: 4px;
}
.aboutcounter .abt-cntr-itm .tp-cntnt .cntr-num{
  width: calc(100% - 50px);
    padding-left: 15px;
}
.aboutcounter .abt-cntr-itm .tp-cntnt .cntr-num .hdg-h5{
  color: #515151;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}
.aboutcounter .abt-cntr-itm .icn img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.aboutcounter .abt-cntr-itm .cntnt p{
      margin: 0;
    color: #515151;
    margin-top: 5px;
    font-weight: 500;
}
.msn-pg{
  background: rgba(var(--primary-rgb),.07) ;
}
.value-card {
    background: #fff;
    padding: 18px;
    border-radius: 15px;
}
.value-card .title{
 color: #515151;
    font-weight: 600;
    font-size: 18px;
}
.value-card .para{
  margin: 0;
    color: #666666;
    text-align: justify;
    font-size: 14px;
    line-height: 23px;
}
.mission-card{
  background: var(--primary-bg);
    padding: 18px;
    border-radius: 15px;
    margin-top: 20px;
}
.mission-card .title{
  color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.mission-card .para{
   margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}
.vision-card{
  background: var(--secondary-bg);
    padding: 18px;
    border-radius: 15px;
    margin-top: 20px;
}
.vision-card .title{
  color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.vision-card .para{
   margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}
.msn-lst-img{
     width: 100%;
    overflow: hidden;
    height: 407px;
    border-radius: 15px;
}
.msn-lst-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}
.wrk-sctn{
  position: relative;
  z-index: 1;
}
.wrk-sctn::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/work-bg.png);
    top: 0;
    left: 0;
    z-index: -1;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
}
.work-main{
      position: relative;
    z-index: 1;
    margin-top: 80px;
}
.work-main::after{
    width: 104%;
    height: 131px;
    content: '';
    background: url(../img/work-dot-line.png);
    position: absolute;
    top: -65px;
    left: -2%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    z-index: -1;
}
.work-main .work-card{
      width: 85%;
}
.work-main .work-card.work-card1{
      margin-top: 15px;
}
.work-main .work-card.work-card2{
      margin-top: -45px;
}
.work-main .work-card.work-card3{
      margin-top: 25px;
}
.work-main .work-card.work-card4{
     margin-top: 12px;
}
.work-main .work-card .icon{
  width: 52px;
    height: 52px;
    background: var(--secondary-bg);
    padding: 10px;
    border-radius: 5px;
}
.work-main .work-card .icon img{
      width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.work-main .work-card h6{
  color: #515151;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
}
.work-main .work-card p{
     margin: 0;
    color: #515151;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;

}
/* === end about us === */
/* start destination */
.service-sectn{
  background: rgba(var(--primary-rgb), .07);
}
.service-sectn .destination-card{
  box-shadow: 0 0 7px rgb(0 0 0 / 25%);
}
/* end destination */
/* start blog */


.blog-card {
      background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
}

.blog-card-img {
  width: 100%;
  height: 245px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s linear;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.1);
}

.blog-date {
      position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    width: 75px;
    height: 55px;
    border: 1px solid #515151;
}

.blog-date .day {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  top: 6px;
}

.blog-date .date {
  margin: 0;
  background: linear-gradient(to right, var(--primary-bg), var(--secondary-bg));
  color: #fff;
  font-size: 12px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -12px;
  border-radius: 10px;
  line-height: 0;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-content {
  padding: 13px 0;
}

.blog-card-content ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog-card-content li{
   display: inline-block;
    font-size: 13px;
    color: #515151;
    border: 1px solid #ddd;
    padding: 5px 14px;
    line-height: 1;
    border-radius: 25px;
}
.blog-card-content li span:first-child{
  display: inline-block;
  margin-right: 4px;
}
.blog-card-content li:last-child{
      color: var(--primary-color);
    background: rgb(16 82 160 / 15%);
    border: 1px solid rgb(16 82 160 / 15%);
    margin-left: 10px;
}
.blog-card-content .title {
  color: #555555;
    line-height: 21px;
    margin: 17px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 18px;
}

.blog-card-content .grey-btn {
  display: block;
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.page-btn,
.nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn:hover,
.nav-btn:hover {
  background: #f5f5f5;
}

.page-btn.active {
  background: var(--primary-color);
  color: #fff;
}

.nav-btn {
  font-size: 18px;
  color: #999;
}
/* end blog */
/* right content */
.blog-dtls-right {
  position: sticky;
  top: 80px;
}

.all-sevices-btn {
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 7px;
  padding: 20px;
  margin-top: 20px;
}

.all-sevices-btn .all-sevices-hdg h6 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
}

.all-sevices-btn .all-sevices-hdg h6 span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.all-sevices-btn .all-sevices-hdg h6 span img {
  width: 22px;
}

.all-sevices-btn .services-links ul {
  border-top: 1px solid rgb(201 201 201);
  margin-top: 16px;
  padding-top: 4px;
}

.all-sevices-btn .services-links li {
  display: block;
}

.all-sevices-btn .services-links li a {
  display: block;
  background: #fff;
  border: 1px solid rgba(169, 169, 169, 0.5);
  color: rgba(110, 110, 110, 1);
  padding: 9px 25px;
  border-radius: 25px;
  margin-top: 11px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
}

.all-sevices-btn .services-links li a.active, .all-sevices-btn .services-links li a:hover {
  background: rgba(39, 50, 108, 1);
  border: 1px solid rgba(39, 50, 108, 1);
  color: #fff;
  text-decoration: none;
}

.services-links.study-destination-liks ul {
  max-height: 490px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.services-links.study-destination-liks li a {
  padding: 9px 15px;
}

.services-links.study-destination-liks li a .flag {
  display: inline-block;
  margin-right: 8px;

}

.services-links.study-destination-liks li a .flag img {
  width: 21px;
  position: relative;
  top: -1px;
  transition: transform 0.2s linear;
}

.services-links.study-destination-liks li a:hover .flag img {
  transform: rotate(360deg);
}

.study-abroad-cntnt {
  background: rgb(255 255 255);
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.study-abroad-cntnt .study-abrd-hdg h6 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
}

.study-abroad-cntnt .study-abrd-hdg h6 span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.study-abroad-cntnt .study-abrd-hdg h6 span img {
  width: 22px;
}

.study-abroad-frm .frm-itm {
  position: relative;
}

.study-abroad-frm .frm-itm .icn {
      position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    background: rgb(16 82 160 / 13%);
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.study-abroad-frm .frm-itm .icn img {
  width: 20px;
}
.contact-us .study-abroad-frm .frm-itm:has(textarea.frm-cntrl2) .icn{
  background: transparent;
}
.study-abroad-frm .frm-itm .frm-cntrl2 {
  border-radius: 5px;
  padding-left: 45px;
  background: rgba(242, 241, 245, 1);
  border: 1px solid rgba(229, 229, 229, 1);
}

.study-abroad-frm .frm-itm .frm-cntrl2.textarea2 {
  border-radius: 4px;
  height: 70px;
  resize: none;
}

.study-abroad-frm .frm-itm .frm-cntrl2::placeholder {
  color: #8b8b8b;
}

.label2 {
  display: block;
  color: rgba(71, 71, 71, 1);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.frm-cntrl2 {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(173, 159, 163, 0.5);
  padding: 8px 15px;
  font-size: 14px;
  outline: none;
  height: 40px;
  border-radius: 5px;
}

.frm-cntrl2:hover {
  border: 1px solid #1052a0;
}
 .frm-itm select, .schedule-consultation-frm select{
   display: block;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(173, 159, 163, 0.5);
  padding: 8px 15px;
  font-size: 14px;
  outline: none;
  height: 40px;
 }
.frm-cntrl2::placeholder {
  color: #AA9C9F;
  font-size: 14px;
}

.study-abroad-frm .frm-itm {
  position: relative;
}



.study-abroad-frm .frm-grp {
  margin-top: 15px;
}

.study-abroad-frm .submit-btn {
  margin-top: 20px;
}

.submit-btn .secondary-btn {
  border: none;
  display: block;
  width: 100%;
}

.study-abroad-frm .captch-main .catpch-input input {
  background: rgba(242, 241, 245, 1);
  border: 1px solid rgba(229, 229, 229, 1);
}

.study-abroad-frm .captch-main .catpch-input input::placeholder {
  color: rgba(139, 139, 139, 1);
}

.captch-main {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

.captch-main .captch-text p {
  margin: 0;
}

.captch-main .catpch-input {
  width: 135px;
}

.captch-main .catpch-input input {
  border-radius: 25px;
}

.captch-main .catpch-btn .refresh-btn {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  color: var(--primary-btn-color);
  line-height: 1;
}

.captch-main .catpch-btn .refresh-btn i {
  transition: transform 0.3s linear;
}

.captch-main .catpch-btn .refresh-btn:hover i {
  transform: rotate(180deg);
}

/* .inner-contact-card {
  width: 100%;
  background: url(../img/inner-contact.jpg);
  padding: 30px 75px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
  border-radius: 10px;
  margin-top: 20px;
}

.inner-contact-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgb(0 0 0 / 60%);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  backdrop-filter: blur(0.4px);
}

.inner-contact-card h5 {
  color: #fff;
}

.inner-contact-card ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inner-contact-card li {
  display: block;
  margin-top: 10px;
}

.inner-contact-card li a {
  display: block;
  padding: 4px 10px;
  background: rgb(255 255 255 / 25%);
  border: 1px solid rgb(255 255 255 / 37%);
  border-radius: 4px;
  color: #fff;
  backdrop-filter: blur(5px);
  font-weight: 300;
}

.inner-contact-card li a span {
  display: inline-block;
  margin-right: 5px;
}

.inner-contact-card li a span img {
  width: 28px;
}

.inner-social-icon {
  background: var(--secondary-bg);
  padding: 25px 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}

.inner-social-icon .hdg-h5 {
  color: rgba(215, 215, 215, 1);
  font-size: 19px;
  margin-bottom: 15px;
}

.inner-social-icon li {
  display: inline-block;
  margin-left: 5px;
}

.inner-social-icon li:first-child {
  margin-left: 0;
}

.inner-social-icon li a {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  background: rgba(43, 196, 240, 1);
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(43, 196, 240, 1);
  transition: all 0.5s linear;
}

.inner-social-icon li a:hover {
  background: #fff;
  color: rgba(43, 196, 240, 1);
} */

.study-abroad-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px 10px;
}

.study-abroad-card .title {
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding-top: 5px;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.study-abroad-card .title .hdg-h6 {
  color: rgba(70, 70, 70, 1);
  font-size: 16px;
  margin: 0;
}

.study-abroad-card .study-img {
  width: 100%;
  height: 155px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;

}

.study-abroad-card .study-img .flag-img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 0 0 20px 0;
  z-index: 2;
}

.study-abroad-card .study-img .flag-img img {
  width: 38px;
  height: unset;
  object-fit: unset;
  position: relative;

  left: 1px;
  top: 2px;
  transition: transform 0.3s ease;
}

.study-abroad-card .study-img img.big-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.study-abroad-card .study-btn {
  margin-top: 17px;
}

.study-abroad-card .study-btn .grey-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.study-abroad-card .study-btn .grey-btn span {
  display: inline-block;
  margin-left: 4px;
}

.study-abroad-card:hover .study-img .flag-img img {
  transform: rotate(360deg);
}

.study-abroad-card:hover .study-img .big-img {
  transform: scale(1.1);
}

.blog-time {
  margin-bottom: 12px;
}

.blog-time ul {
  list-style-type: none;
  padding: 0;
}

.blog-time li {
  display: inline-block;
  margin-right: 18px;
}

.blog-time li:last-child {
  margin-right: 0;
}

.blog-time li span {
  color: rgba(110, 110, 110, 1);
  font-size: 13px;
}

.blog-time li span.icn {
  display: inline-block;
  margin-right: 5px;
}

.lastest-blog {
  background: rgb(255 255 255);
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-top: 15px;
}

.lastest-blog .lastet-log-hdg h6 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
}

.lastest-blog .lastet-log-hdg h6 span {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.lastest-blog .lastet-log-hdg h6 span img {
  width: 22px;
}

.lastest-blog-list>ul {
  margin-top: 16px;
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.lastest-blog-list .lstst-blg-cntnt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  border-top: 1px solid rgb(201 201 201);
  padding: 15px 0px;
}

.lastest-blog-list li:last-child .lstst-blg-cntnt {
  padding-bottom: 0;
}

.lastest-blog-list .lstst-blg-cntnt .img {
  width: 90px;
  height: 69px;
  border-radius: 5px;
  overflow: hidden;
}

.lastest-blog-list .lstst-blg-cntnt .img a {
  display: block;
  width: 100%;
  height: 100%;
}

.lastest-blog-list .lstst-blg-cntnt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lastest-blog-list .lstst-blg-cntnt .cntnt {
  width: calc(100% - 100px);
}

.lastest-blog-list .lstst-blg-cntnt .blog-time {
  margin-bottom: 5px;
}

.lastest-blog-list .lstst-blg-cntnt .blog-time li {
  margin-right: 10px;
}

.lastest-blog-list .lstst-blg-cntnt .blog-time li span.icn {
  margin-right: 3px;
}

.lastest-blog-list .lstst-blg-cntnt .cntnt .lst-hdg {
  color: rgba(66, 66, 66, 1);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}

/* right content */
/* === end study abraod === */
/* === start all details page === */

.about-content.service-details-txt .hdg-h4{
  font-size: 29px;
}
.feature-card {
    padding: 0 4px;
    background: linear-gradient(to top, var(--primary-bg), var(--secondary-bg));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #D8D8D8;
}
.feature-card .icn{
       width: 60px;
    height: 60px;
    padding: 12px;
}
.feature-card .icn img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.feature-card .cntnt{
     width: calc(100% - 60px);
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}
.feature-card .cntnt h6{
      margin: 0;
    color: #515151;
    font-size: 18px;
    font-weight: 600;
  
}
.feature-card .cntnt p{
  margin: 0;
    color: #515151;
    font-size: 14px;
    line-height: 21px;
    margin-top: 7px;
}
.choose-mdl-cntnt{
     background: #fff;
    padding: 47px;
    border-radius: 25px;
    border: 1px solid #D8D8D8;
}
.choose-mdl-cntnt h1{
      color: var(--primary-color);
    font-size: 33px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.choose-mdl-cntnt ul{
  padding: 0;
  margin: 0;
}
.choose-mdl-cntnt li{
 display: block;
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}
.choose-mdl-cntnt li::after{
  content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-bg);
    left: 4px;
    top: 9px;
    border-radius: 50%;
}
.work-main.nurse-canada-wrk .work-card{
  width: 100%;
}
.work-main.nurse-canada-wrk .work-card.work-card3{
  margin-top: -27px;
}
.work-main.nurse-canada-wrk .work-card.work-card4{
      margin-top: 28px;
}
.work-main.nurse-canada-wrk .work-card.work-card5{
    margin-top: 29px;
}
.work-main.nurse-canada-wrk .work-card.work-card6{
        margin-top: -19px;
}
.required-doc-card{
  padding: 1px 4px;
    background: linear-gradient(to top, var(--primary-bg), var(--secondary-bg));
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    text-align: center;
}
.required-doc-card h5{
    background: #fff;
    margin: 0;
    padding: 15px 5px;
    border-radius: 6px;
    color: #515151;
    font-size: 17px;
    list-style: 1;
}
.choose-mdl-cntnt.blog-details{
    padding: 25px;
}
.choose-mdl-cntnt.blog-details li{
  padding: 0;

}
.choose-mdl-cntnt.blog-details li::after{
  display: none;
}
.choose-mdl-cntnt.blog-details li h6{
 font-size: 16px;
    position: relative;
    color: var(--primary-color);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 4px;
}
.choose-mdl-cntnt.blog-details li p{
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
}
/* .detail-card-main-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.detail-card-main-img img {
  width: 100%;
  height: 100%;
}

.details-card h5 {
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 22px;
}
.details-card h1{
  font-size: 30px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #3a0b95; 
}
.details-card p {
  color: rgba(67, 67, 67, 1);
  line-height: 27px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.details-card.list-uni ul{
    list-style-type: none;
    counter-reset: my-counter;
}
.details-card.list-uni li{
  counter-increment: my-counter;
    position: relative;
    padding-left: 22px;
}
.details-card.list-uni li::after{
  content: counter(my-counter) ". ";
    position: absolute;
    left: -4px;
    top: 1px;
    color: var(--heading-color);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}
.details-card.list-uni table{
  width: 100%;
  border: 1px solid #1e27572e;
}
.details-card.list-uni th, .details-card.list-uni td{
  border: 1px solid #1e27572e;
  padding: 10px;
}
.details-card.list-uni th{
  color: #1e2757;
    background: #1e27572e;
} 
.details-card.list-uni td{
  background: #fff;
}
.content-with-img .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.content-with-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-with-img p {
  margin: 0;
}

.white-bg-card {
  background: #fff;
  padding: 20px;
  border: 1px solid rgb(201 201 205);
  border-radius: 12px;
  box-shadow: 1px 3px 0 1px rgb(0 0 0 / 16%);
  margin-top: 20px;
}

.white-bg-card h5 {
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 22px;
}

.white-bg-card p {
  color: rgba(67, 67, 67, 1);
  line-height: 27px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.query-card {
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  padding: 25px;
  background: url(../img/shape/wave2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
}

.query-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 50%);
  z-index: -1;
}

.query-info .title {
  color: var(--secondary-color);
  font-weight: 700;
}

.query-info p {
  color: rgba(67, 67, 67, 1);
  line-height: 27px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.let-img {
  position: absolute;
  width: 340px;
  right: -9px;
  top: -69px;
  height: 340px;
  border-radius: 49% 0 0 49%;
  overflow: hidden;
  border: 7px solid var(--primary-bg);
}

.let-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -24px 44px;
}

.query-info .query-btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.query-info .query-btn-list .primary-btn span.icn {
  display: inline-block;
  margin-right: 10px;
}

.query-info .query-btn-list .primary-btn span.icn img {
  width: 20px;
}

.query-info .query-btn-list .whatsapp-btn {
  background: #fff;
  padding: 9px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border-radius: 25px;
  border: 1px solid rgba(57, 174, 65, 1);
  color: rgba(57, 174, 65, 1);
}

.query-info .query-btn-list .whatsapp-btn span.icn {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.query-info .query-btn-list .whatsapp-btn span.icn img {
  width: 20px;
}

.query-info .query-btn-list .whatsapp-btn span:last-child {
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
}

.query-info .query-btn-list .whatsapp-btn:hover {
  background: rgba(57, 174, 65, 1);
  color: #fff;
}

.query-info .query-btn-list .whatsapp-btn:hover span.icn img {
  filter: brightness(0) invert(1);
}

.details-university-card {
  background: rgba(255, 255, 255, 1);
  padding: 25px;
  border-radius: 15px;
  margin-top: 20px;
}

.details-university-card h5 {
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 22px;
}

.details-university-card .university-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.university-list .university-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(223, 223, 223, 1);
  overflow: hidden;
}

.university-list .university-item .university-logo {
  width: 100%;
  height: 75px;
  padding: 4px;
}

.university-list .university-item .university-logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.university-list .university-item .university-name {
  background: rgba(242, 241, 245, 1);
  padding: 8px 10px;
}

.university-list .university-item .university-name p {
    color: rgba(67, 67, 67, 1);
    line-height: 22px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    overflow: hidden;
}

.faq-according .accordion-item {
  border: 1px solid rgba(190, 190, 190, 1);
  margin-top: 10px;
  border-radius: 7px;
}

.faq-according .accordion-item:first-child {
  border-top: 1px solid rgba(190, 190, 190, 1) !important;
  margin-top: 0;
}

.faq-according .accordion-item:last-child {
  border-bottom: 1px solid rgba(190, 190, 190, 1) !important;
}

.faq-according .accordion-item .accordion-button {
  border-radius: 7px;
  padding: 12px 15px;
  color: rgba(72, 72, 72, 1);
  font-size: 16px;
  outline: none;
  box-shadow: none !important;
}

.faq-according .accordion-item .accordion-button::after {
  content: '\f078';
  font-family: 'fontAwesome';
  background: none;
  color: rgba(102, 102, 102, 1);
}

.faq-according .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  color: #fff;
}

.faq-according .accordion-item:last-child .accordion-button {
  border-radius: 7px !important;
}

.faq-according .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 7px 7px 0 0 !important;
  background: var(--secondary-bg);
  color: #fff;
}

.faq-according .accordion-item .accordion-body .para {
  color: rgb(102 102 102);
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.gaq-left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.gaq-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-left h5 {
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 22px;
}

.faq-left p {
  color: rgba(67, 67, 67, 1);
  line-height: 27px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.faq-left{
       position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 380px;
    border-radius: 15px;
}



.faq-left .faq-left-btn-grp{
  position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 15px;
    text-align: center;
    padding-top: 30px;
}
.faq-left .faq-left-btn-grp::after{
 position: absolute;
    content: '';
    width: 124%;
    height: 125%;
    background: linear-gradient(to bottom, var(--secondary-bg), var(--primary-bg));
    top: 0;
    left: -12%;
    z-index: -1;
    border-top: 4px solid #fff;
    transform: rotate(-10deg);
}
.faq-left .faq-left-btn-grp h6{
  color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.faq-left .faq-left-btn-grp p{
      color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
} */
/* .faq-left-btn-grp .query-btn-list a {
  display: block;
  margin-top: 18px;
  text-align: center;
}

.faq-left-btn-grp .query-btn-list a.primary-btn span.icn {
  display: inline-block;
  margin-right: 10px;
}

.faq-left-btn-grp .query-btn-list a.primary-btn span.icn img {
  width: 20px;
}

.faq-left-btn-grp .query-btn-list a.whatsapp-btn {
  background: #fff;
  padding: 9px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border-radius: 25px;
  border: 1px solid rgba(57, 174, 65, 1);
  color: rgba(57, 174, 65, 1);
  width: 100%;
}

.faq-left-btn-grp .query-btn-list a.whatsapp-btn span:last-child {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}

.faq-left-btn-grp .query-btn-list a.whatsapp-btn span.icn {
  display: inline-block;
  margin-right: 10px;
}

.faq-left-btn-grp .query-btn-list a.whatsapp-btn span.icn img {
  width: 20px;
}

.faq-left-btn-grp .query-btn-list a.whatsapp-btn:hover {
  background: rgba(57, 174, 65, 1);
  color: #fff;
}

.faq-left-btn-grp .query-btn-list a.whatsapp-btn:hover span.icn img {
  filter: brightness(0) invert(1);
} */

/* .top-card-content {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  min-height: 255px;
  margin-bottom: 25px;
}

.top-card-content .title {
  color: rgba(70, 70, 70, 1);
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}

.top-card-content .title span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.top-card-content .title span img {
  width: 27px;
}

.top-card-content .para {
  color: rgba(128, 128, 128, 1);
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
  margin-top: 15px;
  font-weight: 400;
}

.service-details-list {
  margin: 20px 0;
}

.service-list-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.service-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-details-list h6 {
  color: var(--secondary-color);
  font-weight: 600;
}

.service-details-list ul li {
  display: block;
  position: relative;
  margin-top: 12px;
  padding-left: 28px;
  font-family: "Roboto", sans-serif;
}

.service-details-list ul li::after {
  position: absolute;
  content: '\f336';
  font-family: 'fontawesome';
  top: -2px;
  left: 0;
  color: var(--darkblue);
  font-size: 17px;
}

.para-highlight {
  background: #fff;
  text-align: center !important;
  padding: 9px 10px;
  font-weight: 500;
  color: var(--secondary-color) !important;
  border-radius: 3px;
}

.fees-table table {
  border-collapse: separate;
  border-spacing: 0;
  
  border-radius: 5px;
  background: #fff;
  width: 100%;

}

.fees-table table th,
.fees-table table td {
  border: 1px solid rgb(223 223 223 / 50%);

  padding: 15px 15px;
}

.fees-table table th {
  color: #fff;
  border-right: 0;
  background: var(--darkblue);
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.fees-table table td {
  color: rgba(66, 66, 66, 1);
  border-top: 0;
  border-right: 0;
}

.fees-table table tr th:first-child {
  border-radius: 5px 0 0 0;
}

.fees-table table tr th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid rgb(223 223 223);
}

.fees-table table tr td:last-child {
  border-right: 1px solid rgb(223 223 223);
}

.fees-table table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.fees-table table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.prmy-highlight {
  background: var(--primary-bg);
  color: #ffffffd6 !important;
  padding: 8px 17px;
  line-height: 20px !important;
  border-radius: 5px
} */

/* === end all details page === */


/* == start contact us ==*/
.contact-us-top-card{
  background: #F3F6FA;
    border: 1px solid rgba(var(--primary-rgb), .3);
    padding: 25px;
    border-radius: 15px;
}
.contact-us {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(227, 227, 227, 1);
}
.contact-us.contact-us2{
  /* min-height: 570px; */
}


.contact-us .para {
  color: rgba(67, 67, 67, 1);
  line-height: 26px;
}

.contact-us .study-abroad-cntnt {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  padding: 0;
  /* margin-top: 15px; */
  box-shadow: none;
}

.contact-us .study-abroad-cntnt .study-abroad-frm {
  
  width: 100%;
  flex-wrap: wrap;
  column-gap: 20px;
  
}

.contact-us .study-abroad-cntnt .study-abroad-frm>.frm-grp {
  width:100%;
  margin-top: 15px;
}
.contact-us .study-abroad-cntnt .study-abroad-frm>.frm-grp:first-child{
  margin-top: 0;
}
.contact-us .study-abroad-cntnt .study-abroad-frm>.frm-grp .frm-cntrl2.textarea {
  height: 85px;
  border-radius: 4px;
  resize: none;
}

.contact-us .study-abroad-cntnt .study-abroad-frm>.width-100 {
  width: 100%;
  text-align: right;
}

.contact-us .study-abroad-cntnt .study-abroad-frm .submit-btn .primary-btn {
  margin: 0 0 0 auto;
  width: fit-content;
  border-radius: 3px;
  border: none;
  border-radius: 25px;
}

/* .contact-info {
  background: var(--secondary-bg);
  padding: 22px;
  border-radius: 10px;
} */

.contact-info .top-heading {
    margin-bottom: 10px;
}

.contact-info .top-heading .hdg-h6 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-info .top-heading .para{
  margin: 0;
    font-weight: 400;
    line-height: 23px;
    font-size: 14px;
}
.contact-info-list {
    display: grid;
        grid-template-columns: 0.7fr 0.5fr;
    gap: 20px;
}
.contact-info .contact-info-list .add-info li {
  display: block;
}

.contact-info .contact-info-list .add-info .info-box {
 display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    background: rgb(255 255 255 / 5%);
    padding: 12px 0;
    margin-top: 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgb(16 82 160 / 20%);
}

.contact-info .contact-info-list .add-info .info-box .icn {
  width: 42px;
  height: 42px;
  background: linear-gradient(to top, var(--primary-bg), var(--secondary-bg));
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info .contact-info-list .add-info .info-box .icn img {
  width: 28px;
}

.contact-info .contact-info-list .add-info .info-box .info {
  width: calc(100% - 60px);
}



.contact-info .contact-info-list .add-info .info-box .info .para {
  /* color: #fff; */
  font-weight: 300;
  display: block;
  margin: 0;
}

.contact-us-social-icons {
    margin-top: 25px;
    background: linear-gradient(to left, var(--primary-color), var(--secondary-color));
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.contact-us-social-icons h6 {
  color: #fff;
  margin: 0;
}

.contact-info .contact-us-social-icons li {
  display: inline-block;
}

.contact-info .contact-us-social-icons li a {
      display: block;
    color: rgb(255 255 255 / 85%);
    padding: 0;
    font-size: 13px;
    width: 32px;
    height: 32px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid rgb(255 255 255 / 47%);
    transition: all 0.3s ease;
    text-align: center;
}

.contact-info .contact-us-social-icons li a:hover {
  background: var(--secondary-bg);
  /* color: rgba(43, 196, 240, 1); */
}
.contact-info-list .contact-img {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid rgb(16 82 160 / 20%);
    border-radius: 12px;
}
.contact-info-list .contact-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form-map {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

.contact-form-map .map {
  width: 100%;
  height: 380px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.contact-form-map .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.contact-us .study-abroad-frm .frm-itm .frm-cntrl2,
.contact-us .select-frm .select2-container--default .select2-selection--single,
.contact-us .study-abroad-frm .captch-main .catpch-input input {
  background: #F3F6FA;
  border: 1px solid #919191;
}
.contact-us .study-abroad-frm .frm-itm .frm-cntrl2:hover, .contact-us .study-abroad-frm .captch-main .catpch-input input:hover{
  border: 1px solid var(--primary-color);
}
.contact-us .study-abroad-frm .frm-itm textarea.frm-cntrl2{
  height: 96px;
  resize: none;
}
.faq-left h5 {
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 22px;
}

.faq-left p {
  color: rgba(67, 67, 67, 1);
  line-height: 27px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.faq-left{
       position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 380px;
    border-radius: 15px;
}



.faq-left .faq-left-btn-grp{
  position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 15px;
    text-align: center;
    padding-top: 30px;
}
.faq-left .faq-left-btn-grp::after{
 position: absolute;
    content: '';
    width: 124%;
    height: 125%;
    background: linear-gradient(to bottom, var(--secondary-bg), var(--primary-bg));
    top: 0;
    left: -12%;
    z-index: -1;
    border-top: 4px solid #fff;
    transform: rotate(-10deg);
}
.faq-left .faq-left-btn-grp h6{
  color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.faq-left .faq-left-btn-grp p{
      color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.footer-whatsapp .img {
  width: 100%;
  height: 250px;
}

.footer-whatsapp .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gaq-left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.gaq-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* == end contact us == */

/* end inner pages */
/* start intel */
.iti__country-list {
  width: 100% !important;
  background: #fff;
  border: 1px solid #ddd;
  scrollbar-width: thin;
}

.iti__country {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.iti__country-name {
  display: inline-block !important;
  width: 190px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iti__divider {
  border-bottom: 1px solid #ddd;
}

.iti__country.iti__highlight {
  background: var(--secondary-bg) !important;
}

.iti__country.iti__highlight {
  color: #fff;
}

.iti__selected-flag {
  padding: 0 0 0 15px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 55px !important;
}

.iti {
  /* width: 100%; */
  display: block;
}

.iti--allow-dropdown .iti__flag-container:hover {
  background: transparent !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent !important;
}

@media only screen and (max-width:1250px) {
  .iti-mobile .iti--container {
    height: 250px !important;
  }

  .iti {
    width: 100%;
  }
}

/* end intel */
/* start select2 */
.select-frm .select2-container {
  width: 100% !important;
}

.select-frm .select2-container--default .select2-selection--single {
  background: rgba(242, 241, 245, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 6px 15px 6px 40px;
  height: 40px;
  border-radius: 5px;
}
.select-frm .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 37px;
      right: 7px;
}
.select-frm .select2-container--default .select2-selection--single .select2-selection__arrow b{
      border: none;
    position: relative;
    margin-left: 0;
    margin-top: 0;
}
.select-frm .select2-container--default .select2-selection--single .select2-selection__arrow b::before{
      content: "\f078";
    font-family: "fontAwesome";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
}
.select-frm .select2-container--default .select2-selection--single .select2-selection__rendered{
      color: #8b8b8b;
}
.select-frm .select2-container--default.select2-container--below .select2-selection__rendered{
  color: #212529;
}

.select-frm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before{
    content: "\f077";
}
.select-frm .select2-container--default .select2-selection--single:hover {
  border: 1px solid rgba(70, 89, 190, 1);
}

/* end selet2 */


.select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option {
  padding: 8px 10px;
  color: #29343d;
  font-size: 0.80rem;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--primary-color);
  color: #fff;
}

.captch-main {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

.captch-main .captch-text p {
  margin: 0;
}

.captch-main .catpch-input {
  width: 135px;
}

.captch-main .catpch-input input {
  border-radius: 25px;
}

.captch-main .catpch-btn .refresh-btn {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  color: var(--primary-btn-color);
  line-height: 1;
}

.captch-main .catpch-btn .refresh-btn i {
  transition: transform 0.3s linear;
}

.captch-main .catpch-btn .refresh-btn:hover i {
  transform: rotate(180deg);
}

/* ============= end all pages design css ============== */
/* start footer */
.footer {
  background: #0F3E76;
  padding-top: 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: auto;
}
.footer::after{
  position: absolute;
    content: '';
    width: 190px;
    height: 100px;
    z-index: -1;
    background: url(../img/footer-bg1.png);
    top: 5px;
    right: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.footer::before{
  position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    z-index: -1;
    background: url(../img/footer-bg2.png);
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* .ftr-crcle {
  position: absolute;
  width: 100%;
  height: 120px;
  top: -74px;
  left: 0;
  z-index: -1;
  white-space: nowrap;
} */

/* .crcl {
  width: 260px;
  height: 120px;
  background: rgb(255 255 255 / 3%);
  display: inline-block;
  border-radius: 50%;
  margin-left: -65px
} */

/* .ftr-crcle.btm {
  top: inherit;
  bottom: -74px;
} */

/* .footer-top-content {
  border-bottom: 1px dashed rgb(255 255 255 / 20%);
  margin-bottom: 35px;
  padding-bottom: 30px;
} */

.footer-logo {
 width: 270px;
}

.footer-logo img {
  width: 100%;
}

.footer-top-text p {
      margin: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    text-align: left;
    line-height: 24px;
    letter-spacing: .2px;
}

.footer_list .hdg-h5 {
  color: rgb(255 255 255 / 95%);
  font-size: 19px;
  font-weight: 500;
}

.footer_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer_list li {
  display: block;
}

.footer_list li a {
  color: rgb(255 255 255 / 80%);
  font-size: 14px;
  font-weight: 300;
  display: block;
  position: relative;
  padding-top: 10px;
  padding-left: 36px;
}

.footer_list li a::before {
  content: '';
    position: absolute;
    left: 13px;
    font-size: 11px;
    top: 12px;
    background: url('../img/icons/nurse.png') center/contain no-repeat;
    filter: brightness(0) invert(1);
    width: 17px;
    height: 17px;
}

.footer-cntnt .hdg-h5 {
  color: rgb(255 255 255 / 95%);
  font-size: 19px;
  font-weight: 500;
}

.ftr-lst-cntnt li {
  display: block;
  margin-top: 15px;
}

.ftr-lst-cntnt li:first-child {
  margin-top: 0;
  padding-top: 10px;
}

.ftr-lst-cntnt .ftr-cntnt {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.ftr-lst-cntnt .ftr-cntnt .icn {
      width: 36px;
    height: 36px;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-lst-cntnt .ftr-cntnt .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.ftr-lst-cntnt .ftr-cntnt .cntnt {
      width: calc(100% - 44px);
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 300;
}
.ftr-lst-cntnt .ftr-cntnt .cntnt h6{
  color: rgb(255 255 255 / 90%);
  margin: 0;
}
.ftr-lst-cntnt .ftr-cntnt .cntnt p{
  color: rgb(255 255 255 / 80%);
  margin: 0;
  font-size: 14px;
    font-weight: 300;
}
.footer_list .footer-map {
  width: 100%;
  height: 175px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.footer_list .footer-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ftr-scl-card {
      background: rgb(255 255 255 / 11%);
    padding: 18px 35px;
    border-radius: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    backdrop-filter: blur(2px);
}
.ftr-scl-card::after{
     content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/ftr-lines.png);
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    z-index: -1;
}
.ftr-scl-icns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.ftr-scl-icns .hdg{
  width: 170px;
}
.ftr-scl-icns .hdg h5{
     color: #fff;
    margin: 0;
    font-size: 17px;
}
.ftr-scl-icns .ftr-scl-icn{
        width: calc(100% - 170px);
    padding-left: 0px;
    position: relative;
}
.ftr-scl-icns .ftr-scl-icn::after{
      position: absolute;
    content: '';
    width: 1px;
    height: 35px;
    background: rgb(255 255 255 / 15%);
    top: 0;
    right: 62px;
    bottom: 0;
    margin: auto 0;
}
.ftr-scl-icns .ftr-scl-icn ul{
  justify-content: start;
}
.ftr-scl-icns .ftr-scl-icn li a{
      width: 30px;
    height: 30px;
    line-height: 30px;
}
.ftr-sbscb-frm {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    align-items: center;
    gap: 15px;
}
.ftr-sbscb-frm .sbscb-hdg h5{
  color: #fff;
    margin: 0;
    font-size: 17px;
}
.ftr-sbscb-frm input{
      width: 348px;
    background: transparent;
    outline: none;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}
.ftr-sbscb-frm input::placeholder{
  color: rgba(255, 255, 255, 0.7);
   font-size: 14px;
}
.ftr-sbscb-frm .primary-btn.secondary-grn{padding: 10px 20px;}
.last-footer {
  /* border-top: 1px dashed rgb(255 255 255 / 20%); */
     margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 14px;
}

.last-footer .cpy-rgt {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}

.last-footer .cpy-rgt span {
  font-weight: 600;
  color: var(--secondary-color);
}

.last-footer .dsn-by {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}

.last-footer .ftr-lst-link {
  text-align: right;
}

.last-footer .ftr-lst-link ul {
  list-style-type: none;
  padding: 0;
}

.last-footer .ftr-lst-link li {
  display: inline-block;
}

.last-footer .ftr-lst-link li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
}

.last-footer .ftr-lst-link li:last-child a {
  padding-right: 0;
}

.last-footer .ftr-lst-link li:last-child a::after {
  display: none;
}

.last-footer .ftr-lst-link li a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  background: rgb(255 255 255 / 20%);
  top: 3px;
  right: -2px;
}



.ftr-scl-icn ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: end;
}

.ftr-scl-icn li {
  display: inline-block;
  margin-left: 5px;
}

.ftr-scl-icn li a {
  display: block;
    color: #fff;
    font-size: 13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255 255 255 / 12%);
  transition: all 0.3s ease;
}
.ftr-scl-icn li a:hover{
  background: #fff;
  color: var(--primary-color);
}
.footer .container>.row>div {
  position: relative;
}

/* .footer .container>.row>div::after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: '';
  top: 5px;
  right: 35px;
  background: url(../img/shape/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .4;
} */

.footer .container>.row>div:nth-last-child(2)::after {
  right: 2px;
}

.footer .container>.row>div:last-child::after {
  display: none;
}

.footer-cntnt {
  padding-left: 55px;
  position: relative;
}
.footer-cntnt::after{
        position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 19px;
    top: 3px;
    background: rgb(255 255 255 / 7%);
}
.footer_list.quick-link-card{
  position: relative;
    left: 36px;
}
.footer_list.quick-link-card::after{
      position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -24px;
    top: 3px;
    background: rgb(255 255 255 / 7%);
}
.footer_list.service-ftr{
      padding-left: 65px;
      position: relative;
}
.footer_list.service-ftr::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 34px;
    top: 3px;
    background: rgb(255 255 255 / 7%);
}
.footer_list.destination-ftr{
   padding-left: 40px;
   position: relative;
}
.footer_list.destination-ftr::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 7px;
    top: 3px;
    background: rgb(255 255 255 / 7%);

}
/* end footer */




small.help-block
 {
    color: red;
    font-size: 11px;
}

/* start 404 */
.error-404-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(40, 41, 151, 0.04) 0%, rgba(33, 16, 86, 0.08) 50%, rgba(242, 241, 245, 1) 100%);
    position: relative;
    overflow: hidden;
}

/* Animated background shapes */
.error-404-section::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(40, 41, 151, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.error-404-section::after {
    content: '';
    position: absolute;
    bottom: 15%;
    right: 8%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(33, 16, 86, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(5deg); }
}

.error-404-content {
    position: relative;
    z-index: 2;
}

/* Enhanced 404 Number */
.error-number {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.error-number h1 {
    font-size: 220px;
    font-weight: 900;
    background: linear-gradient(135deg, 
        rgba(40, 41, 151, 0.12) 0%, 
        rgba(33, 16, 86, 0.15) 50%, 
        rgba(40, 41, 151, 0.08) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 0.85;
    margin: 0;
    letter-spacing: -8px;
    font-family: "Poppins", sans-serif;
    position: relative;
    text-shadow: 0 10px 40px rgba(40, 41, 151, 0.1);
    animation: numberGlow 3s ease-in-out infinite alternate;
}

@keyframes numberGlow {
    0% { filter: brightness(1); }
    100% { filter: brightness(1.1); }
}

/* Decorative circles behind 404 */
.error-number::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, 
        rgba(40, 41, 151, 0.1) 0%, 
        rgba(33, 16, 86, 0.08) 50%, 
        transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.3; }
}

/* Decorative dots */
.error-number::after {
    content: '••••';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: rgba(40, 41, 151, 0.2);
    letter-spacing: 15px;
    animation: dots 2s ease-in-out infinite;
}

@keyframes dots {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

.error-message h2 {
    font-size: 36px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.error-message p {
    font-size: 16px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
    text-align:center;
}

.error-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.error-actions .primary-btn,
.error-actions .secondary-btn {
    padding: 14px 35px;
    min-width: 190px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
}

.error-links {
    padding-top: 40px;
    border-top: 2px solid rgba(40, 41, 151, 0.08);
    margin-top: 40px;
}

.error-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 25px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--secondary-color);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.error-link-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(40, 41, 151, 0.05) 0%, rgba(33, 16, 86, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.error-link-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(40, 41, 151, 0.18);
    border-color: var(--primary-color);
    text-decoration: none;
}

.error-link-item:hover::before {
    opacity: 1;
}

.error-link-item .icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.error-link-item:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
}

.error-link-item .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .error-number h1 {
        font-size: 180px;
        letter-spacing: -6px;
    }
    
    .error-number::before {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 767px) {
    .error-404-section {
        min-height: auto;
        padding: 40px 0;
    }
    
    .error-number h1 {
        font-size: 130px;
        letter-spacing: -4px;
    }
    
    .error-number::before {
        width: 180px;
        height: 180px;
    }
    
    .error-number::after {
        display: none;
    }
    
    .error-message h2 {
        font-size: 28px;
    }
    
    .error-message p {
        font-size: 15px;
    }
    
    .error-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .error-actions .primary-btn,
    .error-actions .secondary-btn {
        width: 100%;
        max-width: 280px;
    }
    
    .error-links {
        margin-top: 30px;
        padding-top: 30px;
    }
    
    .error-link-item .icon-box {
        width: 60px;
        height: 60px;
        padding: 12px;
    }
}
/* end 404 */


.testimonials-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px 10px;
}
.testimonials-card.programs .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.testimonials-card .title {
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-top: 5px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.testimonials-card.programs .title .cntry-flg {
    width: 37px;
    height: 37px;
}
.testimonials-card.programs .title .cntry-flg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-card.programs .title .cntry-nm {
    width: calc(100% - 48px);
}
.testimonials-card.programs .title .cntry-nm p {
    color: rgba(58, 59, 169, 1);
    margin: 0;
    font-size: 14px;
}
.testimonials-card.programs .title .cntry-nm .hdg2-h6
 {
    color: rgba(70, 70, 70, 1);
    margin: 0;
    margin-top: 3px;
    font-weight: 600;
}
.testimonials-card .str li {
    display: inline-block;
    margin-left: 5px;
}
.testimonials-card.programs .para2 {
    color: rgba(128, 128, 128, 1);
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
   
}
.choose-content li {
    display: block;
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}
.choose-content li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-bg);
    left: 4px;
    top: 9px;
    border-radius: 50%;
}
.choose-content.service-details-txt .hdg-h4 {
    font-size: 29px;
}
.choose-content .hdg-h4 {
    color: var(--primary-color);
    font-size: 33px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
}
.choose-mdl-cntnt.blog-details li strong {
    font-size: 16px;
    position: relative;
    color: var(--primary-color);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 4px;
}

 .licensing-pathways-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
    background: #fff;
    border-radius: 20px;
    padding: 13px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
    margin-top: 15px;
  }
.licensing-pathways-item .cntnt h5 {
    font-size: 16px;
    position: relative;
    color: var(--primary-color);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 4px;
}
.licensing-pathways-item li {
    display: block;
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    position: relative;
    padding-left: 50px;
    margin-top: 0px;
}
.licensing-pathways-item li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-bg);
    left: 35px;
    top: 9px;
    border-radius: 50%;
}
.licensing-pathways-list .hdg-h4 {
    font-size: 29px;
}
.licensing-pathways-list .hdg-h4 {
        color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
}