
body {
    line-height: 28px;
    font-size: 15px;
    color: #666666;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
    color: #232323;
}

h4 {
    font-size: 18px;
    color: #232323;
}

h6 {
    font-size: 14px;
    color: #232323;
}

h5 {
    color: #232323;
}

a {
    transition: 0.6s;
}

    a,
    a:hover {
        color: #666666;
    }

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ol {
    margin-bottom: 0;
}

select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

button {
    cursor: pointer;
}


/*---------------------TNC Style------------------*/
.main-title {
    text-align: left;
    margin: 0 auto 10px;
}

    .main-title h4 {
        font-size: 18px;
        color: #276ad2;
        padding-bottom: 10px;
        padding-top: 15px;
        border-bottom: solid 1px #f1eaea;
    }

    .main-title h3 {
        font-size: 20px;
        color: #276ad2;
        padding-top: 15px;
        padding-left: 20px;
    }

    .main-title span {
        font-size: 22px;
        margin-right: 8px;
    }


.sec-title {
    text-align: center;
    /* max-width: 400px; */
    margin: 25px;
    border-bottom: solid 1px #e0dfdf;
}


    .sec-title h2 {
        margin-bottom: 10px;
        position: relative;
        top: -6px;
    }

        .sec-title h2 .sec-title-border {
            width: 130px;
            position: absolute;
            bottom: 0;
            left: 0;
            border-top: 2px solid #222;
            right: 0;
            height: 0;
            margin: auto;
        }

            .sec-title h2 .sec-title-border span {
                width: 9px;
                height: 9px;
                position: relative;
                display: inline-block;
                margin: 0 1px;
                bottom: 26.3px;
            }

                .sec-title h2 .sec-title-border span::before {
                    background: #222;
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    transform: rotate(45deg);
                }

.mt-100 {
    margin-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.ptb-100 {
    padding: 120px 0;
}

.ptb-90 {
    padding: 50px 0;
}

.ptb-80 {
    padding: 80px 0;
}


/*-----------------------End of TNC code--------------------*/
/*-------------------------FAQ Style-------------------------*/
.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.card-header {
    padding: .2rem 0.2rem !important;
    background-color: #f4f8ff !important;
    border-bottom: 1px solid rgb(214, 229, 255) !important;
    border-left: solid 2px #a7c6fd;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0) !important;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.card-body {
    padding: 1rem !important;
    background: #ffffff;
    border: solid 1px #e0ebff;
}



.btn {
    font-size: 15px !important;
    /*line-height: 0em !important;*/
}

.btn-link {
    color: #282a2b !important;
}

.more-less {
    float: right;
    color: #212121;
}

.bs-example .btn {
    width: 100%;
    text-align: left !important;
}
/*--------------------------End of Code --------------------*/
/*------------------------------css for support-----------------*/
.activation {
    border: solid 1px #a4d9ff;
    padding: 25px 10px;
    line-height: 28px;
    font-size: 14px;
    background: #fff;
    box-shadow: 2px 2px 4px #e4e2e2;
    border-radius: 6px;
    height: 370px;
}

    .activation a {
        color: #308ddc;
    }

        .activation a:hover {
            color: #005ba9;
            text-decoration: underline;
        }

.heading {
    font-size: 17px;
    padding-bottom: 3px;
    color: #004892;
    font-weight: 500;
    border-radius: 6px;
}

.write {
    border: solid 1px #c3e5ff;
    padding: 25px 20px;
    line-height: 28px;
    font-size: 14px;
    background: #ecf7ff;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #e4e2e2;
    height: 370px;
}

.call-us {
    border: solid 1px #c3e5ff;
    padding: 25px 20px;
    line-height: 28px;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #e4e2e2;
    height: 370px;
    background: url(../img/back1.png) no-repeat bottom;
}

.number {
    font-size: 16px;
    line-height: 40px;
    /* margin-left:20px; */
    color: #036fbd;
    font-weight: 500;
}

.support-main {
    margin-top: 10px;
}

.form-control {
    border: 1px solid #e5ebf1 !important;
    font-size: 15px;
}

.sec-title2 {
    border-bottom: solid 0px #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
    border: solid 1px #0071bc;
    padding: 1px 21px;
    margin-left: 7px;
    border-radius: 4px;
    box-shadow: 2px 3px 2px #655c5c8a;
}

/*--------------------------End of code------------------------*/
/* -------------------Responsive style-----------------------------*/
@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
    p {
        text-align: justify !important;
    }

    ul {
        margin-left: 20px;
    }

    .main-title h4 {
        font-size: 16px;
    }

    body {
        font-size: 14px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    .sec-title {
        margin: 15px;
    }

    .btn {
        white-space: normal !important;
        line-height: 1.5em !important;
    }
}

@media only screen and (max-width: 576px) {
    .activation, .call-us, .write {
        height: auto !important;
        background-image: none !important;
    }

    h3 {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 420px) {
}


/*---------------------End of Responsive code---------------------*/

