/*
Theme Name: Dfm
Theme URI:
Author: ls team
Author URI:
Description:Dr. Flowers MCAT is the premier online way to prepare for the MCAT.
Version: 1.0.0
License:
License URI:
Text Domain: dfm
Tags: left-sidebar, right-sidebar, featured-images, post-formats, threaded-comments, theme-options, photography, portfolio, full-width-template, grid-layout

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
.sub-page {
  padding-top:95px;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header-container {
  max-width:1370px;
  margin:0 auto;
  padding-bottom:10px;
}
.header-container .logo-color-bg{
  display:none;
}
.wrapper-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: -90px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.29);
}
.header-container .navbar-header figure {
  margin-top: 6px;
  width: 140px;
}
.header-container .navbar-collapse .navbar-nav {
  margin-top:10px;
}
.navbar-default {
  background: none;
  border-color: rgba(255, 255, 255, 0.28)!important;
  padding:15px 10px;
  /* background: rgba(85, 85, 85, 0.63); */
}
.navbar-default.affix {
  /* background: rgba(0, 0, 0, 0.7); */
  background: #fff;
  border:0px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
}
.navbar-default.affix .navbar-nav .active a {
  background:#fff;
}
.navbar-collapse .navbar-nav {
  /* width:65%; */
}
.header-container.plan-nav-bg .navbar-collapse .navbar-nav{
  width:auto;
}
.navbar-collapse .navbar-nav a.page-scroll {
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 6px;
}
.banner-content-section {
  position: absolute;
  max-width: 900px;
  left: 50%;
  margin-left: -350px;
  top: 450px;
  margin-top: -148px;
}
.banner-content-section h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
  color: #fff;
  background:none;
  border-bottom: 3px solid #fff;
}
.banner-content-section .btn-read-more {
    color: #fff;
    font-size: 13px;
    width: 173px;
    padding: 0;
    border-radius: 35px;
    font-weight: bold;
    margin-right: 15px;
    height: 63px;
    line-height: 65px;
}
.banner-content-section .btn-read-more.btn-pricing {
    background: #cf2853;
    background: url(assets/images/btnBaseSelect.png) no-repeat !important;
    background-position: 0 -2px;
}
.banner-content-section .btn-read-more.btn-pricing:hover {
    background: #EC436E;
}
.banner-content-section .btn-read-more.btn-features:hover {
    background: #FAFAFA;
}
.banner-content-section .btn-read-more.btn-features {
    background: #eeeeee;
    color: #545454;
    /* padding-left: 75px; */
    /* padding-right: 75px; */
    font-weight: bold;
    background: url(https://drflowersmcat.com/wp-content/themes/dfm/assets/images/btnBaseDefault.png) no-repeat !important;
}
.banner-content-section p {
  color: #fff;
  padding: 18px 0 80px;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}
.down-arrow-scroll.right-arrow a {
  display: block;
  width: 50px;
  height: 60px;
}
.carousel-indicators li, .inner-slider .carousel-indicators li {
  border: 2px solid #fff;
}
.carousel-indicators li{
  margin: 3px;
}
.carousel-indicators .active, .inner-slider .carousel-indicators .active {
  margin: 3px;
  background-color: #fff;
  border-radius: 0px;
  border: 0px;
  position: relative;
  width:8px;
  height:8px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-indicators .active:after {
   border: 1px solid #fff;
   top: 50%;
   left: 50%;
   content: "";
   position: absolute;
   height: 16px;
   width: 16px;
   -webkit-transform: translate(-50%, -50%);
   border: 2px solid #fff;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.positioned-container {
  position: relative;
  z-index: 99;
  max-width:1370px;
  margin:0 auto;
}
.positioned-container-plan-area {
  position: relative;
}
.down-arrow-scroll {
  width: 50px;
  height: 60px;
  background: url(assets/images/btnPageDown.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top:0px;
  margin-top: -24px;
}
.down-arrow-scroll.right-arrow {
  right: 0px;
  left: auto;
}
.down-arrow-scroll.comp-plan-align {
  top:11px;
  background: url(assets/images/btnBack.png) no-repeat center center;
}
section.plan-tour-section {
  padding: 80px 0 70px;
}
section.plan-tour-section .plan-and-price {
  background: #d02551;
  color: #fff;
  padding: 70px 0;
}
section.plan-tour-section h3 {
  font-weight: bold;
  font-size: 26px;
}
section.plan-tour-section p {
  font-size: 16px;
  font-weight: 300;
  margin-top: -14px;
}
section.plan-tour-section .take-a-tour {
  background:#4791b6;
  color: #fff;
  padding: 70px 0;
}
h2.sub-head {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  color: #555555;
  position: relative;
  z-index: 9;
  margin-top:  0;
}
about-us-section h2.sub-head{
  margin-top:50px;
}

h2.sub-head.white-subhead {
  color: #fff;
}
section.about-us-section {
  padding: 60px 0 45px;
  background:#fafafa;
}
section.about-us-section.abt-bdr {
    margin-top: 50px;
    padding-top: 43px;
}
.about-us-section .about-us-content {
  float: left;
  width: 100%;
  padding-left: 55px;
  position: relative;
  z-index: 99;
  padding-right: 0;
  max-width: 757px;
 }
.about-us-section .about-us-content p {
  margin-bottom: 25px;
  margin-top: 35px;
  font-size: 18px;
  font-weight: 400;
}
.about-us-section .about-us-content span {
  font-weight: 700;
  font-size: 20px;
}
.about-us-section .about-us-content h5 {
  font-weight: bold;
  font-size: 17px;
  color:#555555;
}
.about-us-section .about-us-content h5 a {
  color:#555555;
  text-decoration:none;
}
.about-us-section .about-us-img {
  position:relative;
}
.about-us-img img {
  position: absolute;
  max-width: 100%;
  top: -77px;
  z-index: 1;
  right:0px;
}
.abt-bdr .about-us-img img {
  position: absolute;
  top: -10px;
  right: 0px;
  max-width: 100%;
  top: -107px;
}
.feature-header{
  background-image: url(./assets/images/HeroImage5.jpg);
  min-height: 350px;
  background-size: cover;
}
section.feature-section {
  background:#555555;
  color:#fff;
  padding: 60px 0 30px;
  position: relative;
}
.feature-section p {
  color: rgba(255, 255, 255, 0.79);
  padding:35px 55px;
  font-size:18px;
  text-align:center;
}
section.feature-section .feature-posn {
  padding: 50px;
  min-height: 385px;
  position: relative;
  background: url(assets/images/Panel_Default.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}
section.feature-section .feature-posn:hover {
    background: url(assets/images/Panel_Selected.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
}
 section.feature-section .feature-posn:hover h3 {
    font-weight: 700;
}
 section.feature-section .feature-posn:hover.feature-posn::after {
      opacity: 0.06;
 }
section.feature-section .feature-posn:hover span.rdmoreline {
  width: 90px;
}
section.feature-section .feature-posn:hover h5 {
    color: #fff;
}
section.feature-section .feature-posn::after {
  content: "";
  width: 100%;
  width: 149px;
  height: 100%;
  position: absolute;
  opacity: 0.02;
  background-repeat: no-repeat;
  left: 252px;
  top: 50%;
  transform: translatey(-46%);
}
section.feature-section .mcat-content-bg::after {
  background-image: url(assets/images/iconSpecific-big.png);
}
section.feature-section .study-plan-bg::after {
  background-image: url(assets/images/iconPlanning-big.png);
}
section.feature-section .flashcard-bg::after {
  background-image: url(assets/images/iconFlash-big.png);
}
section.feature-section .explanation-bg::after {
  background-image: url(assets/images/iconFormula-big.png);
}
section.feature-section .review-question-bg::after {
  background-image: url(assets/images/iconReview-big.png);
}
section.feature-section .verbal-reasoning-bg::after {
  background-image: url(assets/images/iconPlan-big.png);
}
section.feature-section .record-presentn-bg::after {
  background-image: url(assets/images/iconRecord-big.png);
}
section.feature-section .feature-content h3 {
  font-size: 28px;
  font-weight: 400;
  padding: 20px 0;
  color: #fff;
  line-height: 38px;
}
section.feature-section .feature-content h5 {
  font-weight: bold;
  font-size: 17px;
  color: #a5a5a5;
}

.breadcrumbs-nav{
  background:#eeeeee;
}
section.feature-section .feature-content h5 a:hover {
  color: #fff !important;
}
.feature-section .row {
  padding-bottom:20px;
}
.main-wrapper p {
  padding-bottom:20px;
  font-size:18px;
}
/* centered columns styles */
.row-centered {
  text-align:center;
}
.col-centered {
  display:inline-block;
  float:none;
  text-align:left;
}
section.plans-section {
  padding: 60px 0 70px;
}
section.plans-section p {
  padding:35px 0;
}
section.plans-section .plans-content a {
  text-decoration:none;
}
section.plans-section .mcat-comp-plan:hover span.rdmoreline {
  width:50%;
}
section.plans-section .mcat-comp-plan:hover .plan-content-info h3 {
  font-weight:500 !important;
}
section.plans-section .plan-img-info img:hover {
  filter: blur(0px);
}
section.plans-section .mcat-booster-plan:hover span.rdmoreline {
  width:50%;
}
section.plans-section .mcat-booster-plan:hover .plan-content-info h3 {
  font-weight:bold !important;
}
section.plans-section .mcat-comp-prep-plan:hover span.rdmoreline {
  width:50%;
}
section.plans-section .mcat-comp-prep-plan:hover .plan-content-info h3 {
  font-weight:bold !important;
}
section.plans-section .plans-content .plan-content-info {
    padding: 30px 47px 45px;
     box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14); 
    min-height: 290px;
    /*background: url(assets/images/Plan_Base.png) no-repeat;
    background-size: 100% 100%;*/
}
section.plans-section .plan-img-info img {
  width:100%;
  filter: blur(2px);
  border-radius:5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
section.plans-section .plans-content h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0px;
}
section.plans-section .plans-content h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
}
section.contact-us-section {
  background-image: url("assets/images/callimage.png");
  min-height:600px;
  background-size:cover;
  color:#fff;
  padding: 60px 0 70px;
  background-attachment:fixed;
}
section.contact-us-section img {
  width:100%;
  max-width:100%;
}
section.contact-us-section .contact-us-communication-info {
   padding: 24px 65px;
}
section.contact-us-section .contact-us-content {
  padding-top:30px;
  margin-top:50px;
  background: rgba(0, 0, 0, 0.41);
  min-height: 550px;
}
.frm-head-area {
    font-size: 26px;
    padding-top: 10px;
}
span.frm-line-white {
    border-bottom: 1px solid #fff;
    display: block;
    width: 50px;
    margin-top: 30px;
}
.communication-location p:first-child {
    padding-bottom: 20px;
    font-size: 18px;
}
p.location-icon {
  position:relative;
  padding-left:40px;
  font-size:16px;
  padding-bottom:25px;
  color:#e9e7e8;
}
p.location-icon span {
  color:#fff;
  font-size:18px;
}
.contact-us-communication-info .communication-location p.location-icon::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("assets/images/iconLocation.png");
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  margin-top:3px;
  background-repeat: no-repeat;
}
p.phone-icon {
  position: relative;
  padding-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 42px;
  padding-bottom: 21px;
  color:#e9e7e8;
}
.contact-us-communication-info .communication-channels p.phone-icon::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("assets/images/iconCall.png");
  left: 0;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
}
p.email-icon {
  position: relative;
  padding-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 32px;
  color: #e9e7e8;
}
.contact-us-communication-info .communication-channels p.email-icon::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("assets/images/iconMail.png");
  left: 0;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
}
footer.dm-footer {
  background: #444444;
}
footer.dm-footer .footer-each-item {
  min-height: 381px;
  padding: 70px 0 0px;
}
footer.dm-footer .footer-left-item {
  width:25%;
  float:left;
  padding-right: 10%;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
footer.dm-footer .footer-middle-item {
  width:50%;
  float:left;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
footer.dm-footer .footer-right-item {
  width:25%;
  float:left;
  padding-left: 5%;
}
footer.dm-footer .footer-each-item .footer-logo {
  padding-bottom: 13px;
  width: 170px;
  margin: 0 auto;
}
footer.dm-footer .footer-each-item ul li a {
  display: block;
  padding: 4px 0;
  margin-top: 7px;
  color: #fff;
  text-decoration:none;
}
footer.dm-footer .footer-each-item p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 35px;
}
footer.dm-footer .social-icons ul li {
  display:inline-block;
}
.footer-middle-item .social-icons ul {
    padding-left: 0px;
}
.dm-footer-terms {
  background: #333333;
}
.dm-footer-terms .terms-items {
  margin: 0 auto;
  max-width:1370px;
  color: rgba(255, 255, 255, 0.78);
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dm-footer-terms .terms-items .terms-left {
  /* float:left; */
  display: inline-block;
  width: 33.33%;
}
.dm-footer-terms .terms-items .terms-right {
  /* text-align:right; */
  /* margin-top:-17px; */
  display: inline-block;
  width: 33.33%;
  text-align: right;
}
.dm-footer-terms .terms-items .terms-right a {
  color: rgba(255, 255, 255, 0.78);
  position:relative;
  text-decoration:none;
  padding-right:25px;
}
.dm-footer-terms .terms-items .terms-right a:after {
  content: "";
  right:0;
  width: 21px;
  height: 13px;
  background-image: url(./assets/images/top-arrow.png);
  top: 0;
  position: absolute;
  display: inline-block;
  margin-top: 5px;
  margin-left: 4px;
}
.navbar-default .navbar-nav li a {
  border-bottom: 3px solid transparent;
}
.navbar-nav .active a, .navbar-nav .active a:focus, .navbar-nav .active a:hover {
  border-bottom: 3px solid #fff!important;
  background: none!important;
  color: #fff!important;
  padding: 0;
  margin-top: 15px;
  padding-bottom: 5px;
}
.navbar-nav li {
  margin-right:52px;
}
.slider-next {
  background: url(assets/images/slider-next.png) no-repeat center;
  right: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
}
.slider-prev {
  background: url(assets/images/slider-prev.png) no-repeat center;
  left: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
}
span.btline {
  display: block;
  border-bottom: 2px solid #555555;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 32px;
  padding-top: 3px;
}
span.btline-white {
  display: block;
  border-bottom: 2px solid #fff;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 3px;
}
span.rdmoreline {
  display: inline-block;
  border-bottom: 2px solid #f2b950;
  width: 46px;
  padding-top: 3px;
  transition: 0.5s all;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
    width: 100%;
  }
}
/* plan-styles */

header.plan-header {
  background-image: url("./assets/images/Banner4.jpg");
  min-height:350px;
  background-size:cover;
}
header.plan-header-second {
  background-image: url("assets/images/banner-plan-img.png");
  min-height:350px;
  background-size:cover;
}
.navbar-default.nav-plan {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.28)!important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
}
.navbar-default.nav-plan.affix {
  background:#fff;
  border:0px;
}
.navbar-default.affix .navbar-nav .active a, .navbar-nav .active a:focus, .navbar-nav .active a:hover {
      color: #555555 !important;
  font-weight: 400 !important;
  border-bottom: 3px solid #555 !important;
}
.navbar-default.affix .navbar-collapse .navbar-nav a.page-scroll{
  color: #555555;
  font-weight: 400;
}
.navbar-default.affix .header-container .logo-color-bg{
  display:block;
}
.navbar-default.affix .header-container .logo-white-bg{
  display:none;
}
.navbar-default.nav-plan .navbar-collapse .navbar-nav a.page-scroll {
  color:#555555;
  font-weight:400;
}
section.plan-section {
  background:#fafafa;
}
section.plan-section .plan-head {
  padding: 30px 0 20px;
  position: relative;
}
.panel.plan-details {
  padding:20px;
}
.plan-duration-right a.btn.plan-read-more:hover {
  background: #FAFAFA;
}
section.plan-section .plan-head h1 {
  font-weight:400;
}
section.plan-section .plan-head h3 {
  font-weight:400;
}
section.plan-section .plan-head p {
  padding:20px 0px;
  font-weight:400;
}
.box-border.clerafix {
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.28);
background: #fff;
border-radius: 6px;
margin-bottom:25px;
}

