@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
a:focus, button:focus, div:focus {
    outline: none;
}
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: block;
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-item-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-ml {
  font-family: EggIndulekhaUni;
}

.txt-desc-ml {
  font-family: panchariUni;
}

.txt-en {
  font-family: 'Roboto', sans-serif;
}

.page-container {
  width: 100%;
  float: left;
  position: relative;
}

.bg-main,
.bg-mob,
.page-header-blk {
  background-image: url("../images/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}

.page-header-blk {
  position: relative;
}

/*
.bg-mob {
	display: none;
	background-image: url("../images/mob-bg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
*/
.header-blk {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  position: relative;
}

.header-blk-In {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 620px;
  display: table;
  position: relative;
}

.page-header-blk {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.page-header-blk-In {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  text-align: center;
}

.header-In,
.page-header-blk .header-In {
  width: 100%;
  position: relative;
}

.header-home-In {
  height: 600px;
  width: 100%;
}

.top-nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.page-top-nav {
  width: auto;
}

.top-nav ul,
.page-top-nav ul {
  list-style-type: none;
  width: 100%;
  float: left;
  text-align: center;
}

.top-nav ul li,
.page-top-nav ul li {
  list-style-type: none;
  width: auto;
  margin: 0 12px 0 0;
  float: left;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  border-radius: 25px;
}

.page-top-nav ul li {
  float: none;
  height: auto;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 0 0 10px;
  line-height: 20px;
}

.top-nav ul li a,
.page-top-nav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.top-nav ul li a,
.page-top-nav ul li a:hover {
  text-decoration: none;
}

.download-btn-top {
  position: absolute;
  background-color: #6c2a8c;
  top: 57px;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  border-radius: 25px;
  color: #fff;
  z-index: 10;
}

.download-btn-top a {
  color: #fff !important;
}

.head-txt-blk {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding: 40px 0;
  margin: auto;
}

.header-rgt {
  width: 100%;
}

.header-image {
  width: 50%;
  max-width: 540px;
  height: auto;
  position: relative;
  margin-left: 10px;
}

.header-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.com-blk {
  width: 100%;
}

.page-head-txt-blk {
  position: relative;
  padding: 10px;
  text-align: left;
  color: #fff;
}

.page-head-txt-blk .title-block {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  line-height: 27px;
}

.page-title-logo-blk {
  max-width: 400px;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
}

.page-title-logo-blk img {
  width: 100%;
}

.title-block {
  font-size: 41px;
  color: #6c2a8c;
  line-height: 41px;
  text-align: center;
}

.intro-block {
  font-size: 23px;
  padding: 20px 0;
  margin-bottom: 20px;
  line-height: 26px;
  background-color: #f4faeb;
}

.price-label {
  width: auto;
  max-width: 380px;
  position: absolute;
  top: 140px;
  right: -30px;
  z-index: 5;
}

.price-label img {
  width: 100%;
}

.sec-01,
.sec-02 {
  width: 100%;
  padding: 10px 0;
}

.sec-form-page {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  min-height: 800px;
}

/*
.page-bg-01 {
  background-image: url("../images/page-bg-01.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
*/
.page-bg-02 {
  background-image: url("../images/page-bg-02.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 500px;
}

.page-bg-03 {
  background-image: url(../images/page-bg-03.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  background-size: 100%;
  top: 40%;
  right: 65%;
  width: 420px;
  height: 410px;
}

.sec-form-page-In {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}

.sec-Inblock {
  max-width: 1100px;
  margin: auto;
}

.page-container:before,
.page-container:after,
.footer:before,
.footer:after,
.sec-Inblock:before,
.sec-Inblock:after,
.sec-01:before,
.sec-01:after,
.sec-02:before,
.sec-02:after,
.rules-container-blk:before,
.rules-container-blk:after {
  content: " ";
  display: table;
}

.sec-Inblock:after,
.sec-01:after,
.sec-02:after,
.rules-container-blk:after,
.footer:after,
.page-container:after {
  clear: both;
}

.sec-blk-rules,
.sec-blk-agency {
  position: relative;
  min-height: 400px;
  background-color: #d7f59d;
  padding: 25px 15px 25px 270px;
  border-radius: 10px;
}

.sec-blk-agency {
  background-color: #f4faeb;
  padding: 15px 15px 415px 15px;
}

.round-blk,
.round-blk-rgt {
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  border-radius: 50%;
  background-color: #6c2a8c;
  position: absolute;
  top: 25%;
  z-index: 1;
}

.round-blk {
  left: -120px;
  border: 35px #89c740 solid;
}

.round-blk-rgt {
  background-color: #638632;
  top: auto;
  bottom: 0px;
  right: -0;
  border: 35px #9cce53 solid;
}

.apply-btn-home,
.apply-btn-home-rgt {
  position: absolute;
  width: auto;
  z-index: 12;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  background-color: #6c2a8c;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 25px;
  display: table;
}

.apply-btn-home:hover,
.apply-btn-home-rgt:hover,
.download-btn-top:hover,
.top-blk02 a.download-btn:hover,
.top-nav ul li:hover,
.page-top-nav ul li:hover,
.top-nav ul li a:hover,
.page-top-nav ul li a:hover {
  background-color: #a258bb;
  color: #fff;
}

.apply-btn-home,
.apply-btn-home-rgt {
  bottom: 230px;
  left: 20px;
}

.figure-blk {
  position: absolute;
  width: auto;
  top: 80px;
  left: -170px;
  z-index: 10;
  width: 480px;
}

.figure-blk img {
  width: 100%;
}

.figure-blk-rgt {
  position: absolute;
  width: auto;
  bottom: -30px;
  right: 0px;
  z-index: 10;
}

.figure-blk-rgt img {
  width: 100%;
}

.rules-container-blk {
  width: 100%;
  padding: 10px;
}

.sub-hd-ml {
  font-size: 24px;
  color: #fff;
}

.sub-hd-tab {
  width: auto;
  float: left;
  line-height: 28px;
  border-radius: 30px;
  margin-bottom: 10px;
  color: #6c2a8c;
  font-size: 36px;
  font-weight: bold;
}

.bg-gr {
  background-color: #6c2a8c;
}

.bg-br {
  background-color: #567529;
}

.rules-content,
.agency-content {
  width: 100%;
  float: left;
}

.rules-content ul,
.agency-content ul {
  width: 100%;
  float: left;
}

.rules-content ul li,
.agency-content ul li {
  width: 100%;
  float: left;
  padding: 5px 10px 10px 20px;
  position: relative;
  font-size: 21px;
  line-height: 23px;
  color: #000;
}

.agency-content ul li {
  width: 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.rules-content ul li:after,
.agency-content ul li:after {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background-color: #89c740;
  content: "";
  display: table;
  left: 0;
  top: 11px;
}

.agency-content ul li:after {
  background-color: #9cce53;
}

.footer {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  text-align: center;
  background-color: #018d9e;
}

.footer-content {
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.contact-info {
  margin: auto;
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 80%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: #9cce53;
  padding: 20px 20px 20px 50px;
  font-size: 26px;
  text-align: left;
  margin-bottom: 10px;
  border-top: 10px #bae878 solid;
  border-bottom: 10px #bae878 solid;
}

.contact-info p {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}

.contact-info p:not(:last-child) {
  margin-bottom: 10px;
}

.contact-info .lead {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #fffa30;
  display: block;
}

.contact-In {
  position: relative;
  z-index: 11;
}

.page-head-txt-blk .intro-block {
  padding: 10px 0;
  background: none;
  text-align: left;
}

.mm-logo-home {
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
}

.mm-logo {
  max-width: 300px;
  width: 100%;
}

.mm-logo img,
.mm-logo-home img {
  max-width: 100%;
}

.mm-logo-home {
  max-width: 300px;
  width: 100%;
  float: left;
}

.header-right-block {
  width: 50%;
  max-width: 650px;
}

.title-logo-blk {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.header-right-block .title-block {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.price-label-mob {
  display: none;
}

.price-label-mob img {
  max-width: 100%;
}

.intro-block {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.top-blk01,
.top-blk02 {
  width: 100%;
  justify-content: space-between;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-blk02 a.download-btn {
  background-color: #6c2a8c;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  border-radius: 25px;
  color: #fff;
  display: table;
}

.top-blk02 a.download-btn:hover {
  text-decoration: none;
}

/* .........................  Social media style  .........................*/
.shareboxwrp {
  display: none;
  float: left;
  width: 100%;
}

.shareboxwrpin {
  margin: 0 auto;
  display: table;
  width: 40px;
}

.social-media-main {
  width: 50px;
  height: 240px;
  float: left;
  position: fixed;
  bottom: 10px;
  z-index: 9;
  left: 15px;
  padding-top: 60px;
}

.social-media-ins {
  width: 100%;
  height: 180px;
  float: left;
  margin: 0px;
}

.social-media-head {
  width: 100%;
  height: auto;
  float: left;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 110%;
}

.social-media-icon {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url(../images/social.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}

.tw-clr {
  background-position: -4px -107px;
  background-color: #000;
}

.gl-clr {
  background-position: -4px -56px;
  background-color: #fb443e;
}

.wt-clr {
  background-position: -4px -159px;
  background-color: #13b345;
}

.fb-clr {
  background-color: #2b44a0;
  background-position: -6px -5px;
}

.social-icon-full-blk {
  width: 40px;
  height: auto;
  position: fixed;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10000;
}

/* .........................  /Social media style  .........................*/
.scrollup {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: none;
  text-indent: -9999px;
  background: url(../images/top.png) no-repeat;
  z-index: 1000000;
}

/* styles added on 2025 updates start */
.sub-section-title {
  font-size: 41px;
  line-height: 41px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.sec-blk-rules {
  background-color: #f0e9f3;
}

.rules-content ul li:after {
  background-color: #6c2a8c;
}

/* .contact-details {} */

.contact-details p {
  font-family: panchariUni;
  font-size: 21px;
  line-height: 23px;
}

.contact-details p:not(:last-child) {
  margin-bottom: 10px;
}

.contact-details p strong {
  font-weight: bold;
  color: #000;
  display: inline;
}

.contact-details p a {
  font: inherit;
  color: inherit;
  line-height: inherit;
  display: inline;
}

.contact-details p a:hover {
  color: #a258bb;
}

.agency-content ul {
  display: flex;
  flex-wrap: wrap;
  float: none;
  clear: both;
}

.contact-info {
  /* background-color: #018d9e; */
  border-color: #619e24;
}

.contact-info strong {
  font-weight: 600;
}

.contact-info a {
  color: inherit;
  font: inherit;
  display: inline;
}

.contact-info a:hover {
  color: #377c53;
}

.contact-info .oth-options {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.contact-info .oth-options span {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-info .oth-options span:not(:last-child) {
  border-right: 1px solid #fff;
}

.figure-blk {
  width: 410px;
  top: 150px;
}

.round-blk {
  max-width: 380px;
  max-height: 380px;
  border-color: #6c2a8c;
  background-color: #89c740;
}

.figure-blk-rgt {
  max-width: 380px;
}

.round-blk-rgt {
  background-color: #78372c;
  border-color: #619e24;
}

/* styles added on 2025 updates end */

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1100px) {
  .price-label {
    width: auto;
    max-width: 300px;
    position: absolute;
    top: -140px;
    right: 15%;
    z-index: 5;
  }

  .head-txt-blk {
    width: 100%;
    padding: 30px 0px 30px 0;
  }

  .sec-01,
  .sec-02 {
    padding: 10px;
  }

  .apply-btn-home {
    left: 20px;
  }
}

@media only screen and (max-width:1200px) {
  .page-title-logo-blk {
    max-width: 320px;
    padding-left: 10px;
  }

  .contest-form-outer {
    padding: 15px;
  }

  .top-nav ul li,
  .page-top-nav ul li {
    list-style-type: none;
    width: auto;
    margin: 0 12px 0 0;
    float: none;
    display: inline-block;
  }

  .header-home-In.d-flex {
    display: block !important;
  }

  .header-home-In {
    height: auto;
  }

  .mm-logo-home {
    float: none;
  }

  .header-image {
    margin: auto;
    text-align: center;
    margin-bottom: -80px;
  }

  .header-image img {
    width: 100%;
    max-width: 370px;
    position: inherit;
    margin: auto;
  }

  .header-right-block {
    width: 100%;
    max-width: 650px;
    margin: auto;
    position: relative;
    z-index: 5;
    padding: 10px;
  }

  .header-bottom-box {
    height: 400px;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 110px 10px 5px;
    pointer-events: none;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 87%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgb(244 250 235) 87%, rgb(244 250 235) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgb(244 250 235) 87%, rgb(244 250 235) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  }

  .header-blk-In {
    height: auto;
    padding-bottom: 50px;
  }

  .download-btn-top {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: table;
    z-index: 6;
  }

  .header-right-block .title-block {
    font-size: 30px;
    line-height: 30px;
    color: #6c2a8c;
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    margin: 10px auto;
  }

  .sec-blk-rules,
  .sec-blk-agency {
    padding: 25px 15px 400px 15px;
  }

  .figure-blk {
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 330px;
  }

  .round-blk {
    left: 0;
    right: 0;
    width: 280px;
    height: 280px;
    top: auto;
    bottom: 90px;
    margin: auto;
    border: 35px #89c740 solid;
  }

  .figure-blk-rgt,
  .round-blk-rgt {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 0;
    width: 330px;
  }

  .round-blk-rgt {
    width: 270px;
    height: 270px;
  }

}

@media only screen and (max-width:960px) {
  .price-label {
    right: 0%;
  }

  .top-blk01 {
    display: block;
    float: left;
    width: 100%;
  }

  .mm-logo {
    margin: 10px auto 10px auto;
  }

  .contact-info {
    padding-left: 20px;
  }
}

@media only screen and (max-width:800px) {
  .price-label {
    display: none;
  }

  .price-label-mob {
    background-color: #eaeaea;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .page-title-logo-blk {
    max-width: 300px;
    display: block;
    margin: 5px auto;
  }

  .com-blk {
    height: auto;
  }

  .title-block {
    font-size: 28px;
  }

  .page-head-txt-blk {
    text-align: center;
  }

  .price-label-mob {
    margin: 0 auto 10px auto;
  }

  .head-txt-blk {
    padding: 10px 0px 10px 0;
  }

  .agency-content ul li {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width:640px) {

  .top-nav ul li,
  .page-top-nav ul li {
    width: auto;
    margin: 0 5px 5px 0;
    float: none;
    display: inline-block;
  }

  .page-top-nav ul li {
    margin: 10px 5px 0px 0;
  }

  .mm-logo-home {
    max-width: 280px;
    float: none;
    margin: 10px auto;
  }

  .title-logo-blk {
    max-width: 360px;
    margin: 10px auto;
  }

  .bg-mob {
    display: block;
  }

  .sec-blk-rules {
    padding: 15px 15px 35px 15px;
    margin-bottom: 20px;
  }

  .sec-blk-agency {
    padding: 15px 15px 220px 15px;
    margin-bottom: 20px;
  }

  .top-blk02 {
    display: block;
    float: left;
    width: 100%;
  }

  .agency-content ul li {
    width: 100%;
  }

  .apply-btn-home,
  .apply-btn-home-rgt {
    bottom: -29px;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
  }

  .apply-btn-home-rgt {
    bottom: 150px;
  }

  .contact-info {
    padding: 40px 0 20px 0;
  }

  .contact-info .contact-In {
    padding-left: 10px;
  }

  .social-icon-full-blk {
    width: 140px;
    margin: auto;
    bottom: -95px;
    left: 0;
    right: 0;
    top: auto;
    position: absolute;
  }

  .social-media-icon {
    margin: 0px 3px 10px 3px;
  }

  .top-nav ul li.mob-hide {
    display: none;
  }

  .contact-info {
    left: 0px;
    bottom: 0;
    width: 100%;
    display: block;
    height: auto;
    padding: 20px 0 20px 0;
  }

  .figure-blk,
  .figure-blk-rgt {
    top: auto;
    left: auto;
    right: 0;
    margin: auto;
    bottom: -40px;
    width: 160px;
  }

  .round-blk,
  .round-blk-rgt {
    left: auto;
    right: 20px;
    width: 120px;
    height: 120px;
    top: auto;
    bottom: 0px;
    margin: auto;
    border: 15px #89c740 solid;
  }

  .pad-right-mob {
    padding-right: 120px !important;
  }

  .rules-container-blk {
    padding: 0px;
  }

  .page-head-txt-blk .intro-block {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }

  .page-head-txt-blk .title-block {
    text-align: center;
  }

  .top-blk02 a.download-btn {
    margin: auto;
  }

  .intro-block {
    padding: 10px;
  }
}

@media only screen and (max-width:480px) {

  .top-nav ul li,
  .page-top-nav ul li {
    font-size: 14px;
  }

  .page-top-nav ul li.mob-hide {
    display: none;
  }

  .header-image {
    width: 88%;
  }

  .contact-info .oth-options {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-info .oth-options span {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .contact-info .oth-options span:not(:last-child) {
    border-right: 0;
    margin-bottom: 5px;
  }

  .contact-details p strong {
    display: block;
  }
}

@media only screen and (max-width:420px) {
  .page-top-nav ul li {
    margin: 10px 7px 0px 0;
  }

  .page-top-nav {
    padding-bottom: 10px;
  }

  .price-label-mob {
    background-color: transparent;
    padding: 0 0 10px 0;
  }

  .contact-info .lead {
    font-size: 18px;
    line-height: 18px;
  }

  .contact-info .txt-ml {
    font-size: 19px;
    position: relative;
    z-index: 10;
  }
}