@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: 'El Messiri', sans-serif !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

p,
a,
span,
li,
button {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: auto !important;
}


section.sec_1 {
    background-image: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 726px;
    display: flex;
    align-items: center;
    padding: 60px 0px 686px 0 !important;
    position: relative;
}

.banner_inner h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 85px;
    color: #FFFFFF;
}

.banner_inner p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.banner_btns {
    margin: 40px 0 0 0;
    display: flex;
}

.banner_btns button,
.global_buton button,
.img_box button,
.contact_info ul li button,
.btn_wrap button {
    border: 2px solid #d02e2d;
    border-radius: 30px;
    background: transparent !important;
    padding: 13px 35px;
    margin: 0 20px 0 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    color: #FFFFFF;
}

.header-top {
    height: 53px !important;
    padding-top: 15px !important;
}

.header-contact {
    margin-top: 0 !important;
}

.nav-list-box a svg.svg-inline--fa.fa-house {
    color: #9b282b !important;
}

.header-address ul li a {
    font-size: 13px !important;
}

.header-menu .navbar {
    padding: 0 !important;
    margin-top: 0px !important;
}

@media screen and (max-width: 575px) {
    .header-menu .navbar {
        padding: 17px !important;
        margin-top: -65px !important;
    }
}

.header-contact ul li a img {
    margin-right: -15px !important;
}

ul.banner-badges {
    display: flex;
    list-style: none;
    margin-top: 41px !important;
    align-items: end;
    justify-content: center;
}

ul.banner-badges li {
    margin-right: 10px !important;
}

ul.banner-badges li img {
    width: 90%;
}

.banner_btns button a,
.btn_wrap button a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    color: #FFFFFF;
}


.banner_btns button:hover {
    background: #d02e2d !important;
    transition: 0.5s;
}

.banner_btns button:nth-child(2),
.global_buton button,
.img_box button,
.contact_info ul li button,
.btn_wrap button {
    background: #d02e2d !important;
}

.banner_btns button:nth-child(2):hover {
    background: transparent !important;
    border: 2px solid #d02e2d;
}

.banner_form {
    width: 400px;
    margin: auto;
    background: #FEFEFE;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
}

.banner_form::after {
    position: absolute;
    content: "";
    top: 16px;
    left: -24px;
    background-image: url(../images/form-heading-after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.banner_form form {
    margin: 25px 0 0 0;
}

.banner_form form input,
.banner_form form textarea {
    width: 100%;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120.8%;
    /* or 19px */
    color: #AAAAAA;
    outline: none;
    border: 1px solid #000000;
}

.banner_form form input::placeholder,
.banner_form form textarea::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120.8%;
    /* or 19px */
    color: #AAAAAA;
}

.banner_form form textarea {
    height: 100px;
    padding: 15px 0 0 15px;
}

.banner_form form input[type="submit"] {
    background: #d02e2d;
    border: 2px solid #d02e2d;
    border-radius: 30px;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    color: #FFFFFF;
}

.banner_form form input[type="submit"]:hover {
    background: #000;
    border: 1px solid #000;
}

.swip_img {
    margin: 0px 0 0 0;
}

section.sec_2 {
    padding: 130px 0 80px 0;
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.global_inner h4 {
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */
    text-align: center;
    color: #252525;
    position: relative;
}

.global_inner h4:before,
.global_inner h4:after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 80px;
    height: 1px;
    left: 0;
    right: 30%;
    margin: auto;
    top: 0;
    bottom: 0;
}

.global_inner h4:after {
    right: 0;
    left: 30%;
}

.global_inner h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;

    /* or 48px */
    text-align: center;
    color: #d02e2d;
    line-height: 50px;
    margin: 0 0 10px 0;
}

.global_inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;
    color: #252525;
}

.global_buton {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
}

.global_buton ul {
    display: flex;
    align-items: center;
}

.global_buton ul li {
    margin: 0 10px 0 0 !important;
}

