@charset "UTF-8";
*, .row>*, ::after, ::before{
    box-sizing:border-box
}
pre, fieldset, input, textarea, table, table *, hr {
    border: 0;
}
 .fbw {
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        border-top: 1px solid var(--light-blue);
        z-index: 1090;
        display: flex;
        transition: transform 0.3s ease-in-out;
        background-color: var(--primary-color);
    }
.whatsapp-wrap{
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index:1300;
   
}
.whatsapp-wrap a{
     width: 45px;
    height: 45px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.call-wrap{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index:1300;
   
}
.call-wrap a{
     width: 45px;
    height: 45px;
    background-color: #4486f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.btn-primary {
    background-color: var(--primary-color);
}
.heading-three {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
}
.bg-secondry-light {
    background-color: var(--secondry-color-light);
}
.small-para p {
    font-size: 14px;
}
.slider-outer-wrap {
    position: relative;
    overflow: hidden;
}
.view-more {
    text-decoration: none;
    color: #333;
    border: 2px solid #e4e4e4;
    padding: 7px 20px 6px;
    border-radius: 24px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
}
.view-more:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s;
}
.slider-control-wrap {
        display: flex;
    gap: 25px;
    justify-content: flex-end;
    margin-top: 25px;
}
.btn::after,.fspimgw::after{
    right:auto;
    position:absolute;
    content:""
}
.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.btn-link2 {
    margin-left: 15px;
    padding: 0px!important;
    width: auto!important;
    height: auto!important;
}
.border-block {
        border: 1px solid var(--grey-bg);
    border-radius: 24px;
    padding: 40px 40px 40px;
    font-size: 24px;
    line-height: 1.6;
    color: var(--heading-color);
}
.list-inline {
    list-style: none;
    margin:0px;
    padding: 0px;
}
.list-inline li {
    padding: 10px 15px 10px 0px;
    display: inline;
}
.list-inline li img {
    max-height: 35px;
    filter: grayscale(100%);
}   

.accordion-item,.stp,body.menu-open,body.modal-open{
    overflow:hidden
}

.input-group {
    display: flex;
    align-items: center;
    gap: 4%;
    margin-bottom: 0px;
}
.validate-msg {
    padding-top:10px;
    font-size:14px;
}
.alert-danger {
    color:red;
}
.alert-success {
    color:green;
}
#myBtn,.accordion-button{
    outline:0;
    cursor:pointer
}
hr {
    height: 1px;
    background-color: #e6e1e1;
    margin: 30px 0;
    width: 100%;
}

