@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Semibold.woff2') format('woff2'),
        url('../fonts/Sentinel-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Medium.woff2') format('woff2'),
        url('../fonts/Sentinel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Light.woff2') format('woff2'),
        url('../fonts/Sentinel-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sentinel Book';
    src: url('../fonts/Sentinel-Book.woff2') format('woff2'),
        url('../fonts/Sentinel-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Bold.woff2') format('woff2'),
        url('../fonts/Sentinel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Bold.woff2') format('woff2'),
        url('../fonts/Panton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Omnes';
    src: url('../fonts/Omnes-Semibold.woff2') format('woff2'),
        url('../fonts/Omnes-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Hebrew';
    src: url('../fonts/MyriadHebrew-Regular.woff2') format('woff2'),
        url('../fonts/MyriadHebrew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.tspan {
    white-space: pre
}

.txt2 {
    font-size: 7px;
    line-height: 7px;
    fill: #ffffff;
    font-weight: bold;
    font-family: 'Panton';
    text-anchor: middle
}

.txt3 {
    font-size: 20px;
    line-height: 23px;
    fill: #ffffff;
    font-weight: bold;
    font-family: 'Omnes';
    text-anchor: middle
}

.shp3 {
    fill: #ffffff
}


.banner-area .container {
    max-width: 1212px;
}

.container {
    max-width: 930px;
}


#contact .container {
    max-width: 840px;
}


.contact-area .info h2 {
    font-weight: normal;
    font-family: 'Sentinel Book';
    font-size: 44px;
    color: #3f358b;
}


.contact-area .info p {
    font-family: 'Sentinel Book';
    font-weight: 500;
    font-size: 18px;
    color: #3f358b;
    line-height: 28px;
    padding: 0 20px;
}


.landing-page {
    padding: 77px 0;
    background: #3f358b;
    height: 100px;
}


.messagebox {
    margin: 20px 0 0 0;
}


.contact-form-box .form-box {
    padding: 60px;
    background: #fff;
    margin: 60px 0 0;
    box-shadow: 0 0 15px rgb(0, 0, 0, .1);
}

.our-insideBook-area.nobg:after {
    display: none;
}

#contact,
.contact-area .info ul li p a {
    font-family: 'Sentinel Book';
    font-weight: 500;
}

#contact .btn {
    padding: 10px 40px;
    margin-top: 20px;
}



.contact-form-section .form-control.error {
    outline: none;
    border: 1px solid #e43626;
}


.contact-form-section label {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    display: none !important;

}

.contact-form-section .success_message,
.contact-form-section .dynamic {
    width: 100%;
    background: #3f358b;
    padding: 20px 20px;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: none;
}

.contact-form-section .success_message h5,
.contact-form-section .dynamic h5 {
    padding: 0;
    margin: 0;
    color: #fff;
}


.navbar-fixed-header {
    background: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

nav.navbar .navbar-brand img.logo {
    height: auto!important;
    margin-top: 20px;
}

.small-image{display: none}


.ipad-logo{display: none;}






@media (min-width: 1024px) {



    nav.navbar.bootsnav .navbar-brand {
        padding: 0 15px;
    }

    nav.navbar.bootsnav .navbar-brand .logo-display {
        padding: 20px 15px;
    }

    nav.navbar.bootsnav .navbar-brand .logo-scrolled {
        padding: 10px 15px;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 930px;
    }

    #successInfo .container {
        max-width: 1140px;
    }
    .about-area .about-items ul{
        justify-content: space-between;
    }
    .about-area .about-items ul li{
       padding-left: 80px;
    }
}



.banner-area.bg-bottom {
    /*    background: url("assets/img/shape/11.png");*/

}

.bullet-tick-list img {
    position: absolute;
    left: 0;
    top: 2px;
}

.bullet-tick-list {
    position: relative;
    padding-left: 38px;
}


body header .navbar-brand > img {
    display: initial;
    height: inherit;
}

body header .navbar-brand > img.logo.logo-scrolled {
    height: 90px;
}

.banner-area.bg-bottom::after,
.banner-area.bg-bottom::before {
    content: none;
}

.wow {
    animation-delay: 0.3s;
}

.navbar-header {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-header a.navbar-brand {
    margin-left: 0 !important;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-bg::before {
    content: "";
    background-color: #f6c31a;
    width: 306px;
    height: 800px;
    position: absolute;
    border-radius: 249px;
    left: 195px;
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
    bottom: -38px;
}

.banner-area.bg-bottom::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #3f358b;
    clip-path: polygon(0 0, 100% 0, 100% 53%, 40% 99%, 0 69%);
    position: absolute;
    left: 0;
    border: 0;
    border-radius: 0;
    opacity: 1;
    top: 0;
}

.custom-bg img {
    position: relative;
    z-index: 1;
}

.about-area .thumb {
    margin-left: 0;
    text-align: right;
    padding-right: 0;
}

div#about.default-padding {
    padding: 70px 0
}

.about-area .thumb img {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    margin-top: -50px;
    max-width: 100%;
    /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shapeRotate;
    animation-name: shapeRotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;*/

}

/*@-webkit-keyframes shapeRotate {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%,
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    60% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes shapeRotate {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%,
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    60% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}*/



.about-area .about-items ul li::after{
    display: none;
}

.about-area .about-items ul .about-single-item .about-items-img{
    padding-left: 20px;
    position: relative;
    
}
.about-area .about-items ul .about-single-item .about-items-img::after{
    position: absolute;
left: -27px;
bottom: inherit;
content: "";
height: 102px;
width: 72px;
clip-path: polygon(100% 35%, 50% 54%, 0 35%, 0 0, 50% 16%, 100% 0);
background-color: #feedc6;
margin: auto;
z-index: -1;
top: 0;
}


.about-area .about-items ul h5 {
    color: #3f358b;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Sentinel';
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.02em;
}

.about-area .about-items ul {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.about-area .about-items ul li {
   /* padding-left: 75px; */
    margin-top: 10px;
    margin-bottom: 30px;
}

.about-area .about-items ul li p {
    margin: 0px;
    line-height: 19px;
    font-size: 15px;
    color: #3f358b;
    font-weight: normal;
    font-family: 'Sentinel';
}

.custom-btn-warning {
    border-radius: 0;
    text-transform: none;
    background: #f6c31a;
    color: #3f358b;
    font-family: 'Sentinel Book';
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.subscribe-area .subscribe-items {
    border-top: 1px solid #ebeef7;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 38px;
    overflow: inherit;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.subscribe-area .subscribe-items h2 {
    color: #3f358b;
    font-family: 'Sentinel Book';
    font-size: 32px;
    font-weight: normal;
}

.subscribe-area .subscribe-items p.subHeading {
    font-family: 'Sentinel';
    font-weight: 600;
}

.subscribe-area .subscribe-items p,
.subscribe-area .subscribe-items ul li {
    font-family: 'Sentinel Book';
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #2c2e35;
}

.subscribe-items ul li {
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 10px;
}

.our-features-area {
    margin-bottom: 360px;
    background: #efeff9;
    padding-top: 300px;
    padding-bottom: 0;
}

/*.subscribe-area::after {
    content: "";
    background: url(assets/img/white-angleBG.png);
    width: 100%;
    height: 356px;
    position: absolute;
    bottom: -144px;
    background-repeat: no-repeat;
    left: 0;
    background-size: contain;
    z-index: -1;
    background-position: center center;
}*/


.our-features-area .clip-arrow-path {
    clip-path: polygon(50% 19%, 0 0, 100% 0);
    background: #ffffff;
    height: 100%;
    width: 53%;
    position: absolute;
    left: 40%;
    top: 0;
    transform: translateX(-50%);
    margin-top: -1px;
}


.custom-schoolImg {
    position: absolute;
    left: -40px;
    top: -170px;
}

.double-items .info h2 {
    font-family: 'Sentinel';
    font-weight: 600;
    line-height: 59px;
    font-size: 72px;
    text-transform: none;
}

.banner-area p {
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    font-family: 'Sentinel Book';
}

#features .site-heading p {
    color: #3f358b;
    font-family: 'Sentinel Book';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;

}

.feature-items h6 {
    color: #3f358b;
    font-family: 'Sentinel';
    font-weight: 600;
    font-size: 18px;
}

.feature-items p {
    font-family: 'Sentinel Book';
    font-size: 15px;
    line-height: 17px;
    color: #3f358b;
}

.feature-items {
    margin-bottom: 42px;
    position: relative;
    z-index: 3;
}

.custom-steps h6 {
    font-weight: 600;
    color: #3f358b;
    font-size: 70px;
    font-family: 'Sentinel';
    padding-top: 4rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

.custom-steps p {
    font-family: 'Sentinel Book';
    color: #3f358b;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.custom-steps img.img-fluid {
    position: relative;
    max-width: 100%;
    margin-bottom: -35%;

}

#insideBook h2.area-title {
    font-family: 'Sentinel Book';
    font-weight: normal;
    color: #3f358b;
    font-size: 44px;
    margin-top: 60px;
}

#insideBook .site-heading p {
    font-family: 'Sentinel Book';
    font-weight: 500;
    font-size: 19px;
    color: #3f358b;
    line-height: 28px;
}

div#custom-blueBg {
    background: #eaedf7;
    padding-top: 40px;
    padding-bottom: 40px;
}

div#custom-blueBg p {
    color: #3f358b;
    font-family: 'Sentinel Book';
    font-size: 35px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 0;
}

