body{
    padding:0;
}
html {
    scroll-behavior: smooth;
}

/* common */
.white{
    color:#ffffff !important;
}
a,a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 900 !important;
    color: #004085;
}
p {
    line-height: 1.7;
    text-align: justify;
}
.font-30{
   font-size: 30px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 15px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16px;
}
.font-17{
    font-size:17px;
}
.font-36{
    font-size: 36px;
    line-height: 1.4;
}
.font-20{
    font-size: 20px;
}
.font-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.fw-400{
    font-weight: 400;
}
button:focus,.btn.focus, .btn:focus{
    outline:0;
     box-shadow: none;
}
.theme-clr {
    color: #181818;
}

/* header */
/* top-header */
.top-header {
    background-color: #0057a2;
    padding: 2px 0px;
}

.tap-bar-slide-text {
    color: white;
}
.top-header a:hover{
    color: #ffffff;
}
.top-header img{
    width:22px;
}

.top-header ul img {
        width: auto;
        transition: all 0.3s linear;
}
.top-header ul li:hover img{
    transform: translateY(-2px);
}
address {
    margin-bottom: 0;
}
.top-header ul li{
    margin-left: 12px;
}
 .number-btn a{
    color: #ffffff;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s linear; 
    background: linear-gradient(to right, white 50%, #007aff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border:1px solid transparent;
    display: flex;
    align-items: center;
}
 .number-btn a:hover{
    color: #3b559a;
    background-position: left bottom !important;
    border-color:#3b559a;
}
.number-btn a .call-hover{
   display: none;
}
.number-btn a img{
    width:17px;
    height: 17px;
}
.number-btn a:hover .call-hover{
    display: block !important;
}
.number-btn a:hover .call-img{
    display: none !important;
}
/*
.navbar-brand img {
    width: 130px;
}*/

/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 3px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}
/*
.sticky .navbar-brand img {
    width: 72px;
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    border-bottom:2px solid transparent;
}
li.nav-item {
    margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(59 85 154);;
}
nav.navbar.bg-light{
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 0px 0px;
    background-color: #ffffff;
}

/* banner */
.banner-slider{
    height:527px;
    overflow: hidden;
}
.banner-slider img{
    width:100%;
    height:100%;
    object-fit: cover;
    margin-top: 2px;
    /*transform: scale(1.02);*/
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
  
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}

.btn-theme {
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #007aff
    ;
    font-weight: 500;
    transition: all 0.3s linear; 
    background: linear-gradient(to right, #007aff 50%, #ffffff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border:1px solid transparent;
    margin: 0 auto;
}
 .btn-theme:hover{
    color: #ffffff;
    background-position: left bottom !important;
    border-color:#ffffff;
}
.btn-modal{
    background-color: #007aff;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
.off-white{
    background-color: #ffff;
}

 h1.h1navnks90 {
    font-family: system-ui;
    font-size: 30px;
    text-transform: uppercase;
    color: #3b559a;
    display: none;
    }
    h4.navnks90 {
    font-size: 22px;
    color: #891823;
    font-family: system-ui;
    display: none;
    }


/* about */

.about #accordion .btn-link{
    width: 100%;
    text-align: left;
    background-color: #007aff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding: 8px 21px;
    font-weight: 700;
}
#accordion .btn-link.collapsed img{
    transform: rotate(178deg);
}
#accordion .btn-link img{
    width:12px;
}
.card-header{
    padding: 0 !important;
    border: none !important;  
}
.card {
    border: none !important;
    margin: 10px 0;
}
.btn-link .plus_img{
 display: none;
}
.btn-link.collapsed  .minus-img{
    display: none !important;
}
.btn-link.collapsed .plus_img{
    display: block !important;
}

/* type */
.type-inner{
    transition: all 0.3s linear;
}
.type-inner:hover img{
    transform: scale(1.1);
}
.type-img {
    height: 155px;
    width: 100%;
    overflow: hidden;
}
.type-img  img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.type-inner h5 {
    background-color: #3b559a;
    padding: 5px 0;
    color: #ffffff;
    letter-spacing: .7px;
    transition:all 0.3s linear;
}
/* product */

