body {

  margin: 0;
  font-family: "Montserrat", sans-serif !important;

  color: #fff !important;
  transition: all 1s ease;
  background-image: linear-gradient(to bottom, #2b273a 30%,
      #a34bb4 70%);
  /* background-image: linear-gradient(to bottom, #2b273a 30%,
      #de70ec 70%); */
     
}
#notFoundContentWrap{
  text-align: center;
}
#notFoundContentParent{
  display: inline-block; text-align:center;align-self:center
}
#notFoundContent{
    background-color: #FFF;
    color: #000;
    border-radius: 50px;
}


h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}
input[type="submit"]{
  -webkit-appearance: media-slider;
  color: white;
  background-color: #9400D3;
}


.jumbotron {
  background-color: #61018a;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}

.container-fluid {
  padding: 60px 50px;
  margin-top: 50px;
}

.bg-grey {
  background-color: #f6f6f6;
}

.logo-small {
  color: #f4511e;
  font-size: 50px;
}

.logo {
  color: #f4511e;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #f4511e;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #f4511e;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}

.panel-heading {
  color: #fff !important;
  background-color: #f4511e !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #f4511e;
  color: #fff;
}

.navbar {
  margin-bottom: 0;
  background-color: #2b273a;
  
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.navbar li a,
.navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

footer .glyphicon {
  font-size: 35px;
  margin-bottom: 20px;
  color: #f4511e;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.jumbotron .small_headline {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 30px;
  display: inline-block;
  align-items: center;

}

.order-detail-content-parent {
  margin-top: 50px;
}

.order-detail-content-parent .order-detail-content {
  display: inline-block;
  align-self: center;
  align-items: center;
}

.order-detail-del-content-wrap {
  display: inline-block;
}

.order-detail-contact-content-wrap {
  display: inline-block;
  padding: 10px 0px;
}

.order-detail-contact-content-wrap .order-detail-text {
  font-size: 30px;
  text-align: center;
}

.order-detail-contact-content-wrap .order-detail-hand-indicator {
  padding: 20px 0px;
  font-size: 55px;
}

.order-detail-del-content-wrap img {
  width: 100%;
}

.order-detail-contact-btn-content {
  display: inline-block;
  align-self: center;
  align-items: center;
}

.call-btn-parent {
  display: inline-block;
}

.call-txt-parent a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
  display: inline-block
}

.whatsapp-btn-parent {
  display: inline-block;
}

.whatsapp-txt-parent a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
  display: inline-block
}

.axn-btn {
  font-size: 38px;
  border-radius: 20px;
  border-width: 3px;
  border-color: #4cae4c;
  border-style: solid;
  height: 60px;
  width: 180px;
}

.call-btn-sub-parent {
  display: block;
}

.order-detail-text-child-wrap {
  display: inline-block;
  align-items: center;
  align-self: center;
}

.order-detail-text-child-en {
  display: inline-block;
  text-align: center;
  font-size: 24px;
}

.order-detail-text-child-hi {
  display: inline-block;
  text-align: center;
  font-size: 20px;
}

.contact-form-info-text-parent {
  margin: 50px 0px;
}

.ordertext {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-top: 10px;
  display: inline-block
}

.ordertext-form-fill-text {
  font-size: 30px;
}

.fooetr-container{
  padding:30px 0px;
}
#findUsWrap p{
 padding-bottom: 0px;
}

.ordertext-or {
  margin: 15px 0px;
  text-align: center;
  font-size: 25px;
}

.fa-hand-o-down {
  display: inline-block;
}

#tagline {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
}

#tagline #lkoPharmacyTxtHi{
    font-size: 37px;
  }
  #lkoPharmacyTxtEn{
    font-size: 40px;
  }
  #tagline #sep{
    display: inline;
    font-size: 37px;
  }

#orderline {
  font-weight: 600;
  font-size: 32px;
  line-height: 22px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.fade-animation {
  border-radius: 10px;
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: .5s;
  animation-direction: alternate;
  padding: 1.1rem !important;
  float: left;
  margin-top: 100px;
  font-size: 30px;
}

