@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  margin: 0;
  padding: 0;
}
:root {
  --primary: #002384;
  --light: #e5f8ff;
  --white: #ffffff;
  --gray: #444444;
}
* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}
.row {
  width: 100%;
  margin: auto;
}
.brand {
  max-width: 150px;
}
header.main-header {
  padding: 20px 0;
}
header.main-header > .nav-container > .row {
  align-items: center;
}
/* @media(min-width:1024px){
header.main-header .container {
    width: 1400px;
}
} */
/* ========banner-style-start======= */
.banner-btn a {
  background: var(--primary);
  height: 45px;
  color: #fff;
  min-width: 150px;
  max-width: 200px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  transition: all .6s;
  display: inline-block;
  padding: 2px;
}
.tag {
  padding-bottom: 12px;
  font-size: 36px;
}
.sub-tag {
  color: var(--primary);
  font-style: italic;
  padding-top: 15px;
  margin: 0;
  font-size: 22px;
}
.banner-card h1 {
  color: var(--primary);
  font-size: 62px;
  line-height: 1.05
}
.redington-banner {
  height: auto;
  display: flex;
  align-items: center;
  min-height: 640px;
  background-position: top center;
  background-size: cover;
}
.banner-card {
  padding: 45px 0 60px 0;
  width: 100%;
}
/* ==========tech-driven========== */
.tech-driven {
  padding-top: 80px;
}
.stu-row {
  /* display: grid;
    place-items: center; */
  align-items: center;
}
/* .did-you-know{
   
} */
.column:first-child {
  background: #012384;
}
/* .sub-left-card{
    
} */
.sub-left-card {
  padding: 20px 15px;
}
.sub-left-card > p, .sub-left-card > h3 {
  color: var(--white);
}
.sub-left-card > p {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0
}
.column:last-child {
  display: flex;
  justify-content: end;
  padding: 0;
}
.column:last-child > img {
  /* max-width: 300px; */
}
.did-you-know {
  display: grid;
  place-items: center;
}
@media(max-width:575px) {
  .column:last-child {
    justify-content: center;
  }
}
/* ==============form-style============ */
input#I-agree {
  border: 1px solid #c4c1c1;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  align-self: flex-start;
}
.check-box {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.check-box label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.signup-top {
  background: white;
  padding: 15px 10px;
}
.signup-form {
  background-color: var(--light);
  padding: 40px 30px;
}
.signup-top > h2 {
  color: var(--primary);
  text-align: center;
}
.signup-top > h4 {
  color: var(--gray);
  text-align: center;
}
.signup-form > p {
  color: var(--gray);
  font-size: 12px;
}
.signup-form input {
  width: 100%;
  height: 40px;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.signup-form select {
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-bottom: 15px;
  color: #757575;
  font-size: 15px;
}
.input-card {
  display: flex;
  justify-content: space-between
}
.input-card div {
  width: 48%
}
.input-card > input:first-child {
  margin-right: 5px;
}
.input-card > input:last-child {
  margin-left: 5px;
}
.signup-form-parent button.sub-btn {
  width: 100%;
  padding: 8px 10px;
  border: 0;
  background: var(--primary);
  color: var(--white);
}
.signup-form-parent {
  position: relative;
  top: -194px;
}
.para {
  padding-top: 20px;
  margin-bottom: 8px;
}
.min-para {
  font-size: 12px;
}
@media(max-width:991px) {
  .signup-form-parent {
    position: static;
  }
}
/* ===============morden-education============ */
section.modern-education {
  margin-top: -116px;
}
.me-card > h2 {
  color: var(--primary);
  text-align: center;
}
.me-card > p {
  text-align: center;
}
.me-card {
  padding-bottom: 25px;
}
.edu-card {
  padding: 45px 40px;
  background-color: var(--light);
}
.edu-card > img {
  max-width: 60px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.edu-card > h4, .edu-card > p {
  text-align: center;
  color: var(--primary)
}
.edu-col {
  /*
  display: flex;
  gap: 20px;
*/
}
.modern-education .edu-col {
  height: 100%;
  background-color: var(--light);
}
.morden-edu-para {
  padding-top: 40px;
  margin-bottom: 0;
}
/* ==========latitude-products========= */
.divider {
  width: 80%;
  border-bottom: 1px solid #87acfc;
  padding: 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
	transform: all 1s;
}
.show-btn {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 8px;
}
.latitude-card > h4 {
  color: var(--primary);
  text-align: center;
  padding-bottom: 0 !important;
	margin: 0;
  min-height: 85px;
}
.latitude-card {
  border: 1px solid var(--primary);
  padding: 8px 25px;
  background-color: var(--white);
  cursor: pointer;
}
.active .latitude-card {
  background: url("../images/group-7.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  border: 1px solid var(--white);
}
.active .latitude-card .show-btn, .active .latitude-card .divider {
  opacity: 0;
}
.latitude-card img {
  transition: all 1s;
	position: relative;
	z-index: 999;
}
.active .latitude-card img {
  transform: scale(1.1) translateY(27px);
  transition: all 1s;
}
.latitude-products {
  padding-top: 80px;
}
#myTabContent {
  padding-top: 80px;
}
.title {
  color: var(--primary);
}
.feature-card {
  background-color: var(--light);
  padding: 15px 25px;
}
.feature-card > img {
  margin-right: 15px;
}
.feature-card {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.feature-card > * {
  align-items: center;
}
.feature-card > p {
  margin-bottom: 0;
}
.feature-card:nth-child(odd) {
  background-color: #f5f5f5;
}
.customizable {
  padding-top: 30px;
}
.ft-name {
  font-weight: bold;
}
.ft-list {
  padding-bottom: 5px;
}
.item-detail.title {
  padding-bottom: 10px;
}
.inner-tab-item {
  cursor: pointer;
  padding: 8px 30px;
  border: 1px solid var(--primary);
  border-radius: 10px;
}
.inner-tabs {
  display: flex;
  gap: 15px;
}
.inner-tab-item > img {
  /*  max-width: 45px;*/
  max-height: 80px;
  width: auto;
}
#inner-nav-tabContent .show img {
  padding-top: 20px;
}
@media(min-width:1199px) {
  /*
  #inner-nav-tabContent .show img {
    max-width: 490px;
  }
*/
}
.spacing {
  margin-bottom: 20px;
}
.spc-top {
  padding-top: 30px;
}
.bottom-btn {
  display: flex;
  justify-content: center;
}
.latitude-card {
  position: relative;
}
.active .latitude-card::after {
  /* content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/ele1.png);
    display: block;
    width: 100%;
    max-width: 278px; */
}
.ft-address {
  padding-top: 15px;
}
footer {
  /*  background-image: linear-gradient(90deg, #d9f9fc, #91aafa);*/
  background: url("../images/Layer-17.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
  margin-top: 80px;
  padding: 20px 0;
}
.footer-left > img {
  max-width: 160px;
}
.social-card-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.cp-para {
  margin-bottom: 0;
  text-align: center;
}
.social-icons > a > img {
  margin-left: 25px;
  width: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-group {
  position: relative;
  padding-bottom: 10px;
}
.form-group span {
  position: absolute;
  color: red;
  left: 2px;
  bottom: 6px;
  font-size: 13px
}
#err9 {
  bottom: -6px !important;
}
.modal-content {
  background: #fff url("../images/pop-bg.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  border-radius: 20px;
  border: 0;
}
.res {
  width: 90%;
  margin: auto;
  text-align: center;
  color: #444444;
  padding-bottom: 1.5rem
}
.res > * {
  font-weight: 400;
}
.res img {
  margin-top: -103px;
}
.res h1 {
  margin-top: 15px;
}
.modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media(max-width: 1600px) {
  .redington-banner {
    min-height: 450px;
    background-position: center;
  }
  .banner-card h1 {
    font-size: 52px;
    line-height: 1.05;
  }
  .banner-card .tag {
    font-size: 30px;
  }
  .signup-form-parent {
    position: relative;
    top: -145px;
  }
}
@media(max-width: 1400px) {
  .redington-banner {
    min-height: 40px;
    background-position: center;
  }
  .banner-card h1 {
    font-size: 40px;
    line-height: 1.05;
  }
  .banner-card .tag {
    font-size: 20px;
  }
  .signup-form-parent {
    position: relative;
    top: -145px;
  }
}
/**/
@media(max-width: 991px) {
  section.modern-education, footer {
    margin-top: 40px;
  }
  .edu-col {
    margin-bottom: 25px;
  }
  .latitude-products, .tech-driven, #myTabContent {
    padding-top: 40px;
  }
  .banner-card > h1 {
    font-size: 35px;
  }
}
@media(max-width: 768px) {
  header.main-header {
    padding: 10px 0 7px 0;
  }
  .social-icons > a > img {
    max-width: 40px;
  }
  .banner-card > h1 {
    font-size: 26px;
  }
  .banner-card .tag {
    font-size: 20px;
    padding-bottom: 0;
    line-height: 1;
  }
  .sub-tag {
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .input-card {
    flex-direction: column;
    width: 100%;
  }
  .input-card div {
    width: 100%;
  }
  .input-card > input:last-child {
    margin-left: 0;
  }
  .input-card > input:first-child {
    margin-right: 0;
  }
  .edu-card {
    width: 100%;
  }
  .banner-card {
    padding: 0 0 150px 0;
  }
  .banner-card h1 {
    font-size: 38px;
    padding-top: 30px;
  }
  .banner-card h1 br {
    display: none
  }
  .banner-card .tag {
    width: 60%;
  }
  .column:last-child > img {
    width: 100%;
  }
  .modern-education .edu-col {
    height: inherit;
  }
  .edu-col {
    margin-bottom: 20px;
  }
  .edu-card {
    padding: 25px 40px;
  }
  .latitude-card {
    padding: 0 5px;
  }
  .latitude-card > h4 {
    font-size: 16px;
    padding-bottom: 0;
    min-height: 55px;
  }
  .divider {
    padding: 5px 0;
  }
  .show-btn {
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .signup-form {
    padding: 20px;
  }
  .signup-form > p {
    text-align: center;
    font-size: 16px;
  }
  .check-box label {
    font-size: 12px;
  }
  .me-card {
    padding: 0 43px;
  }
  .morden-edu-para {
    padding: 0 30px;
    margin-bottom: 0;
  }
  footer .container {
    text-align: center
  }
  .social-card-right {
    justify-content: center;
  }
  .social-icons > a > img {
    max-width: 28px;
  }
  .copy-right .mb-3 {
    margin: 0 !important;
  }
  .signup-form-parent {
    top: 0 !important;
  }
}
.tab-content .tab-pane .item-detail .nav-link.active .inner-tab-item {
  border: 1px solid #D9D9D9;
  background: #f1f1f1
}