@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter';
    font-style: normal;
    background: #F9F9F9;
}


/* ///// ============== ARTICAL-CARD SECTION START HERE =============== ///// */

.main-artical-sec {
    margin-top: 80px;
}

.card1-img {
    background-image: url(../img/artical-card1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding-top: 206px;
    padding-left: 20px;
    padding-bottom: 16px;
}

.card2-img {
    background-image: url(../img/artical-card2.png) !important;
}

.card3-img {
    background-image: url(../img/artical-card3.png) !important;
}

.card1-img img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid red;
}

.artical-card-1 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #A1A1A1;
    border-radius: 10px;
}

.artical-card-1 h2 {
    font-family: inter;
    font-size: 20px;
    line-height: 30px;
    align-items: left;
    vertical-align: top;
    font-style: medium;
    margin-bottom: 0px;
    padding: 0px;
}

.left-div h6 {
    font-family: Inter;
    font-style: medium;
    font-size: 16px;
    line-height: 19px;
    align-items: left;
    vertical-align: top;
    margin-bottom: 0px;
    padding-top: 15px;
}

.left-div h6 span {
    font-family: Inter;
    font-style: medium;
    font-size: 16px;
    line-height: 19px;
    align-items: right;
    vertical-align: top;
    padding-left: 20px;
    color: #707070;
    margin-bottom: 0px;
}

.left-div h6 span .doller {
    color: #FF1F55;
}

.right-div h6 {
    font-family: Inter;
    font-style: medium;
    font-size: 16px;
    line-height: 19px;
    align-items: left;
    vertical-align: top;
    margin-bottom: 0px;
    padding-top: 15px;
}

.right-div h6 span {
    font-family: Inter;
    font-style: medium;
    font-size: 16px;
    line-height: 19px;
    align-items: right;
    vertical-align: top;
    padding-left: 20px;
    color: #707070;
    margin-bottom: 0px;
}

.card-row {
    padding: 25px;
}

.artical-card-1 button {
    background-color: #FF1F55;
    color: white;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%;
    padding: 8px 0px;
}

.duration-row {
    padding-top: 20px;
}

.duration-row h6 {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #181818 !important;
}

.duration-row h6 span {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #707070 !important;
    padding-left: 6px;
}

.duration-row h6 span .doller {
    color: #FF1F55 !important;
}


/* ///// ============== ARTICAL-CARD SECTION END HERE =============== ///// */


/* ////// ============= ARTICAL-TABS SECTION START HERE ============///////// */

.artical-tabs-sec {
    margin-top: 80px;
}

.the_tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 75rem;
    border-radius: 5px 5px 0px 0px;
    border: 0.6px solid #A2A2A2;
    background-color: white;
}

.tabs2 {
    padding-left: 130px !important;
}

.the_tabs input[type="radio"] {
    display: none;
}

.the_tabs label {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #A1A1A1;
    padding: 30px 0px 30px 30px;
}

.the_tabs .tab {
    width: 100%;
    order: 1;
    display: none;
}

.the_tabs .tab h2 {
    font-size: 2rem;
}

.the_tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

.the_tabs input[type="radio"]:checked+label {
    color: #4E4E4E;
}

.frist-tab-sec {
    border-bottom: 0.6px solid #A2A2A2;
}

.sec1 {
    border-top: 0.6px solid #A2A2A2;
    padding: 40px 30px 30px 35px;
    margin: 0px 0 0 0px;
}

.frist-tab-sec p span img {
    border-radius: 100%;
}

.frist-tab-sec p {
    color: #181818;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.frist-tab-sec h1 {
    color: #181818;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 25px;
}

.frist-tab-sec h6 {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    padding-top: 15px;
}

.frist-tab-sec h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4E4E4E;
    padding-top: 25px;
    margin-bottom: 0;
}

.frist-tab-sec .img-sec img {
    margin-top: 41px;
    width: 100%;
    border-radius: 10px;
}


/* ////// ============= ARTICAL-TABS SECTION END HERE ============///////// */


/* /////// ========= ARTICAL-SIDE SECTION START HERE =========//////// */

.artical-side-sec {
    margin-top: 80px;
}

