/* font family */
.family_poppins {
  font-family: "Poppins", sans-serif;
}
.family_fraunces {
  font-family: "Fraunces", serif;
}
.family_noto_urdu {
  font-family: "Noto Nastaliq Urdu";
  font-weight: normal;
  font-style: normal;
}
/* colors class */
._blue_text {
  color: #0e47a2;
}
._grey_text {
  color: #1e1e1e;
}
._blue_bg {
  background-color: #0e47a2;
}
._blue_bg_light {
  background-color: #02b9f4;
  border-radius: 40px;
}
._blue_bg_lighter {
  background-color: #e9f1ff;
}
._grey_bg_light {
  background-color: #f9f7eb;
}
._grey_bg {
  background-color: #e1e6e9;
}
.bg-black {
  background-color: black;
}
/* fonts class */
.font-12 {
  font-size: 0.8571428571428571rem !important;
}
.font-14 {
  font-size: 1rem !important;
}
.story_detail {
  font-size: 14px !important;
  text-align: justify;
  font-family: "Fraunces", serif;
}
.font-15 {
  font-size: 1.0714285714285714rem !important;
}
.font-16 {
  font-size: 1.1428571428571428rem !important;
}
.font-18 {
  font-size: 1.2857142857142858rem !important;
}
.font-24 {
  font-size: 1.7142857142857142rem !important;
}
.font-25 {
  font-size: 1.7857142857142858rem !important;
}
.font-27 {
  font-size: 1.9285714285714286rem !important;
}
.font-30 {
  font-size: 2.142857142857143rem !important;
}
/* fonts class */

._line_h {
  line-height: 1.86;
}
/* border color class */
._border_blue {
  border-color: #0e47a2 !important;
}
/* border color class */
a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}
c {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: 0;
}
a:focus,
a:hover {
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  margin-bottom: 0;
  line-height: normal;
}
a,
button {
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
}
/* Top header nav css */
._mynavbr {
  box-shadow: 0 -18px 22px #002053;
}
._logo {
  max-width: 72px;
  margin-top: 1px;
}
._main_nav li {
  line-height: 14px;
  height: 14px;
}
._heading {
  max-width: 287px;
  margin: 0 auto;
  line-height: 34px;
}
._heading_shadow::after {
  content: "";
  /*background-image: url(../images/heading_bg_mobile.svg);*/
  background-origin: padding-box;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 156px;
  height: 92px;
  position: absolute;
  left: -15px;
  top: -3px;
  z-index: -1;
}
._heading_shadow {
  text-shadow: -2px -2px 0 #0e47a2, 2px -2px 0 #0e47a2, -2px 2px 0 #0e47a2,
    2px 2px 0 #0e47a2;
  padding-bottom: 28px;
  position: relative;
}
._main_nav li a {
  padding: 0 9px;
}
._main_nav li:last-child a {
  padding-left: 10px;
  padding-right: 0;
  font-family: "Noto Nastaliq Urdu";
  font-size: 22px !important;
  margin-top: -8px;
}
._banner_form {
  max-width: 310px;
  content: "";
  background-image: url(../images/phone_input_bg.png);
  background-origin: padding-box;
  background-position: center top;
  background-size: 305px 150px;
  background-repeat: no-repeat;
  padding: 63px 23px 49px 23px;
  margin: 0 -20px;
  display: block;
  width: 100%;
}
._msg {
  height: 30px;
  position: relative;
  z-index: 9999999;
  width: 100%;
  max-width: 100%;
  left:0;
  bottom: 0;
  margin-top: 3px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  background-color: #02b9f4;
  border-radius: 0px;
  top: 0;
  border: none;
}
.show_whatsapp{
  transform: translateY(-31px);
  margin-bottom: -31px;
  transition: all 0.1s ease-in;
}
.show_whatsapp ._msg{
  background-color: white;
}
._msg #submit_msg{
  font-size: 13px;
  color: white;
}
._msg a.close{
  font-size: 24px;
  font-weight: 400;
  margin-top: 1px;
}
._banner_form .input-group {
  background-color: #0e47a2;
  border-radius: 40px;
  border: solid 3px #e3cb11;
}
._banner_form .input-group-prepend ._phone_btn {
  border: solid 4px #0e47a2;
  border-radius: 40px;
  width: 47px;
  height: 47px;
}
._banner_form input.form-control {
  padding: 12px 5px 12px 14px;
  border-radius: 0px;
  border: none;
  color: #ffffff !important;
  min-height: 48px;
  background-color: #0e47a2;
  border-radius: 70px !important;
  font-size: 17px !important;
}
._banner_form input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  font-size: 16px;
  opacity: 1; /* Firefox */
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
._banner_form input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
._banner_form input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.banner_playbtn {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #02b9f4 !important;
}
._btn_shop {
  border-radius: 0;
}
._btn_shop:hover,
._btn_shop:not(:disabled):not(.disabled):active {
  color: #0e47a2;
  background-color: #e9f1ff;
  border-color: #e9f1ff;
}
._slider_details {
  top: 0;
}
.swiper-pagination-bullet {
  background-color: #bebebe;
  opacity: 1;
}
/* Banner css here */
.img-cover {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-overlay-primary:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(14 71 162 / 100%);
  z-index: 2;
}
.intro-content {
  z-index: 9;
  position: relative;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.closeok{
  position: absolute;
  right: 5px;
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 0;
  background-color: white;
  padding:9px 9px;
}
.closeok img{}

img.swiper-lazy{
  min-height: 300px;
}
#videofram,
#videoframtwo{
  left: 0;
  top: 0;
  z-index: 999;

}
/* Banner css here */
/* testimonials slider */