div#custom-blueBg p span {
    display: block;
    font-weight: bold;
    font-family: 'Sentinel';
}

div#custom-blueBg p.custom-text {
    font-size: 20px;
    line-height: 34px;
}

div#custom-blueBg b.custom-text {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
}

div#custom-blueBg p span.breaktext {
    line-height: 20px;
}

div#custom-blueBg p.custom-text span {
    display: block;
    font-size: 35px;
    line-height: 20px;
}

.border-right {
    border-color: #c4c1de !important;
}

.site-heading {
    margin-top: 0;
}

.our-insideBook-area .feature-items .single-item .item {
    border-radius: 8px;
    padding: 0 15px;
    padding-top: 35px;
}

.our-insideBook-area .feature-items .item .icon {
    display: inline-flex;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}

.our-insideBook-area .feature-items .item .icon::after {
    position: absolute;
    left: 50%;
    bottom: inherit;
    content: "";
    height: 52px;
    width: 72px;
    background: url(../img/icon-backBg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: translateX(-50%);
    bottom: 10px;
}


.icon-area .icon {
    display: inline-flex;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}


.icon-area .icon::after {
    position: absolute;
    left: 50%;
    bottom: inherit;
    content: "";
    height: 52px;
    width: 72px;
    background: url(../img/icon-backBg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: translateX(-50%);
    bottom: 10px;
}






.feature-items .info h4 {
    font-family: 'Sentinel';
    font-weight: 600;
    height: 40px;
    font-size: 17px;
    line-height: 20px;
}

.feature-items .info p {
    color: #000;
    line-height: 24px;
    font-size: 16px;
}

.our-bottomInfo-area {
    background: url(../img/blue-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -150px;
    background-attachment: fixed;
    padding-top: 0;
}

   .custom-shape {
    position: absolute;
    left: 83px;
    width: auto;
    bottom: 108px;
    height: 340px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: dotsAnim;
    animation-name: dotsAnim;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.our-insideBook-area {
    position: relative;
}

/*
.our-insideBook-area::after {
    content: "";
    background: url(assets/img/white-bg.png);
    width: 100%;
    height: 491px;
    position: absolute;
    bottom: -323px;
    left: 0;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
}
*/


.shapes-full {
    clip-path: polygon(50% 40%, 0 0, 100% 0);
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -1px;
}

.custom-bookMockup {
    position: relative;
    left: -40px;
    width: 670px;
    height: auto;
}

.z-index-1 {
    z-index: 1;
}

#bottomInfo p {
    color: #fff;
    font-family: 'Sentinel Book';
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 45px;
}

.custom-bookimg img:first-child {
    margin-top: 186px;
    max-width: 800px;
  /*  -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shapeRotate;
    animation-name: shapeRotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;*/
}

#successInfo .custom-text h6 {
    font-size: 46px;
    color: #3f358b;
    font-family: 'Sentinel Book';
    font-weight: normal;
    line-height: 40px;
}

#successInfo .custom-text p {
    font-size: 18px;
    color: #3f358b;
    font-family: 'Sentinel Book';
    font-weight: normal;
}

#successInfo .custom-text .custom-btn-warning {
    padding: 10px 30px;
    margin: 30px 0 0 !important;
}

