/* ------------ navbar styles start----------- */

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
  }
}

#nav-above, #nav-below{
	display: none;
}

@media screen and (min-width: 992px) {
  #nav-above {
		width: 100%;
		height: 10px;
		background: white;
		position: fixed;
		top: 0;
		display: block;
		z-index: 999;
	}

	#nav-below {
		width: 100%;
		height: 10px;
		background: #252D3C;
		position: fixed;
		top: 60px;
		display: block;
		z-index: 999;
	}

	#mainNav {
		background: #252D3C;
	}

	.navbar-fixed-top{
		top:10px;
	}

	#bs-example-navbar-collapse-1 {
		margin-right: 25px; 
	}

	#bs-example-navbar-collapse-1 li a{
		color: white;
    opacity: 0.8;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
	}

  #bs-example-navbar-collapse-1 li a:hover{
      opacity: 1.0;
  }

	#bs-navbar-header {
		background: white;
		position: relative;
	}

	.navbar-brand {
		padding-top: 0;
	}

	#bs-navbar-header:after { 
		width: 0; 
		height: 0; 
		border-top: 50px solid white; 
		border-right: 50px solid transparent; 
		position: absolute;
		right: -49px;
    
	}

  @supports (-ms-ime-align:auto) {
    #bs-navbar-header:after {
        right: 0px;
    }
  }

}

/* ------------ navbar styles end----------- */


/* ---------- Top Section styles start ----------- */

#cp-main-section {
  background-image: url(https://storage.googleapis.com/autogram-server-prod.appspot.com/Autogram/website/ProductPage/assets/img/bg_blue.png);
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-bottom: 0;
  background-color: #0191A9;
}

#cp-main-section-content {
  color: white;
  position: relative;
}

#cp-main-section-img{
  position: relative;
}

#cp-main-section-img img{
  width: 100%;
  max-width: 450px;
}

#cp-div .cp-heading {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}

#cp-div .cp-subheading {
  font-family: 'Abel', sans-serif!important;
  font-size: 30px;
  text-align: center;
}

.pack-features-div {
  position: absolute;
  top: 110px;
  left: 50px;
  color: white;
  font-weight: bold;
  width: calc(100% - 110px);
  max-width: 340px;
}

.pack-features-div p.item-list {
  font-size: 18px;
  padding: 0px 0px 5px 30px; 
  position: relative;
  margin-bottom: 0;
}

.pack-features-div p.item-list:before {
    content: '\f058';
    font-family: 'Font Awesome\ 5 Free';
    left: 0px;
    font-weight: 900;
    position: absolute;
}

@media screen and (min-width: 350px) {
  .pack-features-div {
      top: 150px;
      left: 65px;
    }

  .pack-features-div p.item-list {
      font-size: 18px;
      padding: 0px 0px 5px 30px; 
  }

}

@media screen and (min-width: 450px) {
  .pack-features-div {
      top: 180px;
      left: 80px;
    }

  .pack-features-div p.item-list {
      font-size: 20px;
      padding: 0px 0px 10px 30px; 
  }

}

@media screen and (min-width: 550px) {
  .pack-features-div {
      top: 270px;
      left: 110px;
    }

  .pack-features-div p.item-list {
      font-size: 24px;
      padding: 0px 0px 15px 40px; 
  }

}


@media screen and (min-width: 768px) {
    
    #cp-main-section {
      padding-top: 120px;
    }

    #cp-main-section-img {
      top: 20px;
    }

    #cp-div .cp-heading {
      font-size: 30px;
      text-align: center;
    }

    #cp-div .cp-subheading {
      font-size: 28px;
      text-align: center;
    }

    .pack-features-div {
      top: 150px;
      left: 70px;
      width: calc(100% - 120px);
      max-width: 330px;
    }

  .pack-features-div p.item-list {
      font-size: 22px;
      padding: 0px 0px 7px 40px; 
  }
}