.product,.about{
    overflow: hidden;

}
.product-inner{
    padding:16px;
}
.product-inner img{
    width:100%
}
.product-img {
    border-radius: 4px;
    border: 4px solid #3e3e3e0f;
    transition: all 0.5s linear;
}
.product-img:hover{
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);  
}
.product .slick-dots li.slick-active button:before {
    color: #3b559a !important;
}
.product .slick-dots li{
    margin:0 !important;
}

 .product .slick-dots li button:before {
    font-size: 15px !important;
 }
/* why */

.why-inner {
    border-bottom: 5px solid;
    border-radius: 4px;
    height: 100%;
    min-height: 204px;
    padding-top: 30px;
    transition: all 0.3s linear;
}
.why-inner:hover {
    transform: translateY(-10px);
    border-color: #3b559a;
}

/* benefits */
.benefits #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #3b559a;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 5px 18px 6px;
    font-weight: 700;
}
.benefits .card {
    margin: 0 0 22px;
}

/* footer */
footer {
    background: #3b559a;
}
.footer-logo {
   /* width: 165px;*/
    margin-top: -28px;
}

.copyright-ftr {
    border-top:1px solid #ffffff47;
}
.copyright-ftr a:hover{
    color:#ffffff;
}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #3b559a;
    box-shadow: 0px -3px 13px rgb(0 0 0 / 65%);
}
.mobile-fixed li {
    width: 33.33%;
    background-color: transparent;
}
.mobile-fixed li a img{
    width: 20%;
    margin: 0 2px 3px;
}
.mobile-fixed ul{
    padding: 4px 2px 0 !important;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
/* media */

@media only screen and (max-width:1023px){
    .number-btn {
        width: 300px;
        text-align: center;
        margin: 7px 0 11px;
    }
    .number-btn  a{
        text-align: center;
        justify-content: center;
    }
    nav.navbar.bg-light {
        padding: 5px 16px !important;
    }
    .start img{
        width:100%;
    }
    .type-inner img {
        width: 100%;
    }
    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
   
    .banner-slider,.banner-inner {
        height: 580px;
    }
    
}
@media only screen and (min-width:768px) and (max-width:991px){
    .franchise  .col-md-3 ,.type   .col-md-3 ,footer .col-md-3,footer .col-md-2,footer .col-md-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px !important;
    }
    .benefits .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .benefits .col-md-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    h1 {
        font-size: 45px;
    }
    .banner-slider,.banner-inner {
        height: 580px;
    }
    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}
@media only screen and (max-width:767px){
    .footer-logo {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    body {
        overflow-x: hidden;
    }
    br{
        display: none;
    }
    .banner-text{
        position: static;
        padding: 8px 0;
    }
    .baner_inner{
        position: absolute;
        top:5%;
    }
    .banner-slider {
        height: 135px !important;
        overflow: visible;
    }
    .about #accordion .btn-link {
        font-size: 14px;
    }
    h1{
        font-size: 27px;
        color: #004085;
    }
    .baner_inner h4{
        font-size: 17px;
    }
    .banner .banner-inner{
        height:220px;
    }
    .font-36 {
        font-size: 25px;
    }
    .quality img{
        width:70%;
    }
    .start img{
        width:100%;
    }
    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }
    footer .font-20 {
        font-size: 17px;
    }
    .type-inner img {
        width: 100%;
    }
    .navbar-brand{
        margin:0;
    }
    h1.h1navnks90 {
    font-family: system-ui;
    font-size: 30px;
    text-transform: uppercase;
    color: #3b559a;
    display: none;
    }
    h4.navnks90 {
    font-size: 22px;
    color: #891823;
    font-family: system-ui;
    display: none;
    }
    .banner-slider img{
    width:100%;
    height:auto;
    object-fit: cover;
    position: absolute;
    transform: scale(1.690);
    margin-left: 125px !important;
    margin-top: 54.5px;
    /*clip-path: inset(0 70px 0 0);*/
}
.innerbanner_enquire h4 {
    font-size: 14px !important;
}
}

