*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lato, sans-serif;

}

body, button, input, select, textarea {
  color: #2b2b2b !important;
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  background: #f5f5f5;
}



/* header */


.nav-link-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}


.nav-link-wrapper .dropdown-toggle {
  margin-left: -8px; 
}



/* Change "About Us" link and icon to white on hover */
.nav-link-wrapper:hover .nav-link,
.nav-link-wrapper:hover .dropdown-toggle {
  color: white !important;
}


.nav-link-wrapper .nav-link,
.nav-link-wrapper .dropdown-toggle {
  color: #333 !important;
}

a.nav-link.main {
  background: #00CDE5;
  color: #ececec !important;
}

.navbar {
  background-color: white;
  padding: 1rem 2rem;
  border-bottom: 2px solid #ececec;
  font-family: Lato, sans-serif;
}

nav.navbar.navbar-expand-lg {
  padding: 5px 80px !important;
  border: none;
}

#navbarNav.nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 8px 10px !important;
  color: #000 !important;
  font-size: 12px !important;
}

.nav-link:hover {
  color: #ececec !important;
}

li.nav-item {
  margin: 0 2px;
}
.navbar-brand img {
    height: 60px;
}

.nav-link:hover,
.nav-item:hover > .nav-link,
.dropdown-item:hover {
  background-color: #00CDE5;
  color: white;
}


.dropdown-menu {
  background-color: #00CDE5;
  border: none;
  border-radius: 0;
}


.dropdown-item {
  color: #1a1a1a !important;
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase;
}


.dropdown-item:hover {
  background-color: #00CDE5;
}


.btn-primary {
  background-color: #00CDE5 !important;
  color: #ececec;
  border: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 12px 14px !important;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background-color: #00CDE5;
}

/* Dropdown Hover Fix */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}



ul.dropdown-menu {
  border: none !important;
  background: #00CDE5 !important;
  border-radius: 0 !important;
  padding: 0px 0px !important;
  font-size: 14px !important;
}

a.dropdown-item {
  color: white !important;
  padding: 10px 14px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #2b2b5e !important;
}



.dropdown-menu {
  --bs-dropdown-min-width: 15rem !important;
}

/* General Dropdown Hover */
.navbar-nav .dropdown:hover .nav-link,
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block; /* Keeps the menu visible when hovering */
  color: white !important;
  background-color: #00CDE5 !important;
}

/* Ensure the dropdown menu items appear with the hover */
.dropdown-menu:hover .dropdown-item {
  color: #ececec !important;
  background-color: #00CDE5 !important;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:hover {
  background: #2b2b5e !important;
  color: #ececec !important;
}

/* Menu Transition & Display */
.dropdown-menu {
  display: none; /* Initially hidden */
  transition: all 0.3s ease;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}





/*************************** header-end **************************/

/* banner-section */

.bg-image {
    width: 100%;  
    height: 650px;  
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section {
    overflow: hidden; 
}
/* 
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
} */

.content {
    z-index: 2;
    color: #fff;
    text-align: center;
}

.content h1 {
    font-size: 35px;
    font-weight: bolder; 

}

.content p {
    font-size: 15px;
}

.content .btn {
    background-color: #00CDE5;
    color: #ececec;
    padding: 13px 30px !important;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;

}

.content .btn:hover{
  border: 0px solid RGBA(0, 123, 208, 0);
  background: RGBA(255, 255, 255, 0.39);

}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
}

.multiple-btns a {
    margin-right: 35px; 
}

.multiple-btns a:last-child {
    margin-right: 0; 
}

#bnr-btn{
    background-color: #b81117;
    border: 1px solid #b81117;
    color: #ececec;
    line-height: 1.5;
    letter-spacing: 2px;
}
#bnr-btn:hover{
  border: 0px solid RGBA(0, 123, 208, 0);
  background: RGBA(255, 255, 255, 0.39);
}

#bnr-btn1{
  line-height: 1.5;
  letter-spacing: 2px;
    font-size: 13px !important;
    color: #ececec !important;
}

#brn-btn1:hover{
  border: 0px solid RGBA(0, 123, 208, 0);
  background: RGBA(255, 255, 255, 0.39);
}
.carousel-control-prev {
    left: -70px !important;
}
.carousel-control-next {
    right: -70px !important;
}