@media screen and (min-width: 840px) {
  .pack-features-div {
      top: 170px;
      left: 80px;
    }

  .pack-features-div p.item-list {
      font-size: 24px;
      padding: 0px 0px 10px 40px; 
  }

}

@media screen and (min-width: 992px) {

    #cp-main-section {
      padding-top: 0px;
      background-size: cover;
      margin-bottom: 50px;
    }

    #cp-main-section-img {
      top: 100px;
    }

    #cp-div .cp-heading {
      font-size: 34px;
      text-align: center;
      letter-spacing: 3px;
    }

    #cp-div .cp-subheading {
      font-size: 30px;
      text-align: center;
    }

    #cp-main-section-content {
      padding-top: 100px;
    }
}

@media screen and (min-width: 1050px) {
  .pack-features-div {
      top: 190px;
      left: 80px;
    }

  .pack-features-div p.item-list {
      font-size: 24px;
      padding: 0px 0px 15px 40px; 
  }

}

@media screen and (min-width: 1280px) {

    #cp-div .cp-heading {
      font-size: 40px;
      text-align: center;
      letter-spacing: 3px;
    }

    #cp-div .cp-subheading {
      font-size: 34px;
      text-align: center;
    }

}

@media only screen and (max-width: 350px) {
  #cp-div .sm-font {
    font-size: 30px;
  }
}

/* ---------- Top Section styles end ----------- */


/* -------Youtube css ---------- */
.wrapper {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: 0;
    left: 0;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.verticalLine {
  border-left: 2px solid #000000;
}

.horizontalLine {
  border-bottom: 2px solid #000000;
}
/* ------- End youtube section --------- */


/* ----- button styles start --------- */
.btn-main {
    background-color: white!important; 
    border-color: #0191A9!important;
    min-width: 250px;
    color: #0191A9!important;
    font-weight: bold;
}

.btn-main-secondary {
    background-color: #0191A9!important; 
    border-color: white!important;
    min-width: 250px;
    color: white!important;
    font-weight: bold;
    border-width: 2px;
}

.btn-primary {
    background-color: #C5582D!important; 
    border-color: #C5582D!important;
    min-width: 200px;
    color: white!important;
    font-weight: bold;
    min-width: 300px;
}

.btn-secondary{
    background-color: white!important; 
    border-color: #C5582D!important;
    min-width: 200px;
    color: #C5582D!important;
    font-weight: bold;
    min-width: 300px;
}

.btn {
    white-space: normal!important;
}

.cp-button-div{
    text-align: center;
    width: 100%;
}

.cp-button-div a{
    margin-top: 10px;
    padding: 10px;
    font-size: 26px;
    font-family: 'Alegreya Sans', sans-serif;
}

@media screen and (min-width: 992px){
  #cp-main-section .md-right {
    text-align: right;
  }
  #cp-main-section .md-left {
    text-align: left;
  }
}


.btn:hover, .btn-main:hover {
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

/* ----- Button styles end --------- */


/* ------- Slick Additional Styles End ------- */

.slick-prev:before, .slick-next:before { 
    color:#252D3C !important;
    font-size: 64px;
}

.slick-prev {
    left: -15px;
    z-index: 99;
    top: 0;
    width: 50px;
    height: 100%;
}

.slick-next {
    right: -15px;
    z-index: 99;
    top: 0;
    width: 50px;
    height: 100%;
}

.slick-dots{
    position: static;
}

.slick-prev:before {
  content: "\2039";
}

.slick-next:before {
  content: "\203A";
}


/* ------- Slick Additional Styles End ------- */


/* ---------- Page styles start ----------- */

.no-space {
  padding: 0;
  margin: 0;
}

#cp-div{
  font-family: 'Abel', sans-serif!important;
}

.primary-color {
  /*color: #C5582D;*/
  color: #252D3C;
}

.cp-page-heading {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #252D3C ;
  text-align: center;
}

.cp-page-subheading {
  font-family: 'Abel', sans-serif!important;
  font-size: 30px;
  font-weight: bold;
  /*color: #C5582D;*/
  color: #252D3C;
  text-align: center;
  letter-spacing: 2px;
}

