﻿ .page-template.page-template-template-parts .main-footer-section{
     display:none;
}
 .banner-section{
     background-image: url(https://drmikedow.com/wp-content/uploads/2023/03/banner-image01.jpg);
     background-repeat: no-repeat;
     background-position: right;
     background-size: cover;
}
 .landing_page_wrapper{
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
 .header-sub {
     border: 0 !important;
}
/* .caption-banner{
     display: flex;
     align-content: center;
     height: 100%;
     justify-content: space-between;
}
 */
 .right-section-banner{
     text-align:center;
}
 .right-section-banner img{
     margin:auto;
     margin-bottom: 22px;
}
 .right-section-banner h6{
     font-size:40px;
     font-weight:bold;
     color:#274c9f;
     font-family:arial;
     margin-bottom:0;
}
 .right-section-banner h1{
     font-size:142px;
     font-weight:bold;
     font-family: 'Lato', sans-serif;
     margin-bottom:0;
     text-transform:uppercase;
     color:#284d9f;
     line-height: 102px;
     margin: 0;
}
 .right-section-banner h2{
     font-size:86px;
     font-weight:bold;
     color:#284d9f;
     font-family: 'Lato', sans-serif;
     text-transform:uppercase;
     margin: 0 0 30px;
     line-height: 95px;
}
 .right-section-banner p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:28px;
    font-weight:700;
    color:#0f0f0e;
    margin:0;
}
 .container{
     max-width:1534px !important;
     margin:auto;
}
 .row {
     --bs-gutter-x: 1.5rem;
     --bs-gutter-y: 0;
     display: flex;
     flex-wrap: wrap;
     margin-top: calc(var(--bs-gutter-y) * -1);
     margin-right: calc(var(--bs-gutter-x) * -.5);
     margin-left: calc(var(--bs-gutter-x) * -.5);
}
/* Define the flex container */
 .flex-container {
     display: flex;
     flex-wrap: wrap;
    /* Allow items to wrap to a new row */
     justify-content: space-between;
    /* Add space between columns */
     align-items: center;
    /* Center items vertically */
}
 .col-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
}
/* Define the flex items for a full-width column */
 .col-12 {
     flex: 0 0 100%;
    /* Take up 100% of the available width */
}
/* Define the flex items for a half-width column */
 .col-6 {
     flex: 0 0 auto;
     width: 50%;
    /* Take up 50% of the available width minus spacing */
}
/* Define the flex items for a two-thirds-width column */
 .col-8 {
     flex: 0 0 auto;
     width: 66.67%;
    /* Take up 66.67% of the available width minus spacing */
}
/* Define the flex items for a one-fourth-width column */
 .col-3 {
     flex: 0 0 auto;
     width: 25%;
    /* Take up 25% of the available width minus spacing */
}
 .align-center{
     align-items:center !important;
}
 img{
     max-width:100%;
     margin:auto;
}
 .common-about-area-detl {
     text-align:center;
     padding: 0 88px 0 195px;
}
 .common-about-area-detl h3{
     font-size:45px;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     color:#284d9f;
     margin: 0 0 34px;
     line-height: 53px;
}
 .common-about-area-detl p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:30px;
    font-weight:400;
    color: #000;
    margin: 0 0 34px;
    line-height: 37px;
}
 .common-about-area-detl a{
     min-width: 502px;
     border-radius: 50px;
     height: 81px;
     background-color: #284d9f;
     border:2px solid #284d9f;
     line-height: 81px;
     font-size: 35px;
     font-weight: 400;
     font-family: 'Oswald', sans-serif;
     color: #ffffff;
     display: inline-block;
     text-transform: uppercase;
     transition: all 0.3s ease-in-out;
     text-decoration: none !important;
}
 .common-about-area-detl a:hover{
     border:2px solid #284d9f;
     background-color: transparent;
     transition: all 0.3s ease-in-out;
     color: #284d9f;
}
 .common-about-area img{
     width:100%;
}
 .common-about-area-right {
     text-align:left;
     padding: 0 135px;
}
 .common-about-area-right h3{
     font-size:45px;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     color:#284d9f;
     margin: 0 0 34px;
     line-height: 53px;
}
 .common-about-area-right ul li{
     position: relative;
     margin-bottom: 20px;
     padding-left: 45px;
     color:#000000;
     font-size:30px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
}
 .common-about-area-right ul li::before{
     position: absolute;
     left: 0;
     top: 5px;
     content: "";
     background-image: url(https://drmikedow.com/wp-content/uploads/2023/03/icon-img-1.png);
     width: 30px;
     height: 30px;
     background-repeat: no-repeat;
     background-size: 26px;
}
 .sold-section{
     background: rgb(253,253,254);
     background: linear-gradient(180deg, rgba(253,253,254,1) 0%, rgba(238,237,239,1) 35%, rgba(233,232,235,1) 100%);
     text-align:center;
     padding:100px 0;
}
 .sold-section h2{
     font-size:45px;
     color:#284d9f;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     margin: 0 0 40px;
     text-transform: uppercase;
}
 .sold-section ul li{
     margin:0 36px 36px 0;
     display:inline-block;
}
 .sold-section ul li img{
     border-radius: 30px;
     transition: all 0.3s ease-in-out;
}
 .sold-section ul li img:hover{
    opacity: 0.6;
 }
 .gift-section{
     padding:120px 0;
     background: rgb(35,70,148);
     background: radial-gradient(circle, rgba(35,70,148,1) 0%, rgba(39,76,158,1) 50%, rgba(39,76,157,1) 100%);
     text-align: center;
}
 .gift-top-num-fst{
     margin: 7px auto 29px;
     border-radius: 100%;
     text-align: center;
     display: flex;
     width: 104px;
     height: 104px;
     background-color: #2f55ab;
     justify-content: center;
     align-items: center;
     -webkit-box-shadow: 0px -10px 91px -32px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px -10px 91px -32px rgba(0,0,0,0.75);
     box-shadow: 0px -10px 91px -32px rgba(0,0,0,0.75);
}
 .gift-top-num-fst h6{
     color: #ffff;
     font-family: 'Red Hat Display', sans-serif;
     font-size: 40px;
     font-weight: 300;
}
 .main-gift-area h2{
     font-size:45px;
     color:#ffffff;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     margin: 0 0 20px;
     text-transform: uppercase;
}
 .main-gift-area p{
     font-size:28px;
     font-weight:400;
     font-family: 'Lato', sans-serif;
     color:#ffffff;
     margin: 0 0 40px;
     text-transform: capitalize;
}
 .common-gift-are ul li{
     margin-bottom: 10px;
}
 .common-gift-are ul li img{
     border-radius: 16px;
     transition: all 0.3s ease-in-out;
}
 .common-gift-are ul li img:hover{
    opacity: 0.6;
 }
 .common-gift-are p{
     color:#ffffff;
     font-size:30px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
     line-height: 36px;
}
 .gift-center-box{
     padding: 68px 80px;
     background-color: #ffff;
     border-radius: 12px;
     margin: 60px 50px 0;
     position: relative;
     -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
}
 .gift-center-box p{
     color:#214390;
     font-size:30px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
     line-height: 34px;
     margin-bottom:30px;
}
 .form-section-gift input{
     min-height: 71px;
     width: 100%;
     border-radius: 50px;
     padding: 0 30px;
     margin-bottom: 12px;
     border: 2px solid #888888;
     font-size:25px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
}
 .form-section-gift input::placeholder{
     color:#3d3a3a;
}
 .form-section-gift input[type="submit"] {
     background-color: #284d9f;
     border:2px solid #284d9f;
     transition: all 0.3s ease-in-out;
     color:#ffff;
     text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
}
 .form-section-gift input[type="submit"]:hover{
     background-color: transparent;
     border:2px solid #284d9f;
     color:#284d9f;
     transition: all 0.3s ease-in-out;
}
 .gift-top-num{
     position: absolute;
     top: -55px;
     left: 50%;
     transform: translateX(-50%);
     border-radius: 100%;
     text-align: center;
     display: flex;
     width: 104px;
     height: 104px;
     background-color: #2f55ab;
     justify-content: center;
     align-items: center;
     -webkit-box-shadow: 0px -10px 91px -32px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px -10px 91px -32px rgba(0,0,0,0.75);
     box-shadow: 0px -10px 91px -32px rgba(0,0,0,0.75);
}
 .gift-top-num h6{
     color: #ffff;
     font-family: 'Red Hat Display', sans-serif;
     font-size: 40px;
     font-weight: 300;
}
 .right-section-gift ul li{
     margin-bottom: 10px;
}
 .right-section-gift ul li a{
     display: flex;
     align-items: center;
     width: 227px;
     height: 61px;
     background-color: #ffffff;
     border-radius: 50px;
     margin: auto;
     color: #193980;
     font-size:25px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
     transition: all 0.3s ease-in-out;
}
 .right-section-gift ul li img{
     float: left;
     padding: 0 14px 0 2px;
     text-align: center;
     margin: 0;
}
 .right-section-gift ul li a:hover{
     background-color: #193980;
     color: #ffff;
     transition: all 0.3s ease-in-out;
}
 .about-book-section{
     padding: 126px 0;
}
 .left-about-book{
     float: left;
     position: relative 
}
 .right-content-abut-bk{
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     max-width: 1056px;
     background-color: #f0f0f1;
     padding: 54px 74px;
     border-radius: 16px;
}
 .right-content-abut-bk h2{
     font-size:45px;
     color:#2f55ab;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     margin: 0 0 20px;
     text-transform: uppercase;
}
 .right-content-abut-bk p{
     color: #000000;
     font-size:30px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
     margin-bottom: 40px;
     line-height: 36px;
}
 .left-about-book img{
     border-radius: 16px;
}
 .authors-section{
     background: rgb(242,241,244);
     background: linear-gradient(356deg, rgba(242,241,244,1) 0%, rgba(238,238,241,1) 50%, rgba(232,232,235,1) 100%);
     padding: 110px 0;
}
 .authors-section h2{
     font-size:45px;
     color:#2f55ab;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     margin: 0 0 12px;
     text-align: center;
     text-transform: uppercase;
}
 .common-authors-are{
     background-color: #ffff;
     margin: 86px 15px 0;
     border-radius: 16px;
     padding: 145px 65px 36px;
     position: relative;
}
 .author-img img{
     border-radius: 100%;
     padding: 10px;
     border: 1px solid #284d9f;
}
 .author-img{
     position: absolute;
     left: 505;
     left: 50%;
     top: -80px;
     transform: translateX(-50%);
}
 .common-authors-are small{
     display: flex;
     justify-content: center;
     font-size: 23px;
     font-weight: bold;
     font-family: 'PT Sans Narrow', sans-serif;
     margin-bottom: 22px;
     color: #284d9f;
}
 .common-authors-are p{
     font-size:30px;
     font-weight:400;
     font-family: 'PT Sans Narrow', sans-serif;
     margin: 0 0 40px 0;
     line-height: 36px;
}
 .testimonial-section{
     padding: 85px 0 140px;
     background-color: #ffff;
}
 .testimonial-section h2{
     font-size:45px;
     color:#193980;
     font-weight:400;
     font-family: 'Oswald', sans-serif;
     margin: 0 0 36px;
     text-align: center;
     text-transform: uppercase;
}
 .common-each-slide-testimonials h6{
     color: #2f55ab;
     font-size:35px;
     font-weight:bold;
     font-family: 'PT Sans Narrow', sans-serif;
     text-align: center;
}
 .common-each-slide-testimonials h6 + img{
    margin-bottom: 10px;
 }
 .common-each-slide-testimonials p{
     color: #010101;
     font-size:30px;
     font-weight:normal;
     font-family: 'PT Sans Narrow', sans-serif;
     text-align: center;
     line-height: 36px;
     padding: 0;
     margin: 0 0 10px;
}
 .footer-section{
     background-color: #17181a;
}
 .main-area-footer{
     padding: 80px 0 50px;
}
 .main-area-footer img{
/*     margin-bottom: 30px;*/
}
 .main-area-footer ul{
     text-align: center;
     padding: 50px 0;
}
 .main-area-footer ul li{
     display: inline-block;
     border-right: 1px solid #ffff;
     padding: 0 24px;
     font-size:25px;
}
 .main-area-footer ul li:last-child{
     border-right: 0;
}
 .main-area-footer ul li a{
     transition: all 0.3s ease-in-out;
     color: #ffff;
     font-weight:normal;
     font-family: 'PT Sans Narrow', sans-serif;
}
 .main-area-footer ul li a:hover{
     color: #284d9f;
     transition: all 0.3s ease-in-out;
}
 .main-area-footer .social-icon-footer {
     padding: 0;
}
 .main-area-footer .social-icon-footer li{
     border: 0;
     padding: 0;
     margin-right: 10px;
}
 .main-area-footer .social-icon-footer li:last-child{
     margin:0;
}
 .main-area-footer .social-icon-footer li a{
     display: block;
     min-width: 30px;
     background-color: #ffff;
     border-radius: 5px;
     transition: all 0.3s ease-in-out;
}
 .main-area-footer .social-icon-footer li a:hover{
     background-color:#284d9f;
     transition: all 0.3s ease-in-out;
}
 .main-area-footer .social-icon-footer li a:hover i{
     color: #ffff;
     transition: all 0.3s ease-in-out;
}
 .main-area-footer .social-icon-footer li i{
     color: #17181a;
     font-size: 24px;
     transition: all 0.3s ease-in-out;
}
 .copyright-section{
     text-align: center;
     border-top: 1px solid #2b2c2f;
}
 .copyright-section small{
     padding: 18px 0;
     font-size: 16px;
     font-weight: normal;
     color: #ffffff;
     font-family: 'PT Sans Narrow', sans-serif;
     display: inline-block;
}
 .copyright-section a{
     color: #ffffff;
     transition: all 0.3s ease-in-out;
}
 .copyright-section a:hover{
     color: #284d9f;
     transition: all 0.3s ease-in-out;
}
 .main-testimonials-are .priv-arrow{
     font-size: 19px;
     position: absolute;
     bottom: -50px;
     left: 47%;
     width: 40px;
     height: 40px;
     display: flex;
     justify-content: center;
     border: 2px solid;
     border-radius: 100%;
     align-items: center;
     cursor: pointer;
     transition: all 0.3s ease-in-out;
}
 .main-testimonials-are .next-arrow{
     font-size: 19px;
     position: absolute;
     bottom: -50px;
     right: 47%;
     width: 40px;
     height: 40px;
     display: flex;
     justify-content: center;
     border: 2px solid;
     border-radius: 100%;
     align-items: center;
     cursor: pointer;
     transition: all 0.3s ease-in-out;
}
 .main-testimonials-are .next-arrow:hover{
     transition: all 0.3s ease-in-out;
     color: #b2b2b2;
}
 .main-testimonials-are .priv-arrow:hover{
     transition: all 0.3s ease-in-out;
     color: #b2b2b2;
}


#landing-page-1 input{
    width: 100%;
    padding: 0 30px;
    border: 1px solid #3d3a3a;
    background-color: transparent;
    color: #3d3a3a;
}

