*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /*font-family: sans-serif;*/
    font-family: 'Lato', 'Arial', sans-serif;
}



h2{

    font-size: 2rem;
    font-weight: 100;
}

h3{
    text-transform: uppercase !important;
    font-size: 1.2rem;
    color: #6b1601;
    font-weight: 100;
}

p{
    font-size: 1.1rem;
    /*text-transform: capitalize;*/
}


/*TOP NAVIGATION STYLING*/

nav .top-nav{
    background-color: #CDB79E;
}

.top-nav ul{
    /*font-family: sans-serif;*/
    font-weight: 200;
    font-size: 0.9rem;
    margin: 0 4rem;
    padding: 0.5rem 0;

}

.top-nav ul li{
    margin: 0.08rem 2rem ;
    text-align: center;
    display: inline-block;
    font-size: 0.8rem;
}

.top-nav ul a{

    color: #333333;

}


.top-nav i{
    /*padding: 0 0.2rem;*/
    color: #a5364b;
    font-size: 0.8rem;
    vertical-align: center;
}

.top-nav .social{
    margin-left: 4rem;
}

.top-nav .social i{
    margin-right: 0.9rem;
}


.fa-facebook{
    color: midnightblue;
}

.fa-google{
    color: darkred;
}

.fa-twitter{
    color: dodgerblue;
}

.fa-instagram{
    color: darkred;
}

.fa-youtube{
    color: orangered;
}

.fa-tripadvisor{
    color: teal;
}

.fa-linkedin{
    color: blue;
}

.fa-whatsapp{

    color: green;
}

/*MID NAVIGATION STYLING*/


.mid-nav h1{
    color: #848484;
    font-weight: 200;
}


.mid-nav span{
    font-size: 0.9rem;
}

.mid-nav .theme{
    text-align: center;
}

.mid-nav .titletheme{
    text-align: center;
}

.mid-nav .contact-area{
   display: block;
    margin-right: auto;
   margin-left: auto;

}

.mid-nav .contact{
    text-align: center;
    vertical-align: center;
}

.mid-nav h1{
    margin-top: 1rem;
}

.mid-nav .logo{
    display: block;
    height: 6rem;
    margin: 0 auto;

}

.midnav-row{
    margin: 1rem auto;
}

/* PRIMARY NAVIGATION STYLING*/

.primary-nav{
    background-color: #aa846b ;
    border-bottom: 0.15rem solid #6b1601;
}

.primary-nav ul{
    padding: 0.5rem 3rem;
}

.primary-nav li {
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 0.5rem;
    font-size: 1rem;
}

.primary-nav ul a{

    color: #ffffff;
    padding: 0.5rem;

}


.activelink{

    background-color: #8c6a55;
    color: #6b1601;
    border-bottom: 0.2rem solid #6b1601;
}


.primary-nav ul li a:hover{
    color: #6b1601;
    background-color: #8c6a55;
    color: #6b1601;
    border-bottom: 0.2rem solid #04a9e5;
}


/*FOOTER SECTION STYLING*/