.global_buton ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #252525;
}

.global_buton ul li p a {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */
    color: #252525;
}

.sec_2_inner h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 120.8%;
    /* or 48px */
    color: #252525;
}

.sec_2_inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
}

section.sec_1:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
    width: 290px;
    height: 583px;
    bottom: 0;
    right: 0;
}

section.sec_3 {
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 0 0;
    position: relative;
    height: 1027px;
}

section.sec_3 .global_inner h2,
section.sec_3 .global_inner h4,
section.sec_3 .global_inner p {
    color: #fff;
}

section.sec_3 .global_inner h4:before,
section.sec_3 .global_inner h4:after {
    background: #fff;
}

.img_box {
    text-align: center;
}

.img_box button {
    margin: 0 !important;
    position: relative;
    top: -30px;
}

section.sec_3 .global_inner img {
    margin: 0 0 60px 0;
}

section.sec_3:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    width: 323px;
    height: 54px;
    left: 0;
    right: 0;
    margin: auto;
    top: -43px;
}

section.sec_3 .swip_img {
    margin: 50px 0 0 0;
}

section.sec_4 {
    background-image: url(../images/bg-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 730px;
    padding: 80px 0 0 0;
    position: relative;
}

section.sec_4 .global_inner h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 120.8%;
    /* or 72px */
    text-align: center;
    color: #d02e2d;
}

.box_wrap {
    width: 71%;
    margin: auto;
}

.box_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.box_wrap ul li {
    flex: 0 0 18%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(157, 53, 55, 0.22);
    border-radius: 10px;
    margin: 0 0px 20px 10px !important;
    min-height: 150px;
    padding: 10px 0 0 0;
}

.box_wrap ul li h4 {
    margin: 10px 0 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120.8%;
    /* or 24px */
    text-align: center;
    color: #252525;
}

section.sec_4:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/side_vector.png);
    background-repeat: no-repeat;
    width: 22%;
    height: 591px;
    left: 0;
    bottom: 0;
    max-width: 30%;
    max-height: 591px;
}

section.sec_5 {
    background-image: url(../images/bg-5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    display: flex;
    align-items: center;
}

section.sec_5 .global_inner h4:before,
section.sec_9 .global_inner h4:before {
    right: 60%;
}

section.sec_5 .global_inner h4:after,
section.sec_9 .global_inner h4:after {
    left: 60%;
}

.global_inner h2 span {
    font-family: 'El Messiri' !important;
    color: #000;
}

.contact_info ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_info ul li {
    display: flex;
    align-items: center;
    margin: 0 20px !important;
}

.contact_info {
    margin: 30px 0 0 0;
}

.contact_info ul li h5,
.contact_info ul li h5 a {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */
    color: #252525;
    font-family: 'Poppins' !important;
    display: block !important;
}

.inner_text {
    margin: 0 15px 0 15px;
}

.inner_text span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #252525;
}

.contact_info ul li button {
    margin: 0 !important;
}

section.sec_6 .global_inner h4:before {
    right: 50%;
}

section.sec_6 .global_inner h4:after {
    left: 50%;
}

section.sec_6 {
    padding: 100px 0;
}

.class_inner {
    text-align: center;
}

.class_inner img {
    margin: 0 0 40px 0;
}

.class_inner h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* or 24px */
    text-align: center;
    color: #d02e2d;
    margin: 0 0 10px 0;
}

.class_inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #252525;
}

.class_img img {
    width: 100%;
}

.top_bottom {
    margin: 40px 0;
}

.tabs_wrap ul#myTab {
    justify-content: center;
    border: none !important;
    margin: 20px;
}

.tabs_wrap ul#myTab li.nav-item button {
    background: transparent !IMPORTANT;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
    margin: 10px !important;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    border: 2px solid #d02e2d !important;
    border-radius: 30px;
    padding: 13px 30px !important;
}

.book_tabs ul {
    display: flex;
    justify-content: space-between;
}

