 :root {
      --cp-primary: #1f5583;
      --primary-color: #1f5583;
      --cp-accent: #fff;
      --cp-bg-light: #eafaf7;
      --cp-box: #f5fdfb;
    }
    body {
      /* background: var(--cp-bg-light); */
    }
    .navbar {
      background: var(--cp-accent);
      /* border-bottom: 2px solid var(--cp-primary); */
    }
    button.navbar-toggler {
    padding: 0;
    border: 0;
}

body .fv-plugins-message-container.invalid-feedback {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
    .navbar .navbar-brand {
      color: var(--cp-primary);
      font-weight: bold;
      letter-spacing: 1px;
    }
    .navbar-brand img{
      max-width: 240px;
    }
    .navbar .nav-link {
      color: var(--cp-primary) !important;
      font-weight: 500;
      transition: color 0.2s;
      padding: 5px 12px;
      font-size: 18px;
    }
    .navbar .nav-link.active,
    .navbar .nav-link:hover {
      color: #f59e0b !important;
    }
    .navbar li.nav-item {
    margin: 0px 2px;
}
    .breadcrumb_section {
    background-color: #00588b;
    /* background-image: url(../img/breadcrumb_bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 56px 0;
    color: #fff;
    text-align: center;
}
ol.breadcrumb {
    justify-content: center;
    margin-top: 20px;
}
.breadcrumb_section h1 {
    font-size: 28px;
    color: #fff;
}
.breadcrumb_section a {
    color: #fff;
}
li.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '\f105' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #bebebe;
    font-size: 14px;
    margin-top: 2px;
}
    .btn-affiliate {
      background: var(--cp-primary);
      color: #fff;
      border-radius: 2rem;
      padding: 0.5rem 1.5rem;
      border: none;
      font-weight: 500;
      transition: background 0.2s;
    }
    .btn-affiliate:hover {
      background: #143753;
    }
    .hero-section {
      background: var(--cp-accent);
      padding-bottom: 0;
    }
    .owl-carousel .item img {
      /* width: 100%; */
      /* object-fit: cover; */
      border-radius: 0.5rem;
    }
    .section-title {
      color: var(--cp-primary);
      font-weight: 700;
      /* margin-top: 2.5rem; */
      margin-bottom: 1.25rem;
      letter-spacing: 0.5px;
    }
    .about-section {
      /* background: var(--cp-box); */
      border-radius: 0.75rem;
      padding: 2rem 1.5rem;
      margin-bottom: 2rem;
      /* box-shadow: 0 2px 12px rgba(31,85,131,0.05); */
    }
    .about-section .btn {
      background: #1f5583;
      color: #fff;
      border-radius: 2rem;
      padding: 0.4rem 1.3rem;
      font-size: 1rem;
    }
    .franchise-cards .card {
      text-align: center;
      border: 0;
      border-radius: 0.5rem;
      box-shadow: 0 1px 3px rgba(31,85,131,0.04);
      margin-bottom: 1rem;
      min-height: 130px;
      transition: box-shadow 0.2s;
    }
    .franchise-cards .card:hover {
      box-shadow: 0 2px 12px rgba(31,85,131,0.14);
    }
    .franchise-cards .card-title {
      color: var(--cp-primary);
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .support-section {
      background: var(--cp-accent);
      border-radius: 0.75rem;
      padding: 2rem 1rem;
      /* margin-bottom: 2rem; */
      /* box-shadow: 0 2px 12px rgba(31,85,131,0.04); */
    }
    .support-section .support-col {
      /* text-align: left; */
      /* margin-bottom: 1.5rem; */
      padding: 14px 20px;
      /* background-color: #1f5583; */
      color: var(--cp-primary);
      border-bottom: 15px;
      border-radius: 16px 0;
      text-align: center;
    }
    .support-section  .support-col i {
      font-size: 3.2rem;
      color: var(--cp-primary);
      margin-bottom: 0.7rem;
      background-color: #dfeaf3;
      width: 93px;
      height: 93px;
      line-height: 83px;
      text-align: center;
      border-radius: 16px 0;
    }
    .cp-universe-section {
      background: #f1f9ff;
      border-radius: 0.75rem;
      padding: 2rem 1rem;
      margin-bottom: 0rem;
      /* box-shadow: 0 2px 12px rgba(31,85,131,0.08); */
      text-align: center;
    }
    .cp-universe-logos img {
      height: 55px;
      /* margin: 0 1.2rem 1.2rem 0; */
      object-fit: contain;
      vertical-align: middle;
      background: #fff;
      /* padding: 0.2rem 0.8rem; */
      /* border-radius: 0.5rem; */
      /* box-shadow: 0 1px 4px rgba(31,85,131,0.07); */
    }
    footer {
      background: var(--cp-primary);
      color: #fff;
      /* padding: 2.5rem 0 1rem 0; */
      /* margin-top: 2rem; */
      /* font-size: 1rem; */
    }
    footer .footer-title {
      font-weight: 700;
      margin-bottom: 0.6rem;
      letter-spacing: 0.5px;
    }
    footer a {
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 0.3rem;
      display: block;
      font-size: 1rem;
    }
    footer a:hover {
      text-decoration: underline;
    }


    

body .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

body .owl-carousel .owl-nav button {
    bottom: 46%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(336deg, #1f5583 0%, #76b229 100%);
    background-color: #000000 !important;
    border-radius: 100%;
    transition: all 0.5s;
}
body .owl-carousel .owl-nav button:hover {
    transition: all 0.5s;
    background: #000000;
    /* background-color: #ffffff50!important; */
}

body .owl-carousel .owl-nav button span {
    color: #fff !important;
    font-size: 40px;
    /* border-radius: 100%; */
    line-height: 24px;
    margin-top: -8px!important;
    display: block;
}
.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}


section.franchise-cards {
    padding: 50px 0;
    background-color: #f0f3f5;
}

.about-section img {
border-radius: 15px;
}
.franchise-cards .card a img{

}
.franchise-cards .card a{
    text-decoration: none;
    padding-bottom: 15px;
    margin-top: 15px;
}

.franchise-cards .card a span{
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    background-color: #1f5583;
    /* padding: 5px; */
    height: 35px;
    display: block;
    padding: 0;
    width: 63px;
    border-radius: 40px;
    line-height: 1;
    margin: 0 auto;
}

.support-col ul{
   text-align: left!important;
   margin-top: 15px;
   padding-left: 0;
}

.cp-universe-logos img{
height: 100%;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    line-height: 37px;
    z-index: 996;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 4px;
    transition: 0.4s;
  
}
header {
    z-index: 99999;
    position: relative;
  }
header.stick {
  
    position: fixed!important;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
}


div#Support_slider {
    max-width: 1200px;
    margin: 0 auto;
}
body div#Support_slider  .owl-nav button.owl-next {
    right: -25px;
}
body div#Support_slider   .owl-nav button.owl-prev {
    left: -25px;
}

