* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
  }
  
  body {
    font-family: var(--font-family-OpenSans);
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
  }

  :root {
      --font-family-OpenSans: "Open Sans", sans-serif;
      --font-family-Ubuntu: "Ubuntu", sans-serif;
      --main-color: rgb(66, 152, 239);
      --main-color-light: rgb(66, 152, 239, 0.15);
      --heading-color: rgb(0, 34, 69);
  }
  
  h1, h2, h3, h4, h5, h6{
      font-family: 'Ubuntu', sans-serif;
  }
  
  
  a {
    text-decoration: none;
    cursor: pointer;
    color: #00868c;
  }
  
  button,
  a:hover,
  a:focus,
  a:visited,
  a {
    text-decoration: none !important;
    outline: none !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    position: relative;
    margin: 0px;
    background: none;
    color: var(--heading-color);
    font-family: var(--font-family-Ubuntu);
  }
  
  input,
  button,
  select,
  textarea {
    overflow: hidden;
  }
  
  
  
  .text,
  p {
    position: relative;
    line-height: 27px;
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--font-family-OpenSans);
  }
  
  
  ul,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
  }
  
  
  
  /* ----------------------scroll-start----------------------------- */
  body::-webkit-scrollbar {
      width: 10px;
  }
  
  body::-webkit-scrollbar-track {
      background: #ffffff;
      border-radius: 3%;
      height: 80%;
  }
  
  body::-webkit-scrollbar-thumb {
      background-color: #00868c;
      border-radius: 4px;
  }
  
  /* ------------------------scroll-end----------------------------- */
  
  /* -------------------------cursor-start-------------------------- */
  .cursor-dot,
  .cursor-outline {
      position: absolute;
      pointer-events: none;
      transform: translate(-50%, -50%);
      z-index: 9999;
  }
  
  .cursor-dot {
      width: 8px;
      height: 8px;
      background-color: var(--main-color);
      border-radius: 50%;
  }
  
  .cursor-outline {
      width: 30px;
      height: 30px;
      border: 2px solid var(--main-color);
      border-radius: 50%;
      transition: transform 0.1s ease, opacity 0.1s ease;
  }
  
  .cursor {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 9999;
  }
  
  /* ---------------------------cursor-end---------------------------- */
  
  /* -----------------------pre loader area start--------------------  */
  #loading {
      background-color: #fff;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 999999;
      top: 0;
      left: 0;
  }
  
  #loading-center {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .spinner {
      border: 8px solid #f3f3f3;
      border-top: 8px solid #002143;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }
  
      100% {
          transform: rotate(360deg);
      }
  }
  /* ------------------------pre loader area end--------------------------  */
  
  
   /*-------------------- Main Slider Section  -----------------------------*/
   
  
  /* banner-start */
  
  .banner-slider {
    position: relative;
  }
  
  .banner-slider .slider-icons-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .banner-slider .banner-layer {
    position: absolute;
    left: -15px;
    top: 190px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  
  .banner-slider .banner-layer-two {
    position: absolute;
    left: 462px;
    top: 145px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  
  .banner-slider .banner-layer-three {
    position: absolute;
    top: auto;
    left: 450px;
    bottom: 220px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
  }
  
  .banner-slider .banner-layer-six {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
  .banner-slider .title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    transform-origin: top;
    color: #00868c;
    letter-spacing: 1.8px;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  
  .banner-slider .title:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 2px;
    line-height: 1em;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }
  
  .banner-slider .banner-content h1 {
    color: #002448;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 700;
  }
  
  .banner-slider .banner-content p {
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .banner-btns-1 {
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    display: inline-grid;
    padding: 10px 15px 10px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #00868c;
    font-family: var(--font-family-OpenSans);
    letter-spacing: 0.50px;
    }
  
  .banner-btns-1:hover{
    background-color: #002448;
    color: #ffffff;
  }
  
  
  
  .banner-btn .banner-btns-1 {
    margin-right: 15px;
  }
  
  
  @media only screen and (max-width: 1750px) {
    .banner-slider .image-column .image img {
        min-width: 100%;
    }
  }
  
  .carousel-item {
    height: 600px;
  }
  
  
  .city-text h1 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  .city-text h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 40px;
    font-weight: 700;
    margin: 20px 0px;
  }
  
  #multiple-btns .btn:hover{
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
  }
  
  
  .multiple-btns a:last-child {
    margin-right: 0; 
  }
  
  .city-text span {
    color: #ffffff;
  }
  
  .city-text p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 28px;
    letter-spacing: 0.50px;
  
  }
  
  .home-banner-section {
    padding: 40px 0;
  }
  
  .container.hero-section{
    padding: 95px 0px;
  }
  
  .cta-button {
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #0f213c;
    color: #0f213c;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
  }
  
  .cta-button:hover {
    background-color: #555c63;
  }
  
  .carousel-indicators button {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #002143;
    height: 30px !important;
    font-weight: 800;
    border: 2px solid #00868c !important;
    padding: 5px !important;
  }
  
  .carousel-indicators .active {
    color: #00868c;
  }
  
  .carousel-indicators {
    height: fit-content; 
    width: auto;
    bottom: 0 !important;
    left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
    flex-direction: row;
  }
  
  .carousel-indicators [data-bs-target] {
    background: transparent !important;
    text-indent: unset !important;
  }
  
  .carousel-control-prev {
    left: 0;
    right: auto;
  }
  
  /* Style for the carousel control buttons */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #fff;
  }
  
  button.carousel-control-prev {
    text-align: end !important;
    left: 82% !important;
  }
  
  
  /* Style for the control icons */
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  



  
  @keyframes fadeLeftUp {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeRight {
    0% {
      opacity: 0;
      transform: translateX(50px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  /* Base animation */
  .fade-left {
    opacity: 0;
    animation: fadeLeftUp 1.5s cubic-bezier(0.25, 1, 0.5, 1) both;
  }
  
  /* Staggered delays for elements */
  .fade-left:nth-child(1) { animation-delay: 0.3s; }
  .fade-left:nth-child(2) { animation-delay: 0.6s; }
  .fade-left:nth-child(3) { animation-delay: 0.9s; }
  .fade-left:nth-child(4) { animation-delay: 1.2s; }
  
  .fade-right {
    opacity: 0;
    animation: fadeRight 1s cubic-bezier(0.25, 1, 0.5, 1) both 0.8s;
  }
  
  /* banner-end */
  
   /*-------------------- End Main Slider Section  -----------------------------*/
  
   
  
   
  /*----------------------- About Section -----------------------------------*/
  
  .about-section {
    position: relative;
    padding: 40px 0px 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  @media screen and (min-width: 2000px) {
    .about-section {
      padding: 10% 0px 150px;
    }
  }
  
  
  .about-head .title:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 4px;
    line-height: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
  }
  
  
  .form-sec{
    background-color: #000000;
    font-family: var(--font-family-Ubuntu);
    border-radius: 10px;
  }
  .form-sec h2{
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  }
  
  .form-control {
    border-radius: 3px !important;
    background-color: transparent !important;
    color: #ffffff !important;
  }
  
  .form-control {
    padding: 5px 5px;
  }
  
  
  label
 {
    margin-bottom: .2rem;
    font-family: var(--font-family-Ubuntu);
    font-size: 13px;
    letter-spacing: 0.50px;
}
  .form-control:focus {
    border-color: #fff !important;
    box-shadow: none !important;
  }
  
  .form-check-input[type=checkbox] {
    border-radius: 3px !important;
  }
  
  
  .form-check-input {
    width: 14px !important;
    height: 14px !important;
  }
  
  .text-end {
    text-align: right;
  }
  
  .form-sec {
        border: 1px solid #ffffff!important;
    }
    
    .text-white.p-4.form-sec
     {
        padding: 1rem !important;
    }

  .form-sec .btn {
    font-size: 13px !important;
    border-radius: 4px !important;
    padding: 8px 20px 8px;
    cursor: not-allowed !important;
    border-color: #00868c;
    letter-spacing: 1.0px;
    background: #00868c;
    }
    .form-sec .btn:hover
     {
        background: #fff;
        border: 0px solid #fff;
        color: #000 !important;
    }
  .form-sec{
    background-color: transparent;
    font-family: var(--font-family-Ubuntu);
    border: 2px solid #ffffff;
  }
  
  .form-text h5{
    font-size: 16px;
    font-weight: 800;
    color: #00868c;
    line-height: 28px;
    letter-spacing: 0.50px;
    margin-bottom: 0px;
  }
  .form-text h2{
    font-size: 28px;
    color: #00868c;
    font-weight: 900;
    line-height: 33px;
    letter-spacing: 0.50px;
  }
  .form-text p{
    font-size: 15px;
    line-height: 27px;
    color: #2b2b2b;
    letter-spacing: 0.50px;
  }
  .check li{
    font-size: 15px;
    font-weight: 600;
    color: #00868c;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  
  .form-text .btn{
    border: 2px solid #00868c;
    color: #00868c;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 13px;
  }
  .form-text .btn:hover{
    border: 2px solid #2b2b5e;
    color: #2b2b5e;
    background-color: transparent;
  }
  
  .about-head .title {
    position: relative;
    font-weight: 900;
    letter-spacing: 1.8px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .about-head h2 {
    line-height: 38px;
    margin-bottom: 20px;
    font-size: 30px;
}
  
  .about-section .about-content .bold-text p {
    font-weight: 500;
    line-height: 28px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    }
  
  .about-section .about-content .text p {
    line-height: 28px;
    color: #e4e4e4;
    margin-bottom: 20px;
    font-size: 14px;
    }
  
  .about-section .line{
    padding-bottom: 30px;
    /*border-bottom: 2px dashed #00868c;*/
  }
  
  .about-section .about-box {
    position: relative;
  }
  
  .about-section .about-box .box-inner-img {
    position: relative;
    font-weight: 500;
    float: left;
    color: #00868c;
    font-size: 22px;
    padding-top: 10px;
    padding-left: 95px;
    font-family: var(--font-family-Ubuntu);
    line-height: 32px;
  }
  
  .about-section .about-box .box-inner-img span {
    position: relative;
    display: block;
    font-weight: 400;
    opacity: 0.5;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    font-family: var(--font-family-OpenSans);
  }
  
  .about-section .about-box .about-short-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
  }
  
  .about-section.style-two .about-box .box-inner-img span {
    color: #00868c;
    opacity: 1;
  }
  
  
  a#buts:hover {
    background: #ffffff;
    color: #00868c;
  }
  
  /*----------------------- About Section End -----------------------------------*/
  
  
  /*------------------------------- choose-section --------------------------------*/
  
  .choose-section {
    padding: 60px 0px;
    background-color: #e2f0fd;
  }
  .sec-title{
    text-align: center;
    margin-bottom: 50px;
  }
  
  .choose-section .sec-title h2{
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px
    
  }
  .sec-title .title {
    position: relative;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #00868c;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  
  .sec-title .title:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 4px;
    line-height: 1em;
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }

  .choose-section .choose-img-colum .image {
    position: relative;
    padding: 10px 10px;
    z-index: 1;
  }
  
  
  .choose-section .choose-img-colum .image .triangle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-bottom: 200px solid #00868c;
    border-right: 200px solid transparent;
  }
  
  .choose-section .choose-img-colum .image .triangle-two {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-top: 200px solid #00868c;
    border-left: 200px solid transparent;
  }
  
  .choose-section .choose-img-colum .choose-count {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 25px;
  }
  
  .choose-section .choose-img-colum .choose-count:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.5;
    background-color: #00868c;
  }
  
  /* Fact Counter */
  
  .choose-count {
    position: relative;
    z-index: 1;
  }
  
  .choose-count .column {
    position: relative;
    margin-bottom: 10px;
  }
  
  .choose-count .column .inner {
    position: relative;
    text-align: center;
  }
  
  .choose-count .column .inner:before {
    position: absolute;
    content: "";
    right: -10px;
    top: 12px;
    height: 52px;
    width: 1px;
    background-color: #ffffff;
  }
  
  .choose-count .column:last-child .inner:before {
    display: none;
  }
  
  .choose-count .column .inner .content {
    position: relative;
  }
  
  .choose-count .count-outer .percentage {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    line-height: 1em;
  }
  
  .choose-count .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    line-height: 1em;
    font-size: 24px;
    color: #ffffff;
    font-family: var(--font-family-Ubuntu);
  }
  
  .choose-count .column .inner .count-text {
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    margin-top: 15px;
  }
  
  .choose-count .column .inner .count-texts {
  
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
  }
  
  .choose-count .column .rating .fa {
    position: relative;
    color: #ffd233;
  }
  
  .choose-count .column .rating {
    position: relative;
    color: #ffffff;
    margin-top: 18px;
  }
  
  .choose-count.style-two .column .inner .count-outer {
    font-size: 66px;
  }
  
  .choose-count.style-two .column .inner:before {
    right: -15px;
    top: 15px;
    width: 1px;
    height: 85px;
    opacity: 0.3;
  }
  
  
  .choose-section .content-column .text {
    position: relative;
    color: #e4e4e4;
    margin-bottom: 45px;
    line-height: 30px;
  }
  
  .choose-section .content-column .choose-list p{
    line-height: 27px;
    font-size: 15px;
    color: #5d5d5d;
    font-family: var(--font-family-OpenSans);
  
  }
  
  
  .choose-section .content-column .choose-list li {
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 85px;
    padding-bottom:10px;
    margin-bottom:10px;
  }
  .choose-section .content-column .choose-list li strong{
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 28px !important;
  }
  
  .choose-section .content-column .choose-list li:before {
    position: absolute;
    content: "";
    left: 29px;
    top: 20px;
    bottom: -45px;
    width: 2px;
    opacity: 0.5;
    border-right: 2px dashed #00868c;
  }
  
  .choose-section .content-column .choose-list li:last-child:after,
  .choose-section .content-column .choose-list li:last-child:before {
    display: none;
  }
  
  .choose-section .content-column .choose-list li:after {
    position: absolute;
    content: "";
    left: 80px;
    bottom: 0px;
    right: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .choose-section .content-column .choose-list li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .choose-section .content-column .choose-list li .number {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 40px;
    height: 40px;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    color: var(--white-color);
    background-color: #00868c;
    font-family: var(--font-family-Ubuntu);
  }
  
  .choose-section .content-column .choose-list li strong {
    position: relative;
    font-weight: 700;
    display: block;
    line-height: 1.3em;
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: var(--font-family-Ubuntu);
  }
  
  .choose-section .content-column .choose-list li .number:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    z-index: -1;
    border-radius: 50px;
    background-color: #00868c;
  }
  
  .choose-section .content-column .choose-list li .number:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 50px;
    height: 50px;
    opacity: 0.4;
    z-index: -1;
    border-radius: 50px;
    background-color: #00868c;
  }
  
  
  /*------------------------------- choose-section End --------------------------------*/
  
  
  
  
  /*------------------- How-it-work Section  -----------------------------*/
  
  
  .howitwork-sec {
    padding: 60px 0px;
  }
  
  .howitwork-sec .inner-container {
    position: relative;
  }
  

  .howitwork-sec .hiw-icons {
    position: absolute ;
    left: -132px ;
    top: -100px ;
    width: 150px;
    height: 80px;
  }
  
  
  
  .howitwork-card {
    margin-bottom: 25px;
  }
  
  .howitwork-card .hiw-box {
    padding: 25px 25px;
    background-color: #002143;
    border: 1px solid #00868c;
    height: 100%;
  }
  
  
  .howitwork-card .hiw-box .icon {
    width: 74px;
    height: 74px;
    line-height: 72px;
    text-align: center;
    border-radius: 50px;
    font-size: 34px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    transition: all 600ms ease;
    text-shadow: 1px 1px 0 #00868c, -1px -1px 0 #00868c, 1px -1px 0 #00868c, -1px 1px 0 #00868c, 1px 1px 0 #00868c;
    
  }
  
  .howitwork-card .hiw-box:hover .icon {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
    transform: scale(-1) rotate(180deg);
    text-shadow: 1px 1px 0 #00868c, -1px -1px 0 #00868c, 1px -1px 0 #00868c, -1px 1px 0 #00868c, 1px 1px 0 #00868c;
  }
  
  .howitwork-card .hiw-box h5 {
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .howitwork-card .hiw-box h5 {
    color: #ffffff;
  }
  
  .howitwork-card .hiw-box p {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 0;
  }
  
  
  .howitwork-sec .sec-title h2{
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  
  
  .howitwork-sec .image-column .image {
    position: relative;
    padding: 10px 10px;
    z-index: 1;
  }
  
  .howitwork-sec .image-column .image img {
    width: 100%;
  }
  
  .howitwork-sec .image-column .image .triangle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-bottom: 200px solid #00868c;
    border-right: 200px solid transparent;
  }
  
  .howitwork-sec .image-column .image .triangle-two {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-top: 200px solid #00868c;
    border-left: 200px solid transparent;
  }
  
  
  /*------------------- How-it-work Section End  -----------------------------*/
  
  
  /*------------------- Faqs Section  -----------------------------*/
  
  .faq-sec {
    padding: 60px 0px;
    background-color: #f4f9fe;
  }
  

  .faq-sec .accordion-colum .inner-column {
    position: relative;
  }
  
  .faq-sec .sec-title h2 {
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  
  .accordion-item {
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 15px !important;
  }
  
  .accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  
  .accordion-button:focus {
  box-shadow: none !important; 
  }
  
  .accordion-button:not(.collapsed) {
        background-color: #00868c !important;
        color: #ffffff !important;
        padding: 18px 20px 0px 20px !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }
  
  
  .accordion{
    --bs-accordion-border-width: 0 !important;
  }
  
  .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
  }
  
  
  .accordion-button {
      font-size: 16px !important;
      cursor: pointer !important;
      line-height: 30px !important;
      font-weight: 600 !important;
      padding: 18px 20px !important;
      text-transform: capitalize !important;
      color: #333 !important;
      transition: all 500msease !important;
      background-color: #ebf4fe !important;
      font-family: var(--font-family-OpenSans);
  }
  
  .accordion-body{
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0.50px;
    background: #00868c;
    border-end-end-radius: 5px;
    border-end-start-radius: 5px;
  
  }
  
  
  .accordion-box .block {
    border-radius: 8px;
    overflow: hidden;
    background-color: #00868c;
    margin-bottom: 20px;
  }
  
  .accordion-box .block .acc-btn {
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    font-weight: 500;
    padding: 18px 50px 18px 30px;
    text-transform: capitalize;
    color: #333;
    transition: all 500ms ease;
    background-color: #ebf4fe;
  }
  
  .accordion-box .block .icon-outer {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #00868c;
    transition: all 500ms ease;
  }
  
  
  .accordion-box .block.active-block .acc-btn {
    background-color: #00868c;
  }
  
  .accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  
  .accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    transition: opacity 0.3s ease;
    
  }
  
  .accordion-box .block.active-block .icon-outer .icon-plus {
    opacity: 0;
  }
  
  .accordion-box .block.active-block .icon-outer .icon-minus {
    opacity: 1;
   
  }
  
  .accordion-box .block .acc-btn.active {
    color: #ffffff;
  }
  
  .accordion-box .block .acc-content {
    position: relative;
    display: none;
  }
  
  .accordion-box .block .acc-content .content-text {
    color: #ffffff;
  }
  
  .accordion-box .block .acc-content.current {
    display: block;
  }
  
  .accordion-box .block .content {
    position: relative;
    padding: 0px 25px 25px 30px;
  }
  
  .accordion-box .block .content .text {
    color: #ffffff;
    line-height: 27px;
    font-size: 15px;
    font-family: var(--font-family-OpenSans);
  }
  
  .accordion-box .block .content p:last-child {
    margin-bottom: 0px;
  }
  
  
  .faq-sec .image-column .image {
    position: relative;
    padding: 10px;
    z-index: 1;
  }
  
  .faq-sec .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
  }
  
  .faq-sec .image-column .image .triangle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-bottom: 200px solid #00868c;
    border-right: 200px solid transparent;
  }
  
  .faq-sec .image-column .image .triangle-two {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-top: 200px solid #00868c;
    border-left: 200px solid transparent;
  }
  
  /*------------------- Faqs Section End  -----------------------------*/
  
  
  /*------------------- Blogs Section  -----------------------------*/
  
  .blog-section {
    padding: 60px 0px;
  }
  
  .blog-section .sec-title h2 {
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  
  .blog-text {
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  color: #002143;
  letter-spacing: 0.50px;
  text-transform: uppercase;
  margin-bottom: 15px;
  }
  
  .blog-text span {
    color: #00868c;
  }
  
  .blog-pra {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    margin: 0 auto;
    letter-spacing: 0.50px;
    
  }
  
  .blog-card {
    background-color: #fff;
    border: none !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .blog-card-content{
    padding: 20px;
  }
  
  .blog-card-content h5{
    font-size: 20px;
      line-height: 28px;
      color: #002448;
  }
  
  .blog-ico span {
    color: #000;
    font-size: 12px;
  }
  
  .blog-ico i {
    margin-right: 5px;
    color: #000;
  }
  
  .blog-para {
    color: #000000;
    line-height: 27px;
    font-size: 15px;
    font-family: var(--font-family-OpenSans);
    font-weight: 500;
    transition: color 0.3s ease;
      
  }
  
  .blog-para:hover{
    background-size: 100% 2px;
  }
  
  .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .blog-card img {
    transition: filter 0.3s ease;
  }
  
  .blog-card:hover img {
    filter: grayscale(100%);
  }
  
  .blog .btn {
    border: 1px solid #002143 !important;
    background: transparent !important;
    color: #002143 !important;
    padding: 8px 12px !important;
    font-size: 15px;
    border-radius: 4px !important;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .blog .btn:hover {
    border: 1px solid #00868c !important;
    color: #00868c !important;
  }
  
  
  /*------------------- Blogs Section End  -----------------------------*/
  
  
  /* -----------------------Service Section--------------------------- */
  
  .service-sec {
    padding: 60px 0px;
  }
  
  .service-sec .inner-container {
    position: relative;
  }
  
  .service-sec .hiw-icons {
    position: absolute ;
    left: -132px ;
    top: -100px ;
    width: 150px;
    height: 80px;
  }
  
  .service-sec .sec-title h2{
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px
    
  }
   
  .service-card {
    padding: 20px;
    border: 1px solid #00868c;
    text-align: left;
    font-family: var(--font-family-Ubuntu);
    position: relative;
    background-color: transparent;
    margin-bottom: 25px;
  }
  
  .service-card h3 {
    font-weight: 500;
    margin: 28px 0px 20px 0px;
    color: #ffffff;
    font-size: 22px;
  }
  
  .service-card p {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 0;
  }
  
  .service-card .read-more {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
  }
  
  .service-card .read-more:hover {
    text-decoration: underline !important;
  }
  
  .service-card .benefit-icon {
    position: absolute;
    right: 32px;
    top: -32px;
    border: 1px solid #00868c;
    padding: 10px;
    background: #00868c;
    border-radius: 5px;
  }
  
  .service-card .benefit-icon img {
    width: 40px;
    height: 40px;
  }
  
  /* -----------------------Service Section End--------------------------- */
  
  
  /* ------------------------Inner About US-------------------------------- */
  
  .about-inner-banner {
    padding: 100px 0 100px;
    background: url(../images/service-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
  }
  
  .about-inner-banner h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0;
  }
  
  .bread-crumb {
    margin-top: 10px;
    padding-left: 0px;
  }
  
  .bread-crumb li {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
  }
  
  .bread-crumb li a {
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
  }
  
  /* ----------------inner-about-page---------------------- */
  .inner-about-page{
    padding: 60px 0px;
  }
  
  
  .inner-about-page .image-column .image {
    position: relative;
    padding: 10px 10px;
    z-index: 1;
  }
  
  .inner-about-page .image-column .image img {
    width: 100%;
  }
  
  .inner-about-page .image-column .image .triangle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-bottom: 200px solid #00868c;
    border-right: 200px solid transparent;
  }
  
  .inner-about-page .image-column .image .triangle-two {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-top: 200px solid #00868c;
    border-left: 200px solid transparent;
  }
  
  .inner-about-page .about-content .bold-text p {
    font-weight: 500;
    line-height: 1.7em;
    font-size: 15px;
    color: #002143;
    margin-bottom: 20px;
  }
  
  .inner-about-page .about-content p {
    font-weight: 500;
    line-height: 1.7em;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
  }
  /* -------------------- End inner-about-page---------------------- */
  
  
  /* ----------------apply-now----------------------- */
  
  #city-form-apply {
    background-color: #ffffff;
    border-top: 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  
  #city-form-apply h2 {
    padding-bottom: 5px;
    color: #0f213c;
  }
  
  #city-form-apply .form-control {
    font-size: 15px;
  }
  
  #city-form-apply label {
    font-size: 15px;
    color: #0f213c;
  }
  
  .apply-text{
    background-color: #00868c;
    color: #ffffff;
    padding: 50px 20px;
    text-align: center;
  }
  
  .apply-card{
    border-radius: 10px;
  }
  
  .apply-text span {
    font-size: 18px;
    font-family: var(--font-family-OpenSans);
  }
  
  .apply-text h2 {
    font-size: 28px;
    padding-bottom: 40px;
    font-family: var(--font-family-OpenSans);
  }
  
  .apply-icon {
    padding: 10px 0px 45px 0px;
  }
  
  .apply-icon i{
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 30px;
  }
  .apply-icon h2 {
    padding-top: 10px;
    font-family: var(--font-family-OpenSans);
  }
  
  .apply-text p {
    line-height: 1.9em;
      color: #e4e4e4;
      font-size: 15px;
  }
  
  /* ----------------End apply-now----------------------- */
  
  
  /* ------------------loaction-list------------------------ */
  
  .loaction-head h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.50px;
    padding: 10px 0px 10px 0px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: var(--font-family-Ubuntu);

}