/*BOOKING SECTION*/
.section-booking{
    background-image: linear-gradient(rgba(12, 11, 12, 0.856), rgba(12, 11, 12, 0.87)), url("../img/resources/wildbeests-migration.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



.section-booking .inquiry-booking{
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 0.2rem;
    margin: 5rem auto 2rem;
    /*text-align: center;*/

}

.section-booking h2:after{
    content:" ";
    display: block;
    background-color: #d6740c;
    height: 0.12rem;
    width: 8rem;
    margin: 1rem 0;
}

h2:after{
    content:" ";
    display: block;
    background-color: #d6740c;
    height: 0.12rem;
    width: 8rem;
    margin: 2rem auto;
}


.section-booking .row{
    padding: 2rem 5rem;
    margin: 0 auto;
}


.form-area input, .form-area select{

    background-color: transparent;
    color: #41a8e0;
    border: 0.08rem solid #d6740c;
    margin-bottom: 0.8rem;
    border-radius: 0.17rem;
    width: 20rem;
    height: 2rem;
}

.form-area textarea{

    background-color: transparent;
    border: 0.08rem solid #d6740c;
    margin-bottom: 0.8rem;
    border-radius: 0.17rem;
    width: 20rem;
    height: 6rem;
    color: #41a8e0;

}

.form-area input::placeholder, .form-area textarea::placeholder{
    color: #41a8e0;
    padding-left: 0.3rem;
}

.form-area input:last-child{

    background-color: #04a9e5;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
}

/*SECTION PARTNERS STYLING*/

.section-partner{
    margin: 4rem;
}

.section-partner .partner-info{
    text-align: center;

}

.section-partner h2:after, .section-review h2:after{
    content: "";
    display: block;
    background-color: #d6740c;
    height: 0.12rem;
    width: 8rem;
    margin: 1rem auto;
}

.section-partner .row{
    margin: 2rem auto;

}

.section-partner img{
    width: 70%;
    display: block;
    margin: auto;
    padding: 0.2rem;
}

.section-partner h3{
    text-align: center;
    margin: 2rem 0;
    color: #333333;
}



/*SECTION REVIEW STYLING*/
.section-review{
    background-image: linear-gradient(rgba(12, 11, 12, 0.856), rgba(12, 11, 12, 0.87)), url("../img/resources/wildbeests-migration.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-review .review-info{
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
    padding-top: 3rem;
}

.section-review .row{
    padding: 0 4rem;
    margin: 0 auto;

}

.section-review img{
    border-radius: 50%;
    border: 0.08rem solid #ffffff;
    height: 5rem;
    vertical-align: middle;
}

.section-review .row blockquote{

    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    color: #ffffff;
    padding-top: 1rem;
    position: relative;
    font-weight: 100;
}

.section-review .col{
    margin-bottom: 2rem;
}

.section-review cite{
    display: block;
    color: #d6740c;
    margin-top: 1rem;

}

.section-review blockquote:before{
    content: "\201c";
    font-size: 500%;
    position: absolute;
    top:0.2px;
    left: 0.2px;
}

/*SECTION FOOTER STYLING*/

.section-footer{
    margin: 1rem auto;

}

.section-footer-bottom{
    padding: 5rem;
    text-align: center;
    font-size: 2rem;
}

.section-footer-bottom ul li{
    display: inline-block;
    padding: 0 1rem;

}

.section-footer-main .col{
    position: relative;
}

.section-footer-main h3{

}



.section-footer-main li{
    padding: 0.2rem;
    border-bottom: 0.05rem solid #848484;
}

.section-footer-main .about-footer-li li{
    border-bottom: none;
}

.section-footer-main .about-footer-li li a{
    font-style: italic;
    color: #04a9e5;
}

.section-footer-main{
    padding: 3rem 8rem;
    /*padding-bottom: 3rem;*/
}


/*.section-footer-main img{*/
/*    !*display: block;*!*/
/*    !*margin: 0 auto;*!*/
/*    height: 4rem;*/
/*    margin: 1rem 0;*/

/*}*/

/*.section-footer-main .row ul:before{*/
/*    content: "";*/
/*    height: 7rem;*/
/*    width: 0.1rem;*/
/*    position: absolute;*/
/*    background-color: #848484;*/
/*    left: 0.05rem;*/
/*}*/

.section-footer-main ul{
    list-style: none;
    margin-left: 0.5rem;
    margin-top: 2rem;
    color: #555555;
}

.section-footer-main p{
    color: #555555;

}

hr{
    margin: 0 5rem 3rem 5rem;
    opacity: 0.2;

}

.footer-bar-bottom{
    margin-top: 2rem;
}

.footer-bar-bottom .row{
    color: #848484;
    background-color: #000000;
    padding: 1rem;
    padding-bottom: 0.2rem;
}

.footer-bar-bottom .col:first-child{
    text-align: left;
    padding-left: 2rem;
}

.footer-bar-bottom .col i:last-child{
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #ffffff;
    border: 0.2rem solid #ffffff;
}

.footer-bar-bottom .col:last-child{
    text-align: right;
    padding-right: 2rem;
}

/*SECTION - SLIDE STYLING*/
.main-slide{
    overflow: hidden;
}

.main-slide figure{
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
}
.main-slide figure img{
    width: 20%;
    float: left;
}

@keyframes slider {
    0%{
        left: 0;
    }

    20%{
        left: 0;
    }

    25%{
        left: -100%;
    }
    45%{
        left: -100%;
    }

    50%{
        left: -200%;
    }

    70%{
        left: -200%;
    }

    75%{
        left: -300%;
    }

    95%{
        left: -300%;
    }
    /*100%{*/
    /*    left: -400%;*/
    /*}*/
}

/*.section-slides .row{*/
/*   !*padding: 0 3rem;*!*/
/*    */
/*}*/



.section-slides .slide-bottom-area{
    background-color: #aa846b ;
    border-top: 0.15rem solid #6b1601;
}

.section-slides a{
    color: #6b1601;
}

.slide-bottom-area li{
    list-style: none;
    margin: 0.5rem;
}

.slide-main-bottom{
    margin: 2rem;
}

.slide-main-bottom .row{
    position: relative;
    text-align: center;
}

.slide-main-bottom .row i{
    font-size: 1.8rem;
    color: #41a8e0;
    margin-bottom: 0.9rem;
}

.slide-main-bottom .row h3{
    font-size: 1.1rem;
    color: #d6740c;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.slide-main-bottom .row p{
    color: #555555;
}


.slide-main-bottom .row .col:not(.col-1){
    border-left: 0.1rem solid #CDB79E;
}

.section-slides .main-slide .mySlides{
    width: 100%;
    /*display: none;*/
}

/*SECTION HOME STYLING*/
.section-home-top{
    padding: 4rem 3rem;
    width: 75%;
    /*float: right;*/
}

.section-home-top .row{
    margin-bottom: 1rem;
}


.section-home-top .top-text a{
    text-transform: uppercase;
    color: #6b1601;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 5rem;
}


.section-home-top .top-text{
    padding-bottom: 1rem;
}

.section-home-top h3{
    text-transform: capitalize;
    color: #d6740c;
    text-align: left;
}

.section-home-top img{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.section-home-top p{
    padding: 0.9rem 0;
}

.section-home-top .col a{
    color: #ffffff;
    background-color: #41a8e0;
    padding: 0.3rem 0.5rem;
    border-radius: 0.2rem;
}

.booking-banner{
    background-image: linear-gradient(rgba(12, 11, 12, 0.856), rgba(12, 11, 12, 0.87)), url("../img/resources/mary-safaris-slide-3.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 2rem;
}

.booking-banner .row{
   padding: 2rem 7rem;
    text-align: center;
    color: #ffffff;
}

.booking-banner a{
    color: #ffffff;
    font-size: 1.5rem;
}


.booking-banner i{
    color: dodgerblue;
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}


/*----------------------------------*/

.safari-1,
.safari-1b,
.safari-2,
.safari-2b,
.safari-3{
    padding: 3rem 2rem;
    width: 100%;
}

.safari-1 .row,
.safari-1b .row,
.safari-2 .row,
.safari-2b .row,
.safari-3 .row{
    margin-bottom: 1rem;
}


.safari-1 .top-text a,
.safari-1b .top-text a,
.safari-2 .top-text a,
.safari-2b .top-text a,
.safari-3 .top-text a{
    text-transform: uppercase;
    color: #6b1601;
    text-align: left;
    font-size: 1.5rem;
    padding-bottom: 5rem;
}


.safari-1 .top-text,
.safari-1b .top-text,
.safari-2 .top-text,
.safari-2b .top-text,
.safari-3 .top-text{
    padding-bottom: 1rem;
    text-align: center;
}

.safari-1 .top-text span,
.safari-1b .top-text span,
.safari-2 .top-text span,
.safari-2b .top-text span,
.safari-3 .top-text span{
    font-size: 0.8rem;
    color: #555555;
}


.safari-1 h3,
.safari-1b h3,
.safari-2 h3,
.safari-2b h3,
.safari-3 h3{
    text-transform: capitalize;
    color: #d6740c;
    text-align: left;
}

.safari-1 img,
.safari-1b img,
.safari-2 img,
.safari-2b img,
.safari-3 img{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.safari-1 p,
.safari-1b p,
.safari-2 p,
.safari-2b p,
.safari-3 p{
    padding: 0.9rem 0;
}

.safari-1 .col a,
.safari-1b .col a,
.safari-2 .col a,
.safari-2b .col a,
.safari-3 .col a{
    color: #ffffff;
    background-color: #41a8e0;
    padding: 0.3rem 0.5rem;
    border-radius: 0.2rem;
}

.safari-1 .col,
.safari-1b .col,
.safari-2 .col,
.safari-2b .col,
.safari-3 .col,
.section-home-top .col{
    padding: 1.2rem;
}

.safari-1 .col:hover,
.safari-1b .col:hover,
.safari-2 .col:hover,
.safari-2b .col:hover,
.safari-3 .col:hover,
.section-home-top .col:hover{
    box-shadow: 0.15rem 0.25rem 0.7rem #555555;
}

.safari-1 .next-safari,
.safari-1b .next-safari,
.safari-2 .next-safari,
.safari-2b .next-safari,
.safari-3 .next-safari{
    margin: 2rem;
    text-align: center;
}

.safari-1 .next-safari a,
.safari-1b .next-safari a,
.safari-2 .next-safari a,
.safari-2b .next-safari a,
.safari-3 .next-safari a{
    color: #41a8e0;
}

.safari-1b, .safari-2b {
    background-color: #e8e5e5;
}

/*---------------------------------------------------*/
/*SIDEBAR STYLING*/
/*------------------------------------------------------*/

.section-sidebar{
    margin: 9rem 2rem 2rem 0;
    width: 20%;
}

.section-sidebar a{
    text-decoration: none;
    color: #6b1601;
}

.section-sidebar .sidebar-destination a{
    padding: 0.5rem 1rem;
    /*background-color:#92ceef;*/
    border: 0.1rem solid #92ceef;
    border-radius: 0.3rem;


}

.section-sidebar .sidebar-destination a:first-child{
    margin-right: 1rem;
}

.section-sidebar .sidebar-destination li{

    margin: 2rem 0;


}

.section-sidebar ul{
    list-style: none;
}

.section-sidebar .sidebar-attractions ul li{
    margin: 1rem 0;
}

.section-sidebar .sidebar-attractions a i{
    margin-right: 1rem;
}

.sidebar-attractions .fa-pen-alt{
    color: #41a8e0;
}

.section-sidebar .sidebar-destination{
    margin-bottom: 5rem;

}


.section-sidebar hr{
    margin: 0.5rem 0;
    opacity: 0.2;
}

.section-main{
    display: flex;
}




/*------------------------------------------*/
/*BANNERS------------------------------------*/

.contact-banner,
.nairsaf-banner,
.nairexc-banner,
.momexc-banner,
.momsaf-banner,
.flightsaf-banner,
.aboutpage-banner{
    background-image: linear-gradient(rgba(12, 11, 12, 0.856), rgba(12, 11, 12, 0.87)), url("../img/resources/wildbeests-migration.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 6rem;
    margin-bottom: 2rem;
    position: relative;
}


.contact-banner h1,
.nairsaf-banner h1,
.nairexc-banner h1,
.momexc-banner h1,
.momsaf-banner h1,
.flightsaf-banner h1,
.aboutpage-banner h1{
    color: #04a9e5;
    font-size: 2.5rem;
    font-weight: 200;

}

.contact-banner h1 i,
.nairsaf-banner h1 i,
.nairexc-banner h1 i,
.momexc-banner h1 i ,
.momsaf-banner h1 i,
.flightsaf-banner h1 i,
.aboutpage-banner h1 i{
    color: #ffffff;
    margin-right: 0.2rem;
    font-size: 2rem;
    font-weight: 100;
    vertical-align: center;
}



.contact-banner div,
.nairsaf-banner div,
.nairexc-banner div,
.momexc-banner div,
.momsaf-banner div,
.flightsaf-banner div,
.aboutpage-banner div{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50% , -50%);
}

/*SECTION ABOUT-PAGE STYLING*/

.about-us-main{
    display: flex;
    margin-bottom: 2rem;
}
.about-us-main .about-info{
    width: 50%;
    background-color: #d5e3ea;
    /*margin: 0.4rem auto;*/
    margin-right: 0.2rem;
}

.about-us-main .about-gallery{
    width: 50%;
}

.about-gallery .col{
    overflow: hidden;
    background-color: #000000;
    margin: 0.1rem;
}

.about-gallery img{
    opacity: 0.6;
    width: 100%;
    height: auto;
    transform: scale(1.5);
    transition: transform 0.5s, opacity 0.5s;
}

.about-gallery img:hover{
    transform: scale(1.03);
    opacity : 1;

}


.about-info div{
    padding: 3rem;
}

.about-info h2:after{
    content:" ";
    display: block;
    background-color: #d6740c;
    height: 0.12rem;
    width: 8rem;
    margin: 2rem 0;
}



/*CONTACT PAGE STYLING*/
.contact-form-main{
    margin-top: 4rem;
}
.contact-form-main h2{
    text-align: center;
}

.contact-form-main h2:after{
    display: none;
}

.contact-form-main p:after{
    content:" ";
    display: block;
    background-color: #d6740c;
    height: 0.12rem;
    width: 8rem;
    margin: 1rem auto 4rem;
}

.contact-form-main p{
    text-align: center;
    color: #848484;
    font-style: italic;
}
.contact-form-main .con-info{
    margin-top: 4rem;
    padding-right: 2rem;
}

.contact-form-main .row{
    margin-top: 5rem;
}

.contact-form-main .con-info div{
    margin: 0 0 3rem 4rem;
    font-size: 1.2rem;
    border-bottom: 0.05rem solid #d5e3ea;
    padding-bottom: 1rem;
}

.contact-form-main i{
    color: #04a9e5;
    margin: 0 1rem;
}

.contact-form-main .row .map-contact, .map{
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*--------SAFARI PACKAGE STYLING --------------------------*/

.safari-pack-banner {
    margin: 4rem auto;

}

.safari-pack-banner h1{
    color: #04a9e5;
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 0 1rem;

}

.safari-pack-banner h1:after{
    content: "";
    width: 6rem;
    height: 0.1rem;
    background-color: #d6740c;
    display: block;
    margin: 1rem auto;

}

.safari-pack-nav{
    background-color: #e5e3e3;
    margin-bottom: 4rem;
}

.safari-pack-nav ul{
    padding: 1rem 4rem;
    list-style: none;

}

.safari-pack-nav ul li{
    display: inline-block;
    padding: 1rem 3rem;
}

.safari-pack-nav a{

    color: #555555;
    font-size: 1.2rem;
}

.safari-pack-nav a:hover{

    border-bottom: 0.1rem solid #04a9e5;
    padding-bottom: 0.5rem;
}

.safari-pack-detail-1 .row{
    margin: 1rem 4rem;
}

.safari-pack-detail-1 .price-topic{
    margin-left: 4rem;
}

.safari-pack-detail-1 h3{
    margin-top: 2rem;
}

.safari-pack-detail-1 h4{
    text-transform: capitalize;
    margin-top: 1.5rem;
}

.safari-pack-detail-1 h4:after{
    content: "";
    width: 5rem;
    height: 0.1rem;
    display: block;
    background-color: #d6740c;
    margin: 0.5rem 0;
}

.safari-pack-detail-1 p, .safari-pack-detail-1 li{
    color: #848484;
    margin-bottom: 1rem;
    list-style: none;
}

.safari-pack-detail-1{
    display: flex;

}

.tourdetail1{
    width: 68%;
}

.tourdetail2{
    width: 28%;
    background-color: #e8f0f4;
    border-radius: 2rem;
}

.enquiry-area-package{
    /*position: relative;*/
}

.enquiry-area-package h3{
    text-align: center;
    color: #41a8e0;
    font-weight: 300;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.form-area2{
    padding-left: 1.5rem;

}


.form-area2 input, .form-area2 select{

    background-color: transparent;
    color: #41a8e0;
    border: 0.08rem solid #d6740c;
    margin-bottom: 0.8rem;
    border-radius: 0.17rem;
    width: 20rem;
    height: 2rem;
}

.form-area2 textarea{

    background-color: transparent;
    border: 0.08rem solid #d6740c;
    margin-bottom: 0.8rem;
    border-radius: 0.17rem;
    width: 20rem;
    height: 15rem;
    color: #41a8e0;

}

.form-area2 input::placeholder, .form-area2 textarea::placeholder{
    color: #41a8e0;
    padding-left: 0.3rem;
}

.form-area2 input:last-child{

    background-color: #04a9e5;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
}

.enquiry-area-package .accom-detail{
    text-align: center;
}

.enquiry-area-package .accom-detail li {
    background-image: linear-gradient(rgba(12, 11, 12, 0.856), rgba(12, 11, 12, 0.87)), url("../img/resources/wildbeests-migration.jpg");
    background-size: cover;
    background-position: center;
    width: 80%;
    height: 5rem;
    margin: 2rem auto;
    border-radius: 0.5rem;
    position: relative;
}

.enquiry-area-package .accom-detail li a{
    color: #ffffff;
    top: 30%;
    transform: translate(-50%);
    position: absolute;
    text-transform: uppercase;

}

.safaris-pack-detail2 h2,  .section-deatil3 h2{
    text-align: center;
    text-transform: uppercase;
    margin-top: 6rem;
}

.safaris-pack-detail2 h2:after, .section-deatil3 h2:after{
    display: none;
}

.safaris-pack-detail2 .price-sub , .section-deatil3 .photo-sub{
    text-align: center;
    color: #848484;
    font-style: italic;
}

.safaris-pack-detail2  .price-sub:after,  .section-deatil3 .photo-sub:after{
    content: "";
    background-color: #d6740c;
    display: block;
    height: 0.1rem;
    width: 5rem;
    margin: 1rem auto;
}

.safaris-pack-detail2 .detail-price .row{
    margin: 0 2rem;
}

.safaris-pack-detail2 .detail-price .row table{
    margin: 1rem auto;
    text-align: left;
    color: #555555;
    border-collapse: collapse;


}


.safaris-pack-detail2 .detail-price .pricebox-container tr:nth-child(odd){
    background-color: #d6d4d4;
    color: #04a9e5;
}

.safaris-pack-detail2 .pricebox-container td, .pricebox-container th {
    padding: 0.5rem 1rem 1rem 0.5rem;


}

.pricebox-container th{
    background-color: #04a9e5;
    color: #ffffff;
    text-transform: uppercase;
}

.pricebox-container table .lastrow td{
    border-bottom: 0.1rem solid #d6d4d4;
}

.section-deatil3 img{
    width: 100%;
    height: 12rem;
    opacity: 0.5;
    transform: scale(1.5);
    transition: transform 0.5s , opacity 0.5s;
}

.section-deatil3 img:hover{
    width: 100%;
    transform: scale(1.03);
    opacity: 1;
}

.section-deatil3 .photo-gal .col{
    background-color: #000000;
    margin: 0.1rem;
    padding: 0;
    overflow: hidden;
}



/*PAGE NOT FOUND STYLING*/

.page_nf{
    margin: 5rem;
    text-align: center;
}

.page_nf h1{
    font-size: 1.5rem;
    color: #04a9e5;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.page_nf h1:after{
    content: " ";
    width: 5rem;
    height: 0.1rem;
    background-color: #04a9e5;
    margin: 1rem auto;
    display: block;
}

.page_nf img{
    width: 50%;
}
.page_nf p{
    margin: 2rem;
    color: #555555;
}
.page_nf a{
    padding: 1rem;
    background-color: #04a9e5;
    color: #ffffff;;
    border-radius: 0.2rem;
}

.page_nf a:hover{
    background-color: #ffffff;
    color: #04a9e5;
    border: 0.1rem solid #04a9e5;
}

/* Message flashing */
.flash {
  background-color: #FBB0B0;
  padding: 10px;
  width: 400px;
}

.succ-sub{
    color: #ffffff;
    text-transform: uppercase;
    background-color: green;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 3rem;
}


.safety-tips {
    margin: 50px auto;
    max-width: 600px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .safety-tips h2 {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
  }
  
  .safety-tips ul {
    list-style: none;
    padding: 0;
  }
  
  .safety-tips li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
  }
  
  .safety-tips li:before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
  }

 
  .terms {
    margin: 2rem auto;
    max-width: 800px;
  }
  
  .terms h2 {
    font-size: 24px;
    margin: 30px 0 20px;
  }
  
  .terms p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  
  .terms ul {
    margin: 0;
    padding: 0 0 0 20px;
  }
  
  .terms li {
    font-size: 16px;
    margin: 0 0 10px;
    list-style : none;
  }
  
  .terms li:before {
    content: "•";
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
  }
  