@media (max-width: 991px) {
  .navbar-collapse  {
top: 49px;
        padding: 15px;
        background-color: #ffffff;
        border-radius: 4px;
        position: absolute;
        width: 100%;
        left: 0;
        border-radius: 0;
        transition: all 0.3s;
    }

}
@media (max-width: 767px) {
    .navbar-brand img {
    max-width: 180px;
}
}


.footer_cont_list ul li {
    display: contents;
    margin: 8px;
    display: inline-block;
    color: #fff;
    background-color: #ffffff14;
    padding: 10px 15px;
    border-radius: 5px;
}
.coppy_right {
  text-align: center;
    padding: 15px;
    background-color: #ffffff0d;
    color: #fff;
    /* padding-bottom: 2px; */
    margin-top: 30px;
}
.coppy_right p {
    margin-bottom: 0;
}
footer {
    background-image: url(../img/footert_bg.png);
    /* text-align: center; */
    padding-top: 43px;
    /* background-position: center; */
    /* background-size: cover; */
}

.navbar-nav .contact_no i{
  font-size: 18px;
  border-radius: 100%;
  background-color: #143753;
  color:#fff;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
}

.navbar-nav .contact_no i.fa.fa-phone {
    background-color: #0a62e5;
    font-size: 13px;
    margin-right: 2px;
    color: #fff;
}
.navbar .contact_no {
    color: var(--cp-primary) !important;
    font-weight: 500;
    transition: color 0.2s;
    padding: 5px 12px;
text-decoration: none;
}
.navbar-nav i.fab.fa-whatsapp {
    background-color: #46b70d;
}

  /* Form */
	#form_wrapper {
    width: 280px;
    /* border: dashed white; */
    font-family: helvetica, arial;
    font-weight: bold;
    font-size: 1.5em;
    /* margin: 0px auto; */
    position: fixed;
    right: 0;
    top: 99px;
    z-index: 99;
    transform: translate(100%, 10px);
    /* transform: translate(0, 10px); */
    transition: all 0.5s;
}