.sub-heading-tag {
    color: #1d1d1f;
    letter-spacing: .42px;
    text-transform: uppercase;
    border: 1px solid #1d1d1f80;
    border-radius: 50px;
    padding: 1.5px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    display: inline-flex;
    margin-bottom: 20px;
}
.text-dark {
    color: #0c0407;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
.container-large {
    max-width: 1700px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-right:auto;
    margin-left:auto
}
.row>*,img{
    max-width:100%
}
:root{
    --bs-breakpoint-xs:0;
    --bs-breakpoint-sm:576px;
    --bs-breakpoint-md:768px;
    --bs-breakpoint-lg:992px;
    --bs-breakpoint-xl:1200px;
    --bs-breakpoint-xxl:1400px
}
.row{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>*{
    flex-shrink:0;
    width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
}
.one-line-ellipsis {
     max-width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.six-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-button {
    display: block!important;
}
.col{
    flex:1 0 0%
}
.col-auto,.row-cols-auto>*{
    flex:0 0 auto;
    width:auto
}
.col-12,.row-cols-1>*{
    flex:0 0 auto;
    width:100%
}
.col-6,.row-cols-2>*{
    flex:0 0 auto;
    width:50%
}
.col-4,.row-cols-3>*{
    flex:0 0 auto;
    width:33.33333333%
}
.col-3,.row-cols-4>*{
    flex:0 0 auto;
    width:25%
}
.row-cols-5>*{
    flex:0 0 auto;
    width:20%
}
.col-2,.row-cols-6>*{
    flex:0 0 auto;
    width:16.66666667%
}
.col-1,.col-5{
    flex:0 0 auto
}
.col-1{
    width:8.33333333%
}
.col-5{
    width:41.66666667%
}
.col-7,.col-8{
    flex:0 0 auto
}
.col-7{
    width:58.33333333%
}
.col-8{
    width:66.66666667%
}
.col-9{
    flex:0 0 auto;
    width:75%
}
.col-10{
    flex:0 0 auto;
    width:83.33333333%
}
.col-11{
    flex:0 0 auto;
    width:91.66666667%
}
@media (min-width:576px){
    .container,.container-sm{
        max-width:540px
    }
    .col-sm{
        flex:1 0 0%
    }
    .col-sm-auto,.row-cols-sm-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .col-sm-12,.row-cols-sm-1>*{
        flex:0 0 auto;
        width:100%
    }
    .col-sm-6,.row-cols-sm-2>*{
        flex:0 0 auto;
        width:50%
    }
    .col-sm-4,.row-cols-sm-3>*{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-sm-3,.row-cols-sm-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-sm-5>*{
        flex:0 0 auto;
        width:20%
    }
    .col-sm-2,.row-cols-sm-6>*{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-sm-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-sm-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-sm-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-sm-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-sm-9{
        flex:0 0 auto;
        width:75%
    }
    .col-sm-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-sm-11{
        flex:0 0 auto;
        width:91.66666667%
    }
}
@media (min-width:768px){
    .whatsapp-wrap, .call-wrap {
        display:none;
    }
    .container,.container-md,.container-sm{
        max-width:720px
    }
    .col-md{
        flex:1 0 0%
    }
    .col-md-auto,.row-cols-md-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .col-md-12,.row-cols-md-1>*{
        flex:0 0 auto;
        width:100%
    }
    .col-md-6,.row-cols-md-2>*{
        flex:0 0 auto;
        width:50%
    }
    .col-md-4,.row-cols-md-3>*{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-md-3,.row-cols-md-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-md-5>*{
        flex:0 0 auto;
        width:20%
    }
    .col-md-2,.row-cols-md-6>*{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-md-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-md-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-md-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-md-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-md-9{
        flex:0 0 auto;
        width:75%
    }
    .col-md-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-md-11{
        flex:0 0 auto;
        width:91.66666667%
    }
}
@media (min-width:992px){
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px
    }
    .col-lg{
        flex:1 0 0%
    }
    .col-lg-auto,.row-cols-lg-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .col-lg-12,.row-cols-lg-1>*{
        flex:0 0 auto;
        width:100%
    }
    .col-lg-6,.row-cols-lg-2>*{
        flex:0 0 auto;
        width:50%
    }
    .col-lg-4,.row-cols-lg-3>*{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-lg-3,.row-cols-lg-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-lg-5>*{
        flex:0 0 auto;
        width:20%
    }
    .col-lg-2,.row-cols-lg-6>*{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-lg-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-lg-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-lg-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-lg-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-lg-9{
        flex:0 0 auto;
        width:75%
    }
    .col-lg-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-lg-11{
        flex:0 0 auto;
        width:91.66666667%
    }
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:flex!important
}
.d-inline-flex{
    display:inline-flex!important
}
.d-none{
    display:none!important
}
.flex-row{
    flex-direction:row!important
}
.flex-column{
    flex-direction:column!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.justify-content-end{
    justify-content:flex-end!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-between{
    justify-content:space-between!important
}
.justify-content-around{
    justify-content:space-around!important
}
.justify-content-evenly{
    justify-content:space-evenly!important
}
.align-items-start{
    align-items:flex-start!important
}
.align-items-end{
    align-items:flex-end!important
}
.align-items-center{
    align-items:center!important
}
.align-items-baseline{
    align-items:baseline!important
}
img{
    height:auto
}
.mt-0{
    margin-top:0!important
}
.mt-3{
    margin-top:30px!important
}
.mt-5{
    margin-top:50px!important
}
.mt-4{
    margin-top:40px!important
}
.mt-2{
    margin-top:20px!important
}
.mt-1{
    margin-top:10px!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-3{
    margin-bottom:30px!important
}
.mb-5{
    margin-bottom:50px!important
}
.mb-4{
    margin-bottom:40px!important
}
.mb-2{
    margin-bottom:20px!important
}
.mb-1{
    margin-bottom:10px!important
}
.pb-0{
    padding-bottom:0!important
}
.pb-3{
    padding-bottom:30px!important
}
.pb-5{
    padding-bottom:50px!important
}
.pb-4{
    padding-bottom:40px!important
}
.pb-2{
    padding-bottom:20px!important
}
.pb-1{
    padding-bottom:10px!important
}
.pr-1{
    padding-right:10px!important
}
.pr-2{
    padding-right:20px!important
}
.pr-3{
    padding-right:30px!important
}
.pr-4{
    padding-right:40px!important
}
.pr-5{
    padding-right:50px!important
}
.pt-5 {
    padding-top: 50px;
}
@media (max-width:991.98px){
    .mt-3{
        margin-top:15px!important
    }
    .mt-5{
        margin-top:30px!important
    }
    .mt-4{
        margin-top:20px!important
    }
    .mt-1,.mt-2{
        margin-top:10px!important
    }
    .mb-3{
        margin-bottom:15px!important
    }
    .mb-5{
        margin-bottom:30px!important
    }
    .mb-4{
        margin-bottom:20px!important
    }
    .mb-2{
        margin-bottom:10px!important
    }
    .pb-3{
        padding-bottom:15px!important
    }
    .pb-4,.pb-5{
        padding-bottom:20px!important
    }
    .pb-2{
        padding-bottom:10px!important
    }
    .pr-2{
        padding-right:10px!important
    }
    .pr-3{
        padding-right:15px!important
    }
    .pr-4,.pr-5{
        padding-right:20px!important
    }
    .pt-5 {
    padding-top: 25px;
}
}


@media (min-width:1200px){
    .mt-lg-5 {
        margin-top: 50px;
    }
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1180px
    }
    .col-xl{
        flex:1 0 0%
    }
    .col-xl-auto,.row-cols-xl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    .col-xl-12,.row-cols-xl-1>*{
        flex:0 0 auto;
        width:100%
    }
    .col-xl-6,.row-cols-xl-2>*{
        flex:0 0 auto;
        width:50%
    }
    .col-xl-4,.row-cols-xl-3>*{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xl-3,.row-cols-xl-4>*{
        flex:0 0 auto;
        width:25%
    }
    .row-cols-xl-5>*{
        flex:0 0 auto;
        width:20%
    }
    .col-xl-2,.row-cols-xl-6>*{
        flex:0 0 auto;
        width:16.66666667%
    }
    .col-xl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-xl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    
    
}
@media (min-width:1400px){

    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
        max-width:1230px
    }
   
}

#myBtn{
    background-color:var(--primary-color)
}


@media (max-width:1199px){
    
    .sp{
        padding-top:30px;
        padding-bottom:25px
    }
  
}

@media (max-width:767px){
    .heading-three {font-size: 20px}
    
    .cta-content-wrap p {
    font-size: 14px;
}
    .container-fluid {
        padding: 0px;
    }
   
}


fieldset{
    padding:0
}


.gray-bg{
    background-color:var(--grey-bg)
}
.sp{
    padding-top:40px;
    padding-bottom:30px
}

/* footer start here */
footer{
    padding-top:70px;
    background:url(../images/jim-corbett-footer.webp) center bottom no-repeat #e4e4e4;
    margin-top: 50px;
    background-size:cover;
}
.fl p{
    color:#000;
    font-size:15px;
    line-height:1.6;
    padding-right:50px
}
.f-logo{
    max-width:270px
}
.f-heading{
    font-size:18px;
    color:#000;
    font-weight:500;
    text-transform:capitalize
}
.list-footer {
    list-style: none;
    margin: 18px 0px 0px;
    padding: 0;
}
.f-links{
    margin:18px 0 0;
    padding:0;
    width:100%;
    float:left;
    list-style: none;
}
.f-links li{
    width:50%;
    float:left
}
.f-links li a, .list-footer a{
    color:#000;
    font-size:15px;
    text-decoration:none;
    padding:5px 0;
    transition:.3s;
    display:block
}

.f-links li a:hover, .list-footer a:hover{
    color:var(--primary-color-hover)
}
 .f-heading {
    color: #000;
}
.call-btn-wrap {
    padding-left: 0px;
}
.footer-right svg {
    width: 20px;
    height: 20px;
    color: #000;
}
.footer-right .call-btn {
    margin-right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--secondry-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}
.footer-right .cnn{
    font-size:15px;
    color: #0c0407;
    letter-spacing: -.6px;
}
.footer-right .footer-right .cnt{
    font-weight:400;
    color: #0c0407;
}
.add{
    font-size:14px;
    color:#0c0407
}
.call-btn-wrap {
        display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.f-bottom{
    border-top:1px solid var(--secondry-color);
    margin-top:30px;
    padding:15px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}
.f-bottom a{
    color:#000;
    display:none!important
}
.f-bottom p{
    color:#000;
    margin-bottom:0
}
.call-num {
    width: calc(100% - 60px);
}

.social-links{
    margin-top:40px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
}
.social-links svg {
    color: #fff;
    width: 20px;
}
#myBtn,.modal{
    display:none;
    position:fixed
}
.social-links a{
    margin-bottom:10px;
    display:inline-block;
   
    margin-right:10px;
  
    transition:.5s ease-out;
   
}
.social-links a:hover{
    background:var(--primary-color-hover);
    color:#fff
}
#myBtn{
    bottom:20px;
    right:30px;
    z-index:9999;
    border:none;
    color:#fff;
    border-radius:50%;
    width:60px;
    height:60px;
    font-size:38px;
    line-height:1
}
#myBtn:hover{
    background-color:#555
}
@media (max-width:1199px){
   
    .faq .ssh{
        width:100%;
        margin:0 auto
    }
    .sp{
        padding-top:30px;
        padding-bottom:25px
    }
    
    .h1,.h2,h1,h2{
        font-size:24px;
        letter-spacing:-.5px
    }
    .h3,h3{
        font-size:20px
    }
    
}
@media (max-width:991px){
    .footer-right{
        padding:20px!important
    }
    .f-bottom{
        flex-direction:column;
        align-items:flex-start
    }
    .f-bottom a{
        margin-top:20px
    }
    footer{
        padding-top:50px
    }
    footer .cta-dark{
        justify-content:flex-start
    }
}
.modal{
    z-index:1100;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,.6);
    padding-top:60px
}
.modal-content{
    background-color:#fefefe;
    margin:5% auto;
    padding:0;
    border:1px solid #888;
    width:450px;
    position:relative;
    border-radius:30px
}
.modal-content .form-control.phn{
    width:46%!important
}
.ui-widget.ui-widget-content{
    z-index:1101!important
}
.close{
    color:#aaa;
    float:right;
    font-size:32px;
    font-weight:700;
    position:absolute;
    top:8px;
    right:27px;
    z-index:10
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer
}
@media (max-width:767px){
    footer{
    background:url(../images/jim-corbett-footerm.webp) center top no-repeat #e4e4e4;
}
   
    hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-right {
        margin-top: 0px;
        padding: 0px!important;
    }
    .f-heading {
        margin-top: 15px;
        display: flex;
    }
    .f-links li {
        width: 100%;
    }
    .list-footer, .f-links {
        margin-top: 10px;
    }
    #myBtn{
        display:none!important
    }
    .modal-content .form-control.phn{
        width:100%!important
    }
    .modal-content{
        width:95%;
        padding:0;
        border-radius:30px
    }
    .close{
        right: 10px;
        z-index: 10;
        top: 0px;
    }
    .modal-content .form-wrap {
        padding: 30px 20px 30px;
    }
}

/* footer ends */
/* why choose sec start */

.point-box {
    border: 1px solid var(--secondry-color);
    border-radius: 12px;
    align-items: flex-start;
    padding: 25px;
    transition: all .3s linear;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
    background-color: var(--secondry-color-light);
    position: relative;
    overflow: hidden;
}
.point-icon-wrap {
    background-color: var(--secondry-color);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
}
.point-icon-wrap img {
    filter: invert(1);
}
.point-content {
    width: 100%;
}
.point-content h3 {
        font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.point-content  p {
    margin-bottom: 0px;
}
.point-box:before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    right: 12px;
    top: -30px
}

.point-box:after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--secondry-color);
    position: absolute;
    right: -30px;
    top: 12px;
    transition: all .4s
}
@media (max-width:991.98px){
    .point-box {
        padding: 15px;
        border-radius: 16px;
        gap: 15px;
    }
    .point-icon-wrap {
        width: 60px;
        height: 60px;
    }
    .point-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .point-icon-wrap img {
        width: 35px;
    }
}
/* why choose section ends */
/* review start */
.swiper5 {
    padding-top: 10px;
}
.review-wrap {
    border:1px solid #e4e4e4;
    padding: 35px 25px 20px;
    border-radius: 8px;
}
.review-wrap p {
    font-size: 15px;
}
.review-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.qoute-icon {
    position: absolute;
    top: -15px;
    width: 35px !important;
    height: 35px !important;
    display: inline-block !important;
}
.review-star {
    width: 70px!important;
    height: auto!important;
}
.rating-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.rating-wrap span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}
.rating-wrap a {
    color: var(--body-text-color);
    font-size: 15px;
}
@media (max-width:991.98px){
    .os {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .rating-wrap {
        justify-content: flex-start;
    }
}
/* review ends */
/* team page */
.team-wrap2 {
    display:flex;
    margin-bottom:40px;
    background-color:#f2f8f9;
    box-shadow:0 18px 48px rgba(0,0,0,.1);
        border-radius: 24px;
    overflow: hidden;
}
.team-img {
    width:35%;
}
.team-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.team-detail {
    width:65%;
    padding-left:50px;
    padding-top:30px;
    padding-right:30px;
    
}
.badge-cus {
    background-color:var(--primary-color-light);
    color:#222;
    font-size:14px;
    border-radius:8px;
    padding:4px 10px;
    margin-top:5px;
    margin-bottom:15px;
    display: inline-block;
}
.packg-inq-form {
    background-color:#f2f9f8;
    padding:20px 20px 20px;
}
.form-popup .form-control {
    width:100%;
    border-color:#222;
}
.btn.pay-now {
    display: inline-flex;
}
@media (max-width: 767.98px) {
    .form-popup .form-control {
        margin-bottom:10px;
    }
    .form-popup .form-header {
        font-size:16px;
    }
    .team-wrap2 {
    flex-direction:column;
}
    .team-img {
    width:100%;
}
.team-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.team-detail {
    width:100%;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
}
}


