* {
    font-family: 'Spartan';
}

a {
    text-decoration: none !important;
}

a.chat {
    cursor: pointer;
}


/* theme css */
.contentBox .cBoxTitle {
    font-size: 45px;
    color: #000;
}

.contentBox .cBoxTitle strong {
    color: #ff9900;
}

.contentBox .cBoxContent {
    color: #000;
    font-size: 14px;
}

/* theme css */


/* Header Css */

section.topbar {
    height: 30px;
    background: #FF9900;
}

section.header {
    padding: 10px 0px;
}

section.header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.header .head-logo img {
    width: 75%;
}

section.header .headerbtn {
    display: flex;
    gap: 30px;
    align-items: center;
}

section.header .headerbtn .callbtn a i {
    color: #FF9900;
    margin-right: 5px;
    font-size: 18px;
}

section.header .headerbtn .callbtn a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

section.header .headerbtn .chatbtn a i {
    color: #FF9900;
    margin-right: 5px;
    font-size: 18px;
}

section.header .headerbtn .chatbtn a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

section.header .headerbtn .quotebtn a {
    border-radius: 5px;
    background: #ff9900;
    color: white;
    padding: 17px 20px;
    border: 1px solid #ff9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    display: block;
    transition: 0.5s all ease;
}

section.header .headerbtn .quotebtn a i {
    margin-left: 5px;
}

section.header .headerbtn .quotebtn a:hover {
    background: transparent;
    border: 1px solid #ff9900;
    color: #ff9900;
}

/* Banner Css */

section.banner-sec {
    padding: 100px 0px;
    background: black;
    color: white;
    background-image: url(../images/banner.webp);
}

section.banner-sec p.sub {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
}

section.banner-sec h1 {
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize;
}

section.banner-sec h1 b {
    color: #ff9900;
}

section.banner-sec p.txt {
    font-size: 14px;
    color: white !important;
    margin-top: 15px;
}

section.banner-sec .row {
    align-items: center;
    display: flex;
}