#banner {
  padding-bottom: 12px;
}
._testimonials {
  z-index: 2;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
._slide {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 300ms ease;
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
._slide img {
  max-height: 550px;
  width: 100%;
  max-width: 3200px;
  object-fit: cover;
  object-position: center;
}
._testimonials .swiper-container {
  padding-bottom: 0px;
}
.swiper-slide-active ._slide {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-slide {
  max-width: 100%;
  transition: all 0.25s ease-out;
  transform-origin: center;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  margin: 0px !important;
  top: 0;
  position: static;
  width: 50px;
  height: 50px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../images/banner_arrow_right.svg);
  background-origin: padding-box;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/banner_arrow_left.svg);
  background-origin: padding-box;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  position: static;
  margin: 0px;
  margin-right: 20px;
  height: 50px;
  width: 50px;
}
.text {
  transition: max-height 0.15s ease-out;
  max-height: max-content;
}
.show-more-height {
  transition: max-height 0.15s ease-out;
  max-height: 180px;
  overflow: hidden;
}
.show-more {
  cursor: pointer;
}
._phone_btn img {
  min-width: 20px !important;
  width: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

._phone_btn .input-group-text {
  padding: 0px;
  text-align: center;
}

/* how to use  */
._how_use {
  background-origin: padding-box;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
._download_img {
  background-image: url(../images/download_bg.jpg);
  background-origin: padding-box;
  background-position: center bottom;
  background-size: 294px;
  background-repeat: no-repeat;
  padding-bottom: 270px;
}
._down_bg {
  text-shadow: -1px -1px 0 #0e47a2, 1px -1px 0 #0e47a2, -1px 1px 0 #0e47a2,
    1px 1px 0 #0e47a2;
  padding-bottom: 28px;
  position: relative;
  z-index: 2;
}
._down_bg::after {
  content: "";
  background-image: url(../images/second_bg.svg);
  background-origin: padding-box;
  background-position: center top;
  background-size: 73px;
  background-repeat: no-repeat;
  width: 73px;
  height: 25px;
  position: absolute;
  left: 2px;
  top: -2px;
  z-index: -1;
}
/* how to use  */

/* modal css */
._video_modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

._video_modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.bs-example {
  margin: 20px;
}
.modal-dialog iframe {
  margin: 0 auto;
  display: block;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-dialog iframe {
  margin: 0 auto;
  display: block;
}
#myModal .close {
  float: right;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  padding: 10px !important;
}
/* modal css */

/* successphone css */
div#successphone .modal-body img {
  margin-bottom: 20px;
  max-width: 112px;
}
div#successphone .modal-body p {
  color: #585858;
  line-height: 24px;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 300;
}
div#successphone .modal-content {
  border-radius: 12px;
  border: 0px;
}
div#successphone .close {
  opacity: 1;
}
div#successphone .close span {
  min-width: 32px !important;
  height: 32px !important;
  background-color: #dedede;
  color: black;
  opacity: 1;
  font-size: 30px !important;
  font-weight: 300;
  max-width: 30px !important;
  display: block;
  float: right;
  border-radius: 20px;
  text-align: center;
  line-height: 33px;
  padding-left: 2px;
  text-shadow: 0 1px 0 #000;
  margin: 6px 6px -6px 0;
}
/* modal css */