.book_tabs {
    margin: 40px 0 0 0;
}

.sec_7 {
    /* background-image: url(../images/bg_6.png) !important; */
}

.sec_7 .swip_img {
    margin: 108px 0 0 0 !important;
}

section.sec_8 {
    padding: 100px 0;
    background-image: url(../images/bg_7.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: right;
}

.main_faqs {
    width: 890px;
    margin: auto;
    margin-top: 40px;
}

.main_faqs .accordion-item {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #B7B7B7;
}

.main_faqs .accordion-item button {
    padding: 15px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120.8%;
    /* or 36px */
    text-align: center;
    color: #252525;
    border: none !important;
    flex-direction: row-reverse;
    justify-content: start;
}

.accordion-button::after {
    margin: 0 !important;
    background-image: url(../images/arrows.png) !important;
    height: 40px !important;
    width: 40px !important;
    background-size: cover !important;
    position: relative;
    left: -20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrows.png) !important;
    height: 40px !important;
    width: 40px !important;
    background-size: cover !important;
    position: relative;
    left: -20px;
}

.accordion-body {
    padding: 16px 70px !important;
}

.accordion-body p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
}

.btn_wrap {
    margin: 40px 0 0 0;
}

section.sec_8:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/faq.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 239px;
    height: 547px;
    right: 0;
    bottom: 0;
}

section.sec_9 {
    padding: 80px 0;
}

.slider_new {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-top: 80px;
}

.slider_new h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120.8%;
    /* or 48px */
    text-align: center;
    color: #d02e2d;
}

.slider_new p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #252525;
}

ul.slider_wrap button.slick-prev,
ul.slider_wrap button.slick-next {
    position: absolute;
    right: -200px;
    top: 15%;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
    font-size: 0;
    border: none;
}

ul.slider_wrap button.slick-next {
    right: 0;
    left: -200px;
    background-image: url(../images/arrow-left.png);
}

section.contact_sec {
    padding: 100px 0 80px 0;
}

.form_bottom h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    /* or 72px */
    color: #373737;
    margin: 0;
}

.form_bottom h2 span {
    color: #d02e2d;
    font-family: 'El Messiri' !important;
}

.form_bottom form {
    margin: 40px 0 0 0;
    text-align: center;
}

.prent_field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prent_field .inner_field {
    flex: 0 0 48.3%;
    /* margin: 0 20px 0 0; */
}

.prent_field input,
.form_bottom textarea {
    width: 100%;
    border: 1px solid #BABABA;
    border-radius: 560px;
    height: 60px;
    padding: 0 0 0 20px;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height */
    color: #252525;
    margin: 0 0 20px 0;
}

.form_bottom textarea {
    height: 250px;
    border-radius: 30px;
    padding: 20px 0 0 20px;
}

input[type="submit"] {
    background: #d02e2d;
    border: 2px solid #d02e2d;
    border-radius: 30px;
    line-height: 10px;
    font-family: 'Poppins' !important;
    width: 220px;
    height: 65px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #FFFFFF;
}

.message_wrap {
    text-align: center;
    margin: 0 0 60px 0;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_form_wrp {
    padding: 0 15px;
    text-align: center;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Poppins' !important;
    font-weight: 500;
    outline: none;
    color: rgba(0, 0, 0, 0.44);
    border: 1px solid #d02e2d;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 130px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #d02e2d !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #d02e2d;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #d02e2d;
}

button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #d02e2d;
    opacity: 1;
    border-radius: 0;
    width: 42px;
    height: 33px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 2px;
    transform: rotate(42deg);
    left: 16px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 2px;
    transform: rotate(129deg);
    left: 16px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #F3AD16;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
    padding: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    background: #d02e2d !important;
    width: 40% !important;
}