section.banner-sec a.solidbtn {
    background: #FF9900;
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

.banner-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.banner-sec a.solidbtn i {
    margin-left: 5px;
    font-size: 16px;
}

section.banner-sec a.solidbtn:hover {
    background: transparent;
    color: #FF9900;
}

section.banner-sec a.callbtn {
    background: #FF9900;
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

section.banner-sec a.callbtn i {
    margin-left: 5px;
    font-size: 16px;
}

section.banner-sec a.solidbtn:hover {
    background: transparent;
    color: #FF9900;
}


.banner-sec .formdiv {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.banner-sec .formdiv h3 {
    color: #000;
    font-size: 30px;
}

.banner-sec .formdiv h3 strong {
    color: #ff9900;
}

.banner-sec .formdiv .spancolor {
    color: #000;
    font-size: 15px;
}

.banner-sec .formdiv form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 16px;
}

.banner-sec .formdiv form input::placeholder {
    color: #000000b5;
}

.banner-sec .formdiv form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 2px solid #000;
}

.banner-sec .formdiv form textarea::placeholder {
    color: #000000b5;
}

.banner-sec .formdiv form input:focus-visible {
    outline: 0px;
}

.banner-sec .formdiv form .text-center.form-div-btn.mtMobile input {
    background: #ff9900;
    border: 0;
    display: flex;
    width: 60%;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid transparent;
}

.banner-sec .formdiv form .text-center.form-div-btn.mtMobile input:hover {
    background: transparent;
    border: 2px solid #ff9900;
    color: #ff9900;
}

.banner-sec .formdiv form textarea:focus-visible {
    outline: 0px;
}

.banner-sec .comp-imgs {
    padding-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Banner Css */


/* info-sec */
section.info-sec {
    background: #ff9900;
    padding: 40px 0;
}

section.info-sec .row {
    display: flex;
    align-items: center;
}

section.info-sec p {
    color: #fff;
}

section.info-sec ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}

section.info-sec p {
    padding-left: 11%;
    margin: 0;
    padding-right: 40px;
    border-right: 3px solid #fff;
}

/* info-sec */

/* expert-sec  */
section.expert-sec {
    background-image: url(../images/behind.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 80px;
    overflow: visible;
    position: relative;
}

section.expert-sec:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -70px;
    background-image: url(../images/book1.webp);
    width: 168px;
    height: 257px;
    background-size: cover;
    background-position: center;
}

.expert-sec img {
    width: 100%;
}

section.expert-sec .row {
    display: flex;
    align-items: center;
}

.experts-btns a {
    background: transparent;
    border-radius: 5px;
    padding: 17px 25px;
    color: #FF9900;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #FF9900;
    transition: 0.5s all ease;
}

.experts-btns {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.experts-btns a:hover {
    background: #ff9900;
    color: #fff;
}

.expertSlider img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.expert-sec .expertSlider img {
    padding: 10px;
}

/* expert-sec  */

/* contact-frm */
.contact-frm {
    padding: 50px 0 50px;
    background: linear-gradient(0deg, #fff5e5 48%, transparent 47%);
    position: relative;
}

.contact-frm:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -250px;
    bottom: 0;
    margin: auto;
    width: 220px;
    height: 350px;
    background-image: url(../images/feather.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}

.contact-frm .frmdiv {
    border: 2px solid #ff9900;
    padding: 60px 80px 40px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 40px;
}

.contact-frm .frmdiv form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 16px;
    background: transparent;
}

.contact-frm .frmdiv form input::placeholder {
    color: #000000b5;
}

.contact-frm .frmdiv form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 2px solid #000;
    background: transparent;
}

.contact-frm .frmdiv form textarea::placeholder {
    color: #000000b5;
}

.contact-frm .frmdiv form input:focus-visible {
    outline: 0px;
}

.contact-frm .frmdiv form .text-center.form-div-btn.mtMobile input {
    background: #ff9900;
    border: 0;
    display: flex;
    width: 60%;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid transparent;
}

.contact-frm .frmdiv form .text-center.form-div-btn.mtMobile input:hover {
    background: transparent;
    border: 2px solid #ff9900;
    color: #ff9900;
}

.contact-frm .frmdiv form textarea:focus-visible {
    outline: 0px;
}

.contact-frm .frmdiv form {
    background-image: url(../images/bglogo.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-frm .frmdiv form .onerow {
    display: flex;
    justify-content: space-between;
}

.contact-frm .frmdiv form .onerow .form-div {
    width: 49%;
}

.contact-frm .frmdiv form .form-div-btn.mtMobile {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.contact-frm .frmdiv form .contact-frm .frmdiv form .form-div-btn.mtMobile {
    width: 20% !important;
}

.contact-frm .frmdiv form .form-div-btn.mtMobile input.btn_green {
    width: 30%;
}

/* contact-frm */

/* whatWeDo */
.whatWeDo {
    padding: 50px 100px 50px 0;
    background: #fff5e5;
    position: relative;
    overflow: visible;
    position: relative;
}

.whatWeDo:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 190px;
    height: 210px;
    background-image: url(../images/book2.webp);
    background-size: cover;
    background-position: left;
}

.whatWeDo img.aboutImg {
    position: absolute;
    top: 180px;
    left: 0;
    width: 110%;
}

.whatWeDo .contentBox {
    padding-left: 30%;
}

.whatWeDo img {
    width: 100%;
}

.whatWeDoSlide .contentBox {
    padding: 30px 20px 20px;
    background: #fff;
    margin: 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #ddd;
}

.whatWeDoSlide .contentBox .cBoxTitle {
    display: flex;
    font-size: 18px;
    gap: 10px;
    align-items: center;
}

.whatWeDoSlide .contentBox .cBoxTitle img {
    width: 10%;
}

.whatWeDoSlide .contentBox .cBoxContent {
    font-size: 15px;
}

.whatWeDo .experts-btns {
    padding-left: 10px;
}

/* whatWeDo */

/* author */
.author {
    padding: 50px 0;
}

.author .titleRow .contentBox {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
}

.author img {
    width: 100%;
}

.process .contentBox {
    padding: 30px 50px 20px 100px;
    margin-bottom: 10px;
    position: relative;
}

.process .contentBox .cBoxTitle {
    font-size: 24px;
}

.process .contentBox:before {
    content: '01';
    position: absolute;
    left: 0;
    top: 36px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #ff9900;
    color: #ff9900;
    font-size: 30px;
    line-height: normal;
    padding-top: 10px;
    font-weight: 500;
}

.process .contentBox:after {
    content: '';
    position: absolute;
    left: 34px;
    top: 115px;
    width: 2px;
    height: 55%;
    border: 2px dashed #000000d1;
}

.process .contentBox.process2:before {
    content: '02';
}

.process .contentBox.process3:before {
    content: '03';
}

.process .contentBox.process4:before {
    content: '04';
}

.process .contentBox.process4:after {
    display: none;
}

/* author */

/* expert-solutions */
section.expert-solutions .container {
    position: relative;
    z-index: 999;
}

section.expert-solutions .container .contentBox {
    width: 75%;
    margin: auto;
}

section.expert-solutions .container .contentBox .cBoxTitle {
    width: 74%;
    margin: auto;
    margin-bottom: 25px;
}

section.expert-solutions .container .contentBox .cBoxContent {
    font-size: 16px;
}

section.expert-solutions:before {
    content: "";
    background-color: #fff5e6;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

section.expert-solutions:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 270px;
    background-image: url(../images/bookBG.webp);
    background-size: cover;
    background-position: center top;
}

section.expert-solutions {
    position: relative;
}

section.expert-solutions .bg-white-area {
    background-color: #fff;
    border-radius: 50px;
    padding: 31px 60px;
    position: relative;
    box-shadow: 0px 0px 8px #ddd;
    margin-top: 50px;
}

.bg-white-area .row .col-md-4 {
    padding-left: 55px;
    padding-right: 55px;
}

section.expert-solutions .bg-white-area:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 50%;
    height: 500px;
    background: #ff9900;
    z-index: -1;
    clip-path: polygon(-1% -1%, 100% 6%, 100% 100%, 6% 100%);
    border-radius: 60px;
}

section.expert-solutions .bg-white-area:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 20px;
    width: 20%;
    height: 500px;
    background: #000;
    z-index: -1;
    /* clip-path: polygon(0 0, 100% 6%, 100% 100%, 6% 100%); */
    border-radius: 50px;
    transform: rotate(5deg);
}

section.expert-solutions .bg-white-area img.mb-2 {
    height: 70px;
}

section.expert-solutions h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0;
}