.artical-side-sec .active {
    border: 0.6px solid #A2A2A2;
    border-radius: 5px 5px 0px 0px;
    background-color: white;
    padding: 28px 30px 28px 30px;
    color: #4E4E4E;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.list-group {
    border: 0.6px solid #A2A2A2;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 30px 15px 30px;
    color: #4E4E4E;
    text-decoration: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.list-group-item span {
    color: #FF1F55;
    padding-right: 11px;
}

.list-group-item a {
    color: #FF1F55;
}


/* /////// ========= ARTICAL-SIDE SECTION END HERE =========//////// */

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .main-artical-sec .artical-card p {
        font-size: 18px;
    }

    .artical-card-1 {
        margin-top: 20px;
    }

    .artical-card-1 h2 {
        font-size: 15px;
    }

    .left-div h6 {
        font-size: 13px;
    }

    .left-div h6 span {
        font-size: 11px;
    }

    .left-div h6 span .doller {
        color: #FF1F55;
    }

    .right-div h6 {
        font-size: 12px;
    }

    .right-div h6 span {
        font-size: 11px;
    }

    .card-row {
        padding: 25px;
    }

    .artical-card-1 {
        margin-top: 20px;
    }

    .duration-row h6,
    span {
        font-size: 12px !important;
    }

    .duration-row h6 span {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-artical-sec .artical-card p {
        font-size: 15px;
        line-height: 18px;
        padding-top: 15px;
    }

    .tabs2 {
        padding-left: 77px !important;
    }

    .the_tabs label {
        font-size: 18px;
        padding: 20px 0px 20px 30px;
    }

    .sec1 {
        padding: 25px 13px 20px 15px;
        margin: 0px 0 0 0px;
    }

    .frist-tab-sec h1 {
        font-size: 20px;
        padding-top: 12px;
    }

    .frist-tab-sec h6 {
        font-size: 13px;
        line-height: 123%;
        padding-top: 7px;
    }

    .frist-tab-sec h5 {
        font-size: 17px;
        padding-top: 12px;
    }

    .artical-side-sec .active {
        padding: 20px 15px 20px 15px;
        font-size: 17px;
    }

    .list-group-item {
        padding: 9px 30px 4px 15px;
        font-size: 14px;
    }

    .artical-card-1 {
        margin-top: 20px;
    }

    .artical-card-1 h2 {
        font-size: 15px;
    }

    .left-div h6 {
        font-size: 13px;
    }

    .left-div h6 span {
        font-size: 11px;
    }

    .left-div h6 span .doller {
        color: #FF1F55;
    }

    .right-div h6 {
        font-size: 12px;
    }

    .right-div h6 span {
        font-size: 11px;
    }

    .card-row {
        padding: 25px;
    }

    .artical-card-1 {
        margin-top: 20px;
    }

    .duration-row h6,
    span {
        font-size: 11px !important;
    }

    .duration-row h6 span {
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .tabs2 {
        padding-left: 52px !important;
    }

    .sec1 {
        padding: 26px 5px 20px 11px;
    }

    .frist-tab-sec h1 {
        font-size: 21px;
        padding-top: 12px;
    }

    .frist-tab-sec h6 {
        font-size: 12px;
        line-height: 125%;
        padding-top: 6px;
    }

    .frist-tab-sec h5 {
        font-size: 18px;
        padding-top: 10px;
    }

    .frist-tab-sec .img-sec img {
        margin-top: 20px;
    }

    .artical-side-sec {
        margin-top: 27px;
        padding: 0;
    }

    .main-artical-sec {
        margin-top: 80px;
    }

    .artical-card-1 h2 {
        font-size: 15px;
    }

    .left-div h6 {
        font-size: 13px;
    }

    .left-div h6 span {
        font-size: 11px;
    }

    .left-div h6 span .doller {
        color: #FF1F55;
    }

    .right-div h6 {
        font-size: 12px;
    }

    .right-div h6 span {
        font-size: 11px;
    }

    .card-row {
        padding: 25px;
    }

    .artical-card-1 {
        margin-top: 20px;
    }

    .duration-row {
        padding-top: 20px;
    }

    .duration-row h6,
    span {
        font-size: 11px !important;
    }

    .duration-row h6 span {
        font-size: 11px !important;
    }
}

.ad-sec {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-sec img {
    width: 100%;
    /* width: 728px;
    height: 90px; */
    margin-top: 80px;
}


/* /////// ========= ARTICAL-SIDE SECTION END HERE =========//////// */

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .ad-sec img {
        /* width: 100%; */
        width: 728px;
        height: 90px;
        margin-top: 80px;
    }
}