*{
    margin: 0;
    padding: 0;
        font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.Training_sub-header{
    height: 20vh;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0%;
    background-color: #fff;
    color: #1462B8;
    text-align: center;
}
nav{
    display: flex;
    padding: 35px 5px;
    justify-content: space-between;
    align-items: center;
    color: #E62917;
    font-weight: 600;
}
nav img{
    width: 100px;
    position: relative;
    padding-left: 70px;
}
.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 25px 0 5px;
    transition: all 0.3s ease;
}
.navbar.sticky{
    background: #fff;
    padding: 10px 0;
    padding: 25px 0 5px;
}
.nav-links{
    flex: 1;
    text-align: right;
    padding-right: 50px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 10px;
    position: relative;
}
.nav-links ul li a{
    padding: 5px 14px;
    border-radius: 20px;
    color: #E62917;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li a:hover{
    background: #1462B8;
    color: #fff;
}
.nav-links ul li:hover::after{
    width: 100%;
}

.to-top {
    background: #E62917;
    position: fixed;
    bottom: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
    background: #E62917;
}

nav .fa{
    display: none;
}

.menu-list h1{
    color: #1462B8;
}
.menu-list a{
    color: #E62917;
}
.menu-list a:hover{
    color: #1ea353;
}

nav h3{
    display: none;
}

.line{
    display: none;
}

.active, .menu-list ul li:hover{
    background: #1462B8;
    border-radius: 10px;
}