section.cp-section{
  padding-top:20px;
  padding-bottom: 0; 
  margin-bottom:20px;
  background: white;
}

.section-divider {
  background: #f0f0f0!important;
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sticky {
  position: sticky;
  top: 50px;
}

.sticky-top {
  z-index: 100;
  background: white;
}

.image-mobile {
  display: block;
  margin: 10px 0;
}

.image-large {
  display: none;
}

@media screen and (min-width: 768px) {
  .image-mobile.inactive {
    display: none;
  }
  .image-large.active {
    display: block;
  }
}

.cp-spacer{
    height: 20px;
}

.cp-spacer-large{
    height: 80px;
}

p.para-list {
    padding: 3px 50px; 
    position: relative;
    margin-bottom: 0;
}

p.para-list:before {
    content: '\f0da';
    font-family: 'Font Awesome\ 5 Free';
    left: 30px;
    font-weight: 900;
    position: absolute;
}

.full-width {
  width: 100%;
}


/* ---------- Page styles end ----------- */


/* ---------- Specific Page Styles Start ----------- */

#cp-div #cp-industry-expert-section h3,h4 {
  font-family: 'Abel', sans-serif!important;
}

#cp-div #mock-interviews-benefits, #cp-div #advantages-autogram-feedback-report {
  font-size: 22px;
  letter-spacing: 1.5px;
}

#cp-div #autogram-feedback-report{
  font-size: 22px;
  letter-spacing: 1.5px;
}

#cp-div #package-details-section p{
  font-size: 20px;
  letter-spacing: 0.7px;
}

#cp-div #cp-blogs-section p {
  font-size: 22px;
  color: black;
  letter-spacing: 0.7px;
}

.mi-text-div{
    background-color: #252D3C;
    color: white;
    padding: 15px 15px;
    text-align: center;
}

.mi-belt {
    color: white;
    padding: 15px 15px;
    text-align: center;
    background-color: #0191A9;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 2px;
}

.mi-stat-num{
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 3px;
    font-weight: bold;
}

.mi-stat-text{
    font-size: 23px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

@media screen and (min-width: 992px){
  .mi-stat-text{
    margin-bottom: 0;
  }
}

.mi-card-block {
    margin: 10px;
    padding: 20px;
    min-height: 430px;
    box-shadow: 0px 0px 10px rgba( 0,0,0,0.6 );
    text-align: left;
}

.mi-card-expert {
    margin: 10px;
    padding: 0px;
    min-height: 450px;
    box-shadow: 0px 0px 10px rgba( 0,0,0,0.6 );
    text-align: left;
}

.mi-card {
    padding: 10px;
    margin: 10px 0;
    min-height: 166px!important;
  }

#hidden-text {
    display: none;
}

#see-less-link {
    display: none;
    color: #252D3C;
    font-weight: bold;
}

#see-more-link {
    color: #252D3C;
    font-weight: bold;
}

.mi-modal-xl{
    width: 90%;
    height: 80vh;
}

.mi-modal-xl iframe{
    height: -webkit-fill-available;
}

.mi-modal-xl .modal-header>.close{
    font-size: -webkit-xxx-large;
    color: black;
}

@media screen and (max-width: 800px) {
  .img-sm-center {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .mi-stat-text-last {
    margin-bottom: 0;
  }
}

.modal-header {
  padding: 0px 15px 10px 15px;
}

  
#pack-price span:nth-child(2) {
  font-weight: normal;
}

.mi-bottom-div{
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 10px #C5582D;
  border: 1px solid #C5582D;
  z-index: 99;
  background: white;
}

@media only screen and (min-width: 768px) {
    .mi-bottom-div.inactive{
        display: none;
    }

}

.buy-now-button{
    background-color:#C5582D; 
    cursor: pointer;
    padding: 10px 0;
}

.see-sample-button{ 
    background-color:white;
    cursor: pointer;
    padding: 10px 0;
}

.buy-now-button a{
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color:white;
}