footer.bg-dark {
    background-color: #ffbe41 !important;
    overflow: inherit;
    height: auto;
}

footer.bg-dark .default-padding {
    padding-top: 0;
    padding-bottom: 0;
}

footer .f-items .f-item.about {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.custom-link p,
.custom-link ul li {
    color: #3f358b;
    font-family: 'Sentinel Book';
    font-size: 12px;
    text-align: right;
    line-height: 14px;
}

.custom-link ul {
    margin: 0 4px 0 14px;
}

footer .custom-link p {
    display: flex;
    align-items: center !important;
    flex-wrap: wrap;
    justify-content: center !important;
}

footer .custom-link p b {
    font-weight: normal;
}

.custom-link p,
.custom-link ul li {
    position: relative;
}

.footer-cuImg {
    position: relative;
    margin-top: -55px;
}

.footer-cuImg img {

    padding: 0 0 20px 0;
}

footer .footer_txt {
    padding-bottom: 40px;
}


footer.bg-dark .about img {
    margin-bottom: 0;
}

.custom-bg {
    position: relative;
    right: -130px;
}

.custom-link p span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #3f358b;
    border-radius: 100%;
    line-height: 14px;
    position: relative;
    margin-right: 3px;
    margin: 0 5px;
}

.custom-link p a {
    color: #3f358b;
    font-weight: normal;
}