.loaction-head h2 a {
  color: #002448;
}

.inner-list li {
    list-style: square;
    margin: 0 0 10px 0px;
    color: #00868c;
    letter-spacing: 0.50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

ul.inner-list a {
    text-decoration: none;
    color: #00868c;
}



.inner-list {
    display: flex;
    flex-wrap: wrap;
}

.inner-list li {
    flex: 1 1 calc(25% - 20px); 
}
  
  /* -------------------loaction-list-end------------------- */
  
  
  /* ----------------------contact us---------------------- */
  
  .contact {
    background-image: url(../images/contact-img.jpg);
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  
  
  .cont-foam .form-control {
    border: none !important;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background-color: #e2f0fd !important;
    padding: 15px !important;
    color: #212529 !important;
  }
  
  .cont-foam {
    padding: 30px 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .contact-section .btn{
    background-color: #00868c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px 14px;
  }
  
  .contact-section .btn:hover {
    background-color: #0f213c !important;
    color: #ffffff !important;
  }
  
  .contact-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .contact-heading h2 {
    font-size: 29px;
    color: #002448;
    line-height: 40px;
    margin-bottom: 14px;
    float: left;
    }
  .contact-heading p{
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
    color: #000000;
    text-align: left;
  }
  
  /* ------------------End contact us--------------------------- */
  
  
  /* -- -----------------City-page-banner--------------  */
  
  .city-banner{
    padding: 90px 0px;
    background: linear-gradient(to right, rgba(0, 36, 72, 1), rgba(0, 0, 0, 0)), url(../images/banner-cities-img.jpg);
    background-size: cover;
    background-attachment: fixed;
  
  }
  #mainpages{
    padding: 100px 0px;
    background: linear-gradient(to right, rgba(0, 36, 72, 1), rgba(0, 0, 0, 0.3)), 
                url(../images/cartitleloans.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
#mainpages .title:before {
    position: absolute;
    content: "\f101";
    left: 330px;
    top: 4px;
    line-height: 1em;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }
  .city-banner-text{
    text-align: start;
    margin: 50px 0px 0px;
  }
  #city-banner-foam{
    background-color: #000000c7;
    border-left: #00868c solid 8px;
  }
  
  .city-banner-text .title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    transform-origin: top;
    letter-spacing: 1.8px;
    padding-left: 25px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #ffffff;
  }
  
  .city-banner-text .title:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 4px;
    line-height: 1em;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }
  
  .city-banner-text h1{
    line-height: 62px;
    margin-bottom: 20px;
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .city-banner-text p{
    line-height: 30px;
    color: #e4e4e4;
    padding-bottom: 20px;
    font-size: 15px;
  }
  
  /* -- ----------------- End City-page-banner--------------  */
  
  
  
  /* ------------------testimonial-silder--------------------- */
  .testimonials{
    padding: 60px 0px;
  }
  
  .testimonials .sec-title h2 {
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  .testimonials-item p{
    color: #000000;
    line-height: 27px;
    font-size: 15px;
    font-family: var(--font-family-OpenSans);
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-client h3 {
    font-size: 26px;
  }
  
  .testimonials .image-column .image {
    position: relative;
    padding: 10px 10px;
    z-index: 1;
  }
  
  .testimonials .image-column .image img {
    width: 100%;
  }
  
  .testimonials .image-column .image .triangle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-bottom: 200px solid #00868c;
    border-right: 200px solid transparent;
  }
  
  .testimonials .image-column .image .triangle-two {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-top: 200px solid #00868c;
    border-left: 200px solid transparent;
  }
  
  
  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
    text-align: start !important;
  }
  
  .testimonials .carousel-column .sec-title {
    margin-bottom: 35px;
  }
  
  .testimonials .owl-nav {
    display: none;
  }
  
  .testimonials .owl-dots {
    position: relative;
    margin-top: 40px;
  }
  
  .testimonials .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0px 9px;
    opacity: 0.4;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: #00868c;
  }
  
  .testimonials .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    opacity: 0;
    border: 1px solid #00868c;
  }
  
  .testimonials .owl-dots .owl-dot.active,
  .testimonials .owl-dots .owl-dot:hover {
    opacity: 1;
  }
  
  .testimonials .owl-dots .owl-dot.active::before,
  .testimonials .owl-dots .owl-dot:hover::before {
    opacity: 1;
  }
  
  .testimonials-boxs {
    position: relative;
  }
  
  .testimonials-boxs .testimonials-inner {
    position: relative;
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-icon {
    position: absolute;
    right: 100px;
    bottom: 0px;
  }
  
  .testimonials-boxs .testimonials-inner .text p {
    margin-bottom: 40px;
    color: #000000;
    line-height: 27px;
    font-size: 15px;
    font-family: var(--font-family-OpenSans);
    font-weight: 500;
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-client {
    position: relative;
    font-weight: 500;
    font-size: 32px;
    color: #00868c;
    font-family: var(--font-family-Ubuntu);
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-client .client-img {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 77px;
    height: 73px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-client .box-inner {
    padding-left: 95px;
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-client .test-name {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    padding-left: 80px;
  }
  
  .testimonials-boxs .testimonials-inner .testimonials-client .test-name:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 8px;
    height: 1px;
    opacity: 0.5;
    width: 60px;
    border-bottom: 1px dashed #00868c;
  }
  
  
  .testimonials-boxs {
    display: block !important;
    opacity: 1 !important;
  }
  
  /* ----------------End-testimonial-silder--------------------- */
  
  
  
  /* --------------------city-benefites------------------------- */
  .benefits{
    padding: 60px 0px;
    background-color: #f0f3f7;
  }
  
  
  .benefits .sec-title h2 {
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  
  
  
  .benefit-card {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, 
                rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, 
                rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    background-color: #fff;
    text-align: center;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 100%;
  }
  
  .benefit-image {
    position: relative;
  }
  
  .benefit-image img {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 88%, 50% 100%, 50% 100%, 0 88%, 0% 30%);
    width: 100%;
  }
  
  .benefit-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -25px;
    font-size: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    line-height: 80px;
    border-radius: 50%;
    background-color: #00868c;
    z-index: 2;
    
  }
  
  
  .benefit-text {
    padding: 40px 20px 35px 20px;
  }
  
  .benefit-heading {
    font-size: 20px;
    font-weight: 500;
  }
  
  .benefit-heading {
    color: #00868c;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  }
  
  .benefit-text p {
    margin-bottom: 0;
    color: #000000;
    line-height: 27px;
    font-size: 15px;
    font-family: var(--font-family-OpenSans);
    font-weight: 500;
  }
  
  
  
  .benefit-card:hover {
    background-color: #002448;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 14px 30px 0px, 
                rgba(0, 0, 0, 0.2) 0px 4px 6px 0px, 
                rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }
  
  
  .benefit-card:hover .benefit-image img {
    filter: grayscale(100%) brightness(0.5) contrast(1.2);
    transition: filter 0.3s ease-in-out;
  }
  
  
  .benefit-card:hover .benefit-icon {
    background-color: #ffffff; 
    color: #002448; 
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  
  
  
  .benefit-card:hover .benefit-heading {
    color: #ffffff;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%) 0px 95% / 0px 1px no-repeat;
    transition: color 0.3s ease-in-out;
  }
  
  
  .benefit-card:hover .benefit-text p {
    color: #ffffff;
    transition: color 0.3s ease-in-out;
  }
  
  
  .benefit-card:hover .benefit-image::before,
  .benefit-card:hover .benefit-image::after {
    background-color: #ffffff;
    opacity: 1;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  
  
  /* --------------------End-city-benefites------------------------- */
  
  /* ---------------------city-description-------------------------- */
  
  .city-description{
    padding: 60px 0px;
  }
  
  .city-description .city-title h2 {
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  
  
  .city-title .title {
    position: relative;
    font-weight: 600;
    color: #00868c;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  
  .city-title .title:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 4px;
    line-height: 1em;
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }
  
  .city-title p{
    color: #000000;
      line-height: 27px;
      font-size: 15px;
      font-family: var(--font-family-OpenSans);
      font-weight: 500;
  }
  
  .city-title p a{
    color: #00868c;
  }
  
  
  .city-describe img {
    width: 25px;
  }
  
  .city-describe li {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #0f213c;
  }
  
  .city-describe-cont {
    display: flex;
    align-items: center;
  }
  
  .city-describe-cont .describe-text {
    margin-left: 12px;
  }
  
  .city-describe-cont .describe-text > p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin: 0px;
  }
  .city-describe-cont .describe-text > h3 a {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    color: #00868c;
  }
  
  .describe-icon img{
    width: 50px;
  }
  
  
  .city-description .cities {
    position: relative;
    padding: 10px 10px;
    z-index: 1;
  }
  
  
  .city-description .cities .triangle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-bottom: 200px solid #00868c;
    border-right: 200px solid transparent;
  }
  
  .city-description .cities .triangle-two {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-top: 200px solid #00868c;
    border-left: 200px solid transparent;
  }
  
  /* ----------------------End-city-description---------------------- */
  
  
  /* ------------------loans------------------------ */
  .loans{
    background-color: #002143;
    padding: 60px 0px;
  }
  .loans-card{
    text-align: center;
  }
  .loans-card h2{
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.50px;
    line-height: 28px;
    text-transform: uppercase;
  }
  
  .loans-card p{
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0.50px;
  }
  
  
  /* ------------------End-loans------------------------ */
  
  
  /* ------------------requirements------------------- */
  
  
  .requirement{
    padding: 60px 0px;
    background-color: #f0f3f7;
  }
  
  .requirement .sec-title h2 {
    color: #002448;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  
  
  .required-card:nth-child(1), 
  .required-card:nth-child(2) {
    border-right: 1px solid #d1d0d0;
  }
  
  
  .required-text {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  .required-text .required {
    height: 300px;
    width: 300px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  
  .required-text .required img {
    clip-path: circle(49%);
      height: 300px;
      width: 300px;
      margin: auto;
      border-radius: 50%;
      border-right: 15px solid #00868c;
      border-style: double;
  }
  
  .required-text .required span {
    position: absolute;
    left: 50px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    z-index: 9;
    background: #00868c;
    border-radius: 50px;
    font-weight: 500;
  }
  .required-text .required span::after {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: 1px solid #ffffff;
    content: "";
    border-radius: 50%;
    opacity: 0.8;
  }
  
  .required-text h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
  }
  
  .required-text p {
    color: #000000;
      line-height: 27px;
      font-size: 15px;
      font-family: var(--font-family-OpenSans);
      font-weight: 500;
  }
  
  
  /* ------------------End-requirements------------------- */
  
  /* ------------city-page hiw---------------- */
  
  
  .hiw-card-1 {
    margin-right: 68px;
  }
  .hiw-card {
    position: relative;
    text-align: center;
  }
  
  .hiw-main {
    position: relative;
    height: 142px;
    width: 142px;
    margin: 0 auto;
  }
  
  .hiw-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 117px;
    width: 113px;
    border: 2px solid #00868c;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  .hiw-img img{
    width: 40%;
  }
  
  
  .hiw-no {
    position: absolute;
    bottom: 20px;
    left: 23px;
    background-color: #00868c;
    z-index: 2;
    padding: 4px 26px 3px 20px;
  }
  
  .hiw-no:before {
    position: absolute;
    top: -5px;
    right: 15px;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    color: #000000;
  }
  
  .hiw-no p {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 26px;
    margin-bottom: 0;
  
  }
  
  .hiw-content {
    position: relative;
    display: block;
  }
  .hiw-content h3 {
    font-weight: 500;
    line-height: 30px;
    font-size: 22px;
    margin: 15px 0px;
  }
  
  .hiw-content p {
    color: #000000;
      line-height: 27px;
      font-size: 15px;
      font-family: var(--font-family-OpenSans);
      font-weight: 500;
  }
  
  .hiw-card-2, .hiw-card-4 {
    margin: 35px 44px 0px 22px;
  }
  
  .hiw-shape1 {
    position: absolute;
    top: -45px;
    left: -115px;
  }
  
  .hiw-shape1 img {
    width: 150px;
  }
  
  .hiw-shape2 {
    position: absolute;
    top: 55px;
    right: -138px;
  }
  
  .hiw-shape2 img {
    width: 150px;
  }
  
  
  /* ------------End city-page hiw---------------- */
  
  
  .choose-intro {
    margin-top: -50px;
  }
  
  .intro-box {
    background-image: radial-gradient(circle farthest-side at center 120%, #002448, #00868c 100%);
    color: #ffffff;
    padding: 25px;
  }
  
  
  .choose-intro-box {
    text-align: center;
  }
  
  .choose-intro-box h6 {
    margin-bottom: 15px;
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
  }
  
  .choose-intro-box p {
    line-height: 27px;
    font-size: 15px;
    color: #ffffff;
    font-family: var(--font-family-OpenSans);
  }
  

  .main-content p{
    font-weight: 600;
      line-height: 1.7em;
      font-size: 15px;
      color: #000000;
      margin-bottom: 0px;
  }
  .main-content h2{
    color: #002448;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
  }
  
  .main-sidebar {
    background-color: #002448;
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  
  .main-sidebar h4 {
      font-size: 20px;
      font-weight: 900;
      text-align: center;
      line-height: 24px;
      border-bottom: 1px solid #fff;
      padding-bottom: 2%;
  }
  
  .main-sidebar ul {
    padding: 10px 10px 0px 10px;
  }
  
  
  .points h5{
    color: #00868c;
  }
  
  .points ul li{
    padding: 8px 0px;
    list-style: circle;
    color: #000;
  font-size: 15px;
  }
  
  
  .main-sidebar ul li {
    margin-bottom: 12px;
  }
  
  .main-sidebar ul li a {
    color: white;
    text-decoration: none;
  }
  
  .main-sidebar ul li a:hover {
    color: #0f213c;
    text-decoration: underline;
  }
  
  .main-sidebar .cta-button {
    padding: 7px 14px;
    font-size: 14px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  
  }
  
  .main-sidebar .cta-button:hover {
    background-color: #ffffff;
    color: #0f213c;
  }
  .cta-button {
    margin-top: 0px !important;
    border-radius: 0px;
  }
  
  
  
  /********************************** main-sidebar-end ********************************/
  
  
  
  
  
  
  
  
  
  