.plan-duration-section .plan-duration-top-area {
  position:relative;
  padding:40px 50px 25px;
}
.plan-duration-top-area .guaranteed-box {
  position: absolute;
  top: 10px;
  left: -35px;
  color: #fff;
  background: #cf2853;
  width: 170px;
}
.plan-duration-top-area .guaranteed-box a {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 17px;
  color:#fff;
  display:block;
  text-decoration:none;
}
.plan-duration-top-area .guaranteed-box a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/images/guaranteed-img.png");
  top: 0;
  right: 10px;
  position: absolute;
  display: inline-block;
  margin-top:3px;
}
.plan-duration-section .plan-duration-bottom-area {
  border-top:1px solid #ccc;
  padding:40px 50px 25px;

}
.plan-duration-bottom-area.readmore-yellow-bg {
    border-top: 1px solid #ccc!important;
    padding: 45px 0px 20px;
  margin-left:-50px;
  margin-right:-50px;
  border-bottom:1px solid #ccc!important;
  
}
.study-course-listing img{
  max-width:100%;
}
.plan-duration-section .plan-duration-bottom-area p{
  text-align:center;
}
.week-detail-shadow-area{
  margin-top: 100px;
    padding-bottom: 36px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
  background: #fff !important;
}
.plan-buy.plan-duration-right.wk-buy-agn {
    right: 20px;
    margin-top: -5px;
}
.plan-duration-section .plan-duration-bottom-area p:first-child {
  font-weight:bold;
  font-size: 17px;
}
.plan-duration-section .plan-duration-bottom-area p:last-child {
  font-weight:400;
  font-size: 17px;
}
.plan-duration-section .plan-duration-left {
  /* float:left; */
  padding-left: 50px;
  padding-top:15px;
}
.plan-duration-section .plan-duration-right {
  float:right;
  padding-top:20px;
}
.plan-duration-right .btn.plan-price-btn {
  color: #fff;
  background: #cf2853;
  padding: 17px 45px;
  border-radius: 30px;
  font-size: 16px;
  font-weight:bold;
}
.plan-duration-right a.btn.plan-read-more {
  color: #555555;
  background: #eeeeee;
  padding: 17px 45px;
  border-radius: 30px;
  font-size: 16px;
}
.plan-duration-section .plan-duration-left h2 {
  float: left;
  margin: 0;
  padding-right: 20px;
  color: #cf2853;
  font-weight: 400;
  font-weight: bolo;
  font-size: 34px;
  height:50px;
}
.plan-duration-section .plan-duration-left h3 {
    margin: 0;
    display: inline-block;
    font-weight: 400;
    font-weight: bolo;
    font-size: 21px;
    height: 50px;
}


