@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
.bounce 
{
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce 
{
  0%, 20%, 50%, 80%, 100% 
  {
    transform: translateY(0);
  }
  40% 
  {
    transform: translateY(-30px);
  }
  60% 
  {
    transform: translateY(-15px);
  }
}
.nav>li 
{
  font-size: 16px;
  padding: 8px 27px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active
{
  color: #F47153;
}
.navbar-inverse .dropdown-menu li > a.active,
.navbar-inverse .dropdown-menu li > a.active:hover,
.navbar-inverse .dropdown-menu li > a.active:focus,
.navbar-inverse .dropdown-menu li > a.active:active 
{
  color: #F47153;
  background-color: #003F72;
  font-weight: 700;
}
.navbar-inverse .dropdown-menu li a
{
  font-weight: 700;
  color: #5e5e5e;
}
.navbar-inverse .dropdown-menu li a:hover,
.navbar-inverse .dropdown-menu li a:focus
{
  background: transparent;
  color: #003F72;
  font-weight: 700;
}
.para 
{
  line-height: 22px;
  font-size: 16px;
  color: #000;
}
.black
{
  color: #000;
}
.white
{
  color: #fff;
}
.red
{
  color: red;
}
.blue
{
  color: #2A313F;
}
.green
{
  color: #00B4B9;
}
.grey
{
  color: #444;
}
.grey a
{
  color: #444;
}
.grey a:hover,
.grey a:focus,
.grey a:active 
{
  color: #003F72;
}



.pt
{
  padding-top: 10px!important;
}
.mb
{
  margin-bottom: 20px!important;
}
.mt
{
  margin-top: 20px!important;
}
#captcha_code
{
  border: 1px solid #ccc;
}
.logo-desk
{
  display: block;
  padding: 7px 0px;
}
.logo-mob
{
  display: none;
}
.sign .links
{
  display: inline-block;
  color: #000;
  border: 1px solid #F47153;
  padding: 5px 0px;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
  float: right;
  border-radius: 25px;
}
.sign .links a
{
  color: #000;
}
.sign .links a:hover, .sign .links a:focus, .sign .links a:active
{
  color: #003f72;
  text-decoration: none;
}
.sign-up
{
  background: #7FD1E6;
  padding: 5px 10px;
  border-right: 1px solid #F47153;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.log-in
{
  background: #B2D676;
  padding: 5px 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sign-up:hover, .log-in:hover
{
  background: #F47153;
  color: #fff !important;
}
.desk-sign 
{
  display: block;
}
.mob-sign 
{
  display: none;
}
.active1
{
  background-color: #fff;
  color: #D31B27!important;
}
.heading 
{
  font-size: 36px;
  color: #003F72;
  padding-bottom: 15px;
}
.mobile-view
{
    display: none;
}
.web
{
  text-align: right;
}
.footer 
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #003F72;
  padding: 10px 0px 5px 0px;
}
.footer p 
{
  color: #fff;
  font-size: 13px;
}
.footer a 
{
  color: #F47153;
  font-weight: bold;
}
.footer a:hover, .footer a:focus, .footer a:active
{
  text-decoration: underline;
}
.bottom-footer .links 
{
  margin: 0px;
  text-align: center;
  padding: 0px;
}
.bottom-footer .links li 
{
  display: inline-block;
  font-size: 13px;
  color: #fff;
  list-style-type: none;
}
.bottom-footer .links li a 
{
  color: #fff;
  font-weight: normal;
}
.bottom-footer .links li a:hover,
.bottom-footer .links li a:focus,
.bottom-footer .links li a:active 
{
  color: #F47153;
  text-decoration: none;
}
.active2
{
  color: #F47153!important;
}
.home, .pricing, .payment-method, .faqs
{
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-bg
{
  background: url('../images/home-top-bg.jpg');
}
.home-bg1
{
  background: url('../images/home-bottom-bg.jpg');
}
.home-bg, .home-bg1
{
  padding: 50px 0px;
  background-position: 100%;
  background-size: cover;
}
.home_btn 
{
  border: 1px solid #003F72;
  padding: 12px 50px;
  font: 16px;
  font-weight: 500;
  border-radius: 45px;
  color: #003F72;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}
.home_btn:before 
{
  content: "";
  height: 100%;
  width: 0;
  display: block;
  position: absolute;
  z-index: -1;
  left: auto;
  right: -1%;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #003F72 0%, #003F72 43%, #003F72 100%);
  background-image: -webkit-linear-gradient(0deg, #003F72 0%, #003F72 43%, #003F72 100%);
  background-image: -ms-linear-gradient(0deg, #003F72 0%, #003F72 43%, #003F72 100%);
}
.home_btn:hover 
{
  color: #fff;
  border: 1px solid #003F72;
}
.home_btn:hover:before
 {
  left: 0;
  right: auto;
  width: 100%;
}
.theme_btn 
{
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 33px 8px;
  margin-top: 10px;
  border-radius: 45px;
  box-shadow:0 5px 5px 0 rgba(0,0,0,0.16),0 10px 10px 0 rgba(0,0,0,0.12);
  display: inline-block;
  border:2px solid #fff;
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #fff;
}
.theme_btn:before 
{
  content: "";
  position: absolute;
  left: 0; 
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 45px;
  background: #27B6BA;
  z-index: -1;
}
.theme_btn:hover 
{
  color: #27B6BA;
  border:2px solid #27B6BA;
}
.theme_btn:hover:before 
{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.contact-bg
{
  background: rgba(0, 0, 0, 0.3); 
  padding: 25px;
}
.register-bg
{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F7F9FB;
}
.about-us, .order-messages
{
  padding-top: 40px;
}
.privacy-policy, .terms-conditions
{
  padding-top: 40px;
  padding-bottom: 40px;
}
.register
{
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.map
{
  width: 100%;
  height: 600px;
}
.bg1
{
  background-color: #A1D8E5;
}
.bg2 
{
  background: #BFD696;
}
.bg3 
{
  background: #F5A593;
}
.bg1, .bg2, .bg3
{
  padding: 20px 0px;
  border-radius: 3px;
}
.bg1:hover, .bg2:hover, .bg3:hover
{
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0); 
  -moz-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
}
.bg1 .block .icon i, .bg2 .block .icon i, .bg3 .block .icon i
{
    height: 50px;
    width: 50px;
    border-radius: 41px;
    background-color: #transparent;
    color: #003F72;
    border: 2px solid #003f72;
    font-size: 25px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bg1 .block .details h1, .bg2 .block .details h1 , .bg3 .block .details h1 
{
    font-size: 22px;
    color: #000;
    margin-top: 8px;
}
.messages 
{
  width: 8%;
  margin-right: 2%;
  float: left;
  background: #fff;
}
.errorMessage
{
  width: 90%;
  float: right;
  margin-bottom: 5%;
  padding: 3% 0% 3% 1%;
  text-align: left;
  color: #DD5152;
  background-color: #F9C7C8;
}
.successMessage
{
  width: 90%;
  float: right;
  margin-bottom: 5%;
  padding: 3% 0% 3% 1%;
  text-align: left;
  color: #52B052;
  background-color: #C4FAC4;
}
.plainMessage /* no bkgrnd */
{
  width: 90%;
  float: right;
  margin-bottom: 5%;
  padding: 3% 0% 3% 1%;
  text-align: left;
 
}
.pt-img
{
  padding-top: 5px;
}
.clear
{
  clear: both;
}

/** select dropdown **/
.dropdown1
{
  margin-top: 10px;
}
.dropdown1 select 
{
  width:100%;
  background:none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  color: #444;
  padding: 5px 5px 5px 10px;
}
.dropdown1::after 
{
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  right: 1em;
  margin-top:-4px;
  z-index: 2;
  margin-top: 2px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(102,102,102)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;  
  pointer-events:none;
}
_::-moz-progress-bar, body:last-child .dropdown1 
{
  overflow: hidden;
}
_::-moz-progress-bar, body:last-child .dropdown1 select 
{
  padding-right: 1.9em;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  width: 110%;
}
.button 
{
  border: 1px solid #ccc;
}


/** select dropdown **/
.contact-theme_btn 
{
  border: 1px solid #fff;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 45px;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background-color: #fff
}
.contact-theme_btn:before 
{
  content: "";
  height: 100%;
  width: 0;
  display: block;
  position: absolute;
  z-index: -1;
  left: auto;
  right: -1%;
  top: 0;  
}
.contact-theme_btn:hover 
{
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 500;
}
.contact-theme_btn:hover:before 
{
  left: 0;
  right: auto;
  width: 100%;
}
ul 
{
  list-style: none;
  padding-left: 10px;
}
ul li.pb
{
  padding-bottom: 20px;
}
.zoom-section
{
  position: absolute;
  top: 25%;
  left: 25%; 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
  z-index: 999;
}
.zoom-section1
{
  position: absolute;
  top: 25%;
  left: 80%;
  width: 50%;
  height: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
  z-index: 999;
}
section 
{
  position: relative;
}
section > .container 
{
  padding-top: 70px;
  padding-bottom: 70px;
}
.dashboard
{
  background-image: url(../images/dashboard.jpg);
}
.infographics
{
  background-image: url(../images/infographics.jpg);
}
.call-data-entry
{
  background-image: url(../images/call-data-entry.jpg);
}
.about-us, .order-messages
{
  background-image: url(../images/home-top-bg.jpg);
}
.dashboard, .infographics, .call-data-entry, .about-us, .order-messages
{
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; 
}
.bg-img-cover 
{
  background-size: cover !important;
  background-repeat: repeat-y;
  background-position: 50% 0;
}
.display-table 
{
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.display-table-cell 
{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


/********* home ***************/
.home .box1, .home .box2, .home .box3  
{
  border: 2px solid #003F72;
  padding: 30px 15px;
  margin: 10px;
  border-radius: 10px;
}
.home .box1
{
  background: #A1D8E5;
}
.home .box2
{
  background: #BFD696;
}
.home .box3
{
  background: #F5A593;
}
.home .box1:hover, .home .box2:hover, .home .box3:hover
{
  background: #fff;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0); 
  -moz-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
}
.bullets li 
{
  list-style-type: circle;
  margin-left: 25px;
}


/********* pricing *************/

.pricingtext1
{
  font-size: 12px;
}
.pricingtext2
{
  font-size: 14px;
}
.pricingrate{
  font-size: 30px;
  font-weight: bold;
}
.pricingratetext{
  font-size: 20px;
  font-weight: bold;
}
.pricing 
{
  text-align: center;
  color: #000;
}
.pricing .price
{
  background: #fff;
  padding: 25px;
}
.pricing h1 
{
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.pricing h3, .pricing h2
{
  font-size: 20px;
  font-weight: bold;
}
.pricing .theme_btn
{
  margin-bottom: 25px;
}
.pricing .box1
{
  background: #A1D8E5;
}
.pricing .box2
{
  background: #BFD696;
}
.pricing .box3
{
  background: #F5A593;
}
.pricing .box4
{
  background: #C7BBFA;
}
.text1
{
  color: #5CCAE5;
}
.text2
{
  color: #B2D676;
}
.text3
{
  color: #F47153;
}
.pricing .box1, .pricing .box2, .pricing .box3, .pricing .box4
{
  color: #000;
}
.pricing .box1:hover, .pricing .box2:hover, .pricing .box3:hover, .pricing .box4:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0); 
  -moz-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
}
.bronze 
{
  color: #673F10;
}
.silver
{
  color: #777777;
}
.gold 
{
  color: #F8BB35;
}
.fa-arrow-down
{
  color: #003f72;
}
.icons 
{
  float: left;
  padding-right: 10px;
}
.border 
{
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 25px;
}
.text-blue
{
  color: #003F72;
}
.table-responsive
{
  margin-top: 10px;
}
.table-responsive i
{
  padding: 10px 5px 10px 25px;
}
.main-heading
{
  color: #000;
  line-height:50px;
  font-weight: normal;
}
.main-heading span 
{
  font-weight: bold;
}
.horizontal
{
  margin-top: 35px;
}
.faq 
{
  border: 2px solid #003F72;
  padding: 10px 25px;
}
.btn
{
  background: transparent;
  color: #003F72;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #003F72;
  font-weight: 500;
}
.btn:hover
{
  background: #003F72;
  color: #fff;
}
.back-btn, .next-btn
{
  background: #fff;
  color: #000;
  padding: 8px 25px;
   font-weight: bold;
  border-radius: 10px;
  margin-bottom: 50px;
}
.back-btn
{
  border: 2px solid #FFE662;
}
.back-btn:hover
{
  background: #FFE662;
}
.next-btn
{
  border: 2px solid #FF6961;
  float: right;
}
.next-btn:hover
{
  background: #FF6961;
}


/***** aside section *****/
.aside-section 
{
  position: fixed;
  height: 384px;
  top: 50%;
  left: 0px;
  z-index: 9999;
}
.aside-section .panel 
{
  width: 60px;
  float: left;
  background: none;
  position: relative;
  left: 60px;
  border: 0px;
}
.drawer 
{
  position: absolute;
  z-index: 10;
  top: 0;
  left: -60px;
  height: auto;
  padding: .4em 0;
  background: #000;
  color: white;
  text-align: center;
  font-size: 0;
}
.drawer li 
{
  pointer-events: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 100%;
  transform: translateZ(0);
}
.drawer a 
{
  pointer-events: auto;
  position: relative;
  display: block;
  min-width: 3em;
  padding: .4em;
  line-height: 100%;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s;
  cursor: pointer;
  text-decoration: none !important;
}
.drawer a:active, .drawer a:focus 
{
  background: #000;
}
.drawer i
{
  display: block;
  margin-bottom: 4px;
  margin-top: 5px;
  font-size: 1.8em;
}
.drawer li:hover a 
{
  color: #FFFFFF;
}
.drawer li:hover ul, .drawer li.hover ul, .drawer li:focus ul 
{
  transform: translateX(0%);
}
.drawer > li 
{
  display: block;
}
.drawer > li > a 
{
  background: #405C98;
}
.drawer > li > a > i
{
  color: #fff;
}
.drawer > li:hover 
{
  z-index: 100;
}
.drawer > li:hover a 
{
  background: #5773B1;
}
.drawer > li a:hover 
{
  background: #5773B1;
}
.drawer > li:hover a:after 
{
   opacity: 1;
}

/***** aside section *****/
@media (min-width: 992px) and (max-width: 1199px)
{
  .zoom-section
  {
    position: absolute;
    top: 25%;
    left: 25%; 
    width: 40%;
    height: 40%; 
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
  .zoom-section1
  {
    position: absolute;
    top: 25%;
    left: 80%;
    width: 40%;
    height: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
    z-index: 999;
  }
  .bottom-footer .links li
  {
    text-align: center;
    font-size: 12px;
  }
  .footer p
  {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  /*
  .zoom-section
  {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
  .zoom-section1
  {
    position: absolute;
    top: 25%;
    left: 75%;
    width: 50%;
    height: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
    z-index: 999;
  }
  */

  .logo-desk
  {
    padding-top: 15px;
  }
  .dropdown1::after
  {
    margin-top: 5px;
  }
  .map
  {
    width: 100%;
    height: 450px;
    margin-top: 20px;
  }
  /*.errorMessage
  {
    width: 100%;
  }
  .successMessage
  {
    width: 100%;
  }*/
}
@media (min-width: 768px) and (max-width: 991px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 20%;
    left: 50%; 
    width: 50%;
    height: 50%; 
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 700px) and (max-width: 767px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 20%;
    left: 50%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 626px) and (max-width: 699px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 18%;
    left: 50%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 580px) and (max-width: 625px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 16%;
    left: 50%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 478px) and (max-width: 579px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 13%;
    left: 50%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 428px) and (max-width: 477px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 15%;
    left: 50%; 
    width: 43%;
    height: 43%; 
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 380px) and (max-width: 427px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 13%;
    left: 50%;
    width: 43%;
    height: 43%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 342px) and (max-width: 379px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 13%;
    left: 50%;  
    width: 40%;
    height: 40%; 
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 320px) and (max-width: 341px)
{
  .zoom-section, .zoom-section1
  {
    position: absolute;
    top: 12.5%;
    left: 50%;
    width: 40%;
    height: 40%;  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; 
  }
}

@media (min-width: 992px) and (max-width: 1199px)
{
  .para 
  {
    font-size: 16px;
    line-height: 22px;
  }
  .nav>li 
  {
    padding: 7px 17px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .para 
  {
    font-size: 14px;
    line-height: 20px;
  }
  .nav>li 
  {
    padding: 7px;
    font-size: 14px;
  }
  .mobile-view-section .home_btn
  {
    margin-bottom: 30px;
  }
  .home_btn
  {
    margin-bottom: 10px;
  }
  .logo-desk
  {
    padding-top: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px)
{
  .para 
  {
    font-size: 16px;
    line-height: 22px;
  }
  .theme_btn
  {
    margin-bottom: 10px;
  }
  .logo-mob
  {
    display: block;
    margin: 0px;
    height: auto;
    padding-bottom: 8px;
  }
  .logo-desk
  {
    display: none;
  }
  .mobile-view-section .home_btn
  {
    margin-bottom: 30px;
  }
  .home_btn{
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 479px)
{
  .para 
  {
    font-size: 16px;
    line-height: 22px;
  }
  .theme_btn
  {
    margin-bottom: 10px;
  }
  .logo-mob
  {
    display: block;
    padding-bottom: 8px;
    height: auto;
  }
  .logo-desk
  {
    display: none;
  }
  .bottom-footer .links li
  {
    text-align: center;
    font-size: 11px;
  }
  .footer p
  {
    font-size: 11px;
  }

  /*
  .navbar-toggle {
    padding: 3px;
    margin: 4px;
  }
  .mobile-view-section .heading{
    margin-top: 20px;
  }
  */

  .mobile-view-section .home_btn
  {
    margin-bottom: 30px;
  }
  .home_btn
  {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) 
{
  .footer 
  {
    background-color: #003F72;
    padding: 3px 0px 0px 0px;
  }
  .nav>li 
  {
    padding: 15px;
    font-size: 18px;
  }
  .nav>li, .navbar-brand 
  {
        font-size: 16px;
  }
  .nav>li 
  {
    margin: 0 0 5px;
  }
  .dropdown1::after
  {
    margin-top: 5px;
  }
  .map
  {
    width: 100%;
    height: 350px;
    margin-top: 20px;
  }
  /*.errorMessage
  {
    width: 100%;
  }
  .successMessage
  {
    width: 100%;
  }*/
}

@media (min-width: 992px) and (max-width: 1199px)
{
  .sign .links
  {
    font-size: 13px;
    margin-top: 17px;
  }
  .about-para
  {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
  {
  .sign .links
  {
    font-size: 9.5px;
    margin-top: 20px;
  }
  .sign-up, .log-in
  {
    padding: 6px 7px;
  }
}
@media (min-width: 400px) and (max-width: 767px)
{
  .sign .links
  {
    font-size: 12px;
    margin-right: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 399px)
{
  .sign .links
  {
    font-size: 9px;
    margin-right: 5px;
    margin-top: 22px;
  }
  .sign-up, .log-in
  {
    padding: 6px 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .heading
  {
    font-size: 32px;
  }
  .pricing h1 
  {
    font-size: 25px;
  }
  .copyright
  {
    text-align: center;
  }
  .web
  {
    text-align: center;
    padding-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px)
{
  .desk-sign 
  {
    display: none;
  }
  .mob-sign 
  {
    display: block;
  }
  .heading
  {
    font-size: 30px;
  }
  .pricing h1 
  {
    font-size: 23px;
    font-weight: bold;
  }
  .copyright
  {
    text-align: center;
    padding-top: 10px;
  }
  .web
  {
    text-align: center;
    padding-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 991px)
{
  .footer 
  {
    position: relative;
  }
  .mt-65
  {
    margin-top: 65px!important;
  }
  .pricing .box1, .pricing .box2, .pricing .box3
  {
    margin: 0px 25px 25px 25px;
  }
  .pricing .box4
  {
    margin: 0px 25px 0px 25px;
  }
  .payment-method .col-md-4 
  {
    margin: 50px 10px 0px 10px;
  }
  .payment-method .col-md-7
  {
    margin: 0px 10px 0px 10px;
  } 
  #fullpage-container, #fp-nav
  {
    display: none;
  }
  .mobile-view
  {
    display: block;
  }
  .mobile-view .mobile-view-section 
  {
    height: auto!important;
  }
  .mobile-view .heading
  {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  html, body 
  {
    overflow: auto !important;
    color: #000;
  }
  .plainMessage
  {
    margin-bottom: 0;
    padding: 3% 0% 0% 0%;
  }
}

.red sup {
  top: -0.99em
}