.carousel-control-prev-icon {
    background-image: url(https://onlinecanadaloans.com/assets/images/download.svg)  !important;

}

.carousel-control-next-icon {
    background-image: url(https://onlinecanadaloans.com/assets/images/download\ \(1\).svg) !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    width: auto;  
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: contain;  
    width: 30px;  
    height: 30px; 
}

/*************************** banner-end **************************/


/* about */

.form-sec{
    background-color: #2b2b5e;
    padding: 2%;
}
.form-sec h2{
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 28px;
}

.form-control {
    border-radius: 3px !important;
}

.form-control:focus {
    border-color: #fff !important;
    box-shadow: none !important;
}

.form-check-input[type=checkbox] {
    border-radius: 3px !important;
}

.form-check {
    padding-left: 40px !important;
}

.form-check-input {
    width: 14px !important;
    height: 14px !important;
}

.text-end {
    text-align: right;
}

.form-sec .btn {
  font-size: 13px !important;
  border-radius: 2px !important;
  padding: 8px 20px 8px;
  /*cursor: not-allowed !important;*/
}
.form-sec{
    border-top: 5px solid #00CDE5;
}

.form-text h5{
    font-size: 16px;
    font-weight: 800;
    color: #00CDE5;
    line-height: 28px;
    letter-spacing: 0.50px;
    margin-bottom: 0px;
}
.form-text h2{
    font-size: 28px;
    color: #2b2b5e;
    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: #2b2b5e;
    margin-right: 5px;
    margin-bottom: 15px;
}

.form-text .btn{
    border: 2px solid #00CDE5;
    color: #00CDE5;
    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-end *************************************/


/* how its work */

#howitwork{
  background: #f4f0f0;

}


.htw h5{
  font-size: 16px;
  color: #00CDE5;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0.50px;
}
.htw h2{
  font-size: 28px;
    font-weight: 900;
    color: #2E2967;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.50px;
}


.hiw-img {
    margin-bottom: 21px;
    padding-bottom: 46px;
    position: relative;
    max-width: 235px;
}

.hiw-img img {
    position: relative;
    height: 129px;
    z-index: 1;
}


svg.hiw-shape {
    height: 67px;
    position: absolute;
    left: 0;
    bottom: 13px;
    transition: all 500ms ease;
}

svg.hiw-circle {
    width: 136px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}


svg.hiw-circle:hover{
  fill: #00CDE5;
}

.hiw-section .hiw-card .col-md-3:nth-child(2) .hiw,
.hiw-section .hiw-card .col-md-3:nth-child(4) .hiw {
    margin-top: 50px;
}
.hiw-content h3{
  font-size: 20px;
    font-weight: 700;
    color: #2E2967;
    text-align: start;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
}
.hiw-content p{
  font-size: 15px;
    line-height: 28px;
    color: #000;
    text-align: start;
    letter-spacing: 0.50px;
}

.hiw-no{
    padding: 3px 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
    color: #F6F6F8;
    background-color: #00CDE5;
    border-radius: 100px;
}

.hiw-no:hover{
  background-color: #2E2967;

}


.hiw:hover .hiw-circle path {
  fill: #00CDE5; 
}

.hiw:hover .hiw-no {
  background-color: #2E2967; 
}



/*********************************** how its work-end *******************************/

/* blogs */


  .blog-text {
    font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  color: #2B2B5E;
  letter-spacing: 0.50px;
  text-transform: uppercase;
  margin-bottom: 15px;
  }
  
  .blog-text span {
    color: #00CDE5;
  }
  
  .blog-pra {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    margin: 0 auto;
    letter-spacing: 0.50px;
    
  }
  
  .blog-card {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .card-body h5{
    font-size: 15px;
    color: #2b2b5e;
    font-weight: 900;
    text-align: center;
  }
  .blog-ico span {
    
    color: #000;
    font-size: 12px;
    margin: 0 10px;
  }
  
  .blog-ico i {
    margin-right: 5px;
    color: #000;
  }
  
  .blog-para {
    color: #000;
    font-size: 15px;
    line-height: 26px;
  }
  
  .blog .btn {
    border: 1px solid #2b2b5e!important;
    background: transparent !important;
    color: #2b2b5e!important;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 12px;
  }
  
  .blog .btn:hover {
    border: 1px solid #2b2b5e !important;
    color: #2b2b5e !important;
  }
  
  /************************* blog-end **********************************/

  /* explore */

  .explore {
    background-color: #2b2b5e;
    color: #00CDE5;
    padding: 20px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.50px;
}

.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-content {
    display: flex;
    animation: scroll 10s linear infinite;
}

.marquee-content span {
    display: inline-block;
    padding-right: 40px; 
}


.sect1 {
    color: #ececec;
    font-size: 50px;
    font-weight: 900;
}

.sect2 {
    color: #2b2b5e;
    font-size: 50px;
    font-weight: 800;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation when hovering over the text */
.marquee:hover .marquee-content {
    animation-play-state: paused;
}


  .loan-list {
    list-style: none;
    padding: 0;
  }

  .loan-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 35px;
    background-color: transparent;
    border: 1px solid white;
    font-size: 28px;
    cursor: pointer;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  }


  .loan-list li span {
    color: #2b2b5e;
  }


  span.icon {
    width: 10%;
    text-align: end;
}

.loan-list li .bx {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

  .loan-image {
    max-width: 100%;
  }

  .icon {
    color: white;
  }

/************************** explore-end **********************************/

 /* featurs */

 .features-section {
 background-image: url(https://onlinecanadaloans.com/assets/images/snd-banner.png);
 height: 650px;  
 background-size: cover;
 background-position: top;
 background-repeat: no-repeat;
 display: flex;
 justify-content: center;
 align-items: center;
}
.right-content{
  background-color: #fff;
  color: #000;
}
.left-img{
  background-color: #fff;
}
.features-text h1{
  font-size: 16px;
    font-weight: 800;
    color: #00CDE5;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    margin-bottom: 0;
}

.features-text h2 {
  font-size: 24px;
    color: #2B2B5E;
    font-weight: 900;
    line-height: 33px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    margin-bottom: 2%;


}

.features-text p {
  font-size: 15px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.50px;
  margin-bottom: 24px;
}

.feature-box {
  margin-bottom: 20px;
}

.feature-icon {
  background-color: #00cde5;
  border-radius: 50%;
  width: 85px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.feature-icon:hover{
  background-color: #2b2b5e;
}

.feature-icon i {
  font-size: 25px;
  color: white;
}

.feature-text h3 {
  font-size: 16px;
    font-weight: 900;
    color: #2E2967;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

p.feature-pra {
  letter-spacing: 0.50px;
  line-height: 24px;
  font-size: 15px;
}

.feature-description {
  color: #6c757d;
  margin-bottom: 0;
}
.feature-text {
  width: 90%;
}

.card {
  border: none;
}

#fea-box{
  border-bottom: 1px solid #5555556e;
  padding-top: 12px;
  padding-bottom: 15px;
}

#fea-box:hover .feature-icon{
  background-color: #2b2b5e;
}

#fea-box1:hover .feature-icon{
  background-color: #2b2b5e;
}



/****************************** feature-end ****************************************/

/* Get Loans Point */

.get-loans-point {
  background-image: url("https://onlinecanadaloans.com/assets/images/get-bnr.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: auto; 
}

.get h5{
  font-size: 16px;
    font-weight: 800;
    color: #00CDE5;
    line-height: 28px;
    letter-spacing: 0.50px;
    margin-bottom: 0;
}

.get h2{
  font-size: 28px;
    color: #fff;
    font-weight: 900;
    line-height: 33px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #00CDE5 !important;
  color: #fff !important;

}

.nav-tabs {
   --bs-nav-tabs-border-width: 0 !important;
}

.nav-tabs .nav-link{
  border: 1px solid #00CDE5 !important;
}

.nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 13px 14px !important;
  color: #333 !important;
  font-size: 12px !important;
}

.brading-info p{
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 28px;
  letter-spacing: 0.50px;
}
.brading-info ul li {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.50px;
        padding-bottom: 1%;
}

a.ntl-btn.ntl-btn--border {
  border: 2px solid #fff;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.btn-white {
  color: white !important; 
}


@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px); 
  }
}

.brading-img img {
  animation: updown 2.6s linear infinite alternate;
}



#myTab {
  display: flex;          
  flex-wrap: wrap;        
  justify-content: space-between; 
  margin: 0;           
  padding: 0;          
}