.plan-duration-section .plan-duration-left h2 a {
    color: #cf2853;
    text-decoration: none;
}
.plan-duration-section .plan-duration-left h2 span {
  font-size: 46px;
  font-weight: 600;
}
.plan-duration-section .plan-duration-left h4 {
    font-weight: 500;
    color: #cf2853;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 36px;
    float: left;
    padding-right: 20px;
}
.plan-duration-section .plan-duration-left a {
    text-decoration: none;
}
.plan-duration-bottom-area p img {
    margin-top: -10px;
}
.plan-duration-section .plan-duration-left h5 {
    font-weight: 400;
    font-size: 18px;
    color: #575757;
    clear: both;
    margin-top: 0px;
  
}
.plan-duration-section .container .col-md-3 {
  text-align:center;
}
.studyplan-description-area h4 {
  color: #575757;
  font-size:18px;
  font-weight: 400;
  padding-bottom: 40px;
}
.studyplan-description-area p {
  padding: 30px 0 50px;
  font-size: 20px;
  color:#575757;
}
/* plan-styles */


.box {
  position: relative;
}
.ribbon {
  position: absolute;
  left: -5px;
  top: -15px;
  z-index: 999;
  width: 110px;
  height: auto;
  text-align: right;
}
.ribbon span {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 27px;
  transform: rotate(360deg);
  width: 185px;
  display: block;
  background: #cf2853;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 23px;
  left: -14px;
}
.ribbon span a{
  color:#fff;
  text-decoration:none;
}
.box .recommended{
  position: absolute;
  left: 200px;
  z-index: 999;
  width: 110px;
  text-align: right;
}
.box .recommended span {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 27px;
  transform: rotate(360deg);
  width: 185px;
  display: block;
  background: rgba(0, 128, 0, 0.98);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 8px;
  left: -14px;
}
.recommended span  a{
  color:#fff;
  text-decoration:none;
}
.week-plan-det{
  /* padding-top:50px; */
}


