/*Home Version2 - Styles*/
.page-template-template-thankyou2 .container-container,
.page-template-template-subject-enquiry .container-container,
.page-template-template-homepage-2025-version2-0 .container-container {
    padding-bottom: 140px;
}
.page-template-template-thankyou2 .header-outer,
.page-template-template-subject-enquiry .header-outer,
.page-template-template-homepage-2025-version2-0 .header-outer {
    border-bottom: 1px solid #ECECEC;
}
.ubermenu-main{
    transition: all 0.3s ease-in-out;
}
.page-template-template-thankyou2 .shrink-header .ubermenu-main,
.page-template-template-subject-enquiry .shrink-header .ubermenu-main,
.page-template-template-homepage-2025-version2-0 .shrink-header .ubermenu-main {
    margin-top: 15px;
}
.page-template-template-thankyou2 .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator,
.page-template-template-subject-enquiry .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator,
.page-template-template-homepage-2025-version2-0 .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 0px;
}
.page-template-template-thankyou2 .site_logo,
.page-template-template-subject-enquiry .site_logo,
.page-template-template-homepage-2025-version2-0 .site_logo {
    display: flex;
    align-items: center;
}
.page-template-template-thankyou2 .site_logo img,
.page-template-template-subject-enquiry .site_logo img,
.page-template-template-homepage-2025-version2-0 .site_logo img {
    height: 50px;
}
.page-template-template-thankyou2 .shrink-header .site_logo img,
.page-template-template-subject-enquiry .shrink-header .site_logo img,
.page-template-template-homepage-2025-version2-0 .shrink-header .site_logo img {
    height: 45px;
}

.header-top {
    display: flex;
    padding: 6px 80px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #000;
}
.header-phone-icon {
    margin-right: 5px;
	display: flex;         /* ensures SVG behaves correctly */
  align-items: center;
}
.phone-block-wrapper{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
	display: flex;
  align-items: center;   /* vertical alignment */
  gap: 6px; 
}
.phone-block-wrapper strong{
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 11.5%;
    text-underline-offset: 16.5%;
    text-underline-position: from-font;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}
.header-inner .header-wrapper {
    height: 109px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    max-width: 500px;
    transition: all 0.5s ease;
}
.login-btn {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    border: 1px solid #2975F7;
    color: #2975F7;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    height: 42px;
}
.login-btn:hover{
    border: 1px solid #2975F7;
    color: #fff;
    background-color: #2975F7;
}
/*.callback-btn{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2975F7;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    /*height: 42px;
	border: 1px solid #2975F7;
}
.callback-btn:hover{
	color: #2975F7;
    background-color: #fff;
	border: 1px solid #2975F7;
}*/
.callback-btn {
  background: #2975F7;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.callback-btn:hover{
	color: #fff;
	transform: scale(1.05);
}
/* text stays on top */
.callback-btn span {
  position: relative;
  z-index: 2;
}

/* ocean layer */
.callback-btn::before,
.callback-btn::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 300%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -85%);
  border-radius: 45%;
  background: rgba(20,20,20,0.2);
  z-index: 1;
}

.callback-btn::before {
  animation: moveOcean 5s linear infinite;
  background: rgba(255,255,255,0.15);
}

.callback-btn::after {
  animation: moveOcean 10s linear infinite;
  background: rgba(255,255,255,0.05);
}

