/* ======================================================
   PRIVACY POLICY PAGE
====================================================== */

body{
    font-family:'Open Sans',sans-serif;
    background:#f8f9fa;
    color:#555;
    line-height:1.8;
}

/* ======================================================
   PAGE HEADER
====================================================== */

.page-header{
    background:#40E0D0;
}

.page-header h1{
    font-weight:700;
}

.breadcrumb-item,
.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-item.active{
    color:#04afb1;
}

/* ======================================================
   PRIVACY CARD
====================================================== */

.privacy-card{

    background:#fff;

    border-radius:10px;

    padding:50px;

    box-shadow:0 0 35px rgba(0,0,0,.08);

    margin-bottom:60px;

}

/* ======================================================
   TITLES
====================================================== */

.section-title{

    font-size:40px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

}

.policy-meta{

    margin-bottom:30px;

}

.policy-meta p{

    margin-bottom:6px;

    color:#666;

}

h3{

    color:#04afb1;

    font-size:28px;

    font-weight:700;

    margin-top:45px;

    margin-bottom:20px;

}

h4{

    color:#222;

    font-weight:600;

    margin-top:30px;

    margin-bottom:15px;

}

h5{

    font-weight:600;

    color:#04afb1;

}

/* ======================================================
   PARAGRAPH
====================================================== */

p{

    text-align:justify;

    margin-bottom:18px;

}

/* ======================================================
   LISTS
====================================================== */

ul{

    padding-left:22px;

}

ul li{

    margin-bottom:10px;

}

/* ======================================================
   TABLES
====================================================== */

.table{

    margin-top:20px;

    margin-bottom:30px;

}

.table th{

    background:#04afb1 !important;

    color:#fff;

    font-weight:600;

    text-align:center;

    vertical-align:middle;

}

.table td{

    vertical-align:top;

}

/* ======================================================
   POLICY BOX
====================================================== */

.policy-box{

    background:#fff;

    border-left:5px solid #04afb1;

    padding:25px;

    margin-bottom:30px;

    border-radius:8px;

    box-shadow:0 5px 20px rgba(0,0,0,.05);

    height:100%;

}

/* ======================================================
   ALERTS
====================================================== */

.alert{

    border-radius:8px;

    padding:22px;

}

.alert strong{

    font-size:18px;

}

/* ======================================================
   CARD
====================================================== */

.card{

    border-radius:10px;

}

.card-body{

    padding:30px;

}

/* ======================================================
   HORIZONTAL LINE
====================================================== */

hr{

    border-top:1px solid #ddd;

}

/* ======================================================
   LINKS
====================================================== */

a{

    color:#04afb1;

}

a:hover{

    color:#028b8d;

}

/* ======================================================
   FOOTER
====================================================== */

.footer{

    background:#000;

}

.footer h4{

    color:#fff;

}

.footer p{

    color:#ddd;

}

.footer .btn-link{

    color:#ddd;

    display:block;

    padding:4px 0;

    text-decoration:none;

}

.footer .btn-link:hover{

    color:#04afb1;

    padding-left:6px;

    transition:.3s;

}

.footer .btn-outline-light{

    width:40px;

    height:40px;

    display:flex;

    align-items:center;

    justify-content:center;

}

/* ======================================================
   COPYRIGHT
====================================================== */

.copyright{

    background:#111;

    color:#ccc;

}

/* ======================================================
   BACK TO TOP
====================================================== */

.back-to-top{

    position:fixed;

    right:25px;

    bottom:25px;

    z-index:99;

}

/* ======================================================
   TABLE RESPONSIVE
====================================================== */

.table-responsive{

    margin-bottom:30px;

}

/* ======================================================
   RESPONSIVE
====================================================== */

@media(max-width:991px){

    .privacy-card{

        padding:35px;

    }

    .section-title{

        font-size:34px;

    }

    h3{

        font-size:24px;

    }

}

@media(max-width:767px){

    .privacy-card{

        padding:25px;

    }

    .section-title{

        font-size:28px;

    }

    h3{

        font-size:22px;

    }

    h4{

        font-size:20px;

    }

    .table{

        font-size:14px;

    }

}

@media(max-width:575px){

    .privacy-card{

        padding:20px;

    }

    .section-title{

        font-size:24px;

    }

    h3{

        font-size:20px;

    }

    p{

        font-size:15px;

    }

    .alert{

        padding:18px;

    }

}