@media screen and (max-width:500px){
    footer{
        margin-bottom: 62px;
    }
    .bubble{
        display: none !important;
    }
    .mobile-fixed{
        display:block !important;
    }
    .font-36 {
        font-size: 22px !important;
        text-align: center;
    }
    .number-btn a {
        padding: 9px 11px;
        font-size: 16px;
    }
    .navbar-brand{
        width:40%;
    }
    .quality img{
        width:26% !important;
    }
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .banner .banner-inner{
        height:360px !important;
    }
   .font-23{
        font-size: 19px !important;
    }
    .font-30{
        font-size: 21px;
    }
    .number-btn a img {
    width: 10px;
    height: 10px;
    }
    a.pdf_img {
       display: block !important;
    }
}
a.pdf_img {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 8px;
    background-color: #3b559a;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
}
a.pdf_img img{
    width: 77px;
    padding: 11px;
}
.bubble {
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    margin: auto;
    justify-content: center;
}
.bubble img {
    width: 55px;
}
.bubble a {
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;

}
.franchise-inner {
    background-color: #aaaaaa;
    padding: 10px;
    height:100%;
    border-radius: 4px;
    transition: all 0.5s linear;
}
.franchise-inner:hover{
    background-color:#3b559a;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.franchise-inner h6,.franchise-inner p{
    transition: all 0.3s linear;
}
.franchise-inner:hover h6,.franchise-inner:hover p{
    color:#ffffff;
}



.col-md-6.about-section {
    padding-left: 30px;
}


/* phone format  19th july 2023 */
#verify-otp p {
    color:#ffffff;
    /*color: #525252;*/
    font-size: 14px;
}
#resend-otp-link, section.steps h2{
    color: #fff;
}
#post-new-button {
  background-color: #ee5017;  
  border-radius: 5px;
  color: #fff;
  padding: .5em;
  text-decoration: none;
}

#post-new-button:focus,
#post-new-button:hover {
  background-color: FireBrick;
  color: #fff;
}

#verify-otp p a {
    color: #ffa3a3;
    font-size: 12px;
    text-decoration: underline;
}

.otp-input-fields {
    margin: auto;
    max-width: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

.otp-input-fields input {
    height: 40px;
    width: 38px;
    background-color: #ffffffc2;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.otp-input-fields input:focus {
    border-width: 2px;
    border-color: #287a1a;
    font-size: 20px;
    background-color: #fff;
}

/* .new-login-area{
    padding:24px;
  } */

label {
    font-size: 12px;
}

.request-otp-header {
    margin: 40px 0px;
}

.login-label label {
    color: #fff;
    font-weight: 600;
    text-align: right;
    width: 100%;
}

.input-edit:focus {
    border-bottom-color: #c74032 !important;
    box-shadow: none;
    outline: 0;
}


.request-otp:focus {
    box-shadow: none;
}

.fa-chevron-left {
    cursor: pointer;
}

.resend-otp {
    margin-top: 6px;
    cursor: pointer;
}


/* steps page css */
section.steps {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: scroll; */
    margin: 5% 0
}

section.steps h2 {
    font-size: 16px;
    font-weight: 600;
}

.steps_outer {
    position: relative;
    background: #0057a2; 
    /*#ededed*/
    border-radius: 9px;
    padding: 20px 28px;/* 56px; */
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 55%);
    border: 3px solid white;
    margin: 6px auto 25px;
    /*background-image: linear-gradient(120deg, #4c4e70 -8%, #3c559a 30%);*/
}

.steps_outer .nav-tabs .nav-item .nav-link {
    color: #383838;
    background-color: #fff;
    border: 1px solid #f28b66;
    border-radius: 5px;
}

.steps_outer .nav-tabs .nav-item.show .nav-link,
.steps_outer .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #ee5017 !important;
}

.custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    /*padding: 8px 13px;*/
        padding: 2px;
    border-radius: 5px;
    /* height: 130px; */
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* .custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
} */
.custom_rc label span {
    width: 100%;
    display: block;
}


.custom_rc label img {
    width: 35px;
    margin-bottom: 2px;
    height: auto;
}

/* Hide the browser's default checkbox */
.custom_rc label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_rc label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* On mouse-over, add a grey background color */
.custom_rc label:hover input~.checkmark {
    background-color: #d0ffd6;
}