#mapp {
  border: 0;
  width: 100%;
  height: 200px
}

#textUnderline{
    display: block;
    align-self: center;
    align-items: center;
    text-align: center;
}

#textUnderlineChild{
    display: inline-block;
    align-self: center;
    align-items: center;
    width:150px;
    height:5px;
    background-color: white;
    border-radius: 2px;
}

#contactmsg {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 0px;
  font-weight: 600;
}

.aikam-info{
  width:100%;
}
#order{
  padding-top: 30px;
}
.modal-content{
  background-color:#9e00e3;
}
.modal-greetings h1{
 font-weight:800;
 font-size:60px;
 padding:0px; 
 margin-top:0px; 
 text-align: center;
}
.modal-greetings h4{
 color:#fff;
 font-size:20px;
 margin-bottom: 2px;
 margin-top: 26px;
 
}
.modal-greetings h5{
 color:#fff;
 font-size:20px;
 margin-bottom: 2px;
 margin-top: 26px;
 
}
#lkoPharmacyTxt480{
    display: none;
  }

  .ordericons {
  font-size: 30px;
  border-radius: 20px;
  border-width: 3px;
  border-color: #4cae4c;
}

.ordericons a i {
  font-size: 35px;
  vertical-align: text-top;
}


#contactmsg {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 0px;
}

.addsec {
  color: #000;
}

@media screen and (max-width: 360px) {
  #addressParent{
    text-align: center;
  }
  #mapParent{
    text-align: center;
  }
  #mapp {
    border: 0;
    width: 100%;
    height: 200px
  }
  .axn-btn{
    width:100px;
    height:40px;
    font-size: 25px;
  }
  .whatsapp-txt-parent a {
    font-size: 13px;
    padding-top: 10px;
  }
  .call-txt-parent a{
    font-size: 13px;
    padding-top: 10px;
  }
  .call-axn-btn-wrap{
    padding-left:10px;
    padding-right: 0px;
  }
  .whatsapp-axn-btn-wrap{
    padding-right:10px;
    padding-left: 0px;
  }
  #order{
    padding-top: 20px;
  }
}

@media screen and (max-width: 425px) {
  .ordericons {
    font-size: 16px;
  }
  .ordertext {
    font-size: 18px;
  }
  #tagline {
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
  }
  #tagline #sep {
    display: none;
  }
  #contactmsg {
    color: #fff;
    font-size: 17px;
    text-align: center
  }
  .call-axn-btn-wrap{
    padding-left:10px;
    padding-right: 0px;
  }
  .whatsapp-axn-btn-wrap{
    padding-right:10px;
    padding-left: 0px;
  }
  #order{
    padding-top: 20px;
  }


}

