@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
  }
  input{
    font-family: "Open Sans", sans-serif;
  }
  a {
    text-decoration: none !important;
    display: inline-block !important;
    font-family: "Open Sans", sans-serif;
  }
  img {
    width: 100%;
    display: block;
  }
  ul {
    padding: 0;
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
  }
  p{
    font-family: "Open Sans", sans-serif;
  }
  :root {
    --c1: linear-gradient(180deg, #455d81, #3D8CC9); /* blue */
    --c2: #def5ed; /* section-bg */
    --c3: #38aefa; /* blue */
    --c4: #0c9353; /* heading-color */
    --c5: #a2a8af; /* text color */
    --c6: #fff; /* white */
    --c7: #000; /* black */
  }
  .wrapper{
	overflow:hidden;
}
.spacing{
  padding: 60px 0;
}
/* header  */
header {
  padding: 10px 0;
}
.logo img {
    width: 220px;
}
.main-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.country-selection {
  display: flex;
  gap: 10px;
  align-items: center;
}
.country-selection select {
  border: 0;
  padding: 8px 0;
  width: 100px;
}
h2#selectedCountry {
  margin: 0;
}
.country-selection select {
  border: 0;
  padding: 0px 4px;
  width: 95px;
  background: transparent;
  font-size: 19px;
  outline: 0;
}
h2#selectedCountry {
  margin: 0;
}
img#selected-flag {
  width: 40px;
  height: 30px;
  object-fit: cover;
  border-radius: 10px;
}
.main-menu ul {
  margin-bottom: 0 !important;
}
.main-menu ul li img {
    width: 30px;
    border-radius: 8px;
}
.main-menu ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-menu ul li a {
  font-weight: 600;
  color: var(--c7);
}
/* header  */
/* banner */
.banner-img {
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
}
section.banner-section {
  position: relative;
}
.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-form-inp {
  display: flex;
  align-content:center;
  margin-bottom: 15px;
  align-items: center;
  border: 2px solid #ccced5;
  border-radius: 10px;
}
.banner-form-inp .iti--separate-dial-code .iti__flag-container .phone-input {
    width: 68% !important;
}
.banner-form-body {
  padding: 30px 40px;
}
.banner-form-inp-icon {
  width: 76px;
  height: 70px;
  line-height: 25px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #ccced5;
}
.banner-form-inp input {
  padding: 20px 12px;
  width: 100%;
  border-radius: 0 10px 10px 0;
  border-left: 0;
  outline: 0;
  border: 0;
}
.banner-form-inp-icon i {
  font-size: 34px;
  color: var(--c6);
  background: var(--c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .web-btn a {
  padding: 12px 50px;
  border: 0;
  background: var(--c1);
  color: var(--c6);
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
} */
.banner-form-title h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--c7);
  margin-bottom: 7px;
}
.banner-form-title h2 span {
  color: var(--c3);
}
/* banner */
/* assignment solution */
.assignment-solution-title h1 {
  font-size: 62px;
  font-weight: 600;
  color: var(--c7);
}
.assignment-solution-title h1 span {
  color: var(--c3);
}
.assignment-solution-title p {
  font-size: 19px;
  color: var(--c7);
  font-weight: 400;
}
/* assignment solution */
/* no form no app  */
.web-title h2, .web-title h3 {
  font-size: 42px;
  font-weight: 600;
  color: var(--c7);
}
.web-title h3 span {
  font-weight: 400;
}
.web-title h2 span {
  color: var(--c3);
}
.talk-to-us-form .banner-form-inp input {
  background-color: transparent;
}
.no-app-no-form-body {
  padding-top: 60px;
}
.talk-to-us-form-title h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 40px;
}
.talk-to-us-form-title p {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}
.no-app-no-form-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.no-app-no-form-img img {
  width: 78%;
  margin: 0px 0px 0 auto;
  position: relative;
  z-index: 99;
  margin-top: 60px;
}
/* no form no app  */
/* our price  */
.our-price-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.our-price-title h2 {
  color: var(--c6);
  font-size: 62px;
  font-weight: 700;
}
.our-price-title p {
  color: var(--c6);
  font-size: 25px;
  font-weight: 500;
}
/* our price  */
/* student consultant */
.student-consultant-title h2 {
  font-size: 62px;
  font-weight: 600;
}
.student-consultant-title p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.university-card img {
  object-fit: cover;
  box-shadow: 0 0 10px 0px #898787;
  border-radius: 30px;
}
.university-card {
  margin: 0 10px;
}
.university-slider .slick-track {
  padding: 10px 0;
}
/* student consultant */
/* personal conultant  */
.consultant-content h3 {
  font-size: 42px;
  font-weight: 600;
  color: var(--c7);
}
.consultant-content h3 span{
  color: var(--c3);
}
.consultant-content p {
  font-size: 20px;
  font-weight: 500;
}
.banner-form-inp-btn input,
.web-btn a {
  padding: 10px 21px;
  border-radius: 50px;
  color: var(--c6);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.8s;
  background-image: url(../images/btn-bg.jpg);
  border-radius: 0;
  border: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.text-me-btn .lead-button {
  padding: 10px 40px;
  border-radius: 50px;
  color: var(--c6);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.8s;
  background-image: url(../images/btn-bg.jpg);
  border-radius: 0;
  border: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-btn input{
  padding: 10px 50px;
}
.web-btn a:hover {
  background: var(--c3);
  color: var(--c6);
}
.consultant-content-before {
  position: relative;
}
.consultant-content-before::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  background-color: #f7d2d4;
}
.about-us marquee .brand-marquee {
  display: flex;
}
.brand-card {
  margin: 0 20px;
}
.about-us {
  margin-top: 50px;
}
.about-us-title h2 {
  font-size: 62px;
  padding-bottom: 20px;
  font-weight: 700;
}
.consultant-content-btn a {
  color: var(--c6);
}
/* personal conultant  */
/* testimonials */
.testimonial-img img {
  width: 85px;
  margin: 0 auto;
}
.testimonial-card {
  background-color: #f3f3f3;
  height: 260px !important;
  margin: 0 10px;
  padding: 0px 20px;
  border-radius: 20px;
}
.testimonials-slider .slick-track {
  padding-top: 70px;
}
.testimonial-img {
  margin-top: -45px;
  margin-bottom: 25px;
}
.testimonial-content {
  text-align: center;
}
.testimonial-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 9px;
}
.testimonial-content span {
  font-size: 21px;
  color: var(--c3);
  font-weight: 500;
}
.rating-star i {
    font-size: 17px;
    margin-top: 5px;
    color: orange;
}
.testimonials-title h2 {
  font-size: 52px;
  font-weight: 700;
}
.testimonials-title p {
  font-size: 19px;
  color: var(--c7);
}
/* testimonials */
/* consultant contact  */
.consultant-contact-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.consultant-contact-title h2 {
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  color: var(--c7);
}
.consultant-contact-content p {
  font-size: 19px;
  color: var(--c7);
  font-weight: 400;
}
.consultant-contact-content span {
  font-size: 34px;
  font-weight: 500;
  color: var(--c7);
}
.consultant-contact-content p:last-child {
  padding-top: 50px;
}
.last-para {
  padding-top: 20px;
}
.consultant-calling {
  padding-bottom: 20px;
}
.consultant-calling input {
  border: 0;
  padding: 10px 0px;
  outline: 0;
  padding-left: 100px !important;
}
span.iti__country-name {
  color: var(--c7);
  font-size: 14px;
}
span.iti__dial-code {
  color: var(--c7);
  font-size: 14px;
}
.consultant-calling {
  display: flex;
  justify-content: center;
  background-color: var(--c6);
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 0px;
  justify-content: center;
  max-width: 80%;
}
.text-me-btn a {
  color: var(--c6);
  border: 0;
  transition: all .8s;
}
/* consultant contact  */
/* faq */
.faq-title h2 {
    font-size: 42px;
    font-weight: 600;
}
.faq-ques {
    text-align: center;
}
.faq-ques a {
    font-size: 18px;
    color: var(--c7);
    font-weight: 500;
    transition: all .5s;
}
.faq-question {
    padding-top: 10px;
}
.faq-ques a:hover {
    color: var(--c3);
}
/* Custom Alert Box Styling */
.custom-alert {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--c3);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
  width: 520px;
}
.custom-alert button {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.custom-alert button:hover {
  background: #0056b3;
}
.custom-alert p {
  color: var(--c6);
}
.custom-alert button {
  padding: 10px 50px;
  border-radius: 30px;
  background-color: var(--c6);
  color: var(--c3);
  font-weight: 700;
  font-size: 19px;
  transition: all .8s;
}
.custom-alert button:hover{
  background-color: var(--c7);
}
.faq-sec {
  padding: 30px 0;
}
/* faq */
/* footer  */
.footer-social {
  display: flex;
  gap: 10px;
}
.social-links a img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50px;
  object-position: center;
}
.footer-social-links h2 {
  color: var(--c6);
}
.footer-mail p, .footer-mail a {
  color: #ffffff !important;
  font-size: 28px;
  transition: all .8s;
  margin-top: 10px;
}
.footer-mail a:hover {
  color: var(--c3);
}
.footer-menu a {
  color: var(--c6);
  margin: 0 10px;
  font-size: 16px;
  transition: all .8s;
}
.footer-menu a:hover{
  color: fff !important;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
a.before-line {
  position: relative;
}
a.before-line::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--c6);
  left: -10px;
}
/* footer  */
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
}