/* --drop down-- */
.sub-menu-1{
    display: none;
}
.nav-links ul li:hover  .sub-menu-1{
    display: block;
    position: absolute;
    background: #1462B8;
    margin-top: 5px;
    margin-left: -15px;
    border-radius: 10px;
}
.nav-links ul li:hover  .sub-menu-1 a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}
.nav-links ul li:hover  .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.nav-links ul li:hover .sub-menu-1 ul li{
    width: 218px;
    padding: 20px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.nav-links ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.nav-links ul li:hover .sub-menu-1 ul li a:hover{
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.fa-angle-right{
    float: right;
}
.sub-menu-2{
    display: none;
}
.nav-links ul li:hover .sub-menu-2 ul li{
    width: 190px;
    padding: 20px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.hover-me:hover .sub-menu-2{
    position: absolute;
    display: block;
    margin-top: -48.5px;
    margin-left: 230px;
    background: #1462B8;
    border-radius: 10px;
}
.hover-me:hover .sub-menu-2 ul li a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}

/*----------- training page ------------*/
.Train-SectA{
    width: 100%;
    background-color: #232f4b;
    color: #fff;
    padding-bottom: 5%;
}
.training a{
    color: #fff;
    font-weight: 800;
}
.training a:hover{
    color: orange;
    background: transparent;
    transition: 1ms;
}
.SectA{
    color: #fff;
    margin-left: 50px;
}
.SectA a{
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
}
.SectA h1{
    color: orange;
}
.SectA h5{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding-right: 30%;
}

/* --Split Screen-- */
.split{
    top: 5%;
    margin-top: 0%;
    margin-bottom: 8%;
}
.right{
    position: absolute;
    margin-top: 21%;
    margin-left: 57%;
    width: 40%;
    text-align: center;
}
.left{
    position: relative;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 2%;
    width: 54%;
    border-right: 1px solid #232f4b;
    text-align: center;
}

.section3{
    background: #f7f2f2;
    width: 98%;
    height: 30vh;
    padding-right: 5%;
}
.section3 .insert{
    font-family: "Poppins", sans-serif;
    position: absolute;
}
.section3 .insert img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: none;
    margin-left: 30px;
    margin-top: 20px;
}
.section3 .insert h4{
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    font-weight:600;
    text-align: center;
    margin-top: 95%;
    margin-left: 29%;
    text-wrap: nowrap;
}
.section3 .insert p{
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
     color: #555;
     font-size: 13px;
     font-weight: 300;
}
.section3 h1{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin-top: 5%;
    font-size: 18px;
    font-weight:600;
    margin-left: 30%;
    text-wrap: wrap;
}
.section3 h1 p{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
     color: #555;
     font-size: 18px;
     font-weight: 300;
     line-height: 20px;
}

/* --Extinguisher Training-- */
.course{
    width: 100%;
    text-wrap: nowrap;
    text-align: left;
    justify-content: left;
}
.course h1{
    font-size: 18px;
    height: fit-content;
}
.course ul{
    width: 100%;
}
.row .course .fa{
    color: rgb(39, 213, 39);
    font-size: 20px;
    margin-left: 5%;
}

.General {
    max-width: 90%;
    margin-inline: auto;
    position: relative;
    margin-bottom: 2%;
}
.General .row{
    display: grid;
    gap: 0.1rem;
    grid-template-columns: 1fr 1fr;
}
.General-col{
    flex-basis: 32%;
    margin-bottom: 0%;
    position: relative;
}
.General-col img{
    width: 100%;
    height: 100%;
}

.row2 .expect{
    position: relative;
    width: 90%;
    margin-inline: auto;
    text-align: left;
    padding-left: 2%;
}
.expect h1{
    font-size: 18px;
    text-wrap: nowrap;
    margin-left: 0%;
    margin-bottom: 2%;
}
.expect ul{
  font-size: 15px;
  margin-top: 0%;
  margin-left: 2%;
}
.expect h2{
    font-size: 15px;
    text-wrap: nowrap;
    margin-left: 0%;
}
.row2 .expect .fa{
    color: rgb(39, 213, 39);
    font-size: 20px;
    margin-left: 0%;
    text-indent: -50%;
}


/*--------- contact us page ---------*/
.contact-us{
    margin-top: 5%;
    width: 98%;
}
.contact-us .contact-col{
    margin-left: 5%;
    width: 89%;
}
.contact-col div{
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #E62917;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
    font-size: 14px;
}
.contact-col div h5{
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.content-wrapper .contact-col2{
    margin-top: 10%;
    margin-bottom: 30px;
    position: relative;
}
.contact-col2 input, .contact-col2 textarea{
    width: 100%;
    max-width: 90%;
    padding: 5px;
    margin-bottom: 3px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}
.contact-col2 .hero-btn{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    border: 1px solid #1462B8;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 15%;
}
.contact-col2 .hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
}

/*--------- FAQs ---------*/
.sidebar{
    border-top: 1px solid #232f4b;
    padding: 0;
}
.sidebar .wrapper2{
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.wrapper2 h1 p{
    color: #1462B8;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}
.accordion{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
}
.accordion li{
    list-style: none;
    width: 96%;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.accordion li label h1:hover{
    text-decoration: underline;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}

/*------------ footer -----------*/
.footer{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
    url(images/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}
.footer P{
    margin-left: 200px;
    margin-right: 200px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
}
.icons .fa{
    color: #E62917;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-copyright{
    color: #E62917;
}


@media(max-width:1500px) {
    .Training_sub-header{
        height: 8rem;
    }
    .navbar{
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 1.5rem 0rem 1rem;
        font-size: 22px;
        line-height: 22px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 5rem;
        position: relative;
        padding-left: 2rem;
    }
    nav .fa{
        display: inline;
        color: #1462B8;
        margin-right: 64px;
        font-size: 25px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1ms;
    }
    .nav-links ul li a{
        font-size: 12px;
    }
    .nav-links ul{
        padding: 5px;
    }
    .nav-links ul li{
        display: block;
        margin-top: 6%;
    }
    .nav-links .fa{
        margin-top: 0px;
        font-size: 22px;
    }

    nav h3{
        display: inline-table;
    }

    nav h1{
        font-style: italic;
        font-size: 18px;
        text-decoration: underline;
        padding-left: 15%;
        margin-bottom: 5%;
        color: #1462B8;
        text-align: center;
    }
    nav .single{
        text-decoration: none;
        color: #E62917;
        font-size: 16px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
    }
    nav .single:hover{
        color: #1ea353;
        transition: 1ms;
    }
    nav .single1{
        text-decoration: none;
        color: #E62917;
        font-size: 12px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
        text-align: center;
    }
    nav h3{
        margin-left: 10%;
        width: 160%;
        padding: 0%;
        text-align: left;
    }
    
    nav .double{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .double .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .double .fa:hover{
        color: #fff;
        background-color: #1ea353;
        border: #1ea353 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    nav .triple{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple .fa:hover{
        color: #fff;
        background-color: #1462B8;
        border: #1462B8 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    
    nav .triple1{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple1 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple1 .fa:hover{
        color: #fff;
        background-color: #1462B8;
        border: #1462B8 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple2{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple2 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple2 .fa:hover{
        color: #fff;
        background-color: rgb(234, 0, 255);
        border: rgb(231, 62, 118) solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple3{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple3 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple3 .fa:hover{
        color: #fff;
        background-color: #1462B8;
        border: #1462B8 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    

    nav .triple4{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple4 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple4 .fa:hover{
        color: #fff;
        background-color: #E62917;
        border: #E62917 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    .navbar.sticky{
        background: #fff;
        padding: 1.5rem 0rem 1rem;
    }

    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }
    .active, .menu-list ul li:hover{
        background: transparent;
    }
    /* --drop down-- */
    .sub-menu-1{
        display: inline-block;
    }
    .nav-links ul li  .sub-menu-1{
        display: none;
        position: relative;
        background: #E62917;
        margin-top: -15px;
        margin-bottom: 10px;
        margin-right: 0%;
        margin-left: 8%;
        border-radius: 2px;
    }
    .nav-links ul li:hover  .sub-menu-1 a{
        color: #fff;
        font-size: 12px;
    }
    .nav-links ul li  .sub-menu-1 ul{
        display: block;
        margin: 10px;
    }
    .nav-links ul li .sub-menu-1 ul li{
        width: 100px;
        padding: 15px;
        border-bottom: 1px dotted #fff;
        background: transparent;
        border-radius: 0;
        text-align: left;
    }
    .nav-links ul li .sub-menu-1 ul li:last-child{
        border-bottom: none;
    }
    .nav-links ul li .sub-menu-1 ul li a{
        color: #fff;
        margin-left: 0px;
    }
    .sub-menu-2{
        display: none;
    }
    .nav-links ul li:hover  .sub-menu-1{
        display: block;
        position: relative;
        background: #E62917;
        margin-top: -9px;
        margin-bottom: 20px;
        margin-right: -20%;
        margin-left: 0%;
        border-radius: 2px;
        font-size: 0%;
    }
    .nav-links ul li:hover  .sub-menu-1 ul{
        display: block;
        margin: 10px;
    }
    .nav-links ul li:hover .sub-menu-1 ul li{
        width: 200px;
        padding: 10px;
        border-bottom: 1px dotted #fff;
        margin-top: 0%;
        background: transparent;
        border-radius: 0;
        text-align: left;
    }
    .nav-links ul li:hover .sub-menu-1 ul li:last-child{
        border-bottom: none;
    }
    .nav-links ul li:hover .sub-menu-1 ul li a:hover{
        color: #fff;
    }
    .nav-links ul li .sub-menu-1 .sub-menu-2 ul li{
        width: 170px;
        padding: 5px;
        margin-top: 0%;
        border-bottom: 1px dotted #fff;
        background: transparent;
        border-radius: 0;
        text-align: right;
    }
    .hover-me:hover .sub-menu-2{
        position: absolute;
        display: block;
        margin-top: -41px;
        margin-left: -210px;
        background: #1462B8;
        border-radius: 2px;
    }
    .hover-me:hover .sub-menu-2 ul li a{
        padding-right: 0%;
        padding-left: 0%;
        color: #fff;
    }

    /* --Split Screen-- */
    .split{
        top: 5%;
    }
    .right{
        margin-top: 23%;
    }
    .left{
        position: relative;
        margin-top: 2%;
        margin-bottom: 5%;
        margin-left: 2%;
        width: 54%;
        border-right: 1px solid #232f4b;
        text-align: center;
    }

    .section3 .insert img{
        height: 140px;
        width: 140px;
        border-radius: 50%;
        border: none;
        margin-left: 30px;
        margin-top: 20px;
    }
    .section3 h1{
        font-weight:600;
        margin-left: 35%;
        text-wrap: wrap;
    }

    /* --Extinguisher Training-- */
    .course{
        width: 48vw;
        text-wrap: nowrap;
        text-align: left;
        justify-content: left;
    }
    .course h1{
        font-size: 18px;
        height: fit-content;
    }
    .course ul{
        width: 100%;
        font-size: 15px;
    }
    .row .course .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: 0%;
        text-indent: 100%;
    }


/*--------- FAQs ---------*/
.wrapper2 h1 p{
    font-size: 18px;
}
.wrapper2 h1{
    text-align: left;
    margin-left: 2%;
    font-size: 15px;
}
.footer{
    padding: 10px 0;
}
.footer P{
    margin-left: 5%;
    margin-right: 5%;
}
}

@media(max-width:1330px){
    /* --Split Screen-- */
    .split{
        top: 5%;
    }

    /* --Extinguisher Training-- */
    .course{
        width: 48vw;
        text-wrap: nowrap;
        text-align: left;
        justify-content: left;
    }
    .course h1{
        font-size: 15px;
        height: fit-content;
    }
    .course ul{
        width: 60%;
        font-size: 14px;
    }
    .row .course .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: -5%;
        text-indent: 120%;
    }

    .right{
        margin-top: 23%;
    }
    .right .contact-us .fa{
        font-size: 25px;
    }
    .right .contact-us h5{
        font-size: 15px;
        margin-bottom: 0%;
    }
    .right .contact-us p{
        font-size: 13px;
        margin-top: -2%;
    }
    .right .contact-us .hero-btn{
        font-size: 15px;
        padding: 2%;
    }   
    .right .wrapper2 h1 p{
        font-size: 20px;
        margin-inline: auto;
    }

    .accordion{
        width: 99%;
        margin-inline: auto;
    }
    .accordion li{
        padding: 5px;
        border-radius: 8px;
    }
    .accordion li label{
        padding: 10px;
        font-size: 11px;
        font-weight: 500;
        cursor: pointer;
    }
    label::before{
        font-size: 15px;
        font-weight: 600;
    }
    .accordion li h1{
        font-size: 16px;
    }
    .accordion .content{
        font-size: 16px;
        line-height: 18px;
    }

    .footer{
        font-size: 15px;
    }
    .footer .icons{
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

@media(max-width:1300px){
    /* --Split Screen-- */
    .split{
        top: 5%;
    }
    .right{
        margin-top: 25%;
    }
    .left{
        position: relative;
        margin-top: 2%;
        margin-bottom: 5%;
        margin-left: 2%;
        width: 54%;
        border-right: 1px solid #232f4b;
        text-align: center;
    }

    .section3 .insert img{
        height: 140px;
        width: 140px;
        border-radius: 50%;
        border: none;
        margin-left: 30px;
        margin-top: 20px;
    }
    .section3 h1{
        font-weight:600;
        margin-left: 35%;
        text-wrap: wrap;
    }

    /* --Extinguisher Training-- */
    .course{
        width: 48vw;
        text-wrap: nowrap;
        text-align: left;
        justify-content: left;
    }
    .course h1{
        font-size: 15px;
        height: fit-content;
    }
    .course ul{
        width: 60%;
        font-size: 14px;
    }
    .row .course .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: -5%;
        text-indent: 120%;
    }

    .right{
        margin-top: 23%;
    }
    .right .contact-us .fa{
        font-size: 25px;
    }
    .right .contact-us h5{
        font-size: 15px;
        margin-bottom: 0%;
    }
    .right .contact-us p{
        font-size: 13px;
        margin-top: -2%;
    }
    .right .contact-us .hero-btn{
        font-size: 15px;
        padding: 2%;
    }   
    .right .wrapper2 h1 p{
        font-size: 20px;
        margin-inline: auto;
    }

    .accordion{
        width: 99%;
        margin-inline: auto;
    }
    .accordion li{
        padding: 5px;
        border-radius: 8px;
    }
    .accordion li label{
        padding: 10px;
        font-size: 11px;
        font-weight: 500;
        cursor: pointer;
    }
    label::before{
        font-size: 15px;
        font-weight: 600;
    }
    .accordion li h1{
        font-size: 16px;
    }
    .accordion .content{
        font-size: 16px;
        line-height: 18px;
    }
}

@media(max-width:1100px){
    .sectionA1{
        position: relative;
        padding-bottom: 12%;
    }
    /* --Split Screen-- */
    .split{
        top: 18%;
    }
    .right{
        position: absolute;
        margin-top: -25%;
        margin-left: 57%;
        width: 40%;
        text-align: center;
    }
    .left{
        position: relative;
        margin-top: 2%;
        margin-bottom: 5%;
        margin-left: 1%;
        width: 55%;
        border-right: 1px solid #232f4b;
        text-align: center;
    }
    .section3{
        height: fit-content;
        padding-bottom: 2%;
    }
    .section3 .insert img{
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: none;
        margin-left: 10px;
        margin-top: 20px;
    }
    .section3 .insert h4{
        font-size: 12px;
        margin-top: 115%;
        margin-left: 5%;
    }
    .section3 .insert p{
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
         color: #555;
         font-size: 12px;
         font-weight: 300;
    }
    .section3 h1{
        font-weight:600;
        margin-left: 34%;
        text-wrap: wrap;
        font-size: 13px;
    }
    .section3 h1 p{
         font-size: 12px;
         line-height: 15px;
    }

    /* --Extinguisher Training-- */
    .course{
        width: 48vw;
        text-wrap: wrap;
        text-align: left;
        justify-content: left;
    }
    .course h1{
        font-size: 12px;
        height: fit-content;
    }
    .course ul{
        width: fit-content;
        font-size: 11px;
        text-wrap: nowrap;
    }
    .row .course .fa{
        color: rgb(39, 213, 39);
        font-size: 16px;
        margin-left: 0%;
        text-indent: 120%;
    }

    .expect h1{
        font-size: 16px;
        text-wrap: nowrap;
        margin-top: 10%;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .expect h2{
        font-size: 14px;
        text-wrap: nowrap;
        margin-left: 0%;
    }
    .expect ul{
      font-size: 14px;
      margin-top: 0%;
      margin-left: 2%;
    }
    .row2 .expect .fa{
        color: rgb(39, 213, 39);
        font-size: 15px;
        margin-left: 0%;
        text-indent: -50%;
    }

    .right .contact-us .fa{
        font-size: 22px;
    }
    .right .contact-us h5{
        font-size: 15px;
        margin-bottom: 0%;
    }
    .right .contact-us p{
        font-size: 12px;
        margin-top: -2%;
    }
    .right .contact-us .hero-btn{
        font-size: 12px;
        padding: 2%;
    }   
    .right .wrapper2 h1 p{
        font-size: 13px;
        margin-inline: auto;
    }

    .accordion{
        width: 99%;
        margin-inline: auto;
    }
    .accordion li{
        padding: 5px;
        border-radius: 4px;
    }
    .accordion li label{
        padding: 5px;
    }
    label::before{
        font-size: 12px;
        font-weight: 600;
    }
    .accordion li h1{
        font-size: 14px;
    }
    .accordion .content p{
        font-size: 13px;
        line-height: 15px;
    }

    /*--------- FAQs ---------*/
    .wrapper2 h1 p{
        font-size: 18px;
    }
    .wrapper2 h1{
        text-align: left;
        margin-left: 2%;
        font-size: 15px;
    }
    .accordion .content{
        font-size: 14px;
        line-height: 22px;
    }
   
    .footer h4{
        font-size: 13px;
    }
    .footer p{
        font-size: 13px;
    }
}

@media(max-width:740px){
/* --Split Screen-- */
.split{
    top: 5%;
    margin-top: 0%;
    margin-bottom: 5%;
}
.right{
    position: relative;
    margin-top: 5%;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    text-align: center;
}
.left{
    position: relative;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    border-right: 1px solid #232f4b;
    text-align: center;
}

.section3{
    background: #f7f2f2;
    width: 98%;
    height: fit-content;
    padding-right: 2%;
    padding-bottom: 10%;
}
.section3 .insert img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: none;
    margin-left: 30px;
    margin-top: 20px;
}
.section3 .insert h4{
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    font-weight:600;
    text-align: center;
    margin-top: 95%;
    margin-left: 30%;
    text-wrap: nowrap;
}
.section3 .insert p{
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
     color: #555;
     font-size: 13px;
     font-weight: 300;
}
.section3 h1{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin-top: 5%;
    font-size: 15px;
    font-weight:600;
    margin-left: 35%;
    text-wrap: wrap;
}
.section3 h1 p{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
     color: #555;
     font-size: 18px;
     font-weight: 300;
     line-height: 20px;
}

/* --Extinguisher Training-- */
.course{
    width: fit-content;
    text-wrap: nowrap;
    text-align: left;
    justify-content: left;
}
.course h1{
    font-size: 16px;
    height: fit-content;
}
.course ul{
    width: 100%;
    font-size: 15px;
}
.row .course .fa{
    color: rgb(39, 213, 39);
    font-size: 20px;
    margin-left: 0%;
    text-indent: 100%;
}

.General {
    max-width: 90%;
    margin-inline: auto;
    position: relative;
    margin-bottom: 2%;
}
.General .row{
    display: grid;
    gap: 0.1rem;
    grid-template-columns: 1fr 1fr;
}
.General-col{
    flex-basis: 32%;
    margin-bottom: 0%;
    position: relative;
}
.General-col img{
    width: 100%;
    height: 100%;
}

.row2 .expect{
    position: relative;
    width: 90%;
    margin-inline: auto;
    text-align: left;
    padding-left: 2%;
}
.expect h1{
    font-size: 18px;
    text-wrap: nowrap;
    margin-left: 0%;
    margin-bottom: 2%;
}
.expect ul{
  font-size: 15px;
  margin-top: 0%;
  margin-left: 2%;
}
.expect h2{
    font-size: 15px;
    text-wrap: nowrap;
    margin-left: 0%;
}
.row2 .expect .fa{
    color: rgb(39, 213, 39);
    font-size: 20px;
    margin-left: 0%;
    text-indent: -50%;
}


/*--------- contact us page ---------*/
.contact-us{
    margin-top: 5%;
    width: 98%;
}
.contact-us .contact-col{
    margin-left: 5%;
    width: 89%;
}
.contact-col div{
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #E62917;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
    font-size: 14px;
}
.contact-col div h5{
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.content-wrapper .contact-col2{
    margin-top: 10%;
    margin-bottom: 30px;
    position: relative;
}
.contact-col2 input, .contact-col2 textarea{
    width: 100%;
    max-width: 90%;
    padding: 5px;
    margin-bottom: 3px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}
.contact-col2 .hero-btn{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    border: 1px solid #1462B8;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 15%;
}
.contact-col2 .hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
}

/*--------- FAQs ---------*/
.sidebar{
    border-top: 1px solid #232f4b;
    padding: 0;
}
.sidebar .wrapper2{
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.wrapper2 h1 p{
    color: #1462B8;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}
.accordion{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
}
.accordion li{
    list-style: none;
    width: 96%;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.accordion li label h1:hover{
    text-decoration: underline;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}

/*------------ footer -----------*/
.footer{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
    url(images/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
}
.footer P{
    margin-left: 20px;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
}
.icons .fa{
    color: #E62917;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-copyright{
    color: #E62917;
}
}

@media(max-width:680px){
    .navbar{
        position: fixed;
        z-index: 5;
        width: 95%;
        padding: 25px 15px 0px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 80px;
        position: relative;
        padding-left: 2px;
    }
    nav .fa{
        display: inline;
        color: #1462B8;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .nav-links ul{
        padding: 5px;
    }
    .nav-links ul li{
        display: block;
        margin-top: -10%;
    }
    .nav-links .fa{
        display: inline-flex;
        margin-right: 4px;
        margin-top: 30px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 10px 0;
        padding: 25px 15px 0px;
    }
    /*----------- training page ------------*/
.SectA{
    color: #fff;
    margin-left: 10px;
}
.SectA a{
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
    right: 0;
    left: 0;
}
.SectA h1{
    color: orange;
    font-size: 20px;
}
.SectA h5{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding-right: 10%;
}

    /* --Split Screen-- */
    .split{
        top: 5%;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .right{
        position: relative;
        margin-top: 5%;
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
        text-align: center;
    }
    .left{
        position: relative;
        margin-top: 2%;
        margin-bottom: 5%;
        margin-left: 0%;
        margin-right: 0%;
        width: 99%;
        border-right: 1px solid #232f4b;
        text-align: center;
    }
    
    .section3{
        background: #f7f2f2;
        width: 92vw;
        height: 23vh;
        margin-inline: auto;
        margin-left: -4%;
        margin-right: 0%;
        padding-right: 2%;
    }
    .section3 .insert img{
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: none;
        margin-left: 40px;
        margin-top: 20px;
    }
    .section3 .insert h4{
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 11px;
        font-weight:600;
        text-align: center;
        margin-top: 85%;
        margin-left: 25%;
        text-wrap: nowrap;
    }
    .section3 .insert p{
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
         color: #555;
         font-size: 11px;
         font-weight: 300;
    }
    .section3 h1{
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        margin-top: 3%;
        font-size: 11px;
        font-weight:600;
        margin-left: 30%;
        text-wrap: wrap;
    }
    .left .section3 h1 p{
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
         color: #555;
         font-size: 12px;
         font-weight: 300;
         line-height: 16px;
         margin-top: 1%;
    }
    
    /* --Extinguisher Training-- */
    .course{
        margin-top: 10%;
        margin-left: -2%;
        width: 90vw;
        text-wrap: wrap;
        text-align: left;
        justify-content: left;
    }
    .course h1{
        font-size: 12px;
        text-wrap: nowrap;
    }
    .course ul{
        margin-top: 5%;
        margin-left: -5%;
        width: 100%;
        font-size: 11px;
    }
    .row .course .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: 0%;
        text-indent: 100%;
    }
    
    .General {
        max-width: 90%;
        margin-inline: auto;
        position: relative;
        margin-bottom: 2%;
    }
    .General .row{
        display: grid;
        gap: 0.1rem;
        grid-template-columns: 1fr 1fr;
    }
    .General-col{
        flex-basis: 32%;
        margin-bottom: 0%;
        position: relative;
    }
    .General-col img{
        width: 100%;
        height: 100%;
    }
    
    .row2 .expect{
        position: relative;
        width: 90%;
        margin-inline: auto;
        text-align: left;
        padding-left: 2%;
    }
    .expect h1{
        font-size: 12px;
        text-wrap: nowrap;
        margin-left: 0%;
        margin-bottom: 2%;
    }
    .expect ul{
      font-size: 11px;
      margin-top: 0%;
      margin-left: 2%;
    }
    .expect h2{
        font-size: 11px;
        text-wrap: nowrap;
        margin-left: 0%;
    }
    .row2 .expect .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: 0%;
        text-indent: -50%;
    }
    
    
    /*--------- contact us page ---------*/
    .contact-us{
        margin-top: 5%;
        width: 98%;
    }
    .contact-us .contact-col{
        margin-left: 5%;
        width: 89%;
    }
    .contact-col div{
        display: flex;
        text-align: left;
        margin-bottom: 20px;
    }
    .contact-col div .fa{
        font-size: 28px;
        color: #E62917;
        margin-right: 30px;
    }
    .contact-col div p{
        padding: 0;
        font-size: 13px;
    }
    .contact-col div h5{
        font-size: 13px;
        margin-bottom: 5px;
        color: #555;
        font-weight: 400;
    }
    .content-wrapper .contact-col2{
        margin-top: 10%;
        margin-bottom: 30px;
        position: relative;
    }
    .contact-col2 input, .contact-col2 textarea{
        width: 100%;
        max-width: 90%;
        padding: 5px;
        margin-bottom: 3px;
        outline: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
        text-align: left;
    }
    .contact-col2 .hero-btn{
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        color: #000;
        border: 1px solid #1462B8;
        padding: 12px 34px;
        font-size: 16px;
        background: transparent;
        position: relative;
        cursor: pointer;
        margin-bottom: 15%;
    }
    .contact-col2 .hero-btn:hover{
        border: 1px solid #E62917;
        background: #E62917;
        transition: 1s;
    }
    
    /*--------- FAQs ---------*/
.sidebar{
    border-top: 1px solid #232f4b;
    padding: 0;
}
.sidebar .wrapper2{
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.right .wrapper2 h1 p{
    color: #1462B8;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 18px;
}
.accordion{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
}
.accordion li{
    list-style: none;
    width: 90%;
    margin-inline: auto;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.wrapper2 .accordion h1{
    font-size: 15px;
}
.wrapper2 .accordion p{
    font-size: 15px;
    line-height: 18px;
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.accordion li label h1:hover{
    text-decoration: underline;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}
    
    /*------------ footer -----------*/
    .footer P{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 13px;
    }
}

@media(max-width:500px){
    .navbar{
        position: fixed;
        z-index: 5;
        width: 95%;
        padding: 25px 15px 0px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 80px;
        position: relative;
        padding-left: 2px;
    }
    nav .fa{
        display: inline;
        color: #1462B8;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .nav-links ul{
        padding: 5px;
    }
    .nav-links ul li{
        display: block;
        margin-top: -10%;
    }
    .nav-links .fa{
        display: inline-flex;
        margin-right: 4px;
        margin-top: 30px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 10px 0;
        padding: 25px 15px 0px;
    }
    /*----------- training page ------------*/
    .SectA{
        color: #fff;
        margin-left: 10px;
    }
    .SectA a{
        font-weight: 300;
        color: #fff;
        text-decoration: underline;
        right: 0;
        left: 0;
    }
    .SectA h1{
        color: orange;
        font-size: 20px;
    }
    .SectA h5{
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding-right: 10%;
    }

    /* --Split Screen-- */
    .split{
        top: 5%;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .right{
        position: relative;
        margin-top: 5%;
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
        text-align: center;
    }
    .left{
        position: relative;
        margin-top: 2%;
        margin-bottom: 5%;
        margin-left: 0%;
        margin-right: 0%;
        width: 99%;
        border-right: 1px solid #232f4b;
        text-align: center;
    }
    
    .section3{
        border: #1462B8 1px solid;
        background: #f7f2f2;
        width: 92vw;
        height: 25vh;
        margin-inline: auto;
        margin-left: -2%;
        margin-right: 0%;
        padding-right: 2%;
    }
    .section3 .insert img{
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: none;
        margin-left: 10px;
        margin-top: 20px;
    }
    .section3 .insert h4{
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 11px;
        font-weight:600;
        text-align: center;
        margin-top: 115%;
        margin-left: 5%;
        text-wrap: nowrap;
    }
    .section3 .insert p{
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
         color: #555;
         font-size: 11px;
         font-weight: 300;
    }
    .section3 h1{
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        margin-top: 3%;
        font-size: 12px;
        font-weight:600;
        margin-left: 30%;
        text-wrap: wrap;
    }
    .left .section3 h1 p{
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
         color: #555;
         font-size: 11px;
         font-weight: 300;
         line-height: 16px;
         margin-top: 1%;
    }
    
    /* --Extinguisher Training-- */
    .course{
        margin-top: 10%;
        margin-left: -2%;
        width: 90vw;
        text-wrap: wrap;
        text-align: left;
        justify-content: left;
    }
    .course h1{
        font-size: 12px;
        text-wrap: nowrap;
    }
    .course ul{
        margin-top: 5%;
        margin-left: -52%;
        width: 100%;
        font-size: 11px;
    }
    .row .course .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: 0%;
        text-indent: 100%;
    }
    
    .General {
        max-width: 90%;
        margin-inline: auto;
        position: relative;
        margin-bottom: 2%;
    }
    .General .row{
        display: grid;
        gap: 0.1rem;
        grid-template-columns: 1fr 1fr;
    }
    .General-col{
        flex-basis: 32%;
        margin-bottom: 0%;
        position: relative;
    }
    .General-col img{
        width: 100%;
        height: 100%;
    }
    
    .row2 .expect{
        position: relative;
        width: 90%;
        margin-inline: auto;
        text-align: left;
        padding-left: 2%;
    }
    .expect h1{
        font-size: 12px;
        text-wrap: nowrap;
        margin-left: 0%;
        margin-bottom: 2%;
    }
    .expect ul{
      font-size: 11px;
      margin-top: 0%;
      margin-left: 2%;
    }
    .expect h2{
        font-size: 11px;
        text-wrap: nowrap;
        margin-left: 0%;
    }
    .row2 .expect .fa{
        color: rgb(39, 213, 39);
        font-size: 20px;
        margin-left: 0%;
        text-indent: -50%;
    }
    
    
    /*--------- contact us page ---------*/
    .contact-us{
        margin-top: 5%;
        width: 98%;
    }
    .contact-us .contact-col{
        margin-left: 5%;
        width: 89%;
    }
    .contact-col div{
        display: flex;
        text-align: left;
        margin-bottom: 20px;
    }
    .contact-col div .fa{
        font-size: 28px;
        color: #E62917;
        margin-right: 30px;
    }
    .contact-col div p{
        padding: 0;
        font-size: 13px;
    }
    .contact-col div h5{
        font-size: 13px;
        margin-bottom: 5px;
        color: #555;
        font-weight: 400;
    }
    .content-wrapper .contact-col2{
        margin-top: 10%;
        margin-bottom: 30px;
        position: relative;
    }
    .contact-col2 input, .contact-col2 textarea{
        width: 100%;
        max-width: 90%;
        padding: 5px;
        margin-bottom: 3px;
        outline: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
        text-align: left;
    }
    .contact-col2 .hero-btn{
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        color: #000;
        border: 1px solid #1462B8;
        padding: 12px 34px;
        font-size: 16px;
        background: transparent;
        position: relative;
        cursor: pointer;
        margin-bottom: 15%;
    }
    .contact-col2 .hero-btn:hover{
        border: 1px solid #E62917;
        background: #E62917;
        transition: 1s;
    }
    
    /*--------- FAQs ---------*/
    .sidebar{
        border-top: 1px solid #232f4b;
        padding: 0;
    }
    .sidebar .wrapper2{
        padding: 0;
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
    }
    .right .wrapper2 h1 p{
        color: #1462B8;
        text-align: center;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        font-size: 18px;
    }
    .accordion{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
    }
    .accordion li{
        list-style: none;
        width: 90%;
        margin-inline: auto;
        padding: 10px;
        border-radius: 8px;
        background: #e3edf7;
        box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                    -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
    }
    .wrapper2 .accordion h1{
        font-size: 15px;
    }
    .wrapper2 .accordion p{
        font-size: 15px;
        line-height: 18px;
    }
    .accordion li label{
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
    }
    .accordion li label h1:hover{
        text-decoration: underline;
    }
    label::before{
        content: '+';
        font-size: 20px;
        font-weight: 600;
    }
    input[type="radio"]{
        display: none;
    }
    .accordion .content{
        color: #555;
        padding: 0 10px;
        text-align: left;
        font-size: 15px;
        line-height: 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0,.5s;
    }
    .accordion input[type="radio"]:checked + label + .content{
        max-height: 400px;
        padding: 10px 10px 20px;
    }
    .accordion input[type="radio"]:checked + label::before{
        content: '-';
    }

    /*------------ footer -----------*/
    .footer P{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 13px;
    }
}