/* .ribbon span::before { */
  /* content: ""; */
  /* position: absolute; */
  /* left: 0px; */
  /* top: 100%; */
  /* z-index: -1; */
  /* border-left: 3px solid #8F0808; */
  /* border-right: 3px solid transparent; */
  /* border-bottom: 3px solid transparent; */
  /* border-top: 3px solid #8F0808; */
/* } */
/* .ribbon span::after { */
  /* content: ""; */
  /* position: absolute; */
  /* right: 0px; */
  /* top: 100%; */
  /* z-index: -1; */
/* } */
/* plan-styles 2 */

.calendar-area-inner {
  width:100%;
}
div.zabuto_calendar {
  margin-left: 20px;
}
.cal-posn {
  float:left;
}
div.zabuto_calendar {
  margin-left: 20px !important;
}
div.zabuto_calendar div.calendar-month-navigation {
  display: none;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
  background: #fff !important;
  font-weight: 400 !important;
}
.calendar-bottom-txt p {
  padding:20px 0px;
}
section.buy-section {
  padding:20px 0;
}
section.buy-section p {
  padding-top:15px;
}
div.zabuto_calendar .table tr.calendar-month-header th {
  background-color: #fff !important;
  font-weight: 400 !important;
}

div.zabuto_calendar tr.calendar-dow td {
  width: auto;
  padding: 4px 8px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: none;
}
.day.highlight {
  background: #cf2853;
  border-radius: 100%;
  color: #fff;
  width: 35px;
  height: 34px;
  padding-top: 6px;
}
/* plan-styles 2 */


section.plan-tour-section .plan-and-price1 {
  background: #d02551;
  color: #fff;
  padding: 70px 0;
}
section.plan-tour-section .plan-and-price2 {
  background: #4791b6;
  color: #fff;
  padding: 70px 0;
}
.plan-head h1 {
  color:#555555;
}
.guarantee-content {
  padding: 20px 25px 35px 30px;
}
.guarantee-content h3 {
  font-size: 22px;
}
.guarantee-content p {
  font-size: 16px;
}
.gline {
  margin-bottom: 30px;
}
/* read-more desktop*/
.study-course-listing .study-course-posn {
    padding: 0px 30px;
    min-height: 282px;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.11);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;  
}
.plan-buy.plan-duration-right.wk-by-agn {
    margin-top: -10px;
}
.week-plan-det h3 {
    font-size: 20px;
    }
.study-course-listing .feature-head{
  text-align: center;
  font-size: 25px;
  padding-bottom: 30px;
  padding-top: 10px;
  color: #555555;
}
/* .study-course-listing .readmore-bg-0::after { */
  /* background-image: url(assets/images/iconSpecific_bg.png); */
/* } */
/* .study-course-listing .readmore-bg-1::after { */
  /* background-image: url(assets/images/iconFlash_bg.png); */
/* } */
/* .study-course-listing .readmore-bg-2::after { */
  /* background-image: url(assets/images/iconReview_bg.png); */
/* }.study-course-listing .readmore-bg-3::after { */
  /* background-image: url(assets/images/iconPersonal_bg.png); */
/* } */
/* .study-course-listing .readmore-bg-4::after { */
  /* background-image: url(assets/images/iconAsk_bg.png); */
/* } */

/* .study-course-listing .study-course-posn::after { */
  /* content: ""; */
  /* width: 100%; */
  /* height: 100%; */
  /* position: absolute; */
  /* background-repeat: no-repeat; */
  /* right: 0; */
  /* top: 0; */
/* } */
.study-course-listing .study-course-posn h3 {
  font-size: 29px;
  color: #555555;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 15px;
}
.study-course-listing .study-course-posn h5 {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 26px;
  margin-top: 0;
  padding-bottom: 10px;
  font-weight: 400;
}
.grey-shade {
  border-bottom: 2px solid #dddddd;
  display: inline-block;
  width: 50px;
  margin-bottom: 20px;
}
.read-more-description-area {
  padding:70px 0;
}
.read-more-description-area p {
  padding-top:40px;
  font-size: 20px;
  color: #575757;
}
section.dr-flower-note {
  padding:50px 0;
}
section.dr-flower-note {
  background-image: url(assets/images/note_bg.jpg);
  min-height: 350px;
  background-size: cover;
}
section.dr-flower-note {
  color:#fff;
  font-size:18px;
}
.content-quote p {
  padding: 10px 15px 0px;
  font-size: 19px;
}
.rd-more-back {
  top: 12px;
  transform: rotate(90deg);
}

.view-schedule-txt {
  position: relative;
  right: 12px;
  top: 19px;
  float: left;
  font-size: 20px;
  color: #555555;
}
.view-schedule-icon {
  float: left;
  width: 50px;
  height: 60px;
  background: url(assets/images/btnSchedule.png) no-repeat center center;
}
.buy-align {
  padding: 17px 60px!important;
  margin-top: 20px;
}
.plan-duration-bottom-area a {
  color: #555;
  text-decoration: none;
  display: block;
  margin-top: -14px;
}
.plan-duration-bottom-area a:hover {
  color: #bf0c3b;
}
.plan-duration-right .btn.plan-price-btn:hover {
  background: #EC436E;
}

.content-quote:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(assets/images/LearnMore-iconTesti.png) no-repeat center center;
}
.content-quote:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(assets/images/LearnMore-iconTesti.png) no-repeat center center;
  transform: rotate(180deg);
  bottom: 17px;
}
.study-plan-head {
  padding:30px 0;
}

/* read-more desktop*/

.plan-duration-right a.btn.plan-read-more{
  margin-right: 10px;
  font-weight:bold;
}
div.zabuto_calendar .table th, div.zabuto_calendar .table td {
  padding: 10px 21px;
  text-align: center;
}

div.zabuto_calendar .table {
  width: 100%;
  min-width: 400px;
  min-height: 400px;
  margin-bottom: 25px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30);
  background: #fff;
  display: flex;
  padding: 15px;
}


div.zabuto_calendar .table tr.calendar-month-header th {
  font-weight: 400 !important;
  padding-top: 30px;
}
.acf-map {
  width: 100%;
  margin: 0;
}
.acf-map img {
  max-width: inherit !important;
}
.navbar-default li.active-inner a {
  border-bottom: 3px solid #555;
}
.view-schedule a:hover .view-schedule-txt {
  color: #bf0c3b;
}

.ribbon .glyphicon-ok-circle:before{
  display:none;
}
.view-schedule {
  position: absolute;
  float: right;
  top: 20px;
  right: 13px;
}

.panel.plan-details p {
  margin-bottom: 0px;
}
.day.pink-highlight {
  background: pink;
  border-radius: 100%;
  color: #fff;
  width: 35px;
  height: 34px;
  padding-top: 6px;
}