section.expert-solutions .col-md-4:nth-child(3),
section.expert-solutions .col-md-4:nth-child(6) {
    border-right: 0;
}

section.expert-solutions .col-md-4:nth-child(4):before,
section.expert-solutions .col-md-4:nth-child(5):before,
section.expert-solutions .col-md-4:nth-child(6):before {
    content: "";
    width: 76%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.expert-solutions p {
    font-size: 12px;
}

section.expert-solutions .col-md-4:nth-child(4),
section.expert-solutions .col-md-4:nth-child(5),
section.expert-solutions .col-md-4:nth-child(6) {
    margin-top: 20px;
}

section.expert-solutions .col-md-4:after {
    content: "";
    width: 0.5px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #000;
    top: 0;
}

section.expert-solutions .col-md-4:nth-child(3):after,
section.expert-solutions .col-md-4:nth-child(6):after {
    display: none;
}

.expert-solutions .experts-btns {
    margin-bottom: 0;
    padding-top: 50px;
    justify-content: center;
}

/* expert-solutions */

/* testimonails */
.testimonails {
    padding: 50px 0;
    background: #fff5e6;
}

.testimonails .contentBox {
    width: 50%;
    margin: auto;
}

.testimonails .item-details {
    display: flex;
    margin: 0 20px;
    padding: 20px 0px 20px 20px;
    position: relative;
    align-items: center;
    gap: 19px;
}

.testimonails .testi-slides {
    width: 90%;
    margin: auto;
}

.testimonails .item-details .testiInfo {
    width: 100%;
}

.testimonails .item-details .testi-book {
    width: 50%;
}

.testimonails .item-details .testiInfo img {
    margin-bottom: 15px;
}

.testimonails .item-details:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -60px;
    right: 0;
    margin: auto;
    height: 65%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 0px 0px 30px 30px;
}

.testimonails .item-details .testiInfo h4 {
    font-size: 22px;
    font-weight: bold;
}