#myTab .nav-item {
  flex: 1;               
  margin: 0;     
}


#myTab .nav-link {
  font-size: 14px !important;          
  padding: 8px 10px !important;        
  text-align: center;   
  width: 90%;         
}


#myTab .nav-item:last-child {
  margin-right: 0;
}


@media (max-width: 768px) {
  #myTab .nav-item {
      flex: 1 0 100%;      
      margin-bottom: 10px;  
  }
}

/*********************** Get Loans Point-end ***************************/

/* FAQ Section */


button#brading1-tab\ glps {
  color: white !important;
}

.qualification-section h1{
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #2E2967;
}
ul.qualification-list{
  padding-left: 0px;
}

ul.qualification-list li {
 
  list-style: none;
  list-style-image: url(https://onlinecanadaloans.com/assets/images/check-img.png);
  margin: 0 0 5px 30px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.50px;

}


.accordion-item {
  color: #000 !important;
  font-weight: 500;
  background-color: transparent !important;
  border: 0px !important;
  margin-bottom: 25px !important;
  border: 1px solid #2E2967 !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: transparent !important;
}

.accordion{
  --bs-accordion-border-width: 0 !important;
}

.accordion-button {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 24px;
  letter-spacing: 0.50px;
}

.accordion-body{
  font-size: 15px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.50px;
}


/**************************** faq-end **************************************/


/* TOP ADVANTAGES */

.content-section{
  background-color: #f6f9fe;
}


.advantages-title {
  font-size: 28px;
    color: #2b2b5e;
    font-weight: 900;
}

.highlight {
  color: #00CDE5;
}

.loan-info {
  font-size: 15px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.50px;   
}

.loan-info ul {
  padding-left: 20px;
}

.loan-info ul li {
  margin-bottom: 10px;
}

.example-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  line-height: 28px;
  letter-spacing: 0.50px;
}