.see-sample-button a {
  color:#C5582D;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.buy-now-button a:hover, .buy-now-button a:focus, .see-sample-button a:hover, .see-sample-button a:focus {
  text-decoration: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.msg-div {
    height: 25px;
    font-size: 18px;
    color: blue;
    text-align: center;
    margin-bottom: 10px;
}

.apply-button {
    min-width: 100px;
    border-radius: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'Alegreya Sans', sans-serif;
}

.checkout-button {
    min-width: 250px;
    border-radius: 0;
    font-weight: 700;
}


.marker-div {
    position: absolute;
    padding: 10px 0;
    bottom: 45%;
    left: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: white;
}


.marker-div:before {
  content: "Tap to see the Report";
}

@media only screen and (min-width: 992px) {
  .marker-div:before {
    content: "Click to see the Report";
  }
}

.report-img {
  border: 2px solid #C6C6C6; 
  box-shadow: 0px 0px 10px rgba( 0,0,0,0.6 );
  width:100%;
}
/* ---------- Specific Page Styles End ----------- */


/* ----- Start Package Card CSS ----- */

  .div-package-item{
    text-align: center;
    position: absolute;
    width: 100%
  }

  .div-package-title{
    font-size: 16px;
    top: 6%;
    color: white;
    left: 0%;
  }

  @media screen and (max-width: 768px){
    .div-package-title{
      font-size: 24px;
    }
  }

  .div-package-mrp{
    font-size: 18px;
    top: 20%;
    color: white;
    left: 0%;
  }
  .div-package-discount{
    color: #28303d;
    font-weight: 700;
  }
  .div-package-selling{
    font-size: 16px;
    top: 28%;
    color: white;
    left: 0%;
  }
  .div-package-selling-price{
    background-color: rgba(40, 48, 61, 1);
    box-shadow: 0 0 10px #28303d;
    min-width: 140px;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
  }

  .div-package-content{
    text-align: left;
    font-size: 14px;
    top: 50%;
    color: white;
    left: 10%;
  }
  @media screen and (max-width: 768px){
    .div-package-content{
      font-size: 20px;
    }
  }

  .strikethrough {
    position: relative;
  }
  .strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 -10px;
    border-top: 2px solid;
    border-color: #303030;
  
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
  }

  /* ----- End Package Card CSS ----- */


/* ----------- timeline css ----------*/
.timeline * {
    box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #252D3C;
  top: 0;
  bottom: 0;
  margin-left: -3px;
  left: 50%;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: attr(data-content);
  position: absolute;
  width: 35px;
  height: 35px;
  right: -17px;
  background-color: white;
  border: 4px solid #252D3C;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  padding-left: 9px;
  padding-top: 4px;
  font-weight: bold;
}

/* Place the container to the left */
.left-custom {
  left: 0;
}
/* Place the container to the right */
.right-custom {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-custom::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #252D3C;
}


/* Add arrows to the right container (pointing left) */
.right-custom::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #252D3C transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-custom::after {
  left: -16px;
}

/* The actual content */
.timeline-content {
  padding: 10px 10px;
  background-color: white;
  position: relative;
  border: 2px solid #252D3C;
  border-radius: 6px;
}
.timeline-content .img-content {
  display: inline-block;
  width: 100px;
  margin: 1em;
  display: inline-block;
}

.timeline-content .text-content {
  display: inline-block;
  margin: 1em;
}
.timeline-content > img{
  float:left;
  width:80px;
  margin-right:10px;
}
.timeline-content > p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.box2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 1em;
}

.box {
  display: inline-block;
  margin: 1em;
}

.text-content *{
    display: inherit
}


@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
      left: 31px;
  }
  
  /* Full-width containers */
  .timeline-container {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent #252D3C transparent transparent;
  }
  
  /* Make sure all circles are at the same spot */
  .left-custom::after, .right-custom::after {
      left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right-custom {
      left: 0%;
  }
}
/*   ------ End timeline css ----- */ 

 






 

