@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #555;
    line-height: auto;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 15px;
    color: #222;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 10px;
    line-height: 24px;
}
.text-blue{
    color: #1b6ac1 !important;
    display: inline-block;
    margin-bottom: 15px !important;
}
.text-red{
    color: #ec3237 !important;
}
.m-t-10px{
    margin-top: 10px;
}
.m-t-15px{
    margin-top: 15px;
}
.m-t-20px{
    margin-top: 20px;
}
.m-t-25px{
    margin-top: 25px;
}
.m-t-30px{
    margin-top: 30px;
}
.m-b-20px{
    margin-bottom: 20px;
}
.text-center{
    text-align: center;
}
.btn {
    border: 0px;
    padding: 15px 25px;
    border-radius: 36px;
    background: #ed3237;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}
header {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    z-index: 999;
}
header .logo {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #222;
}
header .logo img {
    height: 70px;
    margin-right: 15px;
}
.extra-logo img {
    height: 40px;
}
header .email {
    height: 70px;
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
header .email .icon {
    margin-right: 10px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #1b6ac1;
}
header .email .dscb small{
    display: block;
    color: #555;
    font-weight: 400;
}
.header{
    text-align: center;
    padding: 30px 0px;
}


.container {
    width: 950px;
    margin: 0px auto;
    /* display: flex; */
    /* align-items: center; */
}
.content-head {
    background: #f3f7fc;
    padding: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.content-head h2 {
    margin-bottom: 16px;
    font-size: 30px;
}
.content-head p {
    margin-bottom: 15px;
    font-size: 28px;
    color: #222;
}
.content-head h4{
    margin-bottom: 0px;
}
.single-content-box {
    padding: 0px 0px 50px;
}


.card-list {
    display: flex;
}
.card-list li .img {
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    height: 222px;
}
.card-list li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-list li {
    list-style: none;
    width: calc(100% / 4);
    margin-right: 30px;
    text-align: center;
}
.card-list li:last-child {
    margin-right: 0px !important;
}

.card-list.one-col {
    text-align: center;
    display: block;
}

.card-list.one-col li {
    width: 100%;
    display: inline-block;
}

.card-list.one-col li .img {
    height: 500px;
}

.card-list.one-col li .img img {
    max-width: 80%;
    max-height: 80%;
}

.card-list.two-col li {
    width: calc(100% / 2);
    margin-right: 30px;
}
.card-list.two-col.mid {
    width: 55%;
    display: inline-flex;
}

.card-list.two-col.mid li .img {
    height: 510px;
}

.card-list.three-col li {
    width: calc(100% / 3);
    margin-right: 30px;
}
.card-list.three-col li .img {
    height: 348px;
}
.card-list.three-col li .download-btn {
    top: -45px;
    position: relative;
    width: 60%;
    display: inline-block;
}
.card-list.three-col li .download-btn img {
    width: 100%;
}
.card-list.three-col li .img p {
    margin-top: 18px;
    color: #222;
    font-weight: 500;
}

.card-list.three-col.mid.m-t-10px {
    display: inline-flex;
    width: 80%;
}
.card-list.three-col.mid li .img {
    height: 480px;
}

.list {
    padding-left: 16px;
    margin-bottom: 30px;
}
.list li {
    margin-bottom: 5px;
}
.list-number {
    margin-top: 10px;
    counter-reset: item 
}
.list-number li {
    margin-bottom: 15px;
    display: block;
}
.list-number li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item ;
    color: #1b6ac1;
    font-weight: 600;
}
.card-list-alternative li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.card-list-alternative li .img {
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 50px;
}
.card-list-alternative li .img img {
    width: 80%;
    margin: 10%;
}
.card-list-alternative li div {
    width: calc(100% /2 );
}
.card-list-alternative li:nth-child(even) .img {
    margin-left: 50px;
    margin-right: 0px;
}
.card-list-alternative li:nth-child(even) .dscb {
    text-align: right;
}
.list li:before, 
.card-list-alternative li:before, 
.card-list li:before {
    display: none;
}

.list-number.faq-box .text-blue {
    margin-bottom: 5px !important;
}
.list-number.faq-box li {
    margin-bottom: 20px;
}
.list-number.faq-box li::before {
    color: #222;
}
.list-number.faq-box h4 {
    display: inline;
}
.list-number.faq-box li p {
    padding-left: 16px;
}

.res-list {
    display: flex;
    margin-bottom: 15px;
}
.res-list .res-title {
    width: 150px;
}
.res-list .res-dscb span {
    display: block;
    margin-bottom: 10px;
}

.content-footer {
    border-top: 1px solid #e4f0ff;
    padding: 50px 0px 30px;
    text-align: center;
}

.content-footer .logo {
    margin-bottom: 15px;
    display: inline-block;
}

.content-footer .logo img {
    height: 70px;
}

.container .btn-box .btn {
    text-align: center;
    margin-right: 20px;
}

.btn.btn-outline {
    border: 1px solid #ed3237;
    background: #fff;
    color: #ed3237;
    border-radius: 8px;
}

.btn.btn-outline:hover {
    border: 1px solid #ed3237;
    background: #ed3237;
    color: #fff;
    border-radius: 8px;
}

