.app_wrapper {
    padding: 83px 0px 365px;
}
.custom_container {
    max-width: 1275px;
    width: 100%;
}
.container {
    max-width: 1366px;
    width: 100%;
}
.text-field_wrapper input[type="text"],
.text_field_wrapper input[type="text"] {
    padding-right: 118px;
}
footer .footer_row {
    margin: 0;
}
.studyspot_wrapper .heading_wrapper {
    padding: 20px 0;
}
.heading_wrapper .studyspot_text {
    display: inline-block;
    padding: 0 10px;
    background-color: rgba(239, 120, 35, 0.1);
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #ef7823;
}
.studyspot_content_wrapper {
    padding-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
.studyspot_content_wrapper .left_content {
    width: 276px;
    background-color: #8a20f4;
    padding: 20px;
}
.studyspot_content_wrapper .left_content .card_box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.studyspot_content_wrapper .left_content .card_box .card_txt {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.studyspot_content_wrapper .left_content .card_box:not(:last-child) {
    margin-bottom: 20px;
}
.left_content .card_box .image_wrapper {
    padding: 10px;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
}
.left_content .card_box .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: content;
}
.left_content .card_box .card_txt {
    width: calc(100% - 70px);
    padding: 10px;
}
.studyspot_content_wrapper .right_content {
    width: 100%;
    padding: 60px 40px 40px 60px;
    background: url("../images/studyspot/studyspot-right-bg.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.inner_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.inner_left_col {
    max-width: 50%;
    padding: 0 8px;
    flex: 0 0 50%;
}
.inner_right_col {
    max-width: 50%;
    padding: 0 8px;
    flex: 0 0 50%;
}
.explore_txt {
    margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #3e5e7b;
    text-align: left;
}
.section_title {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
    text-align: left;
}
.listing_content ul {
    padding-left: 15px;
}
.listing_content ul li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2d2d2d;
    position: relative;
}
.listing_content ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background-color: #f47920;
    top: 8px;
    left: -15px;
}
.listing_content ul li:not(:last-child) {
    margin-bottom: 12px;
}
.inner_right_col figure {
    max-width: 415px;
    margin: 0 auto;
    padding: 0 15px;
}
.inner_right_col figure img {
    max-width: 100%;
    display: block;
}
.action_btn {
    padding: 40px 0 0;
}
.btns {
    border-radius: 10px;
    padding: 12px;
    outline: 0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button:disabled,
.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
.btn_primary {
    background-color: #f47920;
    color: #ffffff;
    max-width: 454px;
    width: 100%;
}
.btn_primary img {
    margin-left: 5px;
}
.white_bg .white_background {
    width: 100%;
    margin-bottom: -20px;
}
.white_bg .white_background img {
    width: 100%;
    margin-bottom: -20px;
}

.bottom_sec {
    padding: 60px 0 20px;
    background-color: #d2ddfb;
}
.bottom_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col {
    max-width: 33.33%;
    padding: 0 15px;
    flex: 0 0 33.33%;
}

.bottom_txt {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}
.bottom_txt .one_txt {
    color: #6291ff;
}
.bottom_txt .two_txt {
    color: #6e62ff;
}
.bottom_txt .three_txt {
    color: #9462ff;
}

.bottom_info_txt {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.bottom_card_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_card_wrapper .card_left {
    width: 100px;
    height: 100px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 2px 2px 1px 0px #bdcdf8 inset;
    box-shadow: 4px 2px 12px 0px #c1d0f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_card_wrapper .card_left img {
    max-width: 60px;
}
.bottom_card_wrapper .card_content {
    max-width: 330px;
    padding-left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #2d2d2d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1440px) {
    .app_wrapper {
        padding: 83px 0px 364px;
    }
    .white_bg .white_background img {
        margin-bottom: -13px;
    }
    .heading_wrapper .studyspot_text {
        font-size: 22px;
    }
    .section_title {
        margin-top: 4px;
        margin-bottom: 18px;
        font-size: 26px;
        line-height: 32px;
    }
    .listing_content ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .listing_content ul li {
        font-size: 15px;
    }
    .action_btn {
        padding: 35px 0 15px;
    }
    .btns {
        font-size: 18px;
    }
    .bottom_card_wrapper .card_left {
        width: 90px;
        height: 90px;
        padding: 15px;
    }
    .bottom_card_wrapper .card_content {
        padding-left: 15px;
    }
    .bottom_txt {
        font-size: 38px;
    }
}
@media screen and (max-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}
@media screen and (max-width: 1280px) {
    /* .app_wrapper {
        padding: 83px 0px 466px;
    } */
    .white_bg .white_background img {
        margin-bottom: -13px;
    }
    .custom_container {
        max-width: 95%;
    }
    .container {
        max-width: 95%;
    }
}
@media screen and (max-width: 1024px) {
    .app_wrapper {
        padding: 83px 0px 0;
    }
    footer {
        position: static;
    }
    .studyspot_content_wrapper .right_content {
        width: 100%;
        padding: 20px;
    }
    .studyspot_content_wrapper .left_content {
        width: 100%;
        padding: 20px;
    }
    .inner_row {
        align-items: center;
    }
    .heading_wrapper .studyspot_text {
        font-size: 20px;
    }
    .explore_txt {
        font-size: 18px;
        line-height: 28px;
    }
    .section_title {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .listing_content ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .btns {
        font-size: 16px;
    }
    .left_content .card_box .image_wrapper {
        width: 65px;
        height: 65px;
    }
    .left_content .card_box .card_txt {
        width: calc(100% - 65px);
        padding: 10px;
    }
    .studyspot_content_wrapper .left_content .card_box .card_txt {
        font-size: 22px;
    }
    .white_bg .white_background img {
        width: 100%;
        margin-bottom: 0px;
    }
    .bottom_card_wrapper .card_left img {
        max-width: 45px;
    }
    .bottom_card_wrapper .card_left {
        width: 70px;
        height: 70px;
    }
    .bottom_txt {
        font-size: 35px;
    }
    .bottom_sec {
        padding: 40px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .app_wrapper {
        padding: 83px 0px 555px;
    }
}

@media screen and (max-width: 767px) {
    .app_wrapper {
        padding: 83px 0px 660px;
    }
    footer {
        position: absolute;
    }
    .mobile_nav.active {
        top: 48px;
    }
    .studyspot_wrapper .heading_wrapper {
        padding: 0 0 20px;
    }
    .heading_wrapper .studyspot_text {
        font-size: 18px;
    }
    .studyspot_content_wrapper .left_content .card_box .card_txt {
        font-size: 20px;
    }
    .inner_left_col,
    .inner_right_col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .inner_right_col figure {
        margin-bottom: 12px;
    }
    .explore_txt {
        font-size: 16px;
        line-height: 26px;
    }
    .section_title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }
    .white_bg .white_background {
        margin-bottom: -15px;
    }
    .btns {
        padding: 10px 12px;
    }
    .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col:not(:last-child) {
        margin-bottom: 15px;
    }
    .bottom_sec {
        padding: 30px 0 20px;
    }
    .bottom_txt {
        font-size: 33px;
        line-height: 60px;
    }
}