/* Custom caret */
.custom-select-wrapper::after {
  content: "\25BC"; /* Unicode for a downward arrow */
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent interaction */
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
}
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}
/* Custom caret */
.custom-select-wrapper::after {
  content: "\25BC"; /* Unicode for a downward arrow */
  font-size: 20px;
  color: var(--c3);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent interaction */
}
.desktop-none{
  display: none !important;
}
.no-app-no-form-img {
  position: relative;
}
.chats-slider {
  position: absolute !important;
  top: 3px;
  width: 38%;
  left: 337px;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
}
.chats-slider img {
    height: 440px;
    object-fit: contain;
    border-radius: 20px;
    width: 100%;
    margin: 0;
}
.text-me-btn a {
  padding: 10px 40px;
}
.iti__selected-flag {
  background-color: transparent !important;
}
.brands .brand-marquee{
  display: flex;
}


.trm-sec2-main {
    padding-top: 3%;
}
.trm-sec2_head h1 {
    font-weight: 600;
    color: var(--c7);
}
.trm-sec2_head_txt p {
    font-size: 17px;
    color: var(--c7);
    font-weight: 400;
    padding-left: 3%;
}
.trm-sec2_head h3 {
    font-weight: 600;
    color: var(--c7);
}
.trm-sec2_headng h3 {
    font-weight: 600;
    color: var(--c7);
}
.trm-sec2_headng_text p {
    font-size: 17px;
    color: var(--c7);
    font-weight: 400;
    padding-left: 3%;
}
ul.contact-mail {
    padding-left: 4%;
    margin-bottom: 2%;
}
ul.contact-mail li {
    list-style: disc;
}
ul.contact-mail li p {
    padding-left: 5px;
}




.wrappers {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wrappers.show {
  left: 20px;
}
.wrappers header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #4070f4;
  font-size: 32px;
}
header h2 {
  color: #4070f4;
  font-weight: 500;
}
.wrappers .data {
  margin-top: 16px;
}
.wrappers .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrappers .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

.whatsappicon {
    top: 65%;
}
.whatsappicon {
    position: fixed;
    top: 55%;
    left: 1%;
    width: 120px;
    z-index: 9999999999;
    overflow: hidden;
    padding: 0;
    display: block;
}
.whatsappicon a img {
    width: 50px;
    height: 50px;
}
p.footer-text-bottom {
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-size: 17px;
    margin-bottom: 0px;
}
.phone-inputs {
    width: 100% !important;
}
.talk-to-us-form-title .banner-form-inp:nth-child(2) .banner-form-inp-icon{
    width: 60%;
}
.banner-form-inp-btn {
    margin-top: 30px;
}
.phone-inputs-sec {
    width: 134% !important;
}