/* franchisesection section css start */
.franchisesection{background: var(--web-blue);}
.franchisesection_title{font-family: var(--web-titlefont-family1);font-size: 47px;line-height: 47px;font-weight: 800;text-align: center;color: var(--web-white);  }
.franchisesection_support{display: flex;gap: 10px;align-items: center;font-family: var(--web-titlefont-family1); font-size: 32px; font-weight: 800; line-height: 35.2px;
 text-align: left;     display: inline-flex;padding: 15px 30px;background: #3895FF; border: 1px solid var(--web-lightskyblue); border-radius: 40px; transform: rotate(8.68deg);}
 .franchisesection_bookingrow{color: var(--web-white);}
 .franchisesection_testimonial .franchisesection_testimonial_text{font-family:var(--web-titlefont-family1); font-size: 38px;line-height: 53px; font-weight: 700; letter-spacing: -0.03em; text-align: left; margin-bottom: 10px; }
 .franchisesection_testimonial .franchisesection_testimonial_btndiv {margin-top: 30px;}
 .franchisesection_insuransediv .franchisesection_insuransediv_item_content_title{font-weight: bold; color: var(--web-blue);font-size: 20px;line-height: 22px;margin-bottom: 5px;}
 .franchisesection_insuransediv .franchisesection_insuransediv_item_content{color: var(--bofyfont-color);width: calc(100% - 40px);flex: 0 0 auto;}
 .franchisesection_insuransediv .franchisesection_insuransediv_item{gap: 20px;}
 .franchisesection_insuransediv .franchisesection_insuransediv_item .franchisesection_insuransediv_item_image{width: 20px;flex: 0 0 auto;}
 .franchisesection_insuransediv .franchisesection_insuransediv_item:not(:last-child){margin-bottom: 26px;}
 .franchisesection .container{position: relative; z-index: 10; padding: 0;}
 .franchisesection_insuransediv{margin-top: 50px; padding: 50px 15px;border-radius: 0px;}
 .franchisesection .row .franchisesection_title,  .franchisesection .row .frenchiseimg, .franchisesection_testimonial{padding: 0px 15px;}
 .franchisesection_support{    position: relative; top: 34px;}
 .franchisesection .row .frenchiseimg{border-radius: 30px;}
 @media (min-width:400px){
  .franchisesection_title{font-size: 67px;line-height: 67px;}
  .franchisepagetitle{font-size:32px;line-height:32px; margin-bottom: 10px;}
  .franchisesection_testimonial .franchisesection_testimonial_text{margin-bottom: 20px;}
 }
 @media (min-width:576px){
 .franchisesection .container{    padding-right: var(--bs-gutter-x, .75rem); padding-left: var(--bs-gutter-x, .75rem);}
 .franchisesection_insuransediv{border-radius: 10px;}
 .franchisesection .row .franchisesection_title,  .franchisesection .row .frenchiseimg, .franchisesection_testimonial{padding: 0px 0px;}
}

 @media (min-width:768px){
  .franchisesection_insuransediv{margin-top: 60px; padding: 0;border-radius: 0;}
  .franchisesection_testimonial .franchisesection_testimonial_text{ font-size: 25px;line-height: 35px;}
  .franchisesection::after{content: ''; height:20%;position: absolute;;left: 0;width: 100%; bottom: 0;background: var(--web-white);}
  .franchisesection_support{ top: 0px;}
 }
@media (min-width:992px){
    .franchisesection::after{height:30%;}
  .franchisesection_title{font-size: 100px;line-height: 100px;margin-bottom: 10px;}
  .franchisepagetitle{font-size:44px;line-height:44px; margin-bottom: 10px;}
  .franchisesection_insuransediv{margin-top: 80px;}
  .franchisesection_testimonial .franchisesection_testimonial_text{ font-size: 32px;line-height: 32px;}
  
}
@media (min-width:1200px){
 
  .franchisesection_insuransediv{margin-top: 135px;}
  .franchisesection_testimonial .franchisesection_testimonial_text{ font-size: 38px;line-height: 53px;}
}
@media (min-width:1400px){
  .franchisesection_title{font-size: 118px;line-height: 118px;}
  .franchisepagetitle{font-size: 60px;line-height:60px;}
 
}
@media (min-width:1600px){
    .franchisepagetitle{font-size: 78px;line-height:78px; }
}

/* franchisesection section css end */

.mb-50{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.franchiseformdiv { box-shadow: 0px 4px 35px 0px #00000033;  padding: 20px; border-radius: 24px;}
@media (min-width:992px){
    .mb-50{margin-bottom: 50px;}
    .franchiseformdiv { padding: 40px;    }
}

/* partner section css start*/
.reelslidernav>div{width: 48px;height: 48px;border-radius: 50%;box-shadow: 3px 3px 0px 0px #11176B;border: 2px solid var(--web-blue); display: flex;align-items: center;justify-content: center;cursor: pointer;}
.partnersection .section-subtitle{ font-size:28px; line-height: 33px; font-weight: 400; letter-spacing: -0.02em; margin-top: 10px; }
.partnersection_slider .partnersection_slider_item_maindiv_inner_image{height: 120px;object-fit: contain;}
.partnersection_slider .partnersection_slider_item_maindiv{display: grid; gap:25px; grid-template-columns: repeat(2, 1fr);}
.reelslidernav { margin-top: 30px; display: flex; gap: 20px;}
@media (min-width:768px){
  .partnersection_slider .partnersection_slider_item_maindiv_inner_image{height: 200px;padding:15px;}
  .partnersection .section-subtitle{ font-size: 32px; line-height: 38.4px; font-weight: 400; letter-spacing: -0.02em; margin-top: 30px; }
  .partnersection_slider .partnersection_slider_item_maindiv{grid-template-columns: repeat(4, 1fr);}
  .reelslidernav{margin-top: 40px;}
}
/* partnersection css ends */