/* When the checkbox is checked, add a blue background */
.custom_rc label input:checked~.checkmark {
    background-color: #ffe8e0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_rc label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_rc label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_rc label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3b9435;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_rc label .checkmark:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
}

.custom_rc .rd_slcrt .checkmark:after {
    border: none !important;
}

.custom_rc .rd_slcrt .checkmark:before {
    display: none;
}

.custom_rc {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 14px 0 30px;
    column-gap: 16px;
}

.look_rc {
    grid-template-columns: 1fr 1fr;
}

.more_option {
    grid-template-columns: repeat(5, 1fr);
}

.nav_buttons {
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 58px;
    /*border-top: 1px solid #ffffff; */
}

.nav_buttons button {
    background: #5c5c5c;
    border: none;
    padding: 8px 17px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 117px;
    justify-content: center;
}

.btn_previ img {
    transform: scaleX(-1);
}

.nav_buttons button img {
    width: 17px;
}

.column-0 {
    grid-template: none !important;
}

@media only screen and (min-width:1200px) {
    .steps_outer {
        /* width: 775px;
        height: 420px; */
        min-width: 390px;
    }

    .container {
        max-width: 1315px;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1611px;
    }
}

@media only screen and (min-width:991px) and (max-width:1500px) {
    .steps_outer {
        padding: 16px;
    }

    .steps_outer h2 {
        font-size: 24px;
    }

    .steps_outer .nav-tabs .nav-item {
        margin: 0 2px !important;
        font-size: 14px;
    }

    .custom_rc label {
        font-size: 15px;
        line-height: 18px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .custom_rc {
        margin: 20px 0 48px;
    }
}

@media only screen and (min-width:768px) and (max-width:990px){
.more_option {
    grid-template-columns: repeat(6, 1fr);
}
    #step_ranges .custom_rc label img {
        width: 25px;
        height: 25px;
    }

}

@media only screen and (max-width:767px) {
    .nav-tabs .nav-item {
        font-size: 13px;
        margin: 0 3px !important;
    }
    
    .steps_outer.innerbanner_enquire.slide.right-enter {
    width: auto !important;
    text-align: center;
}
    
    .mobile-bottom {
    position: fixed;
    bottom: 0;
    background: #aa1824;
    width: 100%;
    display: block !important;
}
.mobile-bottom ul li a {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

li.fsd-three {
    background: #3b559a;
    padding: 10px;
}
li.fsd-two {
    background-color: #10a849;
    padding: 10px;
}

.mobile-bottom ul {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0px;
    list-style: none;
}

    .steps_outer .nav-tabs .nav-item .nav-link {
        padding: 8px 9px;
    }

    .steps_outer {
        margin-top: 83px;
    }

    .steps_outer h2 {
        font-size: 16px !important;
    }

    section.steps {
        width: 100%;
        margin: 10% 0;;
    }

    .more_option {
        grid-template-columns: repeat(4, 1fr);
    }

    #step_ranges .custom_rc label img {
        width: 25px;
        height: 25px;
    }

    .custom_rc label img {
        width: 30px;
        height: 30px;
    }

    .custom_rc label {
        font-size: 10px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .nav_buttons button img {
        width: 19px;
    }

    .nav_buttons button {
        padding: 8px 7px;
        font-size: 13px;
        width: 102px;
    }
}

.steps_outer.innerbanner_enquire.slide.right-enter {
    width: fit-content;
    text-align: center;
}

.new-login-area .input-edit:focus {
    border: 1px solid #ced4da !important;
}

.error-focus {
    border: 1px solid #ff0000 !important;
}

.text-error {
    color: #ff0000 !important;
}


#cityDropdown {
    text-align: left;
    background: white;
    height: 163px;
    overflow-y: scroll;
    padding: 0;
    border-left: 1px solid #ff3c00;
    border-bottom: 1px solid #ff3c00;
    border-right: 1px solid #ff3c00;
    display: none;
}

#cityDropdown div {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 13px;
    font-size: 14px;
    transition: all 0.5s linear;

}

#cityDropdown div:hover {
    background: #f2f2f2;
}
.innerbanner_enquire h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}


