HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/wpcurated/wp-content/themes/curated/scss/inner-page.scss
@import 'partials';

// about us styles
.sub-bnr{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 682px; height: auto;
    padding: 140px 0;
    @media ($sm-1679){
        min-height: 640px;
        padding: 120px 0;
    }
    @media ($sm-1441){
        min-height: 580px;
        padding: 90px 0;
    }
    @media ($sm-1199){
        min-height: 450px;
    }
    @media ($sm-991){
        min-height: 350px;
    }
    @media ($sm-579){
        padding: 80px 0;
    }
    @media ($sm-479){
        padding: 80px 0 50px 0;
    }

    &.abt{
        background: url(../img/abt-bnr.png) no-repeat center;
        background-size: cover;
        .content-area{
            @media ($sm-1199){
                max-width: 530px;
            }
            @media ($sm-991){
                max-width: 400px;
            }
        }
    }
    .container{
        display: flex;
        align-items: center;
        height: 100%; align-items: center; margin: auto;
    }
    .content-area{
        max-width: 677px;
        .title{
            font-size: 62px;
            line-height: 1;
            font-weight: 500;
            margin-bottom: 18px;
            padding-bottom: 0;
            color: #00124D;
            @media($sm-1679){
                font-size: 52px;
                line-height: 48px;
            }
            @media($sm-1441){
                font-size: 42px;
                line-height: 45px;
                margin-bottom: 10px;
            }
            @media($sm-1199){
                font-size: 30px;
                line-height: 40px; margin-bottom: 5px;
            }
            @media($sm-991){
                font-size: 28px;
                line-height: 34px;
            }
            @media($sm-767){
                font-size: 24px;
                line-height: 30px;
            }
            span{
                color: #014CB2;
            }
        }
        .sub-para{
            line-height: 25px;
            font-weight: 400;
            color: #313646;
            @media ($sm-1199){
                font-weight: 300; line-height: 22px;
            }
        }
    }
    .video-sec{
        flex: 1;
        position: absolute;
        right: 0px;
    }
    .bnt-txt-btm{
        width: 100%;
        position: absolute;
        bottom: 0; text-align: center;
        img{
            max-width: 100%;
            filter: brightness(3.5);
        }
    }
}
// our aproach
.our-approach{
    padding: 135px 0;
    @media ($sm-1679){
        padding:100px 0;
    }
    @media ($sm-1441){
        padding:80px 0;
    }
    @media ($sm-1199){
        padding:60px 0;
    }
    @media ($sm-991){
        padding:50px 0;
    }
    .title-blk{
        text-align: center;
        .small-title-sec{
            font-size: 24px;
            font-weight: 600;
            color: #014CB2;
            margin-bottom: 20px;
            line-height: 1;
            @media ($sm-1679){
                font-size: 22px;
            }
            @media ($sm-1441){
                font-size: 20px;
                margin-bottom: 5px;
            }
            @media ($sm-1199){
                font-size: 18px;
            }
        }
        .title{
            font-size: 62px;
            line-height: 1;
            font-weight: 500;
            margin-bottom: 18px;
            color: #00124D;
            margin-bottom: 77px;
            padding-bottom: 0;
            @media($sm-1679){
                font-size: 52px;
                line-height: 48px;
                margin-bottom: 50px;
            }
            @media($sm-1441){
                font-size: 42px;
                line-height: 45px;
                margin-bottom: 45px;
            }
            @media($sm-1199){
                font-size: 32px;
                line-height: 40px;
                margin-bottom: 40px;
            }
            @media($sm-991){
                font-size: 28px;
                line-height: 34px;
                margin-bottom: 30px;
            }
            @media($sm-767){
                font-size: 24px;
                line-height: 30px;
                margin-bottom: 20px;
            }
            br{
                @media ($sm-767){
                    display: none;
                }
            }
            span{
                color: #014CB2;
            }
        }
    }
    .container{
        display: flex;
        flex-direction: column;
    }
    .approach-sec{
        display: flex;
        width: 100%;
        @media ($sm-991){
            flex-direction: column;
        }
        // @media ($sm-767){
        //     flex-direction: column;
        // }
        .img-sec-blk{
            max-width: 693px;
            flex: 1;
            margin-right: 120px;
            border-radius: 42px;
            position: relative;
            color: #fff;
            height: 744px;
            &::before{position: absolute; inset: 0; background: url(../img/approch-gradient.png) no-repeat top center / cover; content: ''; border-radius: 42px;}
            // background: url(../img/approach-img.png) no-repeat top;
            // background-size: cover;
            // height: 745px;
            @media ($sm-1679){
                margin-right: 70px;
                height: 606px;
            }
            @media ($sm-1441){
                margin-right: 50px;
                height: 615px;
            }
            @media ($sm-1199){
                margin-right: 40px;
                height: 578px;
            }
            // @media ($sm-991){
            //     height: 500px;
            //     margin-right: 35px;
            // }
            @media ($sm-991){
                height: auto;
                margin-right: 0;
                margin-bottom: 30px;
            }
            img{
                max-width: 100%;
                border-radius: 42px;
                // max-height: 875px;
                width: 100%;
                height: 100%;
                object-fit: cover;
                @media ($sm-991){
                    height: 350px;
                    object-position: top;
                }
                // @media ($sm-767){
                //     height: 350px;
                //     object-position: top;
                // }
            }
            .inner-cont{
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 65px;
                @media ($sm-1679){
                    padding: 55px;
                }
                @media ($sm-1441){
                    padding: 45px;
                }
                @media ($sm-991){
                    padding: 30px;
                }
            }
        }
        .left-collapse-wrp{
            flex: 1;
            display: flex;
            .accordion{
                width: 100%;
                .accordion-item{
                    border: none;
                    background-color: transparent;
                    &:first-child{
                        .accordion-button{
                        padding-top: 0px;
                        @media ($sm-1679){
                            padding-bottom: 9px;
                        }
                        }
                        .accordion-button{
                            &:after{
                                top: 7px;
                                @media ($sm-1679){
                                    top: 8px;
                                }
                                @media ($sm-767){
                                    top: 5px;
                                }
                            }
                        }
                    }
                }
                .accordion-body{
                    border-radius: 24px;
                    background: #55E3FF26;
                    padding: 27px;
                    border: 1px solid #00C0E599;
                    font-weight: 300;
                    font-size: 20px;
                    line-height: 32px;
                    color: #313646;
                    margin-top: 7px;
                    @media ($sm-1679){
                        font-size: 18px;
                        line-height: 30px;
                        padding: 25px;
                    }
                    @media ($sm-1441){
                        font-size: 17px;
                        line-height: 28px;
                    }
                    @media ($sm-1199){
                        font-size: 16px;
                        line-height: 26px;
                        padding: 20px;
                    }
                    @media ($sm-991){
                        font-size: 15px;
                        line-height: 23px;
                    }
                    @media ($sm-767){
                        font-size: 14px;
                        line-height: 22px;
                    }
                }
                .accordion{
                    &.inner{
                        background-color: transparent;
                        .accordion-button{
                            padding-bottom: 10px;
                            padding-top: 10px;
                            display: flex;
                            align-items: flex-start;
                            @media ($sm-1679){
                                padding-bottom: 9px;
                                padding-bottom: 9px;
                            }
                            @media ($sm-1199){
                                padding-bottom: 7px;
                                padding-top: 7px;
                                padding-left: 25px;
                            }
                            @media ($sm-991){
                                padding-left: 20px;
                            }
                            &::after{
                                background: #18D0F5;
                                top: 17px;
                                @media ($sm-1199){
                                    top: 12px;
                                }
                            }
                        }
                        .accordion-body{
                            background-color: #fff;
                            border-radius: 12px;
                            border: 1px solid #7DEAFF;
                            padding: 20px 25px;
                            @media ($sm-991){
                                padding: 20px;
                            }
                            .list-inside-line{
                                list-style: none;
                                display: flex;
                                flex-wrap: wrap;
                                justify-content: flex-start;
                                padding-left: 0;
                                margin-bottom: 0;

                                li{
                                    font-size: 20px;
                                    font-weight: 300;
                                    color: #313646;
                                    margin-left: 48px;
                                    @media ($sm-1679){
                                        font-size: 18px;
                                        margin-left: 40px;
                                    }
                                    @media ($sm-1441){
                                        font-size: 16px;
                                        margin-left: 25px;
                                    }
                                    @media ($sm-1199){
                                        margin-left: 20px;
                                        font-size: 15px;
                                    }
                                    @media ($sm-991){
                                        margin-left: 10px;
                                        font-size: 14px;
                                        width: calc(50% - 15px);
                                    }
                                    @media ($sm-479){
                                        width: 100%;
                                        margin-left: 0px;
                                        margin-top: 10px;
                                    }

                                    &:nth-child(odd){
                                        @media ($sm-991){
                                            margin-left: 0px;
                                        }
                                    }
                                    &:first-child{
                                        margin-left: 0;
                                        @media ($sm-479){
                                            margin-top: 0px;
                                        }
                                    }
                                    &::before{
                                        content: "";
                                        width: 13px;
                                        height: 13px;
                                        background-color: #014CB2;
                                        transform:rotate(-45deg);
                                        display: inline-block;
                                        margin-right: 14px;
                                        @media ($sm-1441){
                                            width: 10px;
                                            height: 10px;
                                            margin-right: 10px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .accordion-button{
                padding-left: 37px;
                box-shadow: none;
                outline: none;
                font-size: 20px;
                font-weight: 300;
                background-color: transparent;
                color: #00124D;
                display: flex;
                align-items: flex-start;
                @media ($sm-1679){
                    padding-bottom: 10px;
                    padding-top: 10px;
                    font-size: 18px;
                    padding-left: 35px;
                    @media ($sm-1441){
                        font-size: 17px;
                        padding-left: 30px;
                    }
                    @media ($sm-1199){
                        font-size: 16px;
                        padding-left: 25px;
                    }
                    @media ($sm-991){
                        font-size: 15px;
                    }
                    @media ($sm-767){
                        font-size: 14px;
                    }
                }

                &::after{
                    width: 13px;
                    height: 13px;
                    background-image: none;
                    background: #014CB2;
                    transform: rotate(-45deg);
                    transition: all 0.3s linear;
                    position: absolute;
                    left: 0;
                    top: 20px;
                    @media ($sm-1679){
                        top: 15px;
                    }
                    @media ($sm-1441){
                        width: 10px;
                        height: 10px;
                    }
                }
                &:not(.collapsed){
                    background-color: transparent;
                    box-shadow: none;
                    &::after{
                        width: 13px;
                        height: 4px;
                        transform: rotate(0deg);
                    }
                }
            }
        }
    }
    .sub-title{
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px;
        @media ($sm-1679){
            font-size: 22px;
        }
        @media ($sm-1441){
            font-size: 20px;
        }
        @media ($sm-1199){
            font-size: 18px;
        }
    }
    .inner-sec-para{
        font-size: 20px;
        @media ($sm-1679){
            font-size: 18px;
        }
        @media ($sm-1441){
            font-size: 16px;
        }
        @media ($sm-1199){
            font-size: 15px;
        }
        @media ($sm-991){
            font-size: 14px;
        }
    }
}
// our aproach

//providing-sec
.providing-sec{
    background: linear-gradient(180deg, rgba(85, 227, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    @media ($sm-1441){
        padding-top: 80px;
    }
    @media ($sm-1199){
        padding-top: 60px;
    }
    @media ($sm-991){
        padding-top: 50px;
    }
    &::after{
        content:"" ;
        background: url(../img/provide-bg-leaf.png) no-repeat center;
        background-size: contain;
        width: 909px;
        height: 502px;
        position: absolute;
        top: 86px;
        right: 0px;
        z-index: -1;
    }
    .container{
        display: flex;
        flex-wrap: wrap;
        @media ($sm-767){
            flex-direction: column;
        }
    }
    .provide-acco-blk{
        max-width: 693px;
        flex: 1;
        margin-right: 83px;
        position: relative;
        @media ($sm-1679){
            margin-right: 50px;
        }
        @media ($sm-1441){
            margin-right: 40px;
        }
        @media ($sm-1199){
            margin-right:30px;
        }
        @media ($sm-991){
            margin-right: 20px;
        }
        .accordion{
            background-color: transparent;
            .accordion-item{
                border: 1px solid #CEE2E5;
                border-radius: 18px;
                margin-top: 24px;
                @media ($sm-1679){
                    margin-top: 18px;
                }
                @media ($sm-1441){
                    margin-top: 14px;
                }
                @media ($sm-1199){
                    margin-top: 10px;
                }
                &:first-child{
                    margin-top: 0px
                }
                .accordion-header{
                    background-color: transparent;
                    box-shadow: none;
                    outline: none;
                    .accordion-button{
                        background-color: transparent;
                        box-shadow: none;
                        outline: none;
                        padding: 24px 34px;
                        padding-left: 72px;
                        font-weight: 500;
                        font-size: 24px;
                        color: #00124D;
                        @media ($sm-1679){
                            font-size: 22px;
                            padding: 20px 30px;
                            padding-left: 65px;
                        }
                        @media ($sm-1441){
                            font-size: 18px;
                            padding: 15px 30px;
                            padding-left: 60px;
                        }
                        @media ($sm-1199){
                            font-size: 16px;
                            padding-left: 55px;
                        }
                        @media ($sm-991){
                            font-size: 15px;
                            padding-left: 50px;
                        }
                        @media ($sm-767){
                            font-size: 14px;
                        }
                        &::after{
                            width: 19px;
                            height: 19px;
                            background-image: none;
                            background: url(../img/collapse-plus-sign.svg) no-repeat center;
                            background-size: contain;
                            transition: all 0.3s linear;
                            position: absolute;
                            left: 34px;
                            @media ($sm-1679){
                                width: 17px;
                                height: 17px;
                                left: 29px;
                            }
                            @media ($sm-1199){
                                width: 15px;
                                height: 15px;
                                left: 24px;
                            }
                            @media ($sm-767){
                                width: 13px;
                                height: 13px;
                                left: 19px;
                            }
                        }
                        &:not(.collapsed){
                            background-color: transparent;
                            box-shadow: none;
                            &::after{
                                background-color: #00124D;
                                width: 19px;
                                height: 3px;
                                @media ($sm-1679){
                                    width: 17px;
                                    height: 3px;
                                }
                                @media ($sm-1199){
                                    width: 15px;
                                    height: 3px;
                                }
                                @media ($sm-767){
                                    width: 13px;
                                    height: 3px;
                                }
                                
                            }
                        }
                    }
                }
                .accordion-body{
                    font-size: 18px;
                    font-weight: 300;
                    color: #313646;
                    padding: 34px;
                    padding-top: 0;
                    @media ($sm-1679){
                        font-size: 16px;
                        padding: 0 28px 25px;
                    }
                    @media ($sm-1441){
                        font-size: 15px;
                        padding: 0 23px 21px;
                    }
                    @media ($sm-1199){
                        font-size: 14px;
                    }
                }
            }
        }
    }
    .provide-img-blk{
        flex: 1;
        @media ($sm-767){
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
            max-width: 592px;
            object-position: bottom;
            @media ($sm-767){
                max-width: 240px;
            }
        }
    }
    .how-it-work{
        padding: 0;
        .container{
            display: block;
        }
    }
}


.how-it-work{
    padding: 100px 0px;
     .inner-sec{
         background: radial-gradient(61.82% 109.43% at 44.64% 127.04%, #55E3FF 0%, #00124D 100%);
         padding: 80px 120px;
         border-radius: 62px;
         display: flex;
         justify-content: space-between;
         align-items: center;
         @media($sm-767){
             flex-wrap: wrap;
             padding: 20px;
             border-radius: 20px;
         }
         .left-section{
             max-width: 446px;
             @media($sm-767){
                 width: 100%;
                 padding-bottom: 20px;
             }
             
             .title{
                 align-items: flex-start;
                 justify-content: start;
                 text-align: left;
                 color: #fff;
             }
             .content{
                 text-align: left;
                 color: #fff;
             }
         }
         .right-section{
            flex: 1;
            display: flex;
            margin-left: 140px;
            @media($sm-1679){
             margin-left: 110px;
            }
            @media($sm-767){
             margin-left: 0;
            }
            ul{
             width: 90%;
           
             li{
                 list-style-type: none;
             }
            }
            .list-items{
             margin-bottom: 0;
             li{
                 background: #55E3FF26;
                 height: 95px;
                 font-size: 26px;
                 font-weight: 400;
                 line-height: 36.4px;
                 text-align: left;
                 color: #fff;
                 border-radius: 47px;
                 display: flex;
                 align-items: center;
                 padding-left: 50px;
                 margin-bottom: 40px;
                 @media($sm-1679){
                     font-size: 24px;
                     line-height: 26px;
                     height: 80px;
                     padding-left: 30px;
                  
                 }
                 @media($sm-1441){
                     font-size: 22px;
                     line-height: 26px;
                 }
                 @media($sm-1199){
                     font-size: 18px;
                     line-height: 14px;
                 }
                 @media($sm-991){
                     font-size: 16px;
                 }
                 &:last-child{
                     margin-bottom: 0px;
                 }
 
                 
             }
            }
            .progress-list{
              padding-left: 0px;
              margin-bottom: 0px;
             li{
                 width: 95px;
                 height: 95px;
                 display: flex;
                 align-items: center;
                 background: #55E3FF26;
                 border-radius: 47px;
                 justify-content: center;
                 color: #fff;
                 font-size: 26px;
                 font-weight: 400;
                 line-height: 36.4px;
                 text-align: left;
                 text-underline-position: from-font;
                 text-decoration-skip-ink: none;
                 border: 1px dashed #55E3FF;
                 position: relative;
                 margin-bottom: 40px;
                 
                 @media($sm-1679){
                     font-size: 24px;
                     line-height: 26px;
                     width: 80px;
                     height: 80px;
                 }
                 @media($sm-1441){
                     font-size: 22px;
                     line-height: 26px;
                 }
                 @media($sm-1199){
                     font-size: 18px;
                     line-height: 14px;
                 }
                 @media($sm-991){
                     font-size: 16px;
                 }
                 &::before{
                         content: "";
                         position: absolute;
                         width: 1px;
                         background: repeating-linear-gradient(
                             180deg,
                             #55E3FF,
                             #55E3FF 2px,
                             transparent 2px,
                             transparent 5px
                           );
                         top: 0;
                         bottom: -135px;
                         margin: auto;
                         left: 48px;
                         height: 40px;
                         @media($sm-1679){
                             left: 41px;
                             bottom: -121px;
                         }
                 }
 
                 &:last-child{
                     margin-bottom: 0px;
                     &::before{
                         display: none;
                     }
                 }
             }
            }
         }
         .subtitle{
             font-size: 24px;
             font-weight: 600;
             line-height: 34.08px;
             color: #55E3FF;
             padding-bottom: 25px;
 
         }
     }
 
 }

//providing-sec

// our team sec
    .our-team-wrp{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 87px 0;
        background: linear-gradient(360deg, rgba(85, 227, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
        margin-bottom: 125px;
        @media ($sm-1679){
            margin-bottom: 100px;
        }
        @media ($sm-1441){
            margin-bottom: 80px;
            padding: 80px 0;
        }
        @media ($sm-1199){
            margin-bottom: 60px;
            padding: 60px 0;
        }
        @media ($sm-991){
            margin-bottom: 50px;
            padding: 50px 0;
        }
        @media (max-width:600px){
            padding: 40px 0;
        }
        .top-blk{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom:57px;
            @media ($sm-1679){
                margin-bottom: 50px;
            }
            @media ($sm-1441){
                margin-bottom: 40px;
            }
            @media ($sm-1199){
                margin-bottom: 30px;
            }
            @media ($sm-991){
                margin-bottom: 20px;
            }
            @media ($sm-579){
                flex-direction: column;
                align-items: flex-start;
            }
            .join-btn{
                border: 1px solid #023DFF;
                border-radius: 38px;
                max-width: 257px;
                width: 100%;
                height: 62px;
                font-size: 20px;
                font-weight: 600;
                color:#023DFF;
                display: flex;
                justify-content: space-between;
                align-items: center;
                text-decoration: none;
                padding-left: 34px;
                padding-right: 24px;
                transition: all 0.3s linear;
                &:hover{
                    background: radial-gradient(61.82% 109.43% at 44.64% 127.04%, #55E3FF 0%, #00124D 100%);
                    color: #fff;
                    &::after{
                        filter: brightness(30.5) hue-rotate(75deg);
                    }
                }
                @media ($sm-1679){
                    font-size: 18px;
                    height: 55px;
                }
                @media ($sm-1441){
                    font-size: 17px;
                    height: 50px;
                    width: 240px;
                }
                @media ($sm-1199){
                    font-size: 16px;
                    height: 45px;
                }
                @media ($sm-991){
                    font-size: 15px;
                    width: 185px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media ($sm-579){
                    font-size: 14px;
                }
                &:after{
                    content: "";
                    width: 22px;
                    height: 24px;
                    background: url(../img/btn-right-arrow.svg) no-repeat center;
                    background-size: contain;
                }
            }
            .title-blk{
                text-align: left;
                .small-title-sec{
                    font-size: 24px;
                    font-weight: 600;
                    color: #014CB2;
                    margin-bottom: 10px;
                    line-height: 1;
                    @media ($sm-1679){
                        font-size: 22px;
                    }
                    @media ($sm-1441){
                        font-size: 20px;
                    }
                    @media ($sm-1199){
                        font-size: 18px;
                    }
                }
                .title{
                    font-size: 62px;
                    line-height: 1;
                    font-weight: 500;
                    margin-bottom: 0px;
                    color: #00124D;
                    padding-bottom: 0;
                    @media($sm-1679){
                        font-size: 52px;
                        line-height: 48px;
                    }
                    @media($sm-1441){
                        font-size: 42px;
                        line-height: 45px;
                    }
                    @media($sm-1199){
                        font-size: 32px;
                        line-height: 40px;
                    }
                    @media($sm-991){
                        font-size: 28px;
                        line-height: 34px;
                    }
                    @media($sm-767){
                        font-size: 24px;
                        line-height: 30px;
                    }
                    @media ($sm-579){
                        margin-bottom: 18px;
                    }
                    br{
                        @media ($sm-579){
                            display: none;
                        }
                    }
                    span{
                        color: #014CB2;
                    }
                }
            }
        }
        .team-dtl-blk{
            display: flex;
            flex-direction: column;
            .team-dtl-wrp{
                display: flex;
                background-color: #FFFFFF;
                border: 1px solid #CEE2E5;
                border-radius: 45px;
                padding: 40px 74px 40px 53px;
                margin-bottom: 60px;
                @media ($sm-1679){
                    padding: 40px 50px 40px 53px;
                    margin-bottom: 50px;
                }
                @media ($sm-1441){
                    padding: 35px 45px 35px 45px;
                    margin-bottom: 40px;
                }
                @media ($sm-1199){
                    padding: 30px 40px 30px 40px;
                    margin-bottom: 30px;
                }
                @media ($sm-991){
                    padding: 30px;
                }
                @media ($sm-579){
                    flex-direction: column-reverse;
                }
            }
            .prof-dtls{
                max-width: 803px;
                display: flex;
                flex-direction: column;
                margin-right: 84px; flex: 1;
                @media ($sm-1679){
                    max-width: 723px;
                    margin-right: 60px;
                }
                @media ($sm-1441){
                    margin-right: 50px;
                }
                @media ($sm-1199){
                    margin-right: 40px;
                }
                @media ($sm-991){
                    margin-right: 30px;
                }
                @media ($sm-579){
                    margin-right: 0;
                    max-width: 100%;
                }
                .prof-title{
                    font-weight: 600;
                    font-size: 42px;
                    padding-bottom: 15px;
                    line-height: 1;
                    @media ($sm-1679){
                        font-size: 40px;
                        padding-bottom: 10px;
                    }
                    @media ($sm-1441){
                        font-size: 36px;
                    }
                    @media ($sm-1199){
                        font-size: 32px;
                        padding-bottom: 5px;
                    }
                    @media ($sm-991){
                        font-size: 28px;
                    }
                    @media ($sm-767){
                        font-size: 22px;
                    }
                }
                .prfile-desig{
                    font-weight: 600;
                    font-size: 20px;
                    color: #023DFF;
                    margin-bottom: 10px;
                    @media ($sm-1679){
                        font-size: 18px;
                    }
                    @media ($sm-1441){
                        font-size: 17px;
                    }
                    @media ($sm-1199){
                        font-size: 16px;
                    }
                    @media ($sm-991){
                        font-size: 15px;
                    }
                    @media ($sm-767){
                        font-size: 14px;
                    }
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
                .abt-txt{ font-weight: 400;
                    @media ($sm-1679){
                        font-size: 16px;
                    }
                    @media ($sm-1441){
                        font-size: 15px;
                    }
                    @media ($sm-1199){
                        font-size: 14px;
                    }
                    &:last-child{
                        margin-bottom: 0px;
                    }
                }
            }
            .prof-img{
                position: relative;
                // border:double 1px transparent;
                // background-image: linear-gradient(white, white), linear-gradient(180deg, #55E3FF 0%, #002AB3 100%);
                border-radius: 28px;
                width: 358px;
                height: 380px;
                flex-shrink: 0;
                padding: 1px;
                overflow: hidden;
                &::after{
                    content: "";
                    position: absolute;
                    width: calc(100% + 2px);
                    height: calc(100% + 2px);
                    top: -25px;
                    left: 45px;
                    z-index: -1;
                    left: -1px;
                    top: -1px;
                    background: linear-gradient(90deg, #55E3FF 0%, #023DFF 100%);
                    border-radius: 28px;
                    z-index: 1;
                }
                @media ($sm-1679){
                    width: 332px;
                    height: 350px;
                }
                @media ($sm-1441){
                    width: 300px;
                    height: 320px;
                }
                @media ($sm-1199){
                    width: 270px;
                    height: 285px;
                }
                @media ($sm-991){
                    width: 230px;
                    height: 240px;
                }
                @media ($sm-767){
                    width: 175px;
                    height: 165px;
                }
                @media ($sm-579){
                    margin: 0 auto 20px;
                    border-radius: 20px;
                }
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: top;
                    border-radius: 28px;
                    position: relative;
                    z-index: 2;
                    @media ($sm-579){
                        border-radius: 20px;
                    }
                }
            }
            .team-slider-nav{
                padding-bottom: 40px;
                padding-left: 60px;
                padding-right: 60px;
                @media (max-width:600px){
                    padding-bottom: 0;
                }
                .thumbs{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 18px;
                    margin: 0 5px;

                    img{
                        max-width: 100%;
                        border-radius: 30px;
                        max-height: 126px;
                        @media ($sm-1679){
                            border-radius: 15px;
                        }
                        @media ($sm-1199){
                            max-height: 100px;
                        }
 
                    }
                }
                .slick-center{
                    .thumbs{
                    border: 1px solid #014CB2;
                    background: #014CB226;
                    border-radius:38px;
                    @media ($sm-1441){
                        border-radius: 10px;
                    }
                    }
                }
                .slick-dots{
                    margin-top: 40px;
                    left: 0px;
                    right: 0px;
                    li{
                        list-style: none;
                        width: 27px;
                        margin: 0 9px;
                        button{
                            padding: 0;
                            height: 3px;
                            width: 100%;
                            background-color: #BCC2D8;
                            &::before{
                                display: none;
                                font-size: 0px;
                            }
                        }
                        &.slick-active{
                            button{
                                background-color: #014CB2;
                            }
                        }
                    }
                }
                .slick-arrow{
                    width: 34px;
                    height: 34px;
                    border-radius: 34px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #014CB2;
                    z-index: 2;
                    top: 40%;

                    &:hover{
                        background-color: #014CB2;
                        &::before{
                            filter: brightness(30.5) hue-rotate(75deg);
                        }
                    }
                    &::before{
                        content: "";
                        background: url(../img/prev-arrow-team.svg) no-repeat center;
                        background-size: contain;
                        width: 7px;
                        height: 14px;
                    }
                    &.slick-prev{
                        left: 0px;
                    }
                    &.slick-next{
                        right: 0px;
                        &::before{
                            transform: rotate(180deg);
                        }
                    }
                }
            }
        }
    }
// our team sec

// about us styles