.testimonails .item-details .testi-book img {
    width: 100%;
    background: #ff9900;
    height: 290px;
    position: relative;
    top: 17px;
    object-fit: contain;
    border-radius: 100%;
    padding: 11px;
}

/* testimonails */

/* Footer Css */

section.footer {
    padding: 60px 0px;
    background: #2B2B2B;
}

section.footer p {
    margin-bottom: 0px;
    color: white;
    margin-top: 25px;
    font-size: 15px;
}

section.footer h4 {
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
    font-size: 23px;
}

section.footer ul {list-style: none;}

section.footer ul li a {
    color: white;
    font-size: 15px;
}

section.footer ul li {
    margin-bottom: 10px;
    color: #fff;
}

section.footer img {
    width: 45%;
}

img.img-fluid.paymentimg {
    width: 100%;
}

.cpyrght p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
}

.cpyrght {
    padding: 15px 0px;
    background: black;
    color: white;
}

img.img-fluid.logofoot {
    /* filter: brightness(0) invert(1); */
    width: 65%;
}
/* Footer Css */

/* contact-sec */
.contact-sec {
    padding: 50px 0;
}

.contact-sec .contentBox .cBoxTitle {
    font-size: 38px;
}

.contact-sec img {
    width: 100%;
}

.contact-sec form {
    background: #FF99001A;
    padding: 30px 40px;
    border-radius: 20px;
    border: 2px solid #ff9900;
    margin-bottom: 30px;
}

.contact-sec form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 16px;
    background: transparent;
}

.contact-sec form .mtMobile input::placeholder {
    color: #000000b5;
}

.contact-sec form .mtMobile input:focus-visible {
    outline: 0px;
}

.contact-sec form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 16px;
    background: transparent;
}

.contact-sec form textarea::placeholder {
    color: #000000b5;
}

.contact-sec form textarea:focus-visible {
    outline: 0px;
}

.contact-sec form .mtMobile input {
    width: 45%;
    background: #ff9900;
    border: 0;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid transparent;
    margin: 0;
}

.contact-sec form .mtMobile input:hover {
    background: transparent;
    border: 2px solid #ff9900;
    color: #ff9900;
}

.contact-sec h4 {
    font-size: 32px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: capitalize;
    color: #ff9900;
    margin-bottom: 0px;
    text-align: center;
}