@media only screen and (max-width: 1400px) {
    ul.slider_wrap button.slick-prev {
        right: -160px;
    }

    ul.slider_wrap button.slick-next {
        left: -160px;
    }

}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 767px) {
    .tabs_wrap ul#myTab li.nav-item button {
        background: transparent !IMPORTANT;
        color: #fff !important;
        font-style: normal;
        font-weight: 500;
        margin: 7px 6px !important;
        font-size: 11px;
        line-height: 6px;
        border: 2px solid #d02e2d !important;
        border-radius: 30px;
        padding: 11px 5px !important;
    }

    .class_img img {
        width: 100%;
        display: none;
    }

    .here {
        display: flex;
        flex-direction: column-reverse;
    }

    section.sec_1:after {
        display: none;
    }

    section.sec_1 {
        height: auto;
        padding-bottom: 30px !important;
    }

    .banner_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_inner p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .banner_btns {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .banner_btns button {
        flex: 0 0 48%;
        margin: 0 0 10px 0 !important;
        font-size: 16px;
        padding: 14px 0;
    }

    .banner_form {
        width: 100%;
        margin: 30px 0 0 0;
    }

    section.sec_1 .swip_img {
        position: relative;
        top: 43px;
    }

    section.sec_2 {
        padding: 60px 0;
    }

    .global_inner h4 {
        font-size: 26px;
    }

    .global_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .sec_2_inner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 24px;
    }

    .global_buton {
        justify-content: center;
        flex-wrap: wrap;
    }

    .global_buton button {
        margin: 0 0 30px 0 !important;
    }

    .global_img img {
        width: 100%;
        /* margin: 40px 0 0 0; */
    }

    .global_inner h4:before,
    .global_inner h4:after {
        display: none;
    }

    section.sec_3 {
        height: auto;
    }

    section.sec_3 .row.mt-5 .col-md-3 {
        width: 50%;
    }

    .img_box img {
        width: 100%;
    }

    .img_box button.btn-dark {
        padding: 12px 12px;
    }

    section.sec_3 .swip_img {
        margin: 0;
        position: relative;
        top: 43px;
    }

    section.sec_4 .global_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.sec_4:before {
        display: none;
    }

    .box_wrap {
        width: 100%;
    }

    .box_wrap ul li {
        flex: 0 0 44%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    section.sec_4 {
        height: auto;
        padding: 60px 0;
    }

    section.sec_5 {
        height: auto;
        padding: 60px 0;
    }

    .contact_info ul {
        flex-wrap: wrap;
    }

    .contact_info ul li {
        margin: 0px 10% 5% !important;
    }

    section.sec_6 {
        padding: 40px 0 40px;
    }

    .tabs_wrap ul#myTab {}

    .tabs_wrap ul#myTab li.nav-item {
        flex: 0 0 45%;
        margin: 0 7px 15px 0 !important;
    }

    .tabs_wrap ul#myTab li.nav-item button {
        width: 100%;
    }

    .book_tabs ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .book_tabs ul li {
        flex: 0 0 48%;
        margin: 0 0 15px 0 !important;
    }

    .book_tabs ul li img {
        width: 100%;
    }

    .sec_7 .swip_img.text-center {
        margin: 0 !important;
        top: 50px;
    }

    .main_faqs {
        width: 100%;
    }

    .main_faqs .accordion-item button {
        font-size: 18px;
        text-align: left;
    }

    .accordion-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    section.sec_8:after {
        display: none;
    }

    section.sec_9 {
        padding: 0;
    }

    .sell-book-section .sell-img {
        display: none !important;
    }

    .slider_new {
        width: 100%;
    }

    .form_bottom h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .prent_field {
        display: block;
    }

    .prent_field input,
    .form_bottom textarea {
        height: 50px;
    }

    .form_bottom textarea {
        height: 150px !important;
    }

    ul.slider_wrap button.slick-prev,
    ul.slider_wrap button.slick-next {
        display: none !important;
    }

}

@media only screen and (max-width: 320px) {}

.il-book ul li img {
    width: 84%;
}

.kawasaki {
    background-color: red;
    columns: white;
}