@import url('../../../css2');
@import url('form.css');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: capitalize;
}

span,
input,
textarea,
select,
p,
ul {
    font-weight: 500;
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.main-info-inner .row {
    margin-top: 5rem;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.images_logo {
    display: flex;
    align-items: center;
    margin: 17px 0 36px;
}

.images_logo img {
    width: 129px;
    margin: 0 39px 0 0;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form-group input[type=number] {
    -moz-appearance: textfield;
}

/*Website Custom Style Css For Single Items Start Here*/
/*Heading & Para Style Css*/
h1 {
    font-size: 42px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

/*Heading & Para Style Css*/
/*Buttons Style Css*/
.website-main-buttons {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.website-main-buttons a.read-more-btn::after,
.website-main-buttons button.popup-btn::after,
.website-main-buttons button.chat-btn::after,
.website-main-buttons a.call-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f77223;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.website-main-buttons a.read-more-btn:hover::after,
.website-main-buttons button.popup-btn:hover::after,
.website-main-buttons button.chat-btn:hover::after,
.website-main-buttons a.call-btn:hover::after {
    width: 100%;
}

/*Buttons Style Css*/
/*Website Custom Style Css For Single Items End Here*/
/*Header Css Start Here*/
header {
    background: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    /* box-shadow: 0 10px 12px -10px #041838; */
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

header nav.navbar {
    padding: 7px 0;
    justify-content: space-between;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 220px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(165deg) brightness(101%) contrast(103%);*/
}

header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav.navbar .navbar-buttons a.call-btn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons a.call-btn:hover {
    color: #041838;
}

header nav.navbar .navbar-buttons a.call-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f77223;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

header nav.navbar .navbar-buttons a.call-btn:hover::after,
header nav.navbar .navbar-buttons button.popup-btn:hover::after {
    width: 100%;
}

header nav.navbar .navbar-buttons button.popup-btn {
    background: #f77223;
    color: #fff;
    border: 2px solid #04183800;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons button.popup-btn:hover {
    color: #fff;
}

header nav.navbar .navbar-buttons button.popup-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

/* Flip Counter Css Start */
header .header-counter {
    background: #041838;
    width: 100%;
    display: block;
}

.header-counter .header-counter-inner {}

.header-counter-inner .filp-counter-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.filp-counter-text h5 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#countdown ul li {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    width: 70px;
    padding: 5px 5px;
    margin: 0;
    display: inline-grid;
    text-transform: uppercase;
    text-align: center;
}

#countdown ul li:first-child {
    display: none;
}

#countdown ul li span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    margin: 0 0 0px 0;
}

/* Flip Counter Css End */
/*Header Css End Here*/
/************************************************************************** --------------------- Home Page Folds Css Start Here --------------------- -------------------------------------------------------------------------- **************************************************************************/
/*Banner Main Section Css Start Here*/
section.banner-main-sec {
    background: linear-gradient(45deg, #221a42b8, #221a42b8), url(../images/library-books.jpg);
    background-size: cover;
    background-position: 100% 100%;
    /* padding: 11rem 0 5rem; */
    position: relative;
    z-index: 1;
    background-position: 100% 42%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 843px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0 0 0;
}

.banner-inner-content h1 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
    width: 90%;
}

.banner-inner-content h1 span {
    color: #f77223;
    font-weight: 800;
}

.banner-inner-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 31px;
    margin: 11px 0 14px 0;
    width: 88%;
}

.banner-inner-content ul {
    margin: 24px 0;
}

.banner-inner-content ul li {
    color: #ffffff;
    display: flex;
    align-items: center;
    line-height: 42px;
    font-size: 19px;
}

.banner-inner-content ul li i {
    font-weight: 800;
    margin: 0 14px 0 0;
    background: #4CAF50;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.banner-inner-content .website-main-buttons {}

.banner-inner-content .website-main-buttons button.popup-btn {
    background: #ffffff;
    color: #041838;
    border: none;
    padding: 13px 37px;
    font-size: 18px;
}

.banner-inner-content .website-main-buttons button.popup-btn:hover {
    background: #f77223;
    color: #041838;
    border: none;
}

.banner-inner-content .website-main-buttons button.chat-btn {
    background: #f77223;
    color: #ffffff;
    border: 2px solid #f77223;
    padding: 10px 37px;
    font-size: 19px;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover {
    color: #fff;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover::after {
    background: #041838;
}

.banner-main-sec .banner-content-img {
    width: 100%;
}

.banner-content-img img {
    width: 100%;
}

/*Banner Main Section Css End Here*/
/*Main Info Section Css Start Here*/
section.main-info-wrap {
    padding: 95px 0 130px;
    position: relative;
    z-index: 1;
}

section.main-info-wrap {}

.main-info-wrap .main-info-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.main-info-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.main-info-head p {
    color: #041838;
}

.main-info-wrap .main-info-inner h1 {
    text-align: center;
    color: #041838;
    margin: 0;
    font-family: 'Poppins';
    font-size: 39px;
}

.main-info-inner .main-info-content {}

.main-info-content h2 {
    color: #041838;
    margin: 0 0 10px;
    font-size: 31px;
    line-height: 36px;
}

.main-info-content p {
    color: #041838;
    font-size: 16px;
    line-height: 34px;
}

.main-info-inner .main-info-img {}

.main-info-img img {
    width: 100%;
    height: 448px;
    object-fit: cover;
}

/*Main Info Section Css End Here*/
/*Main Services Section Css Start Here*/
section.main-services-wrap {
    padding: 50px 0;
}

.main-services-wrap .main-services-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.main-services-head h3 {
    color: #041838;
    margin: 20px 0 10px;
}

.main-services-head p {
    color: #041838;
}

.main-services-wrap .main-services-inner {}

.main-services-inner .main-services-box {
    background: #f7722317;
    padding: 25px 10px;
    display: flex;
    margin: 0 0 20px;
}

.main-services-box .services-box-img {
    margin: 0 10px 0 0;
    width: 25%;
}

.services-box-img img {
    width: 100%;
}

.main-services-box .services-box-content {
    width: 75%;
    padding: 0 5px 0 0;
    /*min-height: 175px;*/
    max-height: 175px;
    overflow-y: auto;
}

.services-box-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

.services-box-content::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}

.services-box-content::-webkit-scrollbar-thumb {
    background-color: #041838;
    border-radius: 0px;
}

.services-box-content h4 {
    color: #041838;
    margin: 0 0 10px;
}

.services-box-content p {
    color: #041838;
}

/*Main Services Section Css End Here*/
/*Testimonials Main Section Css Start Here*/
section.author-testimonials-wrap {
    padding: 50px 0;
}

.author-testimonials-wrap .author-testimonials-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.author-testimonials-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.author-testimonials-head p {
    color: #041838;
}

.author-testimonials-wrap .author-testimonials-inner {}

.author-testimonials-slider .slick-arrow {
    display: none !important;
}

.author-testimonials-inner .author-testi-box {
    background: #f7722317;
    box-shadow: 0 3px 20px -15px #041838;
    padding: 30px 30px;
    margin: 30px 10px;
    position: relative;
    transition: all .3s ease-in-out;
}

.author-testi-box::before {
    content: '\f10e';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    color: #f77223;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #f77223;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
}

.author-testi-box .author-testi-box-img {
    text-align: center;
    margin: 0 0 20px;
}

.author-testi-box-img img {
    width: 200px;
    height: 275px;
    margin: 0 auto;
}

.author-testi-box .author-testi-box-content {
    margin: 0 0 10px;
}

.author-testi-box-content p {
    color: #041838;
    padding: 0 10px 0 0;
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.author-testi-box-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
}

.author-testi-box-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 10px;
}

.author-testi-box-content p::-webkit-scrollbar-thumb {
    background-color: #041838;
    border-radius: 10px;
}

.author-testi-box .author-testi-box-bottom {}

.author-testi-box-bottom h5 {
    color: #041838;
    margin: 0;
}

.author-testi-box-bottom span {
    color: #041838;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: block;
}

/*Testimonials Main Section Css End Here*/
/*Authors Images Section Css Start Here*/
section.authors-img-sec {}

section.authors-img-sec img {}

/*Authors Images Section Css End Here*/
/*How Works Section Css Start Here*/
section.how-works-wrap {
    background: #041838;
    padding: 50px 0;
}

.how-works-wrap .how-works-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.how-works-head h2 {
    color: #f77223;
    margin: 0 0 10px;
}

.how-works-head p {
    color: #fff;
}

.how-works-wrap .how-works-inner {}

.how-works-inner .how-works-box {
    text-align: center;
}

.how-works-box .how-works-box-img {
    margin: 0 0 20px;
}

.how-works-box-img img {}

.how-works-box .how-works-box-content {
    margin: 0 0 10px;
}

.how-works-box-content h4 {
    color: #fff;
    margin: 0 0 10px;
}

.how-works-box-content p {
    color: #fff;
}

/*How Works Section Css End Here*/
/*Web Brands Section Css Start Here*/
section.web-brands-wrap {
    padding: 30px 0;
    border-bottom: 2px solid #04183814;
    background: #041838;
}

.web-brands-wrap .web-brands-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}

.web-brands-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.web-brands-head p {
    color: #041838;
}

.web-brands-wrap .web-brands-inner {}

.web-brands-inner .web-brands-item {}

.web-brands-item .slick-arrow {
    display: none !important;
}

.web-brands-item a {}

.web-brands-item a img {
    margin: 0 auto 0;
}

/*Web Brands Section Css End Here*/
/*Portfolio Publish Section Css Start Here*/
section.portfolio-publish-wrap {
    background: #f7722317;
    padding: 50px 0;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-publish-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.portfolio-publish-head p {
    color: #041838;
}

.portfolio-publish-tablist .portfolio-publish-tablist-buttons {
    margin: 0 0 30px;
}

.portfolio-publish-tablist-buttons ul.nav-pills {
    justify-content: center;
    align-items: center;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
    margin: 0 10px 10px;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    background: transparent;
    color: #041838;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active::after,
.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover::after {
    width: 100%;
}

.portfolio-publish-wrap .portfolio-publish-tablist-content {}

.portfolio-publish-tablist-content .portfolio-publish-tablist-inner {
    width: 82%;
    margin: 0 auto;
    display: block;
}

.portfolio-publish-tablist-inner .portfolio-publish-tablist-item {
    margin: 0 0px 20px;
}

.portfolio-publish-tablist-item a {
    display: block;
    text-align: center;
}

.portfolio-publish-tablist-item a img {
    width: 100%;
    height: 476px;
    border-radius: 10px;
    /*object-fit: cover;*/
}

/*Portfolio Publish Section Css End Here*/
/*Formated Books Section Css Start Here*/
section.formated-books-wrap {
    padding: 50px 0;
}

.formated-books-wrap .formated-books-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.formated-books-head h3 {
    color: #041838;
    margin: 0 0 10px;
}

.formated-books-head p {
    color: #041838;
}

.formated-books-wrap .formated-books-inner {}

.formated-books-inner .formated-books-box {
    background: #fff;
    padding: 20px 20px;
    margin: 0 0 20px;
    box-shadow: 0 0px 3px 0px #b2b2b2;
    text-align: center;
    transition: all .3s ease-in-out;
}

.formated-books-box:hover {
    box-shadow: 0 5px 40px -10px #b2b2b2;
}

.formated-books-box .formated-box-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}

.formated-box-img img {
    width: 100%;
}

.formated-books-box .formated-box-content {}

.formated-box-content h4 {
    color: #041838;
    margin: 0 0 10px;
}

.formated-box-content p {
    color: #041838;
    padding: 0 5px;
    min-height: auto;
    max-height: auto;
    /*overflow-y: auto;*/
}

.formated-box-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

.formated-box-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}

.formated-box-content p::-webkit-scrollbar-thumb {
    background-color: #041838;
    border-radius: 0px;
}

/*Formated Books Section Css End Here*/
/*CTA Banner Section Css Start Here*/
section.cta-banner-wrap {
    background-image: url(../images/cta-ban-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.cta-banner-wrap .cta-banner-content {}

.cta-banner-content h3 {
    color: #041838;
    margin: 0 0 10px;
}

.cta-banner-content p {
    color: #041838;
}

.cta-banner-content .website-main-buttons {}

.cta-banner-content .website-main-buttons button.chat-btn {
    background: #041838;
    color: #fff;
    border: none;
}

.cta-banner-content .website-main-buttons button.chat-btn:hover {
    color: #041838;
}

.cta-banner-content .website-main-buttons button.chat-btn::after {
    background: #f77223;
}

.cta-banner-content .website-main-buttons button.popup-btn {
    background: #f77223;
    color: #041838;
    border: 2px solid #f77223;
}

.cta-banner-content .website-main-buttons button.popup-btn:hover {
    color: #fff;
}

.cta-banner-content .website-main-buttons button.popup-btn::after {
    background: #041838;
}

.cta-banner-wrap .cta-banner-img {
    position: relative;
    text-align: right;
}

.cta-banner-wrap .cta-banner-img img {
    width: 400px;
}

/*CTA Banner Section Css End Here*/
/*FAQs Area Section Css Start Here*/
section.faqs-area-wrap {
    padding: 30px 0;
}

.faqs-area-wrap .faqs-area-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.faqs-area-head h3 {
    color: #041838;
    margin: 0 0 10px;
}

.faqs-area-head p {
    color: #041838;
}

.faqs-area-wrap .faqs-area-inner {}

.faqs-area-inner .faqs-sec-item {}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #041838;
}

.faqs-sec-item .accordion .accordion-item .accordion-header {}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    background: #041838;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed {
    background: transparent;
    color: #041838;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed::after {
    color: #041838;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse {}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    background: transparent;
    color: #041838;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0px;
}

/*FAQs Area Section Css End Here*/
/************************************************************************** --------------------- Home Page Folds Css End Here ----------------------- -------------------------------------------------------------------------- **************************************************************************/
/* Footer Css Start Here */
footer.footer-main-sec {
    position: relative;
    z-index: 1;
}

.footer-main-sec .footer-top {
    background: #041838;
    padding: 50px 0;
}

.footer-top .footer-logo-area {
    margin: 0 0 20px;
}

.footer-logo-area .footer-logo {
    width: 250px;
    margin: 0 0 20px 0;
}

/*.footer-logo-area .footer-logo img {*/
/*    filter: brightness(5.5);*/
/*}*/

.footer-logo-area p {
    color: #fff;
}

.footer-top .footer-info-area {}

.footer-info-area h4 {
    color: #f77223;
    margin: 0 0 20px;
}

.footer-info-area ul {
    display: flex;
    flex-direction: column;
}

.footer-info-area ul li {
    margin: 0 0 15px;
}

.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-info-area ul li p i {
    background: #f77223;
    color: #041838;
    font-size: 16px;
    border: 2px solid #f77223;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #f77223;
}

.footer-info-area ul li a i {
    background: #f77223;
    color: #041838;
    font-size: 16px;
    border: 2px solid #f77223;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-top .footer-links-area {}

.footer-links-area h4 {
    color: #f77223;
    margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links {
    display: flex;
    flex-direction: column;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 12px;
}

ul.footer-nav-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #f77223;
    transform: translateX(10px);
}

.footer-main-sec .footer-bottom {
    background: #f77223;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.footer-bottom .footer-social-area {}

.footer-social-area ul {
    display: flex;
    align-items: center;
}

.footer-social-area ul li {
    margin: 0 5px 0;
}

.footer-social-area ul li a {
    background: #041838;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.footer-social-area ul li a:hover {
    color: #f77223;
}

.footer-social-area ul li a i {}

.footer-bottom .footer-copyright {
    text-align: right;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

/* Footer Css End Here */
.exp_icon {
    background: #7cbafd1a;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    padding: 11px 7px;
    border-radius: 10px;
    font-family: 'Poppins';
    border: 1px solid #04183829;
}

.exp_icon li {
    text-align: center;
    margin: 0 9px;
}

.exp_icon li img {
    width: 61px;
}

.exp_icon li span {
    font-size: 19px;
    display: block;
    margin: 16px 0 0 0;
    line-height: 21px;
}

/*responsive */

/* modal css start here */

.spring {
    width: 601px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: #f77223;
    border-radius: 24px;
    z-index: 0;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
}

.spring form textarea {
    height: 144px !IMPORTANT;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #f77223;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-pop {
    padding: 0;
    overflow: hidden;
}

.spring form.validate-popupform {
    background: none;
}


.spring .custom-pop {
    height: 100%;
}

.spring .popup-content h3 {
    color: #fff;
    background: #fcd801;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px;
}

.spring .popup-content p {
    color: #fff;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none;
}

.spring .custom-pop .btn-blue {
    color: #000;
    border: none;
}

.spring .custom-pop textarea.form-control {
    height: 80px;
}

.spring button.fancybox-button {
    color: white;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    right: 1px !important;
    position: absolute !important;
    top: -15px !important;
    background: black;

}

.spring .popup-content h3 span {
    background: transparent;
    color: inherit;
}

.spring.easter .popup-content {
    width: 95%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    /* background: rgb(231 231 231 / 24%); */
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    /* backdrop-filter: blur( 4px ); */
    -webkit-backdrop-filter: blur(4px);
    /* border-radius: 10px; */
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
    padding: 25px;
}

/*.spring.easter .popup-content::After {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -28%;*/
/*    top: -124px;*/
/*    width: 20%;*/
/*    height: 722px;*/
/*    background: url(../images/flag2.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*}*/

/*.spring.easter .popup-content::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -25%;*/
/*    top: -80px;*/
/*    width: 85%;*/
/*    height: 675px;*/
/*    background: url(../images/flag.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*    opacity: 0.7;*/
/*}*/

.spring.easter .popup-content h2 {
    color: #fff;
    font-size: 32px;
}

.spring.easter .popup-content h3 {
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 0 6px;
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: black;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 16px;
    display: inline-block;
}

.spring.easter .popup-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin: 0 0 15px;
}

.easter.spring .custom-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spring.easter .custom-pop .btn-blue {
    width: 100%;
    background: black;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
}

.popupform button.carousel__button.is-close {
    background: #f53230;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: 14px !important;
    right: 1px !important;
    position: absolute !important;
}

.spring.easter button.carousel__button.is-close {
    background: #041838;
    right: 0 !important;
    top: -15px !important;
    background: red;
}

.spring.easter .btn:after {
    display: none;
}

/* modal css end here */
@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring {
        background: #081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px;
    }

    .spring button.carousel__button.is-close {
        right: 0 !important;
        top: 0 !important;
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .spring .custom-pop {
        margin: 0;
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px;
    }
}


@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring.easter {
        background: #f77223;
        width: 100%;
        height: fit-content;
        padding: 20px 20px;
    }

    .easter.spring .custom-pop {
        margin: 0;
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0;
    }

    .spring.easter .popup-content h2 {
        font-size: 31px;
    }
}



@media only screen and (min-width: 1400px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

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

    /* Footer Responsive Css Start Here */
    .footer-info-area ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-inner-content h1 {
        font-size: 42px;
        line-height: 61px;
        width: 100%;
    }

    section.banner-main-sec {
        height: 970px;
        padding: 5rem 0 0 0;
    }

    .inner-published-form h3 {
        font-size: 21px;
    }

    .inner-published-form h3 span {
        display: contents;
    }

    .main-info-img img {
        height: 332px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 12px;
    }

    /* Footer Responsive Css End Here */
}

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

    /*Website Custom Style Responsive Css For Single Items Start Here*/
    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    /*Heading & Para Style Responsive Css*/
    /*Website Custom Style Responsive Css For Single Items End Here*/
    /* Flip Counter Css Start */
    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    /* Flip Counter Css End */
    /************************************************************************** --------------- Home Page Folds Responsive Css Start Here ---------------- -------------------------------------------------------------------------- **************************************************************************/
    /*Main Info Section Responsive Css Start Here*/
    section.main-info-wrap {
        padding: 7rem 0 30px;
    }

    .main-info-inner .main-info-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .main-info-inner .main-info-img {
        text-align: center;
    }

    .main-info-img img {
        width: 85%;
    }

    /*Main Info Section Responsive Css End Here*/
    /*Main Services Section Responsive Css Start Here*/
    section.main-services-wrap {
        padding: 30px 0;
    }

    /*Main Services Section Responsive Css End Here*/
    /*Testimonials Main Section Responsive Css Start Here*/
    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    /*Testimonials Main Section Responsive Css End Here*/
    /*How Works Section Responsive Css Start Here*/
    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 20px;
    }

    /*How Works Section Responsive Css End Here*/
    /*Portfolio Publish Section Responsive Css Start Here*/
    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    /*Portfolio Publish Section Responsive Css End Here*/
    /*Formated Books Section Responsive Css Start Here*/
    section.formated-books-wrap {
        padding: 30px 0;
    }

    /*Formated Books Section Responsive Css End Here*/
    /*CTA Banner Section Responsive Css Start Here*/
    .cta-banner-wrap .cta-banner-img img {
        width: 100%;
    }

    /*CTA Banner Section Responsive Css End Here*/
    /*FAQs Area Section Responsive Css Start Here*/
    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    /*FAQs Area Section Css End Here*/
    /************************************************************************** --------------- Home Page Folds Responsive Css End Here ------------------ -------------------------------------------------------------------------- **************************************************************************/
    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    /*mine */
    section.banner-main-sec {
        padding: 21rem 0 0 0;
    }

    .banner-inner-content h1 {
        font-size: 45px;
        line-height: 51px;
        width: 100%;
    }

    .website-main-buttons {
        margin: 20px 0 28px;
    }

    .inner-published-form h3 span {
        display: inline;
    }

    .inner-published-form h3 {
        font-size: 35px;
    }

    /*mine */
    /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-inner-content p {
        font-size: 14px;
        width: 100%;
    }

    .portfolio-publish-tablist-item a img {
        height: 240px;
    }

    section.authors-img-sec img {
        transform: scale(7);
        margin: 11rem 0 9rem 0;
    }

    .banner-inner-content .website-main-buttons button.popup-btn {
        padding: 8px 30px;
        font-size: 12px;
    }

    .banner-inner-content ul li {
        line-height: 28px;
        font-size: 12px;
        justify-content: left !important;
    }

    .banner-inner-content .website-main-buttons button.chat-btn {
        padding: 4px 28px;
        font-size: 14px;
    }

    .banner-inner-content h1 {
        margin: 0 10px 20px;
        font-size: 27px;
        line-height: 40px;
        width: 100%;
        text-align: left;
    }

    section.banner-main-sec {
        padding: 19rem 0 0 0;
    }

    .inner-published-form h3 {
        font-size: 25px;
        line-height: 31px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 10px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group input {
        height: 44px;
        font-size: 12px;
        margin: 7px 0;
    }

    .main-info-inner h3 {
        margin: 69px 0 0px !Important;
        font-size: 32px !Important;
    }

    .main-info-inner .row {
        margin-top: 2rem;
    }

    /*Website Custom Style Responsive Css For Single Items Start Here*/
    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 16px;
        line-height: 20px;
        /*text-align: center;*/
    }
    .nav-llink{
        justify-content: center !important;
    }
    li {
        font-size: 14px;
        line-height: 20px;
    }

    /*Heading & Para Style Responsive Css*/
    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        justify-content: center;
    }

    /*Buttons Style Responsive Css*/
    /*Website Custom Style Responsive Css For Single Items End Here*/
    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 175px;
    }

    /* Flip Counter Css Start */
    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    /* Flip Counter Css End */
    /*Header Responsive Css End Here*/
    /************************************************************************** --------------- Home Page Folds Responsive Css Start Here ---------------- -------------------------------------------------------------------------- **************************************************************************/
    /*Banner Main Section Responsive Css Start Here*/
    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content ul li {
        justify-content: center;
    }

    .banner-main-sec .banner-content-img {
        text-align: center;
    }

    .banner-content-img img {
        width: 75%;
    }

    /*Banner Main Section Responsive Css End Here*/
    /*Main Info Section Responsive Css Start Here*/
    section.main-info-wrap {
        padding: 30px 0;
    }

    .main-info-wrap .main-info-head {
        width: 100%;
    }

    .main-info-inner .main-info-content {
        text-align: center;
        margin: 0 0 20px;
    }

    /*Main Info Section Responsive Css End Here*/
    /*Main Services Section Responsive Css Start Here*/
    section.main-services-wrap {
        padding: 30px 0;
    }

    .main-services-wrap .main-services-head {
        width: 100%;
    }

    /*Main Services Section Responsive Css End Here*/
    /*Testimonials Main Section Responsive Css Start Here*/
    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .author-testimonials-wrap .author-testimonials-head {
        width: 100%;
    }

    .author-testi-box .author-testi-box-content {
        text-align: center;
    }

    .author-testi-box .author-testi-box-bottom {
        text-align: center;
    }

    /*Testimonials Main Section Responsive Css End Here*/
    /*How Works Section Responsive Css Start Here*/
    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-wrap .how-works-head {
        width: 100%;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 20px;
    }

    /*How Works Section Responsive Css End Here*/
    /*Web Brands Section Responsive Css Start Here*/
    .web-brands-wrap .web-brands-head {
        width: 100%;
    }

    /*Web Brands Section Responsive Css End Here*/
    /*Portfolio Publish Section Responsive Css Start Here*/
    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
        margin: 0 5px 10px;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
        padding: 8px 10px;
    }

    /*Portfolio Publish Section Responsive Css End Here*/
    /*Formated Books Section Responsive Css Start Here*/
    section.formated-books-wrap {
        padding: 30px 0;
    }

    .formated-books-wrap .formated-books-head {
        width: 100%;
    }

    .formated-box-content p {
        min-height: inherit;
        max-height: inherit;
    }

    /*Formated Books Section Responsive Css End Here*/
    /*CTA Banner Section Responsive Css Start Here*/
    .cta-banner-wrap .cta-banner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-banner-wrap .cta-banner-img {
        text-align: center;
    }

    /*CTA Banner Section Responsive Css End Here*/
    /*FAQs Area Section Responsive Css Start Here*/
    .faqs-area-wrap .faqs-area-head {
        width: 100%;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    /*FAQs Area Section Css End Here*/
    /************************************************************************** --------------- Home Page Folds Responsive Css End Here ------------------ -------------------------------------------------------------------------- **************************************************************************/
    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }
    .footer-copyright{
        text-align: center !important;
    }

    /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    .portfolio-publish-tablist-item a img {
        height: 400px;
    }

    section.authors-img-sec img {
        transform: scale(7);
        margin: 6rem 0 6rem 0;
    }

    /*Website Custom Style Responsive Css For Single Items Start Here*/
    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        /*text-align: center;*/
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    /*Heading & Para Style Responsive Css*/
    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        justify-content: center;
        flex-wrap: no-wrap;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 8px 10px;
        margin: 0 5px 10px;
    }

    /*Buttons Style Responsive Css*/
    /*Website Custom Style Responsive Css For Single Items End Here*/
    /*Header Responsive Css Start Here*/
    header nav.navbar {
        padding: 10px 0;
    }

    header nav.navbar .navbar-brand .logo {
        width: 160px;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: row-reverse;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0 5px;
    }

    header nav.navbar .navbar-buttons button.popup-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0;
    }

    /* Flip Counter Css Start */
    .filp-counter-text h5 {
        display: none;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    /* Flip Counter Css End */
    /*Header Responsive Css End Here*/
    /************************************************************************** --------------- Home Page Folds Responsive Css Start Here ---------------- -------------------------------------------------------------------------- **************************************************************************/
    /*Banner Main Section Responsive Css Start Here*/
    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content ul li {
        justify-content: center;
    }

    /*Banner Main Section Responsive Css End Here*/
    /*Main Info Section Responsive Css Start Here*/
    section.main-info-wrap {
        padding: 30px 0;
    }

    .main-info-wrap .main-info-head {
        width: 100%;
    }

    .main-info-inner .main-info-content {
        text-align: center;
        margin: 0 0 20px;
    }

    /*Main Info Section Responsive Css End Here*/
    /*Main Services Section Responsive Css Start Here*/
    section.main-services-wrap {
        padding: 30px 0;
    }

    .main-services-wrap .main-services-head {
        width: 100%;
    }

    /*Main Services Section Responsive Css End Here*/
    /*Testimonials Main Section Responsive Css Start Here*/
    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .author-testimonials-wrap .author-testimonials-head {
        width: 100%;
    }

    .author-testimonials-inner .author-testi-box {
        padding: 20px 20px;
    }

    .author-testi-box::before {
        top: -25px;
    }

    .author-testi-box .author-testi-box-content {
        text-align: center;
    }

    .author-testi-box .author-testi-box-bottom {
        text-align: center;
    }

    /*Testimonials Main Section Responsive Css End Here*/
    /*How Works Section Responsive Css Start Here*/
    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-wrap .how-works-head {
        width: 100%;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 20px;
    }

    /*How Works Section Responsive Css End Here*/
    /*Web Brands Section Responsive Css Start Here*/
    .web-brands-wrap .web-brands-head {
        width: 100%;
    }

    /*Web Brands Section Responsive Css End Here*/
    /*Portfolio Publish Section Responsive Css Start Here*/
    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
        margin: 0 5px 10px;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
        padding: 8px 10px;
        font-size: 18px;
    }

    /*Portfolio Publish Section Responsive Css End Here*/
    /*Formated Books Section Responsive Css Start Here*/
    section.formated-books-wrap {
        padding: 30px 0;
    }

    .formated-books-wrap .formated-books-head {
        width: 100%;
    }

    .formated-box-content p {
        min-height: auto;
        max-height: auto;
        font-size: 18px;
        border: 0px none !important;
    }

    /*Formated Books Section Responsive Css End Here*/
    /*CTA Banner Section Responsive Css Start Here*/
    .cta-banner-wrap .cta-banner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-banner-wrap .cta-banner-img {
        text-align: center;
    }

    .cta-banner-wrap .cta-banner-img img {
        width: 100%;
    }

    /*CTA Banner Section Responsive Css End Here*/
    /*FAQs Area Section Responsive Css Start Here*/
    .faqs-area-wrap .faqs-area-head {
        width: 100%;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    /*FAQs Area Section Css End Here*/
    /************************************************************************** --------------- Home Page Folds Responsive Css End Here ------------------ -------------------------------------------------------------------------- **************************************************************************/
    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .banner-inner-content p {
        font-size: 16px;
        width: 100%;
        text-align: left;
        padding-left: 12px;
    }

    .banner-inner-content .website-main-buttons button.popup-btn {
        padding: 8px 30px;
        font-size: 12px;
    }

    .banner-inner-content ul li {
        line-height: 28px;
        font-size: 14px;
        justify-content: left !important;
    }

    .banner-inner-content .website-main-buttons button.chat-btn {
        padding: 4px 28px;
        font-size: 14px;
    }

    .banner-inner-content h1 {
        margin: 0 10px 20px;
        font-size: 27px;
        line-height: 40px;
        width: 100%;
        text-align: left;
    }

    section.banner-main-sec {
        padding: 7rem 0 0 0;
        height: auto;
    }

    .inner-published-form h3 {
        font-size: 25px !important;
        line-height: 31px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 10px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group input {
        height: 44px;
        font-size: 12px;
        margin: 7px 0;
    }

    .main-info-inner h3 {
        /*margin: 69px 0 0px !Important;*/
        font-size: 32px !Important;
    }

    .main-info-inner .row {
        margin-top: 2rem;
    }
    .fldset label {
        font-size: 12px !important;
        font-weight: 400;
        color: #000;
        padding-left: 5px;
    }
    .fldset label a {
        color: #f77223;
        font-size: 13px;
    }
    .main-services-inner .main-services-box {
        background: #f7722317;
        /* padding: 5px 10px; */
        display: flex;
        margin: 0 0 20px;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .nav-llink{
            justify-content: center !important;
    }
    .popup-btnn{
        top: -5px;
    }
    /* Footer Responsive Css End Here */
}

img.trust {
    width: 15%;
}


.fldset {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
    text-align: justify;
}
input[type="checkbox"] {
    /* width: 1em !important; */
    /* height: 2rem; */
    position: relative;
    top: 3px;
}

.fldset label {
    font-size: 10px;
    font-weight: 400;
    color: #000;
    padding-left: 5px;
}
.clr-white label{
    color: #fff !important;
}




.submit-btn{
    background: #f77223 !important;
}

.chat-btn{
    background: #f77223 !important;  
}
.fldset label a {
    color: #f77223;
    font-size: 13px;
}


.termA a{
    color:black !important;
}
.popup-btnn{
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}