.contact-sec .badgeimgs {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

    ul.badgeimgs li {
    width: 33.333%;
}

.contact-sec .badgeimgs img {
    width: 100%;
    margin-top: 30px;
}

/* contact-sec */


/* responsive css */
@media screen and (max-width: 1600px) {

    section.info-sec ul li {
        width: 30%;
    }

    section.info-sec ul li img {
        width: 100%;
    }

}

@media screen and (max-width: 1399px) {

    section.banner-sec p.sub {
        font-size: 16px;
    }

    section.banner-sec h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .banner-sec .formdiv h3 {
        font-size: 26px;
    }

    section.banner-sec {
        padding: 50px 0;
        text-align: center;
    }

    section.info-sec p {
        padding-left: 0%;
    }

    .contentBox .cBoxTitle {
        font-size: 36px;
    }

    .experts-btns a {
        padding: 13px 17px;
    }

    .whatWeDoSlide .contentBox .cBoxTitle {
        display: flex;
        text-align: left;
        align-items: flex-start;
        font-size: 16px;
        line-height: 24px;
    }

    .whatWeDoSlide .contentBox .cBoxContent {
        font-size: 14px;
    }

    .whatWeDoSlide .contentBox {
        padding: 20px 15px 10px;
    }

    .process .contentBox {
        padding: 20px 0px 20px 100px;
    }

    .process .contentBox:before {
        top: -4px;
    }

    .process .contentBox:after {
        top: 76px;
        height: 50%;
    }

    .author .row {
        display: flex;
        align-items: center;
    }

    .testimonails .item-details p {
        font-size: 14px;
    }

    .testimonails .item-details .testi-book img {
        height: 190px;
    }

    .testimonails .item-details .testi-book {
        width: 40%;
    }

    .testimonails .item-details .testiInfo {
        width: 100%;
    }

    .contact-sec h4 {
        /* font-size: 26px; */
    }

    section.expert-solutions:after {
        height: 210px;
    }

}

@media screen and (max-width: 1169px) {

    .banner-sec .formdiv {
        padding: 30px;
    }

    .banner-sec .formdiv h3 {
        font-size: 24px;
    }

    .banner-sec .formdiv .spancolor {
        font-size: 14px;
    }

    .banner-sec .formdiv input.btn_green {
        margin: 0;
    }

    section.banner-sec h1 {
        font-size: 35px;
    }

    section.info-sec p {
        font-size: 14px;
    }

    section.info-sec ul li {
        width: 28%;
    }

    .contentBox .cBoxTitle {
        font-size: 30px;
    }

    .experts-btns a {
        font-size: 12px;
        padding: 10px;
    }

    .contact-frm:before {
        display: none;
    }

    section.expert-sec:after {
        width: 118px;
        height: 207px;
        bottom: -51px;
    }

    .contact-frm .frmdiv {
        padding: 40px 60px 10px;
    }

    .whatWeDo .contentBox {
        padding-left: 20%;
    }

    .whatWeDoSlide .contentBox {
        padding-left: 20px;
    }

    .whatWeDoSlide .contentBox .cBoxContent {
        font-size: 13px;
    }

    .whatWeDoSlide .contentBox .cBoxTitle {
        display: flex;
        font-size: 18px;
        align-items: center;
    }

    .whatWeDo:after {
        width: 150px;
        height: 170px;
    }

    section.expert-solutions:after {
        height: 180px;
    }

    .process .contentBox {
        padding: 20px 0px 0px 85px;
    }

    .process .contentBox:before {
        width: 60px;
        height: 60px;
        font-size: 25px;
        top: 10px;
    }

    .process .contentBox:after {
        left: 30px;
    }

    .process .contentBox .cBoxContent {
        font-size: 12px;
    }

    .testimonails .item-details {
        margin: 0 10px;
        gap: 10px;
    }

    .contact-sec form .mtMobile input {
        width: 50%;
    }

    .contact-sec .badgeimgs img {
        width: 100%;
    }

    section.footer a {
        width: 100%;
        display: flex;
    }

    section.footer a img {
        width: 80%;
    }

    section.footer p {
        font-size: 14px;
    }

    section.footer ul a {
        font-size: 14px;
    }

}

@media screen and (max-width: 991px) {

    .banner-sec .comp-imgs img {
        width: 30%;
    }

    .banner-sec .formdiv {
        padding: 20px;
    }

    .banner-sec .formdiv h3 {
        font-size: 20px;
    }

    .banner-sec .formdiv form input {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .banner-sec .formdiv form .text-center.form-div-btn.mtMobile input {
        font-size: 11px;
    }

    section.banner-sec h1 {
        font-size: 30px;
        line-height: 48px;
    }

    section.header .headerbtn {
        gap: 15px;
        width: 60%;
        display: flex;
        justify-content: flex-end;
    }

    section.header .headerbtn a {
        font-size: 11px !important;
    }

    section.header .headerbtn .quotebtn a {
        padding: 10px;
    }

    section.header .headerbtn a i {
        font-size: 14px;
    }

    section.header .header-main .head-logo {
        width: 40%;
    }

    section.info-sec ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    section.info-sec ul li {
        width: 42%;
    }

    section.info-sec p {
        font-size: 12px;
    }

    section.expert-sec {
        padding: 50px 20px;
    }

    section.expert-sec .row .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .experts-btns {
        flex-wrap: wrap;
    }

    section.expert-sec:after {
        display: none;
    }

    .contact-frm .frmdiv {
        padding: 40px 40px 10px;
    }

    .contentBox .cBoxTitle {
        font-size: 28px;
    }

    .contact-frm .frmdiv form input {
        font-size: 12px;
    }

    .contact-frm .frmdiv form textarea {
        font-size: 12px;
    }

    .whatWeDo {
        padding: 50px 0 50px 0;
    }

    .whatWeDo:after {
        display: none;
    }

    .author .titleRow .contentBox {
        width: 70%;
    }

    .author .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .process .contentBox .cBoxTitle {
        font-size: 20px;
    }

    section.expert-solutions:after {
        height: 150px;
    }

    .bg-white-area .row .col-md-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    section.expert-solutions .container .contentBox .cBoxContent {
        font-size: 14px;
    }

    .testimonails .contentBox {
        width: 70%;
    }

    .testimonails .item-details .testi-book img {
        height: 260px;
    }

    section.expert-solutions p {
        font-size: 10px;
    }

    .contact-sec form input {
        font-size: 12px;
    }

    .contact-sec form textarea {
        font-size: 12px;
    }

    .contact-sec form .mtMobile input {
        width: 60%;
    }

    .contact-sec h4 {
        font-size: 20px;
    }

    .contact-sec .contentBox .cBoxTitle {
        font-size: 30px;
    }

    section.footer h4 {
        font-size: 20px;
    }

}

@media screen and (max-width: 768px) {

    .whatWeDo img.aboutImg {
        position: relative;
        width: 100%;
        top: -1px;
    }

section.footer ul {
    padding: 0px;
    text-align: center;
}

    section.banner-sec .row {
        gap: 35px;
    }

    section.header .headerbtn .callbtn {
        display: none;
    }

    section.header .headerbtn .chatbtn {
        display: none;
    }

    .banner-sec .comp-imgs {
        justify-content: center;
    }

    .banner-sec .formdiv form .text-center.form-div-btn.mtMobile {
        display: flex;
        justify-content: center;
    }

    .banner-sec .formdiv form .text-center.form-div-btn.mtMobile input {
        width: 40%;
    }

    .banner-sec .formdiv {
        padding: 40px 40px;
    }

    section.info-sec p {
        padding: 0;
        text-align: center;
        border: 0;
        padding-bottom: 25px;
        border-bottom: 2px solid #fff;
    }

    section.info-sec ul {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 25px;
    }

    section.info-sec ul li {
        width: 25%;
    }

    section.expert-sec .row {
        display: flex;
        justify-content: center;
        gap: 35px;
        text-align: center;
    }

    section.expert-sec .row .experts-btns {
        justify-content: center;
    }

    section.expert-solutions .bg-white-area:before {
        display: none;
    }

    section.expert-solutions .bg-white-area:after {
        display: none;
    }

    section.expert-solutions .col-md-4:after {
        display: none;
    }

    section.expert-solutions .col-md-4:nth-child(4):before,
    section.expert-solutions .col-md-4:nth-child(5):before,
    section.expert-solutions .col-md-4:nth-child(6):before {
        display: none;
    }

    section.expert-solutions .col-md-4:nth-child(4),
    section.expert-solutions .col-md-4:nth-child(5),
    section.expert-solutions .col-md-4:nth-child(6) {
        margin-top: 0;
    }

    .whatWeDo .contentBox {
        padding-left: 0;
        text-align: center;
        margin-bottom: 35px;
    }

    .whatWeDoSlide .contentBox {
        padding-left: 15px;
        text-align: left;
    }

    .whatWeDo .experts-btns {
        padding-top: 0;
        justify-content: center;
    }

    .author .titleRow .contentBox {
        width: 100%;
    }

    .author .rowv .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .author .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .process .contentBox:before {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }

    .process .contentBox:after {
        left: 18px;
        top: 60px;
    }

    section.expert-solutions .container .contentBox {
        width: 100%;
    }

    .testimonails .contentBox {
        width: 100%;
    }

    .testimonails .item-details .testiInfo h4 {
        font-size: 18px;
    }

    .testimonails .item-details .testiInfo p {
        font-size: 12px;
    }

    .testimonails .item-details .testi-book img {
        height: 150px;
    }

    .testimonails .item-details:after {
        border-radius: 10px;
    }

    .testimonails .item-details .testi-book img {
        background: transparent;
    }

    .contact-sec .contentBox .cBoxTitle {
        text-align: center;
        margin-bottom: 35px;
    }

    .contact-sec .row {
        gap: 35px;
    }

    .contact-sec h4 {
        text-align: center;
    }

    .contact-sec .badgeimgs {
        justify-content: center;
    }

    section.footer a {
        justify-content: center;
    }

    section.footer .row {
        gap: 35px;
    }

    section.footer .row h4 {
        text-align: center;
    }

    section.footer .row p {
        text-align: center;
    }

    .cpyrght {
        font-size: 14px;
    }

}

@media screen and (max-width: 480px) {

    section.banner-sec p.sub {
        font-size: 14px;
    }

    section.banner-sec h1 {
        font-size: 24px;
        line-height: 38px;
    }

    section.banner-sec p.txt {
        font-size: 12px;
    }

    section.banner-sec a {
        padding: 10px !important;
        font-size: 10px !important;
    }

    .banner-btns {
        gap: 10px;
        justify-content: center;
    }

    .banner-sec .formdiv h3 {
        font-size: 18px;
    }

    .banner-sec .formdiv form .text-center.form-div-btn.mtMobile input {
        width: 60%;
        font-size: 10px;
    }

    section.info-sec ul li {
        width: 40%;
    }

    section.expert-sec .row .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contentBox .cBoxTitle {
        font-size: 19px;
    }

    .contact-frm .frmdiv {
        width: 100%;
        margin: auto;
    }

    .contact-frm .frmdiv form .form-div-btn.mtMobile input.btn_green {
        width: 60%;
        font-size: 10px;
    }

    .process .contentBox {
        padding: 20px 0px 0px 55px;
    }

    .process .contentBox .cBoxTitle {
        font-size: 18px;
    }

    section.expert-solutions .container .contentBox .cBoxContent {
        font-size: 12px;
    }

    section.expert-solutions .bg-white-area {
        padding: 31px 20px;
    }

    .testimonails .item-details {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .testimonails .item-details .testiInfo {
        width: 100%;
    }

    .testimonails .item-details .testi-book {
        width: 90%;
    }

    .testimonails .item-details:after {
        height: 110%;
        border-radius: 30px;
    }

    .contact-sec .contentBox .cBoxTitle {
        font-size: 19px;
    }

}

/* responsive css */



/* azhan */

/* information box */


.bner-sec2 .formdiv form .text-center.form-div-btn.mtMobile input {
    width: 70%;
}

section.banner-sec h1 {
    text-align: left;
}

section.banner-sec p {
    text-align: left;
}

section.info-sec2 {
    padding: 10px !important;
}

.info-bx1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 30px 10px 0px;
}

.info-bx1 .info-title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.bx-2 {
    border-right: 4px solid #fff;
}

.bx-3 {
    border-right: 4px solid #fff;
}


.list-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.list-item ul.sub-list li {
    margin-bottom: 15px;
    font-size: 17px;
    list-style: none !important;
    font-weight: 500;
}

.list-item ul.sub-list li i {
    color: #ff9900;
    font-size: 17px;
    margin-right: 10px;
}

section.expert-sec2 {
    padding-top: 70px;
}

section.expert-sec2::after {
    content: "";
    background-image: url(../images/book2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    bottom: -40px;
}

section.written-sec {
    padding: 60px;
}

section.written-sec .contentBox {
    width: 70%;
    margin: 0 auto;
}

section.written-sec .contentBox h1 {
    font-weight: 600 !important;
    color: #000;
}

section.written-sec .contentBox p {
    font-weight: 500;
    color: #000;
}

section.written-sec .expertSlider img {
    width: 100%;
    object-fit: cover;
    height: 330px;
}

.writte-btns {
    justify-content: center;
}

/* Dsicount Sec */


section.discnt-sec .row {
    align-items: center;
}

.discnt-sec {
    padding: 0px 0 60px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 153, 0, 1) 10%, rgba(255, 153, 0, 1) 82.5%, rgba(255, 255, 255, 1) 10%); */
    position: RELATIVE;
}

.discnt-sec::after {
    content: "";
    position: absolute !important;
    width: 80%;
    height: 80%;
    background-color: #FF9900;
    top: 8%;
    right: 0;
    z-index: 0;
}

.discnt-sec .row {
    position: relative;
    z-index: 9;
}

.wood-pic img {
    max-width: 90%;
    height: auto;
    transform: scale(1.3);
}

.cBoxTitle {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.cBoxContent {
    color: #fff;
    margin-bottom: 30px;
}

section.discnt-sec .banner-btns a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

section.discnt-sec .solidbtn {
    background: #fff;
    color: #ffa726;
}

section.discnt-sec .callbtn {
    border: 2px solid #fff;
    color: #fff;
}

section.discnt-sec .callbtn i {
    margin-right: 8px;
}

.discnt-tileSec h2 {
    font-size: 45px !IMPORTANT;
    color: #fff !important;
    font-weight: 400;
}

.discnt-tileSec h2 span {
    font-weight: 600;
}

.discnt-tileSec p {
    color: #fff !important;
    font-size: 16px !IMPORTANT;
    line-height: 26px;
    width: 95%;
}

.discnt-tileSec {
    padding-top: 30px;
}

section.discnt-sec .banner-btns a:hover {
    background: transparent;
    border: 1px solid #fff !IMPORTANT;
    color: #fff !important;
}

.slick-slide {
    margin: 0 7px;
}



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

    .info-bx1 {
        flex-direction: column;
        align-items: center;
        padding: 20px 0px !important;
    }

    .bx-2 {
        border-right: none;
        border-bottom: 3px solid #fff;
        padding-bottom: 40px !IMPORTANT;
    }

    .bx-3 {
        border-right: none;
        border-bottom: 3px solid #fff;
        padding-bottom: 40px ! IMPORTANT;
    }

    section.expert-sec2 .contentBox {
        text-align: center;
    }

    section.expert-sec2 .contentBox h2 {
        font-size: 30px;
        line-height: 42px;
    }

    section.expert-sec2 .contentBox p {
        font-size: 14px;
        line-height: 26px;
    }

    section.expert-sec2 .experts-btns {
        justify-content: center;
        padding-top: 0px;
    }

    section.expert-sec2 {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-item ul.sub-list li {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .list-item ul.sub-list {
        padding: 0px !IMPORTANT;
    }

    .list-item ul.sub-list li i {
        margin-bottom: 10px;
    }

    .list-item ul.sub-list li i {
        margin-bottom: 10px;
    }

    section.written-sec {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.written-sec .contentBox h2 {
        font-size: 30px;
        line-height: 42px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    section.written-sec .contentBox {
        width: 100%;
    }

    section.written-sec .contentBox p {
        font-size: 12px;
        line-height: 24px;
    }

    section.written-sec .expertSlider img {
        height: 400px;
        object-fit: contain;
        width: 100%;
    }

    .wood-pic img {
        width: 75%;
    }

    .wood-pic {
        text-align: center;
    }

    .discnt-sec::after {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 90%;
    background-color: #FF9900;
    top: 8%;
    right: 0;
    z-index: 0;
}

    .discnt-tileSec {
        text-align: center;
    }

    .discnt-tileSec h2 {
        font-size: 32px !important;
        margin-top: 25px;
    }

    .discnt-tileSec p {
        font-size: 14px !IMPORTANT;
    }

    section.discnt-sec .banner-btns a {
        font-size: 13px;
    }

    section.expert-sec2 .row .col-md-5 {
        flex: 100%;
        max-width: 100%;
    }

    section.expert-sec2 .row {
        gap: 0px;
    }
}


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

.modal .formdiv {
    width: 100%;
    margin: auto;
    float: none;
    padding: 30px;
}

.modal-content {
    border-radius: 10px !important;
}

button.close {
    color: white !important;
    opacity: 1;
    font-weight: 300;
    background: #FF9900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    outline: none !important;
    font-size: 30px;
    padding-top: 5px;
}

.modal p.spancolor {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px !important;
    text-align: center;
    color: black;
}

.modal .formdiv h3 {
    font-size: 33px !important;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    color: #ff9900;
}

/* .modal-dialog.modal-dialog-centered {
    width: 35% !important;
    max-width: 35%;
} */

.modal .form-div textarea {
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
    outline: none !important;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    border-radius: 5px;
}

.modal .form-div input {
    width: 100%;
    margin-bottom: 15px;
    outline: none !important;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    border-radius: 5px;
}

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

.modal-content input.btn_green {
    background: #ff9900;
    border: none;
    padding: 18px 25px 15px;
    width: max-content;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #ff9900;
    transition: 0.5s all ease;
    margin-bottom: 5px;
}

.modal-content input.btn_green:hover {
    background: transparent;
    color: #ff9900;
}