.down-arrow-scroll a.page-scroll {
  display: block;
  width: 100%;
  height: 50px;
}
footer.dm-footer .footer-each-item ul li a:hover {
  color: #fff;
}

section.section-holder {
  position: relative;
  float: left;
  width: 100%;
}
section.buy-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}

section.buy-section.fixed-panel {
  position: relative;
}

section.plans-section .plan-img-info img {
  filter: none;
}

span.footer-ttl {
  width: 1301px;
  text-align: center;
  display: inline-block;
}
section.feature-wrapper-area img{
  max-width:100%;
}
/* NEw section */
section.feature-main-section{
  padding: 70px 0;
  background:#f7f7f7;

}
body.features ul.navbar-nav  li:nth-child(2) a {
   color: #555555;
   font-weight: 500 !important;
   border-bottom: 3px solid #555;
}
body.plans ul.navbar-nav  li:nth-child(3) a {
   color: #555555;
   font-weight: 500 !important;
   border-bottom: 3px solid #555;
}
section.feature-main-section .fetre-head h4 {
  padding: 30px 0 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
section.feature-main-section .fetre-head h1 {
  font-weight: 400;
}
.Mcat-specific-content{
  padding-top:80px;
}
.feature-r-area{
  padding-left:30px;
}
.feature-cnt-posn h3{
  color: #555555;
  font-weight: 400;
  font-size: 28px;
}
.feature-cnt-posn h5{
  width: 85%;
  color: #555555;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;

}
.feature-cnt-posn p{
  padding:25px 0;
}
.feature-cnt-posn a{
  color: #555555;
  font-weight: bold;
  text-decoration:none;
}
.feature-mcat-white-content{
  padding-top:120px;
}
.feature-mcat-gray-content{
  padding-top:120px;
  background:#f7f7f7;
}

.select-plan-section{
  padding:30px 0 20px;
  background:#fafafa;
}
.select-plan-section p{
  font-size:15px;
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
}
.guarantee-note{
  background:#fff;
  color:#4791b6;
  margin-bottom:50px;
  margin-top: -34px;

}
.guarantee-note h5{
  font-weight:bold;
  padding-bottom:30px;
  font-size:20px;

}
.guarantee-note p{
  font-size:18px;
  text-align:center;

}
.dissapoint-img img{
  max-width:100%;
}
.box-guarantee-check{
  position:relative;
  top:-40px;
  left:17px;
}
.dr-note-content-txt{
  position:relative;
  padding:30px 0;
}
.dr-note-blue-txt{
    background: rgba(255, 255, 0, 0.07);
    padding: 30px;
    border: 2px solid #555;
  margin-left: -80px;
  
}
.dr-note-yellow-area{
  
}
.guarantee-blue-area {
  padding:35px 0 10px;

}
.guarantee-blue-area h5{
  margin-left: 52px;
  font-size: 18px;
  font-weight: 400;

}
.guarantee-blue-area img{
  max-width:100%;
  padding-top: 74px;
}
.dr-note-blue-txt p{
  font-size:16px;
}
.box-guarantee-detailed-check{
  position:relative;
  left:-42px;
}
.dm-footer-terms .llc-center{
  text-align:center;
  display: inline-block;
  width: 33.33%;
}
.feature-plan-algn{
  margin-top:90px;
}
.feature-cnt-posn{
  padding-top:40px;
}
.feature-cnt-posn img{
  padding-bottom:10px;
}
.fetre-head{
  position:relative;
}
.play-img{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: 43px;
  padding-right: -18px;
}
.play-img:hover {
    background: #bf0c3b;
}
.breadcrumbs-nav ul{
  padding: 6px 0 0px;
    margin-bottom: 5px;
}
.breadcrumbs-nav ul.breadcrumb-list li, .breadcrumbs-nav ul.breadcrumb-list li a {
   list-style-type: none;
    display: inline-block;
    text-decoration: none;
    color: #555;
    margin-right: 5px;
}
.breadcrumbs-nav ul.breadcrumb-list li, .breadcrumbs-nav ul.breadcrumb-list li a:hover {
    color: #EC436E;
}
.breadcrumbs-nav ul.breadcrumb-list li i {
    border: solid rgba(0, 0, 0, 0.47);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.breadcrumbs-nav ul.breadcrumb-list li i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.acf-map .wpcf7 {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.acf-map .wpcf7 .wpcf7-form-control {background: #fafafa;color: #555555 !important;border: 1px solid rgba(227, 227, 227, 0.59) !important;font-size: 17px;box-shadow: none;box-sizing: border-box;width: 100%;height: 42px;border-radius: 5px;padding-left: 10px;}
}

.acf-map .wpcf7 input.wpcf7-form-control.wpcf7-submit {
   display:inline-block;
}
.acf-map .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    max-width: 170px;
    background: #cf2853;
    border: 0px!important;
    color: #fff!important;
    border-radius: 50px;
    display: block;
    padding-top: 16px;
    padding-bottom: 38px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #EC436E!important;
}

.acf-map .wpcf7  label {
    font-weight: 400;
  display:block;
}

.acf-map .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
  min-height:150px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 7px;
}
section.plan-section.plan-botom-bg{
  position:relative;
  z-index:9;
}
div.zabuto_calendar tr.calendar-dow td {
  width: auto;
  padding: 0px 10px;
  vertical-align: super;
}

div.zabuto_calendar tr.calendar-dow td {
  width: auto;
  padding: 10px 8px;
}

div.zabuto_calendar .table th, div.zabuto_calendar .table td {
  padding: 10px 21px;
  text-align: center;
}
.daily-hours {
    float: left;
    margin-top:;
    margin-top: 30px;
}

.daily-hours .daybox {
    border: 2px solid rgba(85, 85, 85, 0.44);
    text-align: center;
    padding: 6px 15px 0px;
    color: #cf2853;
    font-weight: bold;
  border-right: 0px;
}
.daily-hours:last-child .daybox {
  border-right: 2px solid rgba(85, 85, 85, 0.44);
}
.daily-hours span.daylabel {
    display: block;
    text-align: center;
  margin-bottom: 6px;
  font-size: 15px;
    color: #555;
}

.daybox p.hourslabel {
    padding: 0px !important;
    font-weight: bold !important;
  margin-bottom: 5px !important;
  
}
p.info-course-duration {
    margin-bottom: -10px;
    margin-top: 10px;
}
.plan-head .day-schedule {
    display: inline-block;
}

.buy-bg{
  background:#fff !important;
}
.agreement-duration-area{
  margin-bottom:20px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);
  padding:20px 0;
  margin-top:-10px;
}
.agreement-duration-area p:first-child{
  font-weight: bold;
  font-size: 18px;
}
.agreement-text-area p{
  margin-top:30px;
  font-size:18px;
  font-weight:400;
}
.agreement-text-area p:last-child{
  margin-bottom:60px;
}

