
        .tabsr-website {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            background-color: #002E75;
           
        }

        .tab-website {
            width: 121px; display: inline-block;
            height: 40px;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.3s;
            font-size: 14px;
            color: #fff;
            font-weight: 500;
            line-height: 40px;
        }

        .tab-website.active,
        .tab-website:hover {
            background-color: #0059e3;
            color: #fff;
            font-weight: 500;
        }

        .tab-content-website {
            padding-top: 15px;
        }

        .tab-pane-website {
            display: none;
            color: #333;
            line-height: 30px;
            font-size: 14px;
        }

        .tab-pane-website.active {
            display: block;
        }  
        .banner_img{
            height: 320px;
            width: 1211px;
            margin: 0 auto;
            text-align: center;
            background: url(/_style/images/222.jpg);
            
        } 
        .website_title-div{
            height: 88px; width: 100%;
        }
        .website_letf-div{
            margin-left:600px;
        }
        .website_letf-p{
            font-size: 20px; color: #FF6600;margin-top: 15px;
        }
        .website_letf-p1{
            font-size: 20px; color: #666666; margin-bottom: 10px;
        }
        .website_letf-a{
            background-color: #945d56; color: #fff; font-size: 13px; padding: 6px; border-radius: 17px;text-decoration: none;border: 1.5px #945d56 solid;font-weight: bold;padding: 4px 10px;
        }
        .website_letf-a:hover{
            background-color: #fff; color: #945d56; font-size: 13px; padding: 6px; border-radius: 17px; border: 1.5px #945d56 solid;font-weight: bold;padding: 4px 10px;
        }
        .website_dropdown-div{
            display: flex; gap: 88px; background-color: #945d56; justify-content: center;
        }
        .website_banner-h1{
            font-size: 55px; color: #fff; padding-top: 65px;
        }
        .website_banner-p{
            font-size:32px; color: #fff;
        }
        .website_tabs-div{
            width: 100%;  background-color: #002E75; justify-content: center; display: flex;
        }
        .website_tabs-div1{
            width: 1210px;
        }
        .website_tabs-flex{
            width: 100%;justify-content: center; display: flex;margin-bottom: 30px;
        }
        .website_tabs-p{
            font-size: 20px; padding: 15px 0px;text-align: left; font-weight: bold;
        }
        .website_tabs-p1{
            text-indent: 2em;margin-bottom: 10px;
        }