.call-btn {
  background-color: #00CDE5;
  color: #ececec;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  border-radius: 3px;
}


/************************** TOP ADVANTAGES-end ********************************/

/* Home page silder */

.testimonial-part {
  background: #292c59;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial {
  background-color: #292c59;
  color: white;
  padding: 30px 0px;
  text-align: center;
  height: 100%;
}

.testimonial img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  margin-bottom: 20px;
}

.testimonial h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

.testimonial small {
  color: #38B2AC;
  font-size: 14px;
  font-weight: bold;
}

.testimonial p {
  font-style: italic;
  font-size: 16px;
}

.testimonial .quote {
  font-size: 20px;
}
.stat-box {
  position: relative;
    padding: 23px 11px 23px;
    background-color: #F6F6F8;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, .42);
    text-align: center;
}

.stat-box::before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: -82%;
  left: 36px;
  background-color: #00CDE5;
  transform: rotate(45deg);
}

.stat-box::after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: -82%;
  right: 36px;
  background-color: #00CDE5;
  transform: rotate(45deg);
  transition: all 500ms ease;
}

.stat-box:hover::before, .stat-box:hover::after {
  background-color: #292c59; 
  color: #00CDE5;
}
.stats .stat-box:hover h4 {
  color: #00CDE5; 
}

.stats .stat-box h4 {
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px 0 #00CDE5, -1px -1px 0 #00CDE5, 1px -1px 0 #00CDE5, -1px 1px 0 #00CDE5, 1px 1px 0 #00CDE5;
  transition: color 0.5s ease;
}

.stats .stat-box p {
  color: #2B2B5E;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.50px;
  font-weight: 600;
}

.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #e2e8f0;
}

.carousel-indicators .active {
  background-color: #4a5568;
}

img.hor {
  width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

  
/********************************* Home page silder-end *******************************************/

/* footer */

.footer {
  background-image: url(https://onlinecanadaloans.com/assets/images/footer-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: Lato, sans-serif;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  
}

.footer-main-items,
.cards {
  position: relative;
  z-index: 1; 
}


.footer-main-items h6 {
  color: #fff;
  font-weight: 600;
}

.footer-main-items a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 18px;
  transition: color 0.3s ease;
}

.footer-main-items p {
  font-size: 15px;
  line-height: 26px;
}

.cards span {
  font-size: 14px;
}

.footer-icons a img {
  width: 24px;
  height: 24px;
}

.footer-icons a:hover img {
  filter: brightness(0.8); 
}


/*********************** footer-end *******************************/


/************************ about-us **********************************/
.main-content {
  width: 70% !important;
}
#inner-head {
  padding: 8px 0;
  background: #182d55;
  margin-bottom: 1.5%;
}

#inner-head h1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