@media screen and (max-width: 480px) {
  #tagline #sep{
    display: none;
  }
  #addressParent{
    text-align: center;
  }
  #mapParent{
    text-align: center;
  }
  #mapp {
    border: 0;
    width: 100%;
    height: 200px
  }
  .row{
    margin:0;
  }
  .logo {
    font-size: 150px;
  }
  #orderline {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 1rem !important;
  }
  .axn-btn{
    width:120px;
    height:50px;
    font-size: 30px;
  }
  .call-axn-btn-wrap{
    padding-left:10px;
    padding-right: 0px;
  }
  .whatsapp-axn-btn-wrap{
    padding-right:10px;
    padding-left: 0px;
  }
  .whatsapp-axn-btn-wrap{
    padding-right:15px;
    padding-left: 0px;
  }
  .whatsapp-txt-parent a {
    font-size: 18px;
    padding-top: 10px;
  }
  .call-txt-parent a{
    font-size: 18px;
    padding-top: 10px;
  }
  .ordertext-form-fill-text{
      font-size:20px;
  }
  #order{
    padding-top: 20px;
  }
  .aikam-info{
      margin-top:25px;
  }
  #findUsWrap{
      margin-top:0px;
      padding:20px 50px;
  }
  h3{
      font-size: 18px;
  }
  p{
    font-size: 12px;
  }
  .order-detail-text-child-en{
    font-size: 15px;
  }
  .order-detail-text-child-separator{
    font-size: 15px;
  }
  .order-detail-text-child-hi{
    font-size: 12px;
  }
  .order-detail-contact-content-wrap .order-detail-hand-indicator{
    padding-top: 0px;
  }
  .fa-angle-down{
    font-size: 45px;
  }
  #tagline{
    font-size: 25px;
  }
  #tagline #lkoPharmacyTxtHi{
    display: block;
    font-size: 20px;
  }
  #lkoPharmacyTxtEn{
    display: block;
    font-size: 22px;
  }
  #tagline #lkoPharmacyTxtSep{
    display: none;
  }
  .order-detail-del-content-wrap img{
    width:70%;
  }
  .aikam-info{
    width:70%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
  #tagline #sep{
    display: inline;
  }
  #addressParent{
    text-align: center;
  }
  #mapParent{
    text-align: center;
  }
  #mapp {
    border: 0;
    width: 100%;
    height: 200px
  }
  .row{
    margin:0;
  }
  .logo {
    font-size: 150px;
  }
  #orderline {
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 1rem !important;
  }
  .axn-btn{
    width:150px;
    height:55px;
    font-size: 37px;
  }
  .whatsapp-axn-btn-wrap{
    padding-right:10px;
    padding-left: 0px;
  }
  .call-axn-btn-wrap{
    padding-left:10px;
    padding-right: 0px;
  }
  .whatsapp-txt-parent a {
    font-size: 18px;
    padding-top: 10px;
  }
  .call-txt-parent a{
    font-size: 18px;
    padding-top: 10px;
  }
  .ordertext-form-fill-text{
      font-size:20px;
  }
  #order{
    padding-top: 20px;
  }
  .aikam-info{
      margin-top:25px;
  }
  #findUsWrap{
      margin-top:0px;
      padding:20px 50px;
  }
  h3{
      font-size: 18px;
  }
  p{
    font-size: 12px;
  }
  .order-detail-text-child-en{
    font-size: 22px;
  }
  .order-detail-text-child-separator{
    font-size: 22px;
  }
  .order-detail-text-child-hi{
    font-size: 19px;
  }
  .order-detail-contact-content-wrap .order-detail-hand-indicator{
    padding-top: 0px;
  }
  .fa-angle-down{
    font-size: 45px;
  }
  #tagline{
    font-size: 25px;
  }
  #tagline #lkoPharmacyTxtHi{
    display: inline;
    font-size: 22px;
  }
  #lkoPharmacyTxtEn{
    display: inline;
    font-size: 25px;
  }
  #tagline #lkoPharmacyTxtSep{
    
  }
  .order-detail-del-content-wrap img{
    width:70%;
  }
  .aikam-info{
    width:70%;
  }
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    #tagline{
      font-size: 25px;
    }
    #tagline #lkoPharmacyTxtHi{
      display: inline;
      font-size: 33px;
    }
    #lkoPharmacyTxtEn{
      display: inline;
      font-size: 35px;
    }
    #orderline {
      font-size: 30px;
      font-weight: 500;
      line-height: 20px;
      padding-top: 1rem !important;
    }
    .ordertext-form-fill-text{
      font-size: 23px;
    }
    .order-detail-del-content-wrap img{
      width:100%;
    }
    #order{
      padding-top: 20px;
    }
    #aikamInfoWrap{
      padding-top: 30px;
    }
    .aikam-info{
      width:100%;
    }
    }
      
    /* Media Query for Laptops and Desktops */
    @media (min-width: 1025px) and (max-width: 1280px){
        body {
            background-color: green;
        }
    }
      
    /* Media Query for Large screens */
    @media (min-width: 1281px) {
        body {
            background-color: white;
        }
    }
