.butterfly-vet-page{
    sup{
        font-size: 10px;
    }
    .section-1{
        background-image: url('../img/butterfly/banner.png');
        background-size: cover;
        height: 500px;
        background-repeat: no-repeat;
        position: relative;
        background-position: center right;
        .intro{
            width: 42%;
            position: absolute;
            left: 25%;
            top: 50%;
            img{
                width: 200px;
            }
            transform: translate(-50%,-50%);
            h3{
                font-size: 2.5rem;
                font-weight: 700;
            }
            h1{
                font-size: 40px;
                font-weight: 400;
                width: 70%;
                margin-bottom: 20px;
            }
            .global-btn{
                a{
                    background-color: black;
                    color: #fff;
                    padding-bottom: 10px;
                }
            }
        }
    }
    .section-2{
        background-color: #eef7fe;
        padding: 4rem 0;
        .intro-inner{
            max-width: 90%;
            margin: 0 auto;
            .section-title{
                text-align: center;
                font-size: 44px;
                color: #2b3a6b;
                font-weight: 400;
            }
            p{
                text-align: center;
                font-size: 20px;
            }
        }
        .black-box{
            position: relative;
            padding: 3rem 2rem;
            background-color: black;
            width: 80%;
            margin: 0 auto;
            .logo-butterfly{
                position: absolute;
                right: 1rem;
                top: 1rem;
            }
            p{
                font-size: 22px;
            }
            .inner-div{
                h5{
                    font-size: 14px;
                    font-weight: 400px;
                }
            }
        }
    }
    .section-2-extra{
        background-image: url('../img/butterfly/ultra.png');
        background-size: contain;
        height: 300px;
        background-repeat: no-repeat;
        display: flex;
        background-color: black;
        width: 100%;
        align-items: center;
        p{
            font-size: 20px;
        }
    }
    .section-3{
        padding: 5rem 0 6rem 0;
        .section-title{
            text-align: center;
            font-size: 44px;
            color: #2b3a6b;
            font-weight: 400;
        }
        .left-side{
            padding: 2rem 0 0 0;
            background-color: black;
            .inner-div{
                img{
                    margin-left: 2rem;
                }
            }
            .content{
                padding: 0 4rem;
                h2{
                    font-size: 2.5rem;
                }
                p{
                    font-size: 18px;
                }
            }
        }
        .right-side{
            .list{
                background-color: #f1f1f1;
                border-radius: 25px;
                padding: 25px;
                margin: 25px 25px;
                img{
                    width: 50px;
                    height: 50px;
                    object-fit: contain;
                    margin-bottom: 10px;
                }
                ul{
                    padding: 0 15px;
                    width: auto;
                    li{
                        font-size: 12px;
                    }
                }
            }
        }
        .btn{
            font-size: 2rem;
            padding: 5px 20px 10px 20px;
            background-color: #2678ff;
            border-radius: 10px;
        }
    }
    .section-4{
        background-color: #d1d0ce;
        padding: 5rem;
        .section-title{
            text-align: center;
            font-size: 44px;
            color: black;
            font-weight: 400;
            sup{
                font-size: 20px;
            }
        }
        .box{
            width: 95%;
            background-color: #f0f0f0;
            border-radius: 25px;
            padding: 25px ;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            img{
                width: 70px;
                height: 70px;
                object-fit: contain;
                margin-bottom: 20px;
            }
            h3{
                color: #2b3a6b;
                font-size: 24px;
                font-weight: 400;
            }
            p{
                color:black;
                font-size: 20px;
            }
        }
    }
    .section-5{
        padding: 5rem 0;
        h4{
            line-height: 40px;
        }
        img{
            width: 250px;
            object-fit: contain;
            border-radius: 10px;
        }
        .right-side{
            align-items: center;
            display: flex;
        }
    }
    .section-6{
        background-color: black;
        padding: 5rem 0;
        .owl-prev,.owl-next{
            color: #fff!important;
            position: absolute;
            top: 50%;
            font-size: 50px!important;
        }
        .owl-prev{
            left: -2rem;
        }
        .owl-next{
            right: -2rem;
        }
        .container{
            max-width: 90%;
        }
        .item{
            padding: 0 2rem;
        }
        .inner-div{
            p{
                font-size: 24px;
                line-height: 40px;
            }
            h5{
                font-size: 20px;
                margin: 5rem 0 3rem 0;
                position: relative;
            }
            h5::before{
                content: '';
                position: absolute;
                width: 11%;
                border: 2px solid white;
                margin: 0 auto;
                left: 50%;
                top: -100%;
                transform: translate(-50%, -50%);
            }
            h3{
                font-size: 18px;
                color: grey;
            }
        }
    }
    .section-7{
        background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
        url(../img/butterfly/event-banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-color: #f1f2f7;
        padding: 2rem 0 4rem 0;

        .section-title{
            text-align: center;
            font-size: 44px;
            color: #2b3a6b;
            font-weight: 400;
            margin-bottom: 5rem;
        }
        .container{
            max-width: 100%;
            .row{
                align-items: center;
            }
        }
        .left-side{
            .inner-div{
                margin-left: 60px;
                border: 4px solid black;
                border-right: 0;
                padding: 20px 40px;
                p{
                    font-size: 24px;
                }
                .btn{
                    font-size: 24px;
                    background-color: black;
                    color: white;
                    border-radius: 10px;
                    padding: 10px 25px 15px;
                }
            }
        }
        .right-side{
            .inner-div{
                background-image: url(../img/butterfly/event-banner.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                width: 100%;
                height: 500px;
            }
        }
    }
    .section-8{
        background-color: #f1f2f7;
        padding: 2rem 2rem 4rem 2rem;
        .section-title{
            text-align: center;
            font-size: 44px;
            color: #2b3a6b;
            font-weight: 400;
        }
        .row{
            justify-content: center;
        }
        .play{
            position: relative;
        }
        .play::after{
            background-image: url('../img/butterfly/play.png');
            background-size: contain;
            background-repeat: no-repeat;
            content: "";
            position: absolute;
            top:50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 50px;
            width: 50px;
        }
        .title-box{
            border: 25px solid white;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            img{
                height: 250px;
                object-fit: cover;
                object-position: top;
            }
            h5{
                height: 110px;
            }
        }
    }
    .section-9{
        background-color: #d2d1cf;
        padding: 2rem 0;
        .inner-div{
            font-size: 20px;
            text-align: center;
            width: 80%;
            margin: 0 auto;
            color: #1c1a19;
            line-height: 2.5rem;
        }
    }
    .section-10{
        padding: 5rem 0;
        .left-side{
            .inner-div{
                background-color: #ebebeb;
                padding: 25px 20px;
                font-size: 18px;
                h3{
                    font-size: 24px;
                    color: #2b3a6b;
                    font-weight: 400;
                }
            }
        }
        .right-side{
            justify-content: center;
            align-items: center;
            display: flex;        
            .inner-div{
                div{
                    font-size: 22px;
                }
                .d-flex{
                    gap: 20px;
                }
                .btn{
                    width: 230px;
                    font-size: 22px;
                    background-color: black;
                    border-radius: 5px;
                    color: white;
                    padding: 10px 25px;
                }
                .enquire-now{
                    width: 400px;
                    margin-top: 1rem;
                }
            }
        }
    }
    .section-11{
        background-color: #d2d1cf;
        padding: 5rem 0;
        .inner-div{
            font-size: 20px;
            text-align: center;
            width: 80%;
            margin: 0 auto;
            color: #1c1a19;
            line-height: 2.5rem;
        }
    }
}

#requestModal,
#placeorderModal,
#trainingModal,
#enquirenowModal{
    top: 7rem;
    .modal-header{
        background-color: unset;
    }
    label{
        font-size: 16px;
    }
    select{
        margin-left: 0;
    }
    .modal-footer{
        display: block!important;
        .btn{
            width: 100px;
            font-size: 16px;
        }
    }
}