h1.pgtext{
  font-weight: 900;
    letter-spacing: 0.50px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.main-content p{
  font-size: 15px;
  line-height: 28px;
  color: #000;
  margin-bottom: 28px;
  letter-spacing: 0.50px;
}
.main-content ul li {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.50px;
}

.main-content h3{
   font-size: 22px;
  text-transform: uppercase;;
  color: #000;
  font-weight: 700;
}


/* Main Sidebar */
.sidebar{
  width: 30% !important;
}
.main-sidebar {
  background-color: #182d55;
  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;
}

.main-sidebar ul li {
  margin-bottom: 12px;
}

.main-sidebar ul li a {
  color: white;
  text-decoration: none;
}

.main-sidebar ul li a:hover {
  color: #00D9F5;
  text-decoration: underline;
}

.main-sidebar .cta-button {
  padding: 7px 14px;
  font-size: 14px;
  background-color: transparent;
  color: #00D9F5;
  border: 1px solid #00D9F5;

}

.main-sidebar .cta-button:hover {
  background-color: #00D9F5;
  color: white;
}
.cta-button {
  margin-top: 0px !important;
  border-radius: 0px;
}

/* Second Sidebar */
.second-sidebar {
 border: 1px solid #182d55;
  color: #000;
}
.second-text{
  background-color: #182d55;
  padding: 5px 0px 5px 10px;
}

.second-sidebar h4 {
  
  color: #ffffff;
  text-align: start;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}

.second-sidebar ul {
  padding: 10px 0px 0px 25px;
}

.second-sidebar ul li {
  margin-bottom: 10px;
}

.second-sidebar ul li a {
  color: #2b2b2b;
  text-decoration: none;
}

.second-sidebar ul li a:hover {
  color: #102A51;
  text-decoration: underline;
}

/********************************** ABOUT-SECTION-end ********************************/


/* contact-us */
.Foam-sec{
  width: 70% !important;
}
.Foam-sec button {
  color: #ffffff;
  background: #00CDE5;
  border: 0;
  padding: 10px 30px;
  font-size: 15px;
 
}

.Foam-sec button:hover{
  border: 1px solid #102A51;
  color: #000;
  background-color: transparent;
}

.form-control:focus {
  border-color: #333 !important;
}

.Foam-sec label{
  font-size: 15px;
  color: #333;
 
}

/****************************** contact-us ******************************/

/* car-title-loans */



/*.city-banner {*/
/*  background-image: url('https://onlinecanadaloans.com/assets/images/vanc-bc.jpg');*/
/*  background-size: cover;*/
/*  background-position: top;*/
/*  color: white;*/

/*}*/

#city-form{
  background-color: #182d55cf;
  box-shadow: 0 1px 8px 0 #fff;
  border-top: 0px ;
  border-radius: 5px;
  
}
#city-form h2{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
#city-form .form-control{
  font-size: 15px;
}

#city-form label{
  font-size: 15px;
}

.city-text{
  padding-top: 10%;
    padding-right: 10% !important;
}