.custom-link p a:hover {
    text-decoration: underline;
}

.mob-img {
    display: none;
}

.banner-area.bg-bottom {
    background-size: cover;
    background-position: bottom center;
    height: auto;
    overflow: visible;
    background-repeat: no-repeat;
    margin-bottom: -40px;
}

.custom-link p span.mobile-view {
    top: 0;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
}


.betterway {
    margin: 40px 0 50px;
}


.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -200px 0 0;
}

.banner-content img {
    margin-left: 80px;
    margin-top: -50px;
}

.banner-text-panel {
    margin-top: 30px;
}


.landing-page-header{display: block; text-align: center;  padding: 20px 0; position: relative;}

.landing-section-page{
    background: #3f358b;
   
}



  .contact-info-list{margin: 0; padding: 0; list-style: none; display: block; margin-top: 60px;}
.contact-info-list li{margin: 0; padding: 0; list-style: none; margin: 0 0 20px 0; line-height: 14px; position: relative;}
.contact-info-list li{display: flex; align-items: center;}
.contact-info-list li img{margin:0 10px 0 0;}
.contact-info-list li a{font-size:14px;  font-family: 'Sentinel Book'; color: #3f358b; font-weight: normal; }
.contact-info-list li a:hover{text-decoration: underline;}

footer .footer_txt{color: #3f358b; font-size:14px; font-family: 'Sentinel Book'; margin-top:30px;}
footer .footer_txt b{font-weight: normal;}


.footer-flex-content{display: flex; align-items: center; justify-content: space-between;}

.footer-flex-content .bookImg{margin-top:-100px; max-width: 100%;}

#successInfo{padding: 120px 0 180px 0;}

 .relativepos{position: relative;}
#home{position: relative;}
.menu{position: absolute; top:30px; right:50px; z-index: 99}
.menu ul{margin: 0; padding: 0; list-style: none; display: flex;}

.menu ul li{margin: 0; padding: 0; list-style: none; margin: 0 20px 0 20px; text-align: center;}

.menu ul li a{padding: 10px; color:#fff; border-radius: 30px; position: relative; text-align: center; display: block;}

.menu ul li a:before{content:""; position: absolute; bottom:0; width:100%; height:1px; background:none; left:0;}

.menu ul li a:hover:before{ background: #fff;}

.menu ul li a.active:before{ background: #fff;}

.menu ul li.cart a:hover:before{ display: none;}

.menu ul li.cart a.active:before{ display: none;}



.menu ul li.login a:before{display: none;}

/*.landing-page-header .menu{position: static;}*/
        
.nav-section{display: flex; justify-content: space-between; }

.logo-section{display: block;}

.landing-section-page .logo{height:110px; position: relative; z-index: 2; padding: 20px 0; }


#contact {padding: 100px 0 200px 0;}





@media(max-width:1300px) {
    .banner-content {
        margin-right: -150px;
    }


}


@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 1140px;
    }
    .menu{right:100px;}
}

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

    .custom-bg {
        right: -70px;
        top: 28px;
    }

    .custom-bg::before {
        width: 306px;
        height: 814px;
        left: 190px;
        bottom: -53px;
    }

    .our-features-area {
        padding-top: 140px;
    }

    .subscribe-area::after {
        background-position: top center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .subscribe-area::after {
        background-position: top center;
    }

    .our-features-area {
        padding-top: 140px;
    }

    .our-insideBook-area .feature-items .single-item .item {
        padding: 0 0;
    }



    .custom-bg {
        right: -60px;
        top: 28px;
    }

    .custom-bg::before {
        width: 290px;
        height: 832px;
        left: 195px;
        bottom: -53px;
    }

    .subscribe-area::after {
        bottom: -205px;
        left: 0;
    }

    .custom-schoolImg {
        top: -190px;
    }

    .custom-steps h6 {
        font-size: 60px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}


@media(max-width: 1200px) {

    .banner-content img {
        margin-left: 40px;
    }

}





@media only screen and (min-width: 768px) and (max-width: 991px) {
    body .banner-area .double-items {
        overflow: inherit;
    }

    .double-items .info h2 {
        text-align: left;
    }

    .banner-area p {
        text-align: left;
        font-size: 18px;
    }

    .custom-bg {
        right: -66px;
    }

    .custom-steps h6 {
        font-size: 60px;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    body .banner-area .double-items .thumb img {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .our-features-area {
        padding-top: 70px;
    }

    .subscribe-area::after {
        height: 385px;
        background-position: center center;
    }



    div#custom-blueBg p.custom-text span {
        font-size: 30px;
    }

    div#custom-blueBg p {
        font-size: 32px;
    }



    #bottomInfo p {
        margin-top: 0px;
    }

    #successInfo .custom-text h6 {
        font-size: 38px;
        line-height: 38px;
    }

    footer .item {
        margin-bottom: 50px;
        align-items: center !important;
        text-align: center;
    }

    div#custom-blueBg p.custom-text span.custom-span {
        font-size: 30px;
    }

    div#custom-blueBg p {
        font-size: 30px;
        line-height: 30px;
    }

    div#custom-blueBg p.custom-text {
        line-height: 30px;
    }
    .about-area .about-items ul .about-single-item{
        flex: 0 0 calc(100%/3);
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner-area .double-items .info h2,
    .banner-area .double-items .info p {
        text-align: center;
    }

    .subscribe-area::after {
        bottom: -49px;
        background-size: cover;
        background-position: 38% center;
    }



    .banner-area.bg-bottom {
        height: auto;
    }

    .custom-schoolImg {
        position: static;
        height: 300px;
    }

    .custom-bg::before {
        content: none;
        background-color: transparent;
    }

    .des-img {
        display: none;
    }

    .mob-img {
        position: relative;
        display: block;
    }

    .double-items .info h2 {
        line-height: 35px;
        font-size: 34px;
        text-align: left;
    }

    .banner-area p {
        text-align: left;
        font-size: 14px;
        line-height: 17px;
    }

    body .banner-area .double-items {
        padding-bottom: 107px;
    }

    .custom-bg {
        right: -10px;
    }

    .custom-steps h6 {
        font-size: 60px;
    }

    .custom-steps img.img-fluid {
        position: static;
        padding-bottom: 60px;
    }

    .our-features-area {
        margin-bottom: 50px;
    }

    div#custom-blueBg p {
        font-size: 22px;
        line-height: 24px;
    }

    div#custom-blueBg p.custom-text span {
        font-size: 20px;
        line-height: 20px;
    }

    div#custom-blueBg p.custom-text {
        line-height: 24px;
    }

    #bottomInfo p {
        margin-top: 0;
        padding: 0 20px;
    }

    .custom-shape {
        left: -50px;
        bottom: 180px;
        height: 175px;
    }

    .our-insideBook-area::after {
        bottom: -86px;
        background-position: 39% center;
    }

    .custom-bookimg img:first-child {
        margin-top: 96px;
    }



    footer .item:last-child {
        margin-bottom: 0;
    }

    footer .item {
        align-items: center !important;
        justify-content: center !important;
    }

    .footer-cuImg {
        top: 0;
    }

    footer .h-100 {
        height: auto !important;
    }

    .custom-bookMockup {
        position: static;
    }

    #successInfo .custom-text h6 {
        font-size: 33px;
        line-height: 32px;
    }

    .our-features-area {
        padding-top: 60px;
    }

    .custom-steps h6 {
        font-size: 60px;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
}






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

    .feature-items.mb-5 {
        margin-bottom: 2rem !important;
    }

    .subscribe-area::after {
        /*
        content: "";
        background: url(assets/img/white-angleBG.png);
        width: 100%;
        height: 356px;
        position: absolute;
        bottom: -144px;
        background-repeat: no-repeat;
        left: 0;
*/
        background-size: cover;
        background-position: 39% center;
        bottom: -60px;
    }

    .about-area .about-items ul li::before {
        height: 40px;
    }

    body .our-features-area {
        margin-top: -70px;
        padding-top: 155px;
    }

    body .subscribe-area .subscribe-items {
        padding: 50px 0;
    }

    #insideBook h2.area-title {
        font-size: 40px;
        line-height: 40px;
    }

    .custom-btn-warning {
        height: auto;
        font-size: 14px;
        display: inline-flex;
        width: auto;
        margin: 0;
    }

    .banner-area.bg-bottom {
        height: auto;
    }

    div#about.default-padding {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .custom-bg::before {
        content: none;
        z-index: -1;
    }

    .custom-bg {
        right: 0;
    }

    .custom-schoolImg {
        position: static;
        width: auto;

    }

    #features .site-heading p {
        font-size: 15px;
    }

    .custom-steps img.img-fluid {
        position: static;
        padding-bottom: 70px;
    }

    .custom-steps h6 {
        font-size: 40px;
        padding-top: 4rem;
    }

    .our-features-area {
        margin-bottom: 40px;
    }

    div#custom-blueBg .border-right {
        border-right: 0 !important;
        padding: 20px;
        border-bottom: 1px solid;
    }

    div#custom-blueBg .row {
        margin-left: 0;
        margin-right: 0;
    }

    div#custom-blueBg .border-right:first-child {
        padding-top: 0;
    }

    div#custom-blueBg .mobile-xs-padding {
        padding-top: 20px;
    }

    div#custom-blueBg p.custom-text span.custom-span {
        font-size: 24px;
        line-height: 34px;
        display: block;
    }

    div#custom-blueBg p.custom-text span {
        font-size: 24px;
    }

    .double-items .info h2 {
        font-size: 40px;
        line-height: 40px;
    }

    div#custom-blueBg p {
        font-size: 37px;
    }

    .feature-items .info h4 {
        height: auto;
        font-size: 18px;
    }

    div#custom-blueBg p.custom-text {
        line-height: 16px;
    }

    div#custom-blueBg p {
        font-size: 24px;
        line-height: 24px;
    }

    .our-insideBook-area::after {
        bottom: -100px;
        background-position: 39% center;
    }



    .custom-shape {
        left: -8px;
        bottom: 128px;
        height: 195px;
    }

    #successInfo .custom-text h6 {
        font-size: 32px;
        text-align: center;
        line-height: 36px;
    }

    #successInfo .custom-text p {
        font-size: 16px;
        text-align: center;
    }

    #insideBook .site-heading p {
        font-size: 16px;
    }

    .custom-text {
        text-align: center;
    }

    footer.bg-dark {
        height: auto;
    }

    .banner-area p {
        font-size: 18px;
        line-height: 22px;
    }

    footer.bg-dark .about img {
        margin-bottom: 0;
        height: 100px;
    }

    body footer .item {
        margin-bottom: 30px;
    }

    body footer .item.custom-link {
        text-align: center;
        justify-content: center;
    }

    .custom-bookMockup {
        position: static;
    }

    #successInfo .custom-text .custom-btn-warning {
        margin: 40px auto 0 !important;
    }

    .mob-img {
        position: relative;
        display: block;
        width: 300px;
        margin: 0 auto;

    }

    .des-img {
        display: none;
    }

    footer .f-items .f-item.about {
        justify-content: center;
    }

    .footer-cuImg {
        top: 0;
    }

    body footer .item:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:414px) {
    body .our-features-area {
        padding-top: 100px;
    }
}

@media(max-width:413px) {
    .subscribe-area::after {
        bottom: -22px;
    }
}



/*@-webkit-keyframes dotsAnim {

    0%,
    100% {
        -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        transform: perspective(30px) scale(1) translateX(0) translateY(0);
        opacity: 1;
    }

    70% {
        -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        opacity: 1;
    }

}

@keyframes dotsAnim {

    0%,
    100% {
        -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        transform: perspective(30px) scale(1) translateX(0) translateY(0);
        opacity: 1;
    }

    70% {
        -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        opacity: 1;
    }

}*/

/*........toogle menu .................*/

        #nav-icon1 {
            width: 28px;
            height: 22px;
            position: relative;
            margin: 0 auto;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

        #nav-icon1 span,
        #nav-icon3 span,
        #nav-icon4 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #d1dbdc;
            border-radius: 0;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #nav-icon1 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon1 span:nth-child(2) {
            top: 10px;
        }

        #nav-icon1 span:nth-child(3) {
            top: 20px;
        }

        #nav-icon1.open span:nth-child(1) {
            top: 10px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 10px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .menu-icon {
            padding: 10px;
            background: none;
            display: inline-block;
            float: right;
            z-index: 4;
            position: relative;
            display: none;
        }


 /*........toogle end .................*/