@keyframes moveOcean {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.page-template-template-thankyou2 .header-top-section-right-block,
.page-template-template-subject-enquiry .header-top-section-right-block,
.page-template-template-homepage-2025-version2-0 .header-top-section-right-block {
    width: auto;
    height: auto;
    display: flex;
    gap: 8px;
    align-items: center;
}
.header-inner .site_logo a {
    display: flex;
}


.flex{
    display: flex;
}
.home-v2-section1{
    background-color: #fff;
    padding-top: 64px;
}
.container-v2{
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}
.home-v2-section1-half {
    width: 50%;
}
.home-v2-section1-title1{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    position: relative;
    padding-left: 14px;
    margin-bottom: 5px;
}
.home-v2-section1-title1::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #15AC72;
}
.home-v2-section1-title2 h1{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -2.56px;
}
.home-v2-section1-title2 h1 span {
    color: #2975F7;
}
.home-v2-section1-button-wrapper{
    margin-top: 32px;
}
.home-v2-section1-button-wrapper {
    margin-top: 32px;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.callback-button{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2975F7;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    transition: all 0.3s ease-in-out;
}
.callback-button:hover{
    background: #1B6CF7;
    color: #FFF;
}
.subject-button{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #2975F7;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    border-radius: 10px;
    border: 1px solid #2975F7;
    transition: all 0.3s ease-in-out;
}
.subject-button:hover{
    border: 1px solid #2975F7;
    background: #2975F7;
    color: #FFF;
}
.home-v2-section1-button-description {
    color: #747A84;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    gap: 5px;
}
.home-v2-section1-button-description i {
    margin-top: 2px;
}
.home-v2-section1-button-description span{
    color: #747A84;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%; /* 0.6px */
    text-underline-offset: 17%; /* 1.7px */
    text-underline-position: from-font;
}
.home-v2-section1-rating-wrapper {
    margin-top: 80px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.home-v2-section1-half.right {
    display: flex;
    justify-content: end;
}
.home-v2-section1-half-image-wrapper {
    display: flex;
    justify-content: end;
    width: 631px;
    height: 486px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
}
.home-v2-section1-half-image-wrapper img{
    border-radius: 20px;
    max-width: 100%;
}
.home-v2-section1-half-search-wrapper {
    height: 48px;
    width: 100%;
    display: flex;
    max-width: 567px;
    padding: 4px 4px 4px 0px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #BAD3FC;
    background: #FFF;
    margin-top: 32px;
}
.home-v2-section1-half-search-wrapper #search-form #s {
    width: 100%;
    border: none;
    outline: 0;
    background-color: #fff;
    height: 35px;
    border-radius: 10px;
    padding-right: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: normal;
    padding-left: 0px;
    color: #747A84;
}
.home-v2-section1-half-search-wrapper #search-form #s::-webkit-input-placeholder {
    color: #747A84;
    opacity: 1;
}
.home-v2-section1-half-search-wrapper #search-form #s::-moz-placeholder {
    color: #747A84;
    opacity: 1;
}
.home-v2-section1-half-search-wrapper #search-form #s:-ms-input-placeholder {
    color: #747A84;
}
.home-v2-section1-half-search-wrapper #search-form #s::-ms-input-placeholder {
    color: #747A84;
}
.home-v2-section1-half-search-wrapper #search-form #s::placeholder {
    color: #747A84;
    opacity: 1;
}
.home-v2-section1-half-search-wrapper #search-form {
    width: 100%;
    position: relative;
}
.home-v2-section1-half-search-wrapper #search-form #x {
    width: 36px;
    height: 36px;
    background-color: #2975F7;
    border-radius: 8px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    border: none;
    outline: 0;
    background-image: url('../images/2025/search-down-icon.svg');
    padding: 0;
    top: -1px;
    font-size: 0;
    background-position: center;
}
.home-v2-section1-each-service-block-wrapper {
    gap: 16px;
    justify-content: center;
    margin-top: 64px;
}
.home-v2-section1-each-service-block{
    gap: 8px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #F2F4F8;
    background: #F8F9FB;
}
.home-v2-section1-each-service-icon-block img{
    height: 44px;
    width: 44px;
}
.home-v2-section1-each-service-content-block{
    flex-direction: column;
}
.home-v2-section1-each-service-title-block{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.home-v2-section1-each-service-details-block{
    color: #5A5A5A;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}
.home-v2-section2{
    background-color: #fff;
    padding: 80px 0;
}
.home-v2-section2-title{
    justify-content: center;
}
.home-v2-section2-title span {
    position: relative;
    font-family: "Poppins", sans-serif;
    padding-left: 14px;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
}
.home-v2-section2-icon-wrapper{
    margin-top: 40px;
    justify-content: center;
}
.home-v2-section2-icon-inner-wrapper {
    width: 100%;
    max-width: 769px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.home-v2-section3-proof-wrapper{
    justify-content: center;
    margin-top: 72px;
}
.home-v2-section3-proof-inner-wrapper {
    width: 100%;
    max-width: 1280px;
    border-radius: 10px;
    background-color: #F5F9FF;
    padding: 48px 0;
    background-image: url('../images/2025/home-v1-section2-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-v2-section3-title1 {
    justify-content: center;
    margin-bottom: 8px;
}
.home-v2-section3-title1 span{
    position: relative;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-left: 14px;
}
.home-v2-section3-title1 span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #15AC72;
}
.home-v2-section3-title2 {
    justify-content: center;
    max-width: 440px;
}
.home-v2-section3-title2 h3{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
    margin-bottom: 0;
}
.home-v2-section3-counter-wrapper{
    gap: 50px;
    margin-top: 50px;
}
.home-v2-section3-each-counter-title{
    color: #2975F7;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
    margin-bottom: 5px;
}
.home-v2-section3-each-counter-subtitle{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.home-v2-section4{
    padding: 120px 0;
    background-color: #fff;
    background-image: url('../images/2025/home-section4-bg.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-v2-section4-title-wrapper-half{
    width: 50%;
}
.home-v2-section4-title-wrapper-half.right {
    padding-right: 40px;
}
.home-v2-section4-title h2{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.92px;
    max-width: 430px;
}
.home-v2-section4-title h2 span{
    color: #2975F7;
}
.home-v2-section4-title2{
    margin-top: 25px;
    display: flex;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.home-v2-section4-slider-wrapper {
    margin-top: 72px;
}
.home-v2-section4-arrow-wrapper {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: end;
}
.custom-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-prev{
    background-image: url('../images/2025/Prev-Arrow.svg');
    background-position: center bottom;
    background-repeat: no-repeat; 
    background-size: contain;
    cursor: pointer;
    height: 75px;
    width: 75px;
    transition: all 0.3 ease-in-out;
}
.custom-next {
    background-image: url('../images/2025/Next-Arrow.svg');
    background-position: center bottom;
    background-repeat: no-repeat; 
    background-size: contain;
    cursor: pointer;
    height: 75px;
    width: 75px;
    transition: all 0.3 ease-in-out;
}
.custom-prev:hover,
.custom-next:hover {
    opacity: .7;
}
.owl-carousel .item {
    position: relative;
    text-align: center;
    width: 416px;
}
.video-card {
    position: relative;
    width: 100%;
    height: 492px;
    overflow: hidden;
    border-radius: 22px;
    background-color: #fff;
    max-width: 416px;
}
.video-card::after{
  content:"";
  position:absolute;
  inset:0;
  box-shadow: inset 0 -80px 100px rgba(0,0,0,0.8);
  border-radius: inherit;
  pointer-events:none;
}
.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    border-radius: 20px;
}
.video-card video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-top-block {
    justify-content: space-between;
    padding: 24px;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 20px;
}
.video-icon{
    height: 40px;
    width: 40px;
    background-image: url('../images/2025/video-icon.svg');
    background-position: center bottom;
    background-repeat: no-repeat; 
    background-size: contain;
}



.video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-embed > iframe,
.video-embed > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}



.rating-block {
    display: flex;
    border-radius: 5px;
    background-color: #F8F9FB;
    gap: 6px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-image: url('https://www.growingstars.com/wp-content/uploads/2025/09/star-icon.svg.svg');
    background-repeat: no-repeat;
    padding: 2px 5px 2px 25px;
    background-position: 3px 3px;
}
.video-bottom-block {
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 20px;
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
    text-align: left;
}
.video-bottom-title1{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.video-bottom-title1 strong{
    font-weight: 600;
}
.video-bottom-title2{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.home-v2-section5{
    padding: 120px 0;
    background-color: #fff;
}
.home-v2-section5-title{
    justify-content: center;
}
.home-v2-section5-title h2{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.92px;
    max-width: 500px;
}
.home-v2-section5-title h2 span{
    background: linear-gradient(90deg, #2975F7 0%, #ECFEFA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-v2-section5-rating-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 72px;
    margin-bottom: 72px;
}
.home-v2-section5-each-rating-block{
    border-radius: 10px;
    border: #F2F4F8;
    background: #F8F9FB;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
}
.home-v2-section5-each-rating-inner-block1 {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}
.home-v2-section5-each-rating-inner-block1-half{
    width: 50%;
}
.home-v2-section5-each-rating-inner-block1-half.right {
    justify-content: end;
    display: flex;
}
.home-v2-section5-each-rating-inner-block1-half img{
    max-width: 100%;
}
.rating-block2{
    display: flex;
    border-radius: 5px;
    background-color: #F8F9FB;
    gap: 6px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-image: url('../images/2025/star-icon.svg');
    background-repeat: no-repeat;
    padding: 2px 5px 2px 25px;
    background-position: 3px 3px;
}
.home-v2-section5-each-rating-inner-block2{
    margin-bottom: 10px;
}
.home-v2-section5-each-rating-inner-block2 p{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.rating-author-wrapper {
    display: flex;
    gap: 12px;
}
.rating-author-pic img{
    max-width: 100%;
    border-radius: 50%;
}
.rating-athor-right {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.rating-author-name{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.rating-author-design{
    color: #2975F7;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.home-v2-section5-readmore-wrapper{
    justify-content: center;
}
.readmore-rating{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #2975F7;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    border-radius: 10px;
    border: 1px solid #2975F7;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.readmore-rating:hover{
    border: 1px solid #2975F7;
    background-color: #2975F7;
    color: #fff;
}
.home-v2-section6-inner-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.home-v2-section6-title1 {
    justify-content: center;
    margin-bottom: 8px;
}
.home-v2-section6-title1 span {
    position: relative;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-left: 14px;
}
.home-v2-section6-title1 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #15AC72;
}
.home-v2-section6-title2 {
    justify-content: center;
    max-width: 850px;
}
.home-v2-section6-title2 h3 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}
.home-v2-section6-title2 h3 span{
    background: linear-gradient(90deg, #2975F7 0%, #ECFEFA 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-v2-section7{
    padding: 120px 0;
    background-color: #fff;
}
.home-v2-section7-half-title{
    display: flex;
}
.home-v2-section7-half-title h2{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
}
.home-v2-section7-half-title h2 span{
    color: #2975F7;
}
.home-v2-section7-half-inner-wrapper{
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 48px;
}
.home-v2-section7-half{
    width: 50%;
}
.home-v2-section7-half.left{
	display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
}

.home-v2-section7-half-image-wrapper {
    box-sizing: border-box;
    padding-right: 50px;
	height: 100%;
}
.home-v2-section7-half-image-wrapper img{
    max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.home-v2-section7-each-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-v2-section7-icon-block {
    margin-bottom: 10px;
}
.home-v2-section7-icon-block img{
    max-width: 100%;
}
.home-v2-section7-title-block{
    color: #000;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
}
.home-v2-section7-details-block{
    color: #000;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.home-v2-section7-readmore-block a{
    color: #2975F7;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration: underline;
    background-image: url('../images/2025/ArrowUpLeft.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.home-v2-section7-half-button-wrapper{
    display: flex;
    margin-top: 58px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2975F7;
    max-width: 200px;
}
.home-v2-section7-half-button-wrapper a{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.home-v2-section7-half-button-wrapper a:hover{
    color: #FFF;
}

.home-v2-section8{
    padding: 120px 0;
    background-color: #fff;
    background-image: url('../images/2025/section8-bg2.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.home-v2-section8-title1{
    justify-content: center;
}
.home-v2-section8-title1 h3{
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1.92px;
}
.home-v2-section8-title1 h3 span{
    color: #2975F7;
}
.home-v2-section8-title2{
    justify-content: center;
}
.home-v2-section8-title2 p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 565px;
    text-align: center;
}
.home-v2-section8-title2 p strong{
    font-weight: 600;
}
.home-v2-section8-inner-wrapper{
    flex-direction: column;
    margin-top: 70px;
    gap: 16px;
}
.home-v2-section8-inner-block1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 0px;
}
.home-v2-section8-block-style1 {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid #2975F7;
    background: #FFF;
}
.step-icon1{
    display: flex;
    height: 44px;
    width: 44px;
    background-image: url('https://www.growingstars.com/wp-content/uploads/2025/09/step1-icon.svg.svg');
    background-repeat: no-repeat;
}
.step-icon2{
    display: flex;
    height: 44px;
    width: 44px;
    background-image: url('https://www.growingstars.com/wp-content/uploads/2025/09/step2-icon.svg.svg');
    background-repeat: no-repeat;
}
.step-icon3{
    display: flex;
    height: 44px;
    width: 44px;
    background-image: url('https://www.growingstars.com/wp-content/uploads/2025/09/step3-icon.svg.svg');
    background-repeat: no-repeat;
}
.step-icon4{
    display: flex;
    height: 44px;
    width: 44px;
    background-image: url('../images/2025/step4-icon.svg');
    background-repeat: no-repeat;
}
.step-icon5{
    display: flex;
    height: 44px;
    width: 44px;
    background-image: url('../images/2025/step5-icon.svg');
    background-repeat: no-repeat;
}
.home-v2-section8-block-row1 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.home-v2-section8-block-row2{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.home-v2-section8-block-row3{
    color: #2975F7;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 5px;
}
.home-v2-section8-block-row4,
.home-v2-section8-block-row4 p{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.home-v2-section8-inner-block2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 0px;
}
.home-v2-section9{
    padding: 120px 0;
    background-color: #fff;
}
.home-v2-section9-title-half {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.home-v2-section9-title-half.right {
    justify-content: end;
}
.home-v2-section9-title1 {
    margin-bottom: 10px;
}
.home-v2-section9-title1 h2{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}
.home-v2-section9-title2{
    color: #000;
    font-family: "Poppins", sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.home-v2-section9-button-wrapper {
    display: flex;
    justify-content: end;
}
.home-v2-section9-button-wrapper a{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2975F7;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    width: 146px;
}
.home-v2-section9-button-wrapper a:hover{
    background: #2975F7;
    color: #FFF;
}
.home-v2-section9-course-wrapper{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 8px;
    row-gap: 0px;
    margin-top: 70px;
}
.home-v2-section9-course-each-block{
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    border: 1px solid #F2F4F8;
    background: #F8F9FB;
}
.home-v2-section9-course-image-block{
    margin-bottom: 25px;
}
.home-v2-section9-course-image-block img{
    max-width: 100%;
}
.home-v2-section9-course-title-block {
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}
.home-v2-section9-course-title-block h4{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}
.home-v2-section9-course-details-block{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    min-height: 66px;
}
.home-v2-section9-course-button-block{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 24px;
}
.home-v2-section9-course-button-block a{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #2975F7;
    color: #2975F7;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    width: 217px;
    transition: all 0.3s ease-in-out;
}
.home-v2-section9-course-button-block a:hover{
    background-color: #2975F7;
    border: 1px solid #2975F7;
    color: #fff;
}

.home-v2-section10{
    background-color: #fff;
}
.home-v2-section10-half{
    width: 50%;
}
.home-v2-section10-half.left {
    box-sizing: border-box;
    padding-right: 125px;
}
.home-v2-section10-title1{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}
.home-v2-section10-title1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #15AC72;
}
.home-v2-section10-title2 h2{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    max-width: 375px;
}
.home-v2-section10-title2 h2 span{
    background: linear-gradient(to right, #2975F7, #A6C8FF);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.home-v2-section10-inner-wrapper-top{
    justify-content: center;
    padding-bottom: 140px;
}
.home-v2-section10-inner-wrapper-top-inner{
    max-width: 850px;
}
.home-v2-section10-inner-wrapper-top-inner h4{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
}
.home-v2-section10-inner-wrapper-top-inner h4 span{
    color: #2975F7;
}
.faq-section {
    max-width: 740px;
    margin: auto;
}
.faq-title {
    font-size: 2rem;
    color: #78aaff;
    margin-bottom: 20px;
}
.faq-item {
    color: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #F2F4F8;
    background: #F8F9FB;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    font-weight: bold;
}
.faq-question span{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.toggle-btn {
    height: 60px;
    width: 60px;
    background-image: url('../images/2025/faq-plus.svg');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-size: contain;
}
.faq-item.active .toggle-btn {
    background-image: url('../images/2025/faq-minus.svg');
}
.faq-answer {
    padding: 0 24px 24px 24px;
    display: none;
}
.faq-answer p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.faq-item.active .faq-answer {
    display: block;
}

.home-v2-section11{
    padding: 120px 0;
    background-color: #fff;
}
.home-v2-section11-inner-wrapper{
    flex-direction: column;
    background-image: url('../images/2025/section11-bg.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 56px;
}
.home-v2-section11-title1{
    justify-content: center;
    margin-bottom: 8px;
}
.home-v2-section11-title1 span {
    position: relative;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-left: 14px;
}
.home-v2-section11-title1 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #15AC72;
}
.home-v2-section11-title2{
    justify-content: center;
    margin-bottom: 16px;
}
.home-v2-section11-title2 h2{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}
.home-v2-section11-title2 h2 span{
    color: #2975F7
}
.home-v2-section11-content {
    justify-content: center;
    margin-bottom: 40px;
} 
.home-v2-section11-content p{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 665px;
    margin-bottom: 0;
}
.home-v2-section11-button-wrapper {
    justify-content: center;
}
.home-v2-section11-button{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2975F7;
    width: auto;
}
.home-v2-section11-button a{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.phone-icon {
    height: 16px;
}
.home-v2-section11-button a:hover{
    color: #FFF;
}

.page-template-template-thankyou2 #footer-new,
.page-template-template-subject-enquiry #footer-new,
.page-template-template-homepage-2025-version2-0 #footer-new {
  display: none;
}
.home-version2-footer{
    padding: 64px 0;
    opacity: 0.8;
    background: linear-gradient(99deg, #0859E2 -3.38%, #D0E0FD 140.18%);
}
.footer-logo-wrapper {
    margin-bottom: 41px;
}
.footer-logo-wrapper img{
    max-width: 198px;
}
.footer-each-column{
    width: 220px;
}
.footer-each-column h5{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin-bottom: 16px;
}
.footer-each-column ul{
    list-style-type: none;
}
.footer-each-column ul li a{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.footer-address{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 32px;
}
.footer-inner-wrapper {
    justify-content: space-between;
}
.footer-phone{
    display: flex;
    align-items: center;
    gap: 7px;
}
.footer-phone a{
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.footer-app-logo img{
    max-width: 162px;
    margin-bottom: 5px;
}
.footer-copyright-wrapper{
    color: rgba(255, 255, 255, 0.50);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}
#subject-results {
    border: 1px solid #ddd;
    background: #fff;
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 9999;
    width: 100%;
	left: 0;
	border-top: 0px;
}

#subject-results li {
    padding: 8px 10px;
    cursor: pointer;
}
#subject-results li:hover {
    background: #f2f2f2;
}
#subject-results li a{
    display: flex;
    width: 100%;
}
.subject-enquiry-section1 {
    padding: 72px 0;
}
.enquiry-container {
    display: flex;
    width: 100%;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
    gap: 40px;
}
.left-panel,
.right-panel {
    flex: 1;
    padding: 40px;
}
.left-panel {
    background-image: url('../images/2025/enquiry-left-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.right-panel {
    background-image: url('../images/2025/enquiry-right-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.left-panel h1 {
    color: #3B82F6;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
    margin-top: 60px;
}
.left-panel .sub-head {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}
.hero-image{
    margin-bottom: 24px;
    text-align: center;
}
.hero-image img {
    max-width: 100%;
    border-radius: 20px;
}
.help-text {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.help-text strong{
    font-weight: 600;
}
.right-panel .each-field-block {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 5px;
}
.right-panel form {
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #F2F4F8;
    background: #F8F9FB;
}
.right-panel label {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
.right-panel input[type="text"],
.right-panel input[type="email"],
.right-panel input[type="tel"],
.right-panel select {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.white-select {
    width: 100%;
    padding: 10px 40px 10px 12px; /* room for arrow on the right */
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.select-arrow {
    position: absolute;
    pointer-events: none;    /* click passes through to the select */
    right: 25px;            /* distance from right edge */
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
.white-select:hover,
.white-select:focus {
    border-color: #888;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    outline: none;
}
.phone-field {
    display: flex;
    align-items: center;
}
.country-code {
    padding: 12px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}
.phone-field input {
    border-radius: 0 8px 8px 0;
}
.checkbox-group {
    font-size: 14px;
}
.checkbox-group a {
    color: #1b3ba4;
    text-decoration: none;
}
.submit-btn {
    margin-top: 25px;
    background-color: #2975F7;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.submit-btn:hover {
    background-color: #16318a;
}

.phone-field .iti {
  width: 100%;
}
#phone {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 12px 10px 52px; /* room for flag & dial area */
  font-size: 16px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
#phone:hover,
#phone:focus {
  border-color: #888;
  outline: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.phone-error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #d13b2e;
}
.iti__flag-container {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  pointer-events: none;
  left: 5px !important; 
}
.iti__selected-flag .iti__arrow {
  display: none !important;
}


.thank-you-wrapper{
    display: flex;
    width: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 72px;
    margin-bottom: 50px;
}
.content-box{
    display: flex;
    width: 100%;
    max-width: 646px;
    height: auto;
    padding: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 32px 42.4px -25px rgba(0, 0, 0, 0.25);
}
.content-box h1{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.8px;
}
.content-box h1.highlight{
    color: #3B82F6;
}
.content-box p{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.content-box p a{
    font-weight: 600;
    color: #000;
}
.content-box h2{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.content-box .return-home{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #2975F7;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    height: 42px;
    transition: all 0.3s ease-in-out;
}
.content-box .return-home:hover{
    background: #0258EC;
}
.page-template-template-thankyou2 .callback-btn{
    display: none;
}






.compare-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.compare-title {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}
.compare-title span {
    color: #2975F7;
}
.comapare-description {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.comapare-description p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    max-width: 630px;
    text-align: center;
    margin-bottom: 0;
}
.card {
    background: #2975F7;
    border-radius: 16px;
    overflow: hidden;
}
.table-wrap {
    overflow-x: auto;
}
.compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 1280px;
    text-align: center;
    border: 1px solid #2975F7;
}
.compare th, .compare td {
  padding: 18px 70px;
  vertical-align: middle;
  border-bottom: 1px solid #2975F7;
}
.compare thead th {
    background: #e4edfb;
    color: #000;
    font-size: 24px;
}
.compare thead th:nth-child(2) {
  background: #2a75f7;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.compare tbody td:first-child {
    background: #e4edfb;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.compare tbody td:nth-child(2) {
  background: #2a75f7;
  border-bottom: 1px solid #fff;
}
.compare tbody tr:nth-child(even) td:nth-child(2) {
  background: #2a75f7;
  border-bottom: 1px solid #fff;
}
.compare tbody td:last-child {
  background: #f3f6ff;
  color: #21324f;
}

.brand-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.brand-head img {
  max-width: 264px;
  width: 100%;
}
.brand {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand small {
  font-weight: 500;
  color: #e7efff;
}


.yes::before,
.no::before,
.yes-dark::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Green check */
.yes::before,
.yes-dark::before {
    background-image: url('../images/2025/gs-checkbox.svg');
}

/* Red cross */
.no::before {
    background-image: url('../images/2025/gs-cross-circle.svg');
}

.first-head { border-radius: 17px 0 0 0; }
.third-head { border-radius: 0 17px 0 0; }
.last-row-left { border-radius: 0 0 0 17px; }
.last-row-right { border-radius: 0 0 17px 0; }





@media only screen and ( max-width: 1680px) {
	.header-inner,
    .container-v2 {
        max-width: 90%;
    }
    .home-v2-section1-title2 h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .home-v2-section3-title2 h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .home-v2-section3-each-counter-title {
        font-size: 35px;
        line-height: 40px;
    }
    .home-v2-section4-title h2,
    .home-v2-section5-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .home-v2-section6-title2 h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .home-v2-section7-title-block {
        font-size: 18px;
        line-height: 28px;
		width: 70%;
    }
    .home-v2-section8-title1 h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .home-v2-section8-title2 p,
    .comapare-description p {
        font-size: 14px;
    }
    .home-v2-section8-block-row1 {
        font-size: 20px;
        line-height: 32px;
    }
    .home-v2-section8-block-row3 {
        font-size: 14px;
    }
    .home-v2-section8-block-row4,
    .home-v2-section8-block-row4 p {
        font-size: 13px;
    }
    .video-bottom-title1 {
        font-size: 14px;
    }
    .compare-title,
    .home-v2-section9-title1 h2,
    .home-v2-section10-title2 h2,
    .home-v2-section11-title2 h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .home-v2-section9-title2 {
        font-size: 14px;
    }
    .home-v2-section9-course-title-block h4 {
        font-size: 18px;
    }
    .faq-question span {
        font-size: 18px;
    }
    .faq-answer p {
        font-size: 14px;
    }
    .faq-question {
        padding: 15px;
    }
    .faq-answer {
        padding: 0 15px 15px 15px;
    }
    .home-v2-section11-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .home-version2-footer {
        padding: 50px 0;
    }
    .footer-each-column h5 {
        font-size: 18px;
    }
    .home-v2-section10-inner-wrapper-top-inner h4 {
        font-size: 24px;
        line-height: 38px;
    }
    .subject-enquiry-section1 {
        padding: 50px 0;
    }
    .left-panel h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .left-panel .sub-head {
        font-size: 16px;
    }
    .right-panel input[type="text"], 
    .right-panel input[type="email"], .right-panel input[type="tel"], 
    .right-panel select,
    #phone {
        font-size: 14px;
    }
    .content-box h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .compare {
        min-width: 1000px;
    }
    .compare thead th {
        font-size: 18px;
    }
    .compare th, .compare td {
        padding: 15px 40px;
    }
    .compare tbody td:first-child {
        font-size: 15px;
    }
    .brand-head img {
        max-width: 200px;
    }
    



}
@media only screen and ( max-width: 1440px) {
    .phone-block-wrapper {
        font-size: 12px;
    }
    .home-v2-section1-title2 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .home-v2-section3-title2 h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .home-v2-section3-each-counter-title {
        font-size: 30px;
        line-height: 35px;
    }
    .home-v2-section2-title span,
    .home-v2-section4-title h2, 
    .home-v2-section5-title h2,
    .home-v2-section7-half-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .home-v2-section5-each-rating-inner-block2 p {
        font-size: 13px;
    }
    .rating-author-design {
        font-size: 11px;
    }
    .home-v2-section4-title-wrapper-half.right {
        padding-right: 0;
    }
    .compare {
        min-width: 800px;
    }
    .compare tbody td:first-child {
        font-size: 14px;
    }
    .compare thead th {
        font-size: 16px;
    }



}
@media only screen and ( max-width: 1366px) {
    .page-template-template-thankyou2 .ubermenu.ubermenu-main.ubermenu-menu-2,
    .page-template-template-subject-enquiry .ubermenu.ubermenu-main.ubermenu-menu-2,
    .page-template-template-homepage-2025-version2-0 .ubermenu.ubermenu-main.ubermenu-menu-2 {
        margin-top: 30px;
    }
    .page-template-template-thankyou2 .shrink-header .ubermenu.ubermenu-main.ubermenu-menu-2,
    .page-template-template-subject-enquiry .shrink-header .ubermenu.ubermenu-main.ubermenu-menu-2,
    .page-template-template-homepage-2025-version2-0 .shrink-header .ubermenu.ubermenu-main.ubermenu-menu-2 {
        margin-top: 20px;
    }
    .home-v2-section4-slider-wrapper .owl-carousel .item {
        max-width: 416px;
        width: 100%;
    }
    .home-v2-section9-course-wrapper {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
        row-gap: 30px;
    }
    .submit-btn {
        font-size: 16px;
        align-self: center;
    }


}
@media only screen and ( max-width: 1280px) {
    .header-inner .header-wrapper {
        max-width: 460px;
    }
    .home-v2-section3-counter-wrapper {
        margin-top: 30px;
    }
    .home-v2-section1-half-image-wrapper {
        width: 485px;
        height: 375px;
    }
    .home-v2-section1-title2 h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .home-v2-section3-title2 h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .home-v2-section3-each-counter-title {
        font-size: 25px;
        line-height: 30px;
    }
    .home-v2-section4-title h2, 
    .home-v2-section5-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-v2-section2-title span, 
    .home-v2-section4-title h2, 
    .home-v2-section5-title h2, 
    .home-v2-section7-half-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .home-v2-section6-title2 h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .home-v2-section7-title-block {
        font-size: 16px;
        line-height: 28px;
    }
    .home-v2-section7-details-block {
        font-size: 13px;
    }
    .home-v2-section8-title1 h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .home-v2-section8-block-row1 {
        font-size: 18px;
        line-height: 28px;
    }
    .home-v2-section9-title1 h2, .home-v2-section10-title2 h2, .home-v2-section11-title2 h2, .compare-title {
        font-size: 30px;
        line-height: 40px;
    }
    .home-v2-section9-title1 h2, .home-v2-section10-title2 h2, .home-v2-section11-title2 h2, .compare-title {
        font-size: 25px;
        line-height: 35px;
    }
    .footer-each-column h5 {
        font-size: 16px;
    }
    .footer-address,
    .footer-each-column ul li a {
        font-size: 13px;
    }
    .home-v2-section4,
    .home-v2-section5,
    .home-v2-section7,
    .home-v2-section8,
    .home-v2-section9,
    .home-v2-section11 {
        padding: 60px 0;
    }
    .home-v2-section4-slider-wrapper {
        margin-top: 30px;
    }
    .home-v2-section5-rating-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home-v2-section7-half-inner-wrapper {
        column-gap: 30px;
        row-gap: 30px;
    }
    .home-v2-section8-inner-wrapper {
        margin-top: 30px;
    }
    .home-v2-section9-course-wrapper {
        margin-top: 30px;
    }
    .home-v2-section9-course-details-block {
        min-height: 50px;
    }
    .home-v2-section10-inner-wrapper-top-inner h4 {
        font-size: 20px;
        line-height: 34px;
    }


}
@media only screen and ( max-width: 1100px) {
    .page-template-template-thankyou2 .site_logo img,
    .page-template-template-subject-enquiry .site_logo img,
    .page-template-template-homepage-2025-version2-0 .site_logo img,
    .page-template-template-homepage-2025-version2-0 .shrink-header .site_logo img {
        height: 30px;
    }
    .page-template-template-thankyou2 .shrink-header .site_logo img, .page-template-template-subject-enquiry .shrink-header .site_logo img, .page-template-template-homepage-2025-version2-0 .shrink-header .site_logo img {
        height: 30px;
    }
    .page-template-template-thankyou2 .header-top-section-right-block,
    .page-template-template-subject-enquiry .header-top-section-right-block,
    .page-template-template-homepage-2025-version2-0 .header-top-section-right-block {
        margin-right: 0px;
    }
    .footer-each-column {
        width: 100%;
    }
    .footer-inner-right .footer-each-column {
        width: 25%;
    }
    .login-btn {
        font-size: 13px;
        min-width: 138px;
    }
    .callback-btn {
        font-size: 13px;
        min-width: 168px;
    }
    .page-template-template-thankyou2 .ubermenu-nav,
    .page-template-template-subject-enquiry .ubermenu-nav,
    .page-template-template-homepage-2025-version2-0 .ubermenu-nav {
        text-align: center;
    }
    .enquiry-container {
        gap: 20px;
    }
    .compare {
        min-width: 700px;
    }
    .compare thead th {
        font-size: 15px;
    }
    .compare th, .compare td {
        padding: 15px 20px;
    }
    .brand-head img {
        max-width: 150px;
    }

}
@media only screen and ( max-width: 1074px) {
    .page-template-template-thankyou2 .shrink-header .ubermenu.ubermenu-main.ubermenu-menu-2,
    .page-template-template-subject-enquiry .shrink-header .ubermenu.ubermenu-main.ubermenu-menu-2,
    .page-template-template-homepage-2025-version2-0 .shrink-header .ubermenu.ubermenu-main.ubermenu-menu-2 {
        margin-top: 0;
    }
    .page-template-template-thankyou2 .header-top-section-right-block,
    .page-template-template-subject-enquiry .header-top-section-right-block,
    .page-template-template-homepage-2025-version2-0 .header-top-section-right-block {
        margin-right: 7%;
    }
    .home-v2-section1-half-search-wrapper #search-form #s {
        font-size: 13px;
    }
    .video-card {
        height: 400px;
    }
    .home-v2-section1-rating-wrapper {
        margin-top: 30px;
    }
    .faq-question span {
        font-size: 16px;
    }
    .faq-answer p {
        font-size: 13px;
    }

}
@media only screen and ( max-width: 1050px) {
    .page-template-template-thankyou2 #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0 #rmp_menu_trigger-3090 {
        display: block;
        transition: all 0.3s ease-in-out;
    }
    .page-template-template-thankyou2 .header-top-section-right-block,
    .page-template-template-subject-enquiry .header-top-section-right-block,
    .page-template-template-homepage-2025-version2-0 .header-top-section-right-block {
        padding-right: 100px;
    }
    .page-template-template-thankyou2.shrink-header-style #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry.shrink-header-style #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0.shrink-header-style #rmp_menu_trigger-3090 {
        top: 50px;
    }    
    .page-template-template-thankyou2 #rmp-menu-wrap-3090,
    .page-template-template-subject-enquiry #rmp-menu-wrap-3090,
    .page-template-template-homepage-2025-version2-0 #rmp-menu-wrap-3090 {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0px;
        padding-right: 0px;
        background-color: #ffffff;
    }
    .thank-you-wrapper {
        padding: 50px;
    }
    .content-box {
        max-width: 60%;
    }


}
@media only screen and ( max-width: 1024px) {
    .home-v2-section1-half-image-wrapper {
        width: 485px;
        height: 340px;
    }
    .callback-btn {
        font-size: 13px;
        min-width: 200px;
    }

}
@media only screen and ( max-width: 900px) {
    .header-inner .header-wrapper {
        display: none;
    }
    .page-template-template-thankyou2 #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0 #rmp_menu_trigger-3090 {
        top: 42px;
    }
    .page-template-template-thankyou2.shrink-header-style #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry.shrink-header-style #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0.shrink-header-style #rmp_menu_trigger-3090 {
        top: 42px;
    }
    .page-template-template-thankyou2 .site_logo,
    .page-template-template-subject-enquiry .site_logo,
    .page-template-template-homepage-2025-version2-0 .site_logo {
        height: 75px;
    }
    .page-template-template-thankyou2 .container-container,
    .page-template-template-subject-enquiry .container-container,
    .page-template-template-homepage-2025-version2-0 .container-container {
        padding-bottom: 110px;
    }
    .footer-inner-wrapper {
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-inner-left {
        margin-bottom: 30px;
    }
    .footer-inner-right {
        flex-wrap: wrap;
    }
    .footer-inner-right .footer-each-column {
        width: 50%;
        margin-bottom: 15px;
    }
    .home-v2-section1 {
        padding-top: 50px;
    }
    .home-v2-section7-half-inner-wrapper {
        margin-top: 30px;
    }
    .home-v2-section10-inner-wrapper-top-inner {
        max-width: 90%;
    }
    .enquiry-container {
        flex-direction: column;
    }
    .left-panel h1 {
        margin-top: 0;
    }
    .content-box {
        max-width: 75%;
        padding: 50px;
    }

}
@media only screen and ( max-width: 800px) {
    .page-template-template-thankyou2 #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0 #rmp_menu_trigger-3090 {
        top: 42px;
        right: 10%;
    }
    .right-panel {
        padding: 0;
    }
    .compare {
        min-width: 580px;
    }
    .compare tbody td:first-child {
        font-size: 12px;
    }
    .compare thead th {
        font-size: 12px;
    }



}
@media only screen and ( max-width: 768px) {
    .page-template-template-thankyou2 #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0 #rmp_menu_trigger-3090 {
        right: 5%;
    }
    .home-v2-section1-each-service-block-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }    
    .home-v2-section2,
    .home-v2-section4, .home-v2-section5, .home-v2-section7, .home-v2-section8, .home-v2-section9, .home-v2-section11 {
        padding: 50px 0;
    }
    .home-v2-section5-rating-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-v2-section7-half-inner-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-v2-section9-course-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-v2-section1-half-image-wrapper {
        width: 90%;
        height: 340px;
    }
    .content-box h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .content-box p {
        font-size: 13px;
    }
    .content-box h2 {
        font-size: 18px;
    }


}
@media only screen and ( max-width: 767px) {
    .home-v2-section1 .container-v2.flex {
        flex-direction: column;
    }
    .home-v2-section1-half {
        width: 100%;
    }
    .home-v2-section1-half.left {
        margin-bottom: 30px;
    }
    .home-v2-section1-half.right {
        display: flex;
        justify-content: center;
    }
    .home-v2-section1-half-image-wrapper {
        width: 400px;
        height: 340px;
    }
    .home-v2-section7-inner-wrapper {
        flex-direction: column;
    }
    .home-v2-section7-half {
        width: 100%;
    }
    .home-v2-section7-half-image-wrapper img {
        /*max-width: 300px;*/
		display: none;
    }
	.home-v2-section7-half-title{
		display: block;
	}
    .home-v2-section7-half.left {
        justify-content: center;
        display: flex;
        margin-bottom: 30px;
    }
    .home-v2-section8-inner-block1,
    .home-v2-section8-inner-block2 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 16px;
    }
    .home-v2-section10-inner-wrapper {
        flex-direction: column;
    }
    .home-v2-section10-half {
        width: 100%;
    }
    .home-v2-section10-half.left {
        box-sizing: border-box;
        padding-right: 0;
        margin-bottom: 30px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-v2-section8-block-row1 {
        margin-bottom: 10px;
    }
    .home-v2-section10-inner-wrapper-top-inner h4 {
        font-size: 18px;
        line-height: 32px;
    }

}
@media only screen and ( max-width: 600px) {
    /*.page-template-template-thankyou2 .header-top-section-right-block,
    .page-template-template-subject-enquiry .header-top-section-right-block,*/
    .callback-btn {
        display: none;
    }
	/*new style*/
	.login-btn{
		min-width: auto;
	}
	.page-template-template-thankyou2 .header-top-section-right-block, .page-template-template-subject-enquiry .header-top-section-right-block, .page-template-template-homepage-2025-version2-0 .header-top-section-right-block{
		padding-right: 60px;
	}
    .page-template-template-thankyou2 #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0 #rmp_menu_trigger-3090 {
        right: 10%;
    }
    .home-v2-section3-counter-wrapper {
        margin-top: 30px;
        flex-direction: column;
        gap: 15px;
    }
    .video-card {
        height: 300px;
    }
    .home-v2-section6-title2 h3 {
        font-size: 20px;
        line-height: 35px;
    }
    .home-v2-section8-title1 h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .home-v2-section9-title-wrapper {
        flex-direction: column;
    }
    .home-v2-section9-title-half {
        width: 100%;
    }
    .home-v2-section9-title-half.left {
        margin-bottom: 30px;
    }
    .home-v2-section9-button-wrapper {
        display: flex;
        justify-content: center;
    }
    .right-panel form {
        padding: 30px;
    }
    .left-panel h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .left-panel .sub-head,
    .help-text {
        font-size: 14px;
    }
    .submit-btn {
        font-size: 13px;
    }
    .right-panel input[type="text"], .right-panel input[type="email"], .right-panel input[type="tel"], .right-panel select {
        padding: 8px 12px;
    }
    .right-panel input[type="text"], .right-panel input[type="email"], .right-panel input[type="tel"], .right-panel select, #phone {
        font-size: 12px;
    }
    .left-panel{
        padding: 20px;
    }
    .content-box {
        max-width: 100%;
        padding: 50px;
    }
    .compare {
        min-width: 500px;
    }


}
@media only screen and ( max-width: 500px) {
    .page-template-template-thankyou2 .site_logo img,
    .page-template-template-subject-enquiry .site_logo img,
    .page-template-template-homepage-2025-version2-0 .site_logo img,
    .page-template-template-homepage-2025-version2-0 .shrink-header .site_logo img {
        height: 35px;
    }
    .page-template-template-thankyou2 .shrink-header .site_logo img, 
    .page-template-template-subject-enquiry .shrink-header .site_logo img, 
    .page-template-template-homepage-2025-version2-0 .shrink-header .site_logo img {
        height: 35px;
    }
    .page-template-template-thankyou2 #rmp_menu_trigger-3090,
    .page-template-template-subject-enquiry #rmp_menu_trigger-3090,
    .page-template-template-homepage-2025-version2-0 #rmp_menu_trigger-3090 {
        right: 5%;
    }
    .header-top {
        padding: 6px 10px;
    }
    .home-v2-section1-title2 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-v2-section1 {
        padding-top: 30px;
    }
    .home-v2-section1-half-image-wrapper {
        /*width: auto;*/
        /*height: 250px;*/
    }
    .home-v2-section4-title-wrapper {
        flex-direction: column;
    }
    .home-v2-section4-title-wrapper-half {
        width: 100%;
    }
    .home-v2-section1-each-service-block-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-v2-section5-rating-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-v2-section9-course-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-inner-right .footer-each-column {
        width: 100%;
        margin-bottom: 15px;
    }
    .home-v2-section10-inner-wrapper-top-inner h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .home-v2-section7-half-image-wrapper {
        padding-right: 0;
    }
    .home-v2-section11-inner-wrapper {
        padding: 25px;
    }
    .thank-you-wrapper {
        padding: 30px;
        margin-bottom: 30px;
    }
    .content-box {
        padding: 30px;
    }

    .compare {
        min-width: 300px;
    }
    .brand-head img {
        max-width: 100px;
    }
    .compare thead th.first-head {
        max-width: 200px;
    }
    .compare thead th.third-head {
        max-width: 100px;
    }
    .compare thead th:nth-child(2),
    .compare thead th:nth-child(3) {
        padding: 15px 10px;
    }
    .home-v2-section9-course-each-block,
    .home-v2-section7-each-block {
        align-items: center;
    }
    .home-v2-section9-course-title-block h4,
    .home-v2-section9-course-details-block,
    .home-v2-section9-title1 h2, 
    .home-v2-section10-title2 h2, 
    .home-v2-section11-title2 h2, 
    .compare-title,
    .home-v2-section2-title span, 
    .home-v2-section4-title h2, 
    .home-v2-section5-title h2, 
    .home-v2-section7-half-title h2,
    .home-v2-section4-title2,
    .home-v2-section9-title2,
    .home-v2-section7-title-block,
    .home-v2-section7-details-block {
        text-align: center;
    }
    .home-v2-section10-inner-wrapper-top {
        padding-bottom: 50px;
    }
    .yes::before, .no::before, .yes-dark::before {
        width: 20px;
        height: 20px;
    }
    .home-v2-section8 {
        padding-top: 0;
    }
    .home-v2-section7-half-button-wrapper {
        margin: 35px auto 0;
    }
    .home-v2-section4-arrow-wrapper {
        justify-content: center;
        padding-top: 15px;
    }
    .home-v2-section4-slider-wrapper {
        margin-top: 15px;
    }
}
/*New styles*/
.responsive-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#subject-results a{
	color: #000;
	font-family: "Poppins", sans-serif;
}
.form-group{
	margin-left: 10px;
}