/* Chose language modal css */
._chose_lang_modal .modal-content {
  background-color: rgb(0 0 0 / 50%);
  box-shadow: 0 0px 10px 20px rgb(0 0 0 / 50%);
  border: none;
}
._chose_lang_modal .modal-dialog {
  margin: 0px;
  border-radius: 0px;
}
.my-modal-backdrop {
  opacity: 0.85 !important;
}
._chose_lang_btn {
  width: 130px;
  line-height: 44px;
  height: 44px;
  padding: 0px;
}
._btnurdu span {
  display: block;
  margin-top: -9px;
}
div#user_mobile-error {
  position: absolute;
  top: 86px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #02b9f4;
  color: white !important;
  padding: 3px 5px;
  border-radius: 6px;
  font-size: 14px;
  width: 230px;
}
/* Chose language modal css */

/* media query mobile first css */
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  ._heading_shadow::after {
    /*background-image: url(../images/heading_bg_web.svg);*/
    width: 248px;
    height: 85px;
    position: absolute;
    left: -84px;
    top: -1px;
  }

  ._heading {
    max-width: 100%;
  }
  ._btnurdu span {
    margin-top: -9px;
  }
  .show-more-height {
    max-height: 100%;
  }
  ._msg {
    padding: 8px 5px 8px 5px;
  }
  ._msg a.close{
    margin-top: 4px;
  }
  .show_whatsapp{
    transform: translateY(-45px);
    margin-bottom: -45px;
    transition: all 0.1s ease-in;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  ._heading_shadow::after {
    /*background-image: url(../images/heading_bg_web.svg);*/
    width: 266px;
    height: 102px;
    left: -84px;
    top: -1px;
  }
  .story_detail {
    font-size: 20px !important;
  }
  ._mynavbr {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  ._logo {
    max-width: 117px;
  }
  ._msg #submit_msg{
    font-size: 20px;
  }
  ._msg {
    height: 45px;
  }
  ._main_nav li:last-child a {
    font-size: 26px !important;
    margin-top: -10px;
  }
  ._slide img {
    object-position: bottom;
  }
  /* img.swiper-lazy{
    min-height: 550px;
  } */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .font-14-lg {
    font-size: 14px !important;
  }
  .font-16-lg {
    font-size: 16px !important;
  }
  .font-18-lg {
    font-size: 18px !important;
  }
  .font-25-lg {
    font-size: 25px !important;
  }
  .font-30-lg {
    font-size: 30px !important;
  }
  .font-60-lg {
    font-size: 60px !important;
  }

  ._heading_withbg {
    font-size: 60px !important;
  }
  ._heading_shadow::after {
    width: 450px;
    height: 141px;
    left: -136px;
    top: -4px;
  }
  div#user_mobile-error {
    top: 166px;
    font-size: 16px;
    width: 250px;
  }
  ._btn_shop {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-top: 0px !important;
  }
  ._download_img {
    background-image: url(../images/download_bg_web.jpg);
    background-size: contain;
  }
  .banner_playbtn {
    width: 82px;
    cursor: pointer;
  }
  ._down_bg::after {
    background-size: 126px;
    width: 130px;
    height: 42px;
  }
  ._banner_form {
    max-width: 350px;
  }
  ._banner_form {
    max-width: 735px;
    background-size: 735px 300px;
    padding: 132px 51px 72px 47px;
}
._banner_form input.form-control {
    min-height: 88px;
    border-radius: 180px !important;
    font-size: 36px !important;
    font-weight: 300;
    padding-left: 24px;
}
._banner_form .input-group {
    border-radius: 190px;
    border:solid 5px #e2cb11
}
._banner_form input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 36px;
  font-weight: 300;
}
._banner_form input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 36px;
  font-weight: 300;
}
._banner_form input.form-control::-ms-input-placeholder {
  font-size: 36px;
  font-weight: 300;
}
._banner_form .input-group-prepend ._phone_btn {
  border: solid 7px #0e47a2;
  border-radius: 60px;
  width: 87px;
  height: 87px;
}
._phone_btn img{
  min-width: 38px !important;
  width: 38px;
}
._banner_form .input-group-prepend{
  margin-right:1px ;
}
}
/* media query mobile first css */
@media only screen and (min-width: 1300px) {
  ._how_use {
    background-size: contain;
  }
}
@media only screen and (max-width: 320px) {
._banner_form {
  padding: 63px 21px 49px 21px;
}
}
@media only screen and (min-width: 1300px) {
._how_use {
  background-size: contain;
}
}