.frm-input-area h4{
  font-size:21px;
  font-weight:400;
  margin-top:35px;
}
.buy-submit-posn{
  padding:5px 0 70px;
}
.frm-input-area  .row{
  margin-bottom:20px;

}
.frm-input-area  .row .form-group input{
  border-radius:50px;
  padding:20px;
}
.frm-input-area .row .nice-select{
  border-radius:50px;
  min-width:100px;
  background:#fafafa;
  border:1px solid #e3e3e3;
  margin-bottom:10px;
}
.frm-input-area .row .nice-select .current{
  text-align: center;
  display: block;
  font-size: 17px;
  color:#bbbbbb;
}
.dark-shade {
  border-bottom: 2px solid #555555;
  display: inline-block;
  width: 50px;
  margin-bottom: 20px;
}
.frm-input-area h5{
  font-size:19px;
  color:#555555;
  font-weight:400;
  padding-bottom:15px;

}
.frm-input-area .form-control{
  background:#fafafa;
  color:#555555 !important;
  border: 1px solid rgba(227, 227, 227, 0.59) !important;
  font-size: 17px;
  box-shadow: none;

}
.nice-select:after{
  height: 7px !important;
  right: 19px !important;
  width: 7px !important;
}
span.buy-price-bg{
  /* color:#cf2853; */
  font-weight:bold;


}
.container-inner-area{
  max-width:1050px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;

}
.frm-input-area ::-webkit-input-placeholder  {
  color: #bbbbbb !important;
}
.send-algn
{
  float:none !important;
}
.contact-msg
{
  height: 60px !important;
}
.plan-buy.plan-duration-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 18px;
}
.mov-lt-img{
  padding-left: 45px;
}
/* NEw section */