.city-text h1{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.city-text h2{
   color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 43px;
    font-family: "Poppins", sans-serif;
}

.city-text span{
  color: #00CDE5;
}

.city-text p{
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 28px;
  letter-spacing: 0.50px;
  color:#fff;

}

.hero-section {
  padding: 40px 0;
}
.cta-button {
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #00CDE5;
  color: white;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

.cta-button:hover {
  background-color: #00a6bf;
}

/********************************** city-banner-page-end *****************************/

/* advanced */


.benefits-section {
  padding: 50px 0;
}

.benefit-card {
  border: 1px solid #102A51;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgb(17 31 59);
  border-radius: 3px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px 30px 15px 30px;
  text-align: center;
  margin: 0px 10px 10px 10px;
  height: 100%;
}

.benefit-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.benefit-card img {
  max-width: 95px;
  margin-bottom: 15px;
}

.benefit-card h5 {
  font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    line-height: 22px;
    letter-spacing: 0.50px;
}

.benefit-card p {
  font-size: 15px;
    line-height: 28px;
    color: #000;
}


/********************************* advanced-end ***********************************************/

 
        /* city page silder */

        .testimonial-slider {
          background-color: #102A51;
      }
      
      .testimonial-slider h2 {
          margin: 0 0 37px 0;
          font-weight: 900;
          font-size: 24px;
          letter-spacing: 0.50px;
          line-height: 28px;
          text-transform: uppercase;
          color: #fff;
          text-align: center;
      }
      
      .testimonial-card {
          border: 1px solid #fff;
          margin: 0px 25px 0 25px;
      }
      
      .avatar {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          border: 2px solid #fff;
      }
      
      .name {
          font-weight: bold;
          color: #fff;
      }
      
      .location {
          color: #fff;
          font-size: 14px;
          margin-bottom: 0;
          font-weight: 600;
          
      }
      
      .testimonial {
          font-size: 15px;
          color: #fff;
          line-height: 26px;
          letter-spacing: 0.50;
      }
      

      .testimonial-card {
          display: flex; /* Flexbox for alignment */
          align-items: flex-start; /* Align items to the start */
      }
      
      .avatar {
        width: 80px; 
        height: 80px; 
        border-radius: 50%; 
        border: 2px solid #fff; 
        margin-left: -20px; 
        position: relative; 
    }

    img.avatar {
      margin-left: -50px;
  }
    
      
      .testimonial {
          margin: 0; /* Reset margin */
      }
      
      .city-testimonial {
          color: white;
          padding: 15px 0px;
          text-align: start;
          font-size: 15px;
          line-height: 28px;
          font-style: italic;
      }
      

      .city-test{
        text-align: start;
      }

      .Indicators-btn button {
        border: 4px solid white;
        background: white;
        border-radius: 50% !important;
        margin-top: 20px !important;
      }
    

      /************************** city-page-silder-end ************************************/



      /************************** apply-now-page **************************************/

      .form-sec-aply{
        background-color: #F6F6F8;
        color: #2B2B5E;
      
    }

    .form-sec-aply h2 {
      font-size: 26px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 28px;
      color: #2b2b5e;
      text-align: start;
    border-bottom: 1px solid #E6E6ED;
    padding-bottom: 16px;
  }


    .form-sec-aply .btn {
      font-size: 13px !important;
      border-radius: 2px !important;
      padding: 8px 20px 8px;
      /*cursor: not-allowed !important;*/
    }
    .form-sec-aply{
        border-top: 5px solid #00CDE5;
    }

      /************************** apply-now-page-end **************************************/
      
/*Thank You Page*/

.thq-card {
    text-align: center;
    padding: 60px 0;
    background: #efeeee;
}
.thq-card a.btn {
    background: #f26b0f;
    border: 1px solid #f26b0f;
    border-radius: 1px;
}

.thq-card h2 {
    font-weight: 900;
    font-size: 24px;
}


.form-sec .text-info {
    color: rgb(255 255 255) !important;
}

.form-sec-aply .text-info {
    color: #000 !important;
}
/*End of thank you Page*/



.main-content a {
  color: #00CDE5 ;
  text-decoration: none ;
}



 /* location-list */
.location-list{
  background-color: #f5f5f5;
}

  .location-head h3 a {
    text-decoration: none;
    font-size: 16px;
    color: #2b2b5e;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.50px;
    padding: 10px 0px 15px 0px;
    text-transform: uppercase;
}

.inner-list li {
    list-style: circle;
    margin: 0 0 10px 0px;
    color: #2b2b2b;
    letter-spacing: 0.50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

ul.inner-list a {
    text-decoration: none;
    color: #2b2b2b;
}

.inner-list {
    display: flex;
    flex-wrap: wrap;
}

.inner-list li {
    flex: 1 1 calc(25% - 20px); 
}

.thq-card.fzf img {
    width: 100% !important;
}
.thq-card.fzf {
    text-align: center;
    padding: 20px 0 20px 0;
    background: #ffffff;
}

.main-content-img img {
    width: 100%;
}
.main-content1 p {
    line-height: 28px;
}
.main-content1 h3 {
    font-weight: 900;
    color: #182d55;
    font-size: 20px;
    letter-spacing: 0.50px;
}
.main-content1 strong {
    font-size: 15px;
    color: #182d55;
    font-weight: 900;
}
.main-content1 ol li {
    line-height: 30px;
}
.main-content1 ul li {
    line-height: 30px;
}

.blog-card .card-body h5 {
    font-size: 15px;
    color: #2b2b5e;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
}
/* location-list-end */


.blgr h2
 {
    font-size: 18px;
    color: #182d55;
    font-weight: 900;
}

.blgr h3
 {
    font-size: 15px;
    color: #182d55;
    font-weight: 900;
}