h1, h2, h3, h4, h5, h6, p, button, input, ul, ol, li {
    font-family: "Montserrat", sans-serif !important;
}

.bg-light {
    background-color: #fff !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #469ae7;
    --bs-btn-border-color: #469ae7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #469ae7;
    --bs-btn-hover-border-color: #469ae7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #469ae7;
    --bs-btn-active-border-color: #469ae7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #469ae7;
    --bs-btn-disabled-border-color: #469ae7;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

h2.accordion-header,
.accordion-body{
    border: 1px solid #ddd;
}

h2.accordion-header>button.collapsed,
h2.accordion-header>button.accordion-button{
    padding: 15px 20px 10px 20px !important;
}
h2.accordion-header>button.collapsed>p.h4,
h2.accordion-header>button.accordion-button>p.h4{
    font-size: 20px !important;
}
div.accordion-collapse>div.accordion-body{
    font-size: 18px !important;
}



.pointer {cursor: pointer;}


.oddevensec{
    background-color: #f3f3f3 !important;
}


.capitalize{
    text-transform: capitalize;
}

.fs15{
    font-size: 15px;
}
.fs15i{
    font-size: 15px !important;
}
.fs16{
    font-size: 16px;
}
.fs16i{
    font-size: 16px !important;
}
.fs17{
    font-size: 17px;
}
.fs17i{
    font-size: 17px !important;
}
.fs23i{
    font-size: 23px !important;
}
.fs23{
    font-size: 23px;
}
.fs24{
    font-size: 24px;
}
.fs24i{
    font-size: 24px !important;
}








.mt0{
    margin-top: 0px;
}
.mt0i{
    margin-top: 0px !important;
}
.mt5{
    margin-top: 5px;
}
.mt5i{
    margin-top: 5px !important;
}
.mt10{
    margin-top: 10px;
}
.mt10i{
    margin-top: 10px !important;
}
.mt15{
    margin-top: 15px;
}
.mt15i{
    margin-top: 15px !important;
}
.mt20{
    margin-top: 20px;
}
.mt20i{
    margin-top: 20px !important;
}
.mt25{
    margin-top: 25px;
}
.mt25i{
    margin-top: 25px !important;
}
.mt30{
    margin-top: 30px;
}
.mt30i{
    margin-top: 30px !important;
}







.mb0{
    margin-bottom: 0px;
}
.mb0i{
    margin-bottom: 0px !important;
}
.mb5{
    margin-bottom: 5px;
}
.mb5i{
    margin-bottom: 5px !important;
}
.mb10{
    margin-bottom: 10px;
}
.mb10i{
    margin-bottom: 10px !important;
}
.mb15{
    margin-bottom: 15px;
}
.mb15i{
    margin-bottom: 15px !important;
}
.mb20{
    margin-bottom: 20px;
}
.mb20i{
    margin-bottom: 20px !important;
}
.mb25{
    margin-bottom: 25px;
}
.mb25i{
    margin-bottom: 25px !important;
}
.mb30{
    margin-bottom: 30px;
}
.mb30i{
    margin-bottom: 30px !important;
}






.pt0{
    padding: 0px;
}
.pt0i{
    padding-top: 0px !important;
}





/* Testimonials S */



/* Slideshow container */
.slideshow-container {
    position: relative;
    /* background: #f1f1f1f1; */
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
      /* background: #ddd; */
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}
  .slideshow-container {
    position: relative;
    margin: auto;
    max-width: 800px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.mySlides {
    display: none;
    padding: 20px;
    box-sizing: border-box;
}

q {
    font-size: 18px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.author {
    font-size: 16px;
    color: #333;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 12px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.dot-container {
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.active, .dot:hover {
    background-color: #717171;
}




.boxshadow{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .75) !important
}

.boxshadowh:hover{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .75) !important
}



/* Testimonials E */





.cblack{
    color: black;
}
.cblacki{
    color: black !important;
}
.cwhite{
    color: white;
}
.cwhitei{
    color: white !important;
}



.habt{
    padding: 5px 10px !important;
    font-size: 20px !important;
}
.habt:hover{
    background: #000;
    color: #fff !important;
}



.hovereffect .overlay {
    width: 100%;
    height: 25%;
    position: absolute;
    overflow: hidden;
    top: 75%;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


header .navbar-brand {
    border-radius: 50%;
    width: 89px;
}


.home-testimonial-bottom {
    height: auto;
}

.dfs>p{
    font-size: 23px;
}

.ql-align-justify{
    text-align: justify;
}

.ql-size-huge{
    font-size: 40px;
}

.ql-size-large{
    font-size: 30px;
}

.ql-size-small{
    font-size: 16px;
}
.ql-align-center{
    text-align:center;
}



.form-label {
    color: #000 !important;
}




/*  Banner Section Start */
/*
.carousel-inner {
    min-height: 550px !important; 
    max-height: 550px !important; 
}

.carousel-item video,
.carousel-item img {
    height: 550px !important; 
}
*/
/*  Banner Section End */



/* Desktop Screen Start */
@media screen and (min-width: 767px) {
     .spd2{
         padding:0px 2%;
     }
     .spd5{
         padding:0px 5%;
     }
     .spd6{
         padding:0px 6%;
     }
     .spd10{
         padding:0px 10%;
     }
     .spd13{
         padding:0px 13%;
     }
     .spd15{
         padding:0px 15%;
     }
     .spd16{
         padding:0px 16%;
     }
}
/* Desktop Screen End */







#readMoreBtn,
#toggleFaqsBtn{
    background:#469ae7;
    color:#fff;
    padding:10px 50px;
}

#readMoreBtn:hover,
#toggleFaqsBtn:hover{
    background:#fff;
    color:#469ae7;
    border: 1px solid #469ae7;
}