@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .study-course-listing .study-course-posn {
    padding: 30px 35px;
    min-height:425px;
  }
  .study-course-listing .study-course-posn h3 {
    font-size: 25px;
    padding: 0;
  }
  .study-course-listing .study-course-posn h5 {
    font-size: 16px;
  }
  section.dr-flower-note {
    padding:20px;
  }
  .week-plan-det {
    margin-right:80px;
  }
  .week-plan-det h1 {
    font-size:30px;
  }
  .week-plan-det h3 {
    font-size:20px;
  }

  .plan-duration-right a.btn.plan-read-more{
    margin-bottom:10px;
  }
  .dissapoint-img img {
    width: 50%;
  }
  .dr-note-blue-txt {
    margin-left: 0px;
  }


}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  section.feature-section .feature-posn {
    min-height: 385px;
    margin-bottom:10px;
  }
  .contact-us-img-info {
    padding-right: 10px;
  }
  .banner-content-section {
    position: absolute;
    max-width: 600px;
    left: 50%;
    margin-left: -240px;
    top: 350px;
    margin-top: -186px;
  }
  .banner-content-section h1 {
    font-size: 32px;
  }
  .banner-content-section p {
    padding: 15px 0 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .about-us-section .about-us-content {
    padding-left: 0px;
    padding-right: 0px;
  max-width:100%;
  }
  .about-us-img img {
    position: relative;
    display:block;
  margin:0 auto;
    top:0;
  }
  .feature-section p {
    padding:10px;
  }
  section.plans-section .plans-content .plan-content-info {
    padding: 10px 20px 5px;
    min-height: 230px;
    margin-bottom: 20px;
  }
  .dm-footer-terms .terms-items .terms-left {
    padding-left: 10px;
  }
  .dm-footer-terms .terms-items .terms-right {
    padding-right: 10px;
  }
  .navbar-nav li {
    margin-right: 25px;
  }
  .col-centered {
    float: left;
  }
  .feature-r-area {
    padding-top: 50px;
    padding-left:0px;
  }
  .feature-cnt-posn {
    padding-top: 0;
  }
  .feature-wrapper-area{
    text-align:center;
  }
  .feature-cnt-posn h5{
    width:100%;
  }
  .row.wrap-row {
    display: flex;
    flex-wrap: wrap;
  }

  .wrap-order-2 {
    order: 2;
    margin-top:30px;
  }

  .wrap-order-1 {
    order: 1;
  }
  .feature-cnt-posn p{
    padding-bottom:0px;
  }
  .banner-content-section .btn-read-more{
    padding: 20px 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .contact-us-img-info {
    background: rgba(0, 0, 0, 0.41);
    min-height: 425px;
    padding-left: 10px;
    padding-top: 11px;
  }
  .about-us-section .about-us-content {
    padding-left: 0px;
  padding-right: 41%;
    max-width: 100%;
  }
  .about-us-img img {
    width: 400px;
  top: 0px;
  }
  section.feature-section .feature-posn {
    min-height: 385px;
    margin-bottom: 15px;
  }
  section.plans-section .plans-content .plan-content-info {
    min-height: 330px;
  }
  .feature-section p {
    padding:10px;
  }
  .banner-content-section p {
    padding: 15px 0 10px;
  }
  .banner-content-section {
    max-width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 350px;
    margin-top: -135px;
  }
  .dm-footer-terms .terms-items .terms-left {
    padding-left: 10px;
  }
  .dm-footer-terms .terms-items .terms-right {
    padding-right: 10px;
  }
  .navbar-nav li {
    margin-right: 35px;
  }
  .col-centered {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .feature-section p {
    padding: 12px 0px;
    font-size:17px;
  text-align: left;
  }
  .about-us-section .about-us-content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-us-section .about-us-img {
    width: 100%;
  }
  .about-us-img img {
    position: relative;
    top: 47px;
    max-width: 100%;
  }
  section.plan-tour-section {
    padding:0px;
  }
  section.plans-section .plans-content .plan-content-info {
    padding: 0px;
    min-height: 0px;
    width: 50%;
    padding-left: 20px;
    display: inline-block;
  box-shadow: none;
  min-height: 190px;
  }
  .plan-duration-section .plan-duration-top-area {
    padding: 12px !important;
  }
  .plan-duration-section .plan-duration-left {
    padding-top: 40px !important;
  }
  .plan-duration-section .plan-duration-left h5 {
    font-size: 16px !important;
  }
  .plan-duration-section .plan-duration-right {
    padding-bottom: 20px;
  }
  footer.dm-footer .footer-each-item {
    padding: 10px 0;
    border-right: 0px;
    min-height: 0;
  }
  section.feature-section .feature-posn {
    margin: 15px -15px;
    min-height: 0;
    padding: 25px 20px;
  background: none;
  }
  section.feature-section .feature-content h3 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 23px;
  }
  section.plans-section {
    padding: 50px 0 0px;
  }
  .plans-content .col-md-4 {
    margin-top:30px;
  }
  section.plans-section p {
    padding: 25px 0;
  text-align: left;
  }
  .navbar-default .navbar-toggle {
    color:#fff;
  }
  .navbar-default.nav-plan .navbar-toggle {
    color:#777;
  }
  .navbar-nav .active a, .navbar-nav .active a:focus, .navbar-nav .active a:hover {
    border-bottom: 0px!important;
  }
  .slider-prev {
    background:none;
  }
  .slider-next {
    background:none;
  }
  .nav > li {
    position: relative;
    padding-left:10px;
    margin-right: 0px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.36);
  }
  body.features ul.navbar-nav  li:nth-child(2) a {
   border-bottom: 0px;
 }
 body.plans ul.navbar-nav  li:nth-child(3) a {
   border-bottom: 0px;
 }
 .navbar-default .navbar-collapse, .navbar-default {
    padding:0;
    margin:0;
  }
  .header-container .navbar-collapse .navbar-nav {
    margin-top: 10px;
    margin: 0;
    width: 100%;
    background: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .navbar-collapse .navbar-nav a.page-scroll {
    color: #777 !important;
    font-weight: 400;
  }
  .navbar-default.nav-plan .navbar-collapse .navbar-nav a.page-scroll {
    font-weight: 400;
  }
   .navbar-default .navbar-toggle .icon-bar.icon-bar-bg {
    background-color: #555;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #555;
  }
  .navbar-default.affix .navbar-toggle .icon-bar {
    background-color: #555;
  }
  section.plan-section .plan-head h1 {
    font-size: 30px;
  }
  section.about-us-section {
    padding: 40px 0 40px;
  }
  section.feature-section {
    padding: 50px 0 0;
  }
  footer.dm-footer .footer-left-item {
    width:100%;
    float:none;
    border-right: 0px;
  display: none;
  }
  footer.dm-footer .footer-middle-item {
    width:100%;
    float:none;
    border-right: 0px;
  }
  footer.dm-footer .footer-right-item {
    width:100%;
    float:none;
  }
  .dm-footer-terms .terms-items .terms-left {
    padding-left: 20px;
  width: auto;
  }
  .header-container .navbar-header figure {
    margin-top: 17px;
    float: left;
  margin-left: 20px;
      width: 130px;
  }
  .navbar-default .navbar-toggle {
    margin-bottom: 0px;
    margin-top: 22px;
    border: none;
  }
  .banner-content-section {
    position: absolute;
    width: 350px;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-top: 20px;
  }
   body.home-page {
    padding-top: 83px;
  }
  .header-container .logo-white-bg {
     display: none; 
   }
   .header-container .logo-color-bg {
     display: block; 
   }
  .navbar-header.page-scroll{
    padding-bottom:10px;
  }
  .header-container{
    padding-bottom:0px;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    margin-left: 50%;
    max-width: 230%;
    width: auto!important;
    transform: translatex(-50%);
  }
  .banner-content-section h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 49px;
    margin-top: 0px;
  }
  .banner-content-section p {
    color: #fff;
    padding: 15px 0 13px;
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-content-section .btn-read-more {
    margin-bottom: 20px;
  padding: 24px 38px;
  }
  .navbar-collapse {
    background: #fff!important;
    transition: all 0.5s;
  }

  h2.sub-head {
    text-align: left;
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .plans-content p {
    padding: 0;
    margin: 0;
  }

  /* plan pages */
  .sub-page {
  padding-top: 80px;
  }
    .cal-posn {
    margin-left: -20px;
  }
  div.zabuto_calendar .table {
    min-width: auto !important;
    table-layout: fixed;
  padding: 0px;
  display: table;
  }
  .navbar-default.nav-plan {
    border: 0px;
  }
  header.plan-header {
    background-position: center center;
  }
  header.plan-header-second {
    background-position: center center;
  }
  section.plan-section {
    padding: 0px 12px;
  }
  .plan-duration-section .plan-duration-right {
    padding-top: 20px;
    float: left;
  }
  .plan-duration-right a.btn.plan-read-more, .plan-duration-right .btn.plan-price-btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 20px;
  }
  .studyplan-description-area h4 {
    line-height: 24px;
  }
  .down-arrow-scroll.comp-plan-align {
    top: -17px;
  }
  .navbar-default.affix .navbar-nav .active a, .navbar-nav .active a:focus, .navbar-nav .active a:hover {
    color: #777 !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(204, 204, 204, 0.36) !important;
}
  /* read more Mobile*/

  .study-course-listing .study-course-posn {
    padding: 20px;
  }
  .read-more-description-area {
    padding: 20px 0;
  }
  section.plan-section .plan-head h1 {
    font-size: 23px;
      padding-top: 20px;
  }
  section.plan-section .plan-head h3 {
    font-size: 20px;
  width: 100%;
  }
  .rd-more-back {
    top: 10px;
    left: 18px;
  }
  .plan-buy.plan-duration-right {
    top: 0;
   }
   .plan-duration-bottom-area a{
     margin-top:25px;
   }
  .view-schedule {
    top: 4%;
  }
  
  .week-plan-det {
    padding-top:20px;
  }
  .content-quote p {
    font-size: 17px;
  }
  section.dr-flower-note {
    padding:10px;
  }
  header.plan-header-learn-more {
    background-position:center center;
  }
  section.dr-flower-note {
    background-position:center center;
  }
  .plan-duration-section {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-duration-right a.btn.plan-read-more{
    margin-right:0px;
  }

  /* read more Mobile*/
  .dissapoint-img{
    margin-bottom:80px;
  }
  .box-guarantee-detailed-check {
    margin-bottom: 26px;
  }
  .view-schedule-txt {
    font-size: 17px;
  }


  .dm-footer-terms .terms-items{
    text-align:center;
    
  }
  .dm-footer-terms .llc-center {
    width: 100%;
  font-size: 15px;
    color: #fff;
  }
  .dm-footer-terms .terms-items .terms-right {
    padding-right: 27px;
    width: auto;
  }
  .feature-r-area {
    padding-top: 30px;
    padding-left:0px;
  }
  header.feature-header {
    background-position: center center;
  }

  .feature-plan-algn {
    margin-top: 0;
  }
  .feature-cnt-posn {
    padding-top: 0;
  }
  .play-img {
    left: 35%;
    top: 72%;
    width: 30%;
    margin-left:0px;
    margin-top: 0px;
  }
  .feature-wrapper-area{
    text-align:center;
  }
  .feature-cnt-posn h5{
    width:100%;
  }
  .row.wrap-row {
    display: flex;
    flex-wrap: wrap;
  }

  .wrap-order-2 {
    order: 2;
    margin-top:30px;
  }

  .wrap-order-1 {
    order: 1;
  }
  section.feature-main-section {
    padding: 30px 0;
  }
  .feature-mcat-white-content{
    padding-top:40px;
  }
  .feature-mcat-gray-content{
    padding-top:40px;
  }
  .feature-cnt-posn p{
    padding-bottom:0px;
  }
  section.plan-section .plan-head {
    padding: 20px 0 12px;
  }
  .about-us-section .about-us-content p {
      margin-top: 25px;
      font-size: 17px;
  }
  .header-container.plan-nav-bg {
      background: #fff;
  }
  .acf-map .wpcf7 {
    padding-left: 0px;
  
  }
  .wpcf7-form-control.wpcf7-textarea {
    min-height: 150px !important;
    height:0px;
  }
  .daily-hours .daybox {
    padding: 6px 3px 0px;
  }
   .dr-note-blue-txt {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
  }
  .week-detail-shadow-area{
  
    
  }
  .plan-buy.plan-duration-right.wk-by-agn{
    top: -77px;
  }
  .ribbon{
    left:0;
  }
  .ribbon span{
    left: 0;
    width: 125px;
    font-size: 13px;
  }
  .box .recommended{
    left: 145px;
  }
  .box .recommended span{
    width: 125px;
    font-size: 13px;
    
  }
  .navbar-toggle .icon-bar {
    width: 28px;
    margin-bottom: 8px;
  }
  .banner-content-section .btn-read-more.btn-features {
    padding-left: 68px;
    padding-right: 68px;
  }
  .about-us-section .about-us-content p:last-child {
    margin-bottom: 0px;
  }
  .plan-img-info{
    float: left;
    display: inline-block;
    width: 50%;
    
  }
  
  section.plans-section .plans-content h3 {
    font-size: 19px;
    line-height: 9px;
    margin-top: 7px;
  }
  span.btline-white.mob-desin {
    margin-left: 0;
  }
  span.btline.bt-left-agn {
    margin-left: 0;
  }
  section.contact-us-section .contact-us-content {
    padding-top: 0px;
    margin-top: 0px;
    background: none;
    min-height: 0px;
  }
  .frm-head-area {
    font-size: 18px;
    padding-top: 0px; 
  }
  span.frm-line-white {
    border-bottom: 0px;
    display: block;
    width: 50px;
    margin-top: 0px;
  }
  section.contact-us-section .contact-us-communication-info {
    padding: 0 13px;
  }
  .feature-posn.mcat-content-bg {
    background: #4c4c4c !Important;
  }
  .feature-posn.flashcard-bg {
    background: #4c4c4c !Important;
  }
  .feature-posn.review-question-bg {
    background: #4c4c4c !Important;
  }
  .feature-posn img {
    max-width: 15%;
  }
  section.feature-section .feature-content h5 {
    margin-bottom: 0;
  }

  section.feature-section .feature-posn::after {
    left: 315px;
    transform: translatey(-50%);
    background-size: 150px 150px;
  }
  .dm-footer-terms .terms-items .terms-right a {
    color: #333333;
    padding-right: 0px;
  }
  footer.dm-footer .footer-each-item .footer-logo {
    width: 140px;
    padding-top: 50px;
  }
  section.contact-us-section {
    background-position: top right;
  }
  .acf-map .wpcf7 input.wpcf7-form-control.wpcf7-submit{
    position:relative;
    left:30%;
  }
  .navbar-header.page-scroll {
    padding-bottom: 10px;
    background: #fff;
  }
  section.plans-section .plan-img-info img {
     border-radius: 0px; 
  }
  .visible-mob-bg{
    display: block;
    top: 0px;
    height: 30px;
    background: #9b9893;
    position: fixed;
    left: 0px;
    z-index: 9999;
    width: 100%;
  }
  .home-page .navbar-fixed-top {
    top: 30px;
  }
  .dm-footer > .container{
    max-width: 326px;
  }
  section.plans-section .plans-content h5 {
    font-size: 17px;
    line-height: 20px;

  }
  
  
}

@media only screen and (min-width : 768px){
  footer.dm-footer .footer-left-item{
  display: flex;
    flex-flow: nowrap;
    align-items: center;
    min-height: 362px;
    text-align: center; 
      border-right: 0px;
        padding-right: 0px;
  }
footer.dm-footer .footer-each-item{
      min-height: auto;
        width: 100%;
      padding: 0px 0 0px;
  
}

footer.dm-footer .footer-middle-item{
      border-right: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    min-height: 362px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding-top: 50px;
    padding-bottom: 20px;
  
} 

footer.dm-footer .footer-right-item{
  padding-left: 0px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    min-height: 362px;
    text-align: center;
}
  
  
}

@media only screen and (min-width : 1200px) and (max-width : 1280px){
  section.plan-tour-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dm-footer-terms .terms-items{
    padding: 15px 10px;
  }
  .study-course-listing .study-course-posn{
    /* min-height: 505px; */
  }
  div.zabuto_calendar .table {
  min-width: 390px;
  padding: 5px;
}

}


ul.custom-bullet-list {
    color: #555555;
    padding-left: 15px;
    padding-top: 13px;
  min-height: 145px;
}

ul.custom-bullet-list li a {
    color: #555555;
}
ul.custom-bullet-list li a:hover {
    color: #981c1e;
}

p.info-course-comp {
    margin-bottom: -50px;
}
.view-schedule-button {
   background: #f8f8f8;
   float:  left;
   padding: 1px 16px 0px 0;
   border-radius: 30px;
   box-shadow: 0 0 5px -1px rgba(0, 0, 0, .5);
   margin-top:  2px !important;
}

.view-schedule-button img {
   float:  left;
   margin-bottom:  -1px;
}

.view-schedule-button p {
   float:  left;
   margin-top: 15px;
   margin-left: 5px;
   font-size: 15px !important;
   color: #555555;
}
.navbar-default.affix .navbar-nav li a:focus, .navbar-default.affix .navbar-nav li a:hover {
    border-bottom: 3px solid #555555 !important;
}
ul.custom-bullet-list {
    float:  left;
    width:  100%;
    list-style:  none;
    padding-left: 0;
}
ul.custom-bullet-list li {
    float:  left;
    position:  relative;
    width:  100%;
    padding-left: 20px;
    padding-bottom: 5px;
}
ul.custom-bullet-list li:before {
    content: "\2714";
    color: #cf2852;
    position:  absolute;
    left: 0;
    top: 0;
}
.plan-duration-left img.smiley {
    position:  absolute;
    left: 0px;
    top: calc(50% - 23px);
}

/*************updated css ************/
@media screen and (max-width: 767px){
  .banner-content-section .btn-read-more {
    padding: 0;
  }
  .banner-content-section .btn-read-more.btn-features {
    padding-left: 0;
    padding-right: 0;
  }
  .three-section-tick-list .custom-tick-list-holder {
    width: 100% !Important; 
  }
  section.plan-section {
    padding: 0;
  }
.plan-duration-left img.smiley {
    position: absolute;
    left: 0px;
    top: calc(50% - 10px);
    left: 10px;
    width: 40px;
    display:none;
  }
.plan-duration-section .plan-duration-left h4 {
    font-size: 20px;
  }
.plan-duration-section .plan-duration-left {
    padding-left: 0;
  }
.two-section-tick-list .custom-tick-list-holder {
    width: 100% !Important; 
  }
  .down-arrow-scroll.comp-plan-align {
    top: 7px;
  }
  
}
/*************updated css ************/