#landing-page-1 button[type="submit"]{
    font-family: 'Oswald', sans-serif;
    width: 100%;
    height: 70px;
    background-color: #284d9f;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    border:0;
    outline: none;
    font-size: 25px;
}
#landing-page-1 button[type="submit"]:hover{
    background-color: #000;
    color: #fff;
}


/*responsive-start*/
 @media only screen and (max-width:1680px){
     .main-testimonials-are .next-arrow {
         right: 46%;
    }
     .main-testimonials-are .priv-arrow {
         left: 46%;
    }
     .container {
         max-width: 1400px !important;
         margin: auto;
         padding: 0 15px;
    }
    .right-section-banner h6 {
        font-size: 40px;
    }
    .right-section-banner h1 {
        font-size: 100px;
        line-height: 80px;
    }
     .right-section-banner h2 {
         font-size: 50px;
         line-height: 60px;
    }
    .right-section-banner p {
        font-size: 25px;
        line-height: 34px;
    }
    .common-about-area-detl h3 {
        font-size: 40px;
        margin: 0 0 28px;
        line-height: 46px;
    }
    .common-about-area-detl p {
        font-size: 28px;
        margin: 0 0 26px;
        line-height: 33px;
    }
     .common-about-area-detl a {
         min-width: 330px;
         height: 65px;
         line-height: 61px;
         font-size: 24px;
    }
    .common-about-area-right h3 {
        font-size: 40px;
        margin: 0 0 24px;
        line-height: 44px;
    }
     .sold-section h2 {
         font-size: 40px;
    }
     .sold-section {
         text-align: center;
         padding: 64px 0;
    }
    .gift-section {
        padding: 80px 0;
    }
     .main-gift-area h2 {
         font-size: 40px;
         margin: 0 0 10px;
    }
    .main-gift-area p {
        font-size: 22px;
        margin: 0 0 37px;
    }
    .authors-section {
        padding: 68px 0 80px;
    }
     .authors-section h2 {
         font-size: 40px;
    }
     .common-authors-are small {
         font-size: 21px;
         margin-bottom: 18p 
    }
    .common-authors-are p {
        font-size: 21px;
        margin: 0 0 20px 0;
        line-height: 32px;
    }
    .testimonial-section {
        padding: 60px 0 100px;
    }
     .testimonial-section h2 {
         font-size: 40px;
         margin: 0 0 20px;
    }
     .common-each-slide-testimonials h6 {
         font-size: 32px;
         margin: 0 0 15px;
    }
     .common-each-slide-testimonials p {
         font-size: 24px;
         line-height: 29px;
         /*padding: 20px 173px;
         margin: 0 0 19px 0;*/
    }
     .gift-center-box {
         padding: 68px 80px 42px;
    }
     .author-img img {
         max-width: 155px;
    }
     .common-authors-are {
         padding: 89px 36px 36px;
    }
     .common-gift-are p {
         color: #ffffff;
         font-size: 24px;
         line-height: 30px;
    }
     .right-content-abut-bk h2 {
         font-size: 40px;
         margin: 0 0 16px;
    }
     .right-content-abut-bk p {
         font-size: 24px;
         margin-bottom: 20px;
         line-height: 28px;
    }
     .about-book-section {
         padding: 80px 0;
    }
     .gift-center-box p {
         color: #214390;
         font-size: 24px;
         line-height: 32px;
    }
     .right-content-abut-bk {
         left: 490px;
         max-width: 1056px;
         padding: 45px 67px;
    }
    .common-about-area-right {
        padding: 0 75px;
    }
     .common-about-area-right ul li::before {
         background-size: 23px;
    }
     .common-about-area-right ul li {
         position: relative;
         margin-bottom: 12px;
         padding-left: 40px;
         font-size: 28px;
    }
}
 @media only screen and (max-width:1440px){
     .container {
         max-width: 1320px !important;
         margin: auto;
    }
     .left-img-banner img {
         margin: auto;
         max-width: 400px;
    }
     .right-section-banner h6 {
         font-size: 30px;
    }
     .right-section-banner h2 {
         font-size: 48px;
         line-height: 48px;
         margin-bottom: 18px;
    }
     .right-section-banner img {
         margin: auto;
         margin-bottom: 15px;
         max-width: 47px;
    }
     .right-section-banner h6 {
         font-size: 28px;
    }
     .right-section-banner h1 {
         font-size: 82px;
         line-height: 72px;
    }
     .right-section-banner p {
         font-size: 20px;
         line-height: 28px;
    }
    .common-about-area-detl h3 {
        font-size: 32px;
        margin: 0 0 22px;
        line-height: 38px;
    }
    .common-about-area-detl p {
        font-size: 22px;
        margin: 0 0 20px;
        line-height: 30px;
    }
     .common-about-area-detl a {
         min-width: 260px;
         height: 60px;
         line-height: 58px;
         font-size: 21px;
    }
     .common-about-area-right h3 {
         font-size: 32px;
         margin: 0 0 20px;
         line-height: 38px;
    }
     .common-about-area-right ul li {
         position: relative;
         margin-bottom: 11px;
         padding-left: 36px;
         font-size: 22px;
    }
     .common-about-area-right ul li::before {
         background-size: 20px;
    }
    .sold-section {
        text-align: center;
        padding: 60px 0 35px;
    }
     .sold-section h2 {
         font-size: 34px;
         margin: 0 0 30px;
    }
    .gift-section {
        padding: 65px 0;
    }
     .main-gift-area h2 {
         font-size: 34px;
         margin-bottom: 8px;
    }
     .main-gift-area p {
         font-size: 17px;
         margin: 0 0 30px;
    }
     .gift-top-num-fst h6 {
         color: #ffff;
         font-family: 'Red Hat Display', sans-serif;
         font-size: 24px;
         font-weight: 300;
         margin: 0;
    }
     .gift-top-num-fst {
         width: 80px;
         height: 80px;
    }
     .gift-top-num h6 {
         color: #ffff;
         font-family: 'Red Hat Display', sans-serif;
         font-size: 24px;
         font-weight: 300;
         margin: 0;
    }
     .gift-top-num {
         top: -45px;
         width: 80px;
         height: 80px;
    }
     .gift-center-box {
         padding: 56px 68px 42px;
    }
    .common-gift-are p {
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 22px;
    }
     .gift-center-box p {
         color: #214390;
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 18px;
    }
     .form-section-gift input {
         min-height: 60px;
         width: 100%;
         border-radius: 50px;
         padding: 0 30px;
         margin-bottom: 12px;
         border: 1px solid #888888;
         font-size: 17px;
    }
     .common-gift-are ul li img {
         border-radius: 16px;
         max-width: 140px;
    }
     .right-section-gift ul li a {
         display: flex;
         align-items: center;
         width: 200px;
         height: 52px;
         background-color: #ffffff;
         border-radius: 50px;
         margin: auto;
         color: #193980;
         font-size: 18px;
    }
     .right-section-gift ul li img {
         float: left;
         padding: 0 14px 0 2px;
         text-align: center;
         margin: 0;
         max-width: 64px;
    }
     .right-content-abut-bk {
         left: 328px;
         max-width: 1056px;
         padding: 37px 50px;
    }
     .right-content-abut-bk h2 {
         font-size: 34px;
    }
    .right-content-abut-bk p {
        font-size: 22px;
        margin: 0 0 13px;
        line-height: 30px;
    }
    .authors-section {
        padding: 65px 0 75px;
    }
     .authors-section h2 {
         font-size: 34px;
    }
     .author-img img {
         max-width: 130px;
    }
     .author-img {
         top: -52px;
    }
     .common-authors-are small {
         font-size: 19px;
         margin-bottom: 12px;
    }
    .common-authors-are p {
        font-size: 20px;
        margin: 0 0 13px 0;
        line-height: 30px;
    }
     .testimonial-section h2 {
         font-size: 32px;
         margin: 0 0 10px;
    }
     .common-each-slide-testimonials h6 {
         font-size: 22px;
         margin: 0 0 15px;
    }
    .common-each-slide-testimonials p {
        font-size: 22px;
        line-height: 30px;
        /*padding: 20px 239px;
        margin: 0 0 19px 0;*/
    }
     .main-testimonials-are .priv-arrow {
         font-size: 19px;
         position: absolute;
         bottom: -32px;
         left: 46%;
    }
     .main-testimonials-are .next-arrow {
         font-size: 19px;
         position: absolute;
         bottom: -32px;
         right: 46%;
    }
     .main-area-footer ul li {
         display: inline-block;
         border-right: 1px solid #ffff;
         padding: 0 16px;
         font-size: 18px;
    }
     .main-area-footer .social-icon-footer li i {
         color: #17181a;
         padding: 6px 0;
         font-size: 18px;
    }
     .main-area-footer {
         padding: 42px 0 32px;
    }
     .main-area-footer img {
         margin-bottom: 18px;
         max-width: 300px;
    }
     .main-area-footer ul {
         text-align: center;
         padding: 32px 0;
    }
     .copyright-section small {
         padding: 12px 0;
         font-size: 15px;
    }
     .left-about-book img {
         border-radius: 16px;
         max-width: 358px;
    }
}
@media only screen and (max-width:1370px){
 .container{
    max-width: 1170px !important;
    padding: 0 15px !important;
 }
.nav-section {
    padding-left: 35px;
}  
.right-section-banner p {
    font-size: 22px;
    line-height: 28px;
}  
.left-img-banner img{
    max-width: initial;
}
.common-about-area-detl {
    text-align: center;
    padding: 0 10%;
}
.common-about-area-detl h3,
.common-about-area-right h3 {
    font-size: 34px;
}
.main-gift-area p {
    font-size: 20px;
}
.common-each-slide-testimonials p {
/*    padding: 30px 0 20px;*/
}
.sold-section ul li img {
    border-radius: 30px;
    width: 250px;
}
}
@media only screen and (max-width:1199px){
}
@media only screen and (max-width:991px){
.about-section .row .col-6 {
    width: 100%;
}

.about-section {
    width: 100%;
    padding: 45px 0 0;
    float: left;
} 
.common-about-area-detl {
    text-align: center;
    padding: 0 30px 40px;
}
.sold-section,
.gift-section,
.about-book-section,
.authors-section,
.testimonial-section,
.footer-section{
    width: 100%;
    float: left;
} 
.common-about-area-right {
    width: 100%;
    max-width: 568px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 30px 40px;
} 
.gift-center-box {
    padding: 56px 30px 42px;
}
.main-gift-area {
    padding: 0 12px;
}
.about-section .row .col-6:nth-child(3){
    margin-top: 30px;
}
.about-book-section {
    padding: 55px 0;
}
.right-content-abut-bk {
    left: 310px;
    max-width: 67%;
}
}
@media only screen and (max-width:840px){
 .left-about-book{
    width: 100%;
    float: left;
 }   
.right-content-abut-bk {
    position: static;
    margin: 30px 0 0;
    max-width: initial;
    width: 100%;
    float: left;
    transform: initial;
}
.main-testimonials-are .priv-arrow {
    left: 44%;
    bottom: -50px;
}
.main-testimonials-are .next-arrow {
    right: 44%;
    bottom: -50px;
}
}
 @media only screen and (max-width:767px){
     .common-gift-are {
         max-width: 100%;
         margin: auto;
    }
     .right-section-gift {
         max-width: 100%;
         margin: auto;
    }
     .col-6 {
         flex: 0 0 auto;
         width: 100%;
    }
     .col-3 {
         flex: 0 0 auto;
         width: 100%;
    }
    .left-img-banner {
        max-width: inherit;
        margin: auto;
    }
    .left-img-banner img {
        max-width: 310px;
    }

.right-section-banner h6 {
    font-size: 25px;
}
.right-section-banner h1 {
    font-size: 60px;
    line-height: 55px;
}
.right-section-banner h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 18px;
}
.right-section-banner {
    text-align: center;
    margin: 0 0 35px;
}
.main-gift-area p {
    font-size: 18px;
    max-width: 480px;
    margin: 0 auto 30px;
    line-height: normal;
}
.gift-top-num-fst {
    margin: 7px auto 10px;
}  
.gift-center-box {
    margin-bottom: 30px;
}  
}
@media only screen and (max-width:575px){
.right-section-banner {
    text-align: center;
    margin: -20px 0 35px;
}    
.right-section-banner h6 {
    font-size: 20px;
    line-height: normal;
}
.right-section-banner h1 {
    font-size: 40px;
    line-height: 42px;
}
.right-section-banner h2 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 18px;
}
.right-section-banner p {
    font-size: 18px;
    line-height: 24px;
} 
.common-about-area-detl h3, .common-about-area-right h3 {
    font-size: 26px;
    line-height: 32px;
}
.common-about-area-detl p {
    font-size: 20px;
    line-height: 26px;
} 
.common-about-area-right ul li {
    margin-bottom: 8px;
    font-size: 20px;
} 
.common-about-area-right {
    padding: 40px 15px;
} 
.common-about-area-right ul{
    text-align: left;
}
.sold-section {
    text-align: center;
    padding: 40px 0 15px;
}
.right-content-abut-bk {
    padding: 24px 24px;
}
.right-content-abut-bk p {
    font-size: 20px;
    line-height: 28px;
}
.main-testimonials-are .next-arrow {
    right: 40%;
}
.main-testimonials-are .priv-arrow {
    left: 40%;
}
}
@media only screen and (max-width: 480px){
.common-about-area-detl {
    text-align: center;
    padding: 0 24px 40px;
}
.common-about-area-right {
    padding: 40px 24px;
}
.sold-section h2 {
    font-size: 28px;
} 
.sold-section ul li {
    margin: 10px 5px;
    display: inline-block;
}
.sold-section {
    padding: 40px 0 30px;
}  
.gift-section {
    padding: 35px 0;
}
.main-gift-area h2 {
    font-size: 25px;
} 
.main-gift-area p {
    font-size: 15px;
    margin: 0 auto 20px;
}
.main-gift-area p {
    font-size: 18px;
}
.gift-center-box {
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.left-about-book img {
    max-width: initial;
    width: 100%;
}
.right-content-abut-bk {
    padding: 10px 15px;
}
.common-authors-are {
    padding: 89px 15px 36px;
    text-align: center;
}
.authors-section {
    padding: 35px 0 45px;
}
.common-each-slide-testimonials p {
    font-size: 20px;
}
.testimonial-section {
    padding: 35px 0 75px;
}
.main-testimonials-are .priv-arrow {
    left: 33%;
}
.main-testimonials-are .next-arrow {
    right: 33%;
}
.main-area-footer img {
    max-width: 260px;
}
}