#form_wrapper.form_hide {
    border: none;
    transition: all 0.5s;
    /* transform: translate(100%, 10px); */
    transform: translate(0, 10px);
}

#form_wrapper .card {
    background-color: #ffffff;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: -5px 5px 18px #00000036;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    margin: auto;
    padding-top: 13px;
}
#form_wrapper .adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0b2248;
    font-size: 20px!important;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#form_wrapper .form-group {
    /* margin: 5px 0; */
}
#form_wrapper .card {
    background-color: #ffffff;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto !important; */
    box-shadow: -5px 5px 18px #00000036;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    margin: auto;
    padding-top: 13px;
}
.contact_form .form-group {
    margin: 6px 0;
    text-align: left;
}
div#enquiry-now {
    padding: 12px;
}
.contact_form h3 {
    /* margin-left: -38px; */
    color: #000000;
    font-size: 18px;
    /* margin-top: 20px; */
    padding-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #1f5583;
    /* background: #1f5583; */
    /* padding: 20px; */
    /* width: calc(100% + 80px); */
    letter-spacing: 0;
    /* position: absolute; */
    /* border-radius: 5px; */
}
.contact_form button.btn {
    text-align: center;
    margin: 0 auto;
    padding: 8px 22px;
    /* background-color: #000; */
    border: 0;
    background: #000000;
    color: #fff;
    font-size: 16px;
}
#form_wrapper .form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    /* background-color: #f5f5f5;;border-radius: 40px;
    /* box-shadow: 2px 2px 10px #ccc; */
    background-color: #f5f5f5;
}
#form_wrapper .form-group input::placeholder{
    color:#000;
}
#form_wrapper input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 43px;
    color: #fff;
    background-color: #003357;
    /* border-color: #124ba0; */
    border-radius: 40px;
    /* font-weight: 800; */
}

.form form {
    padding: 0 15px 20px;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 55%;
    right: 78%;
    -webkit-transform: rotate(352deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(270deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 7px 7px 0 0;
    color: #fff;
    background: #00588b;
}	   
		   
	#form_wrapper .adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0b2248;
    font-size: 27px;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    margin-bottom: 0px;
}	   
.nav-link.become_affiliate {
    background-color: var(--primary-color);
    color: #fff !important;
    padding: 5px 15px !important;
    margin-top: 10px !important;
    border-radius: 40px;
    transition: all 0.3s;
    width: fit-content;
}
.nav-link.become_affiliate:hover {
    background-color: #000;
    color: #fff !important;
    transition: all 0.3s;

}
.footer_cont_list ul li {
    display: contents;
    margin: 8px;
    display: inline-block;
    color: #fff;
    background-color: #ffffff14;
    padding: 10px 15px;
    border-radius: 5px;
}

img.sip_icon {
    max-width: 100%;
    max-height: 70px;
    /* width: auto!important; */
    margin-bottom: 12px;
}

.support-col ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: block;
    width: 20px;
    height: 20px;
    flex: none;
    color: #fff;
    background-color: var(--cp-primary);
    border: 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.8;
    border-radius: 3px;
    margin-top: 8px;
}


.support-col ul li {
    padding: 4px 0;
    /* color: #fff; */
    border: 0;
}
.support-col ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    border-bottom: 1px dashed #928c8c;
    padding-left: 0px;
    margin: 4px 0;
    font-size: 17px;
    display: flex;
    grid-gap: 12px;
    /* align-items: center; */
}

.support-col ul li:last-child {

    border-bottom: 0;

}


.logo_slider   {
    max-width: 1200px;
    margin: 0 auto;
}
body .logo_slider .owl-nav button.owl-next {
    right: -25px;
    top: 33%;
}
body .logo_slider .owl-nav button.owl-prev {
    left: -25px;
    top: 31%;
}

.social-links {
    display: flex;
    grid-gap: 10px;
}
h2.section-title.text-left {
    text-align: left;
}

.cp_publication {
    padding: 40px 0;
    background-color: #eff8ff;
}

.logo_box {
    background-color: #fff;
    height: 113px;
    border-radius: 9px;
    align-items: center;
    display: flex;
    padding: 14px;
}

.whatsapp_icon {
    bottom: 65px;
    opacity: 1 !important;
    display: block;
    visibility: visible;
    background-color: #199631;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 996;
    width: 40px;
    height: 40px;
    font-size: 19px;
    border-radius: 50px;
    transition: all 0.4s;
    color: #fff;
    text-decoration: none;
}


@media (max-width: 991px) {
.franchise-cards .card a img{
  max-width: 100%;
  max-height: 40px;
  height: auto;
} 
}