 body {
        overflow-x: hidden;
        font-family: sans-serif;
    }
    .form-control {
      background-color: transparent;
      border: 1px solid #fff;
    }

     #myBtn 
  {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background:#000;
    color:#fff;
    color: white;
    cursor: pointer;
    padding:9px 12px;
    border-radius: 150px;
  }
  .feature_head_txt{
      color: #fff;
  }

   @media (max-width: 480px) {
    .bgimg {
        background-image: url("img/home_page.svg");
        background-repeat: no-repeat;
        background-size: 100%;
     }
     .imgcnt1{
        font-size: 22px;
        letter-spacing:0px;
        color: #fff;
        text-align: center;
        padding-top: 20%;
     }
     .imgcnt2{
       font-size: 34px;
       letter-spacing:0px;
       color: #fff;
       text-align: center;
       margin-top: -1%;
     }
     .imgcnt3{
       font-size: 30px;
       letter-spacing:0px;
       color: #fff;
       text-align: center;
     }
     .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 35px;
        color: #D57525;
        /*margin-top: -300%;*/
     }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
        margin-right: 20px;
        color: #D57525;
       /* margin-top: -300%;*/
    }
    #img_1{
       margin-left:-16%;
    }
    #img_2{
        margin-left: -3%;
        margin-top: -12%;
    }
    #img_3{
        margin-left: -3%;
        margin-top: -12%;
    }
    .icons_plan_desk{
      display: none;
    }
    .resp_crd{
      margin-bottom:12%;
    }
    .ss1{
      margin-top: -150%;
    }
    .header li a {
      text-align: center;
    }
    .nav_img_desk{
      display: none;
    }  
    .features_txt{
      font-size: 15px;
    }
    .plans_txt{
      font-size: 15px;
    }
    .feature_head_txt{
      color: #D57525;
    }
  }

  .card
  {
      background-color: #fff;
      box-shadow: 0 4px 8px 5px rgba(0,0,0,0.2);
      /*height:320px;*/
      border-radius:4px;
      padding-bottom: 4%;
  }
  .card1
  {
      background-color: #fff;
      box-shadow: 0 4px 8px 5px rgba(0,0,0,0.2);
      height:400px;
      border-radius:4px;
  }
   
  .card-body{
    font-family: Perpetua;
    font-weight: 600;
    padding-left: 8%;
    padding-top: 5%;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .card-btn{
    background-color:#D57525;
    color: #fff;
  }
  .header {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
   /* position: fixed;*/
    width: 100%;
    z-index: 999;
  }
  hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 2px solid #D57525;
  }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: rgba(255, 255, 255, -0.8);
  }
  .header li a {
    display: block;
   /* padding: 20px 20px;*/
    text-decoration: none;
    color: #3d6935;
  }
  
  .header li a.active {
       border-bottom:1px solid #D57525;
  }
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    padding-left: 10%;
  }

  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }

  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  .header .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */

  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked ~ .menu {
    max-height: 420px;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  /* 48em = 768px */

  @media (min-width: 48em) {
    .header li {
      float: left;
      /*margin-left: -2%;*/
    }
    .header li a {
      padding: 20px 30px 10px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
      /*margin-left:45%;*/
      font-family: sans-serif;
    }
    .header .menu-icon {
      display: none;
    }
  }
       
  @media only screen and (min-width: 1200px) {
      .ss1{
       padding-left: 2%;padding-left:12%;margin-top: -43%;  
      }
      .bgimg{
        height: 100vh;
      }
      .cnt{
          height:30vh;
         }
     .imgcnt1{
        font-size:28px;
        letter-spacing:0px;
        color: #fff;
        margin-top: -16%;
        margin-left: 10%;
        font-family: 'sans-serif';
     }
     .imgcnt2{
      font-size: 65px;
      letter-spacing:0px;
      color: #fff;
      margin-left: 10%;
      margin-top: -1%;
      font-family: 'monospace';
     }
     .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  /*  margin-left: -10px;*/
        color: #D57525;
        margin-top: -85%;
     }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
       /* margin-left: -10px;*/
        color: #D57525;
        margin-top: -85%;
    }
    #img_1{
      margin-top: 22%;margin-left:-14%;
    }
    #img_2{
      margin-left: -20%;
    }
    #img_3{
      margin-top: -10%;
        margin-left: -20%;
    }
    .nav_img_mob{
      display: none;
    }
    .icons_plan_mob{
      display: none;
    }
  } 

  .footer-big {
   padding:60px 0 0px 0
  }
  .footer-big .footer-widget {
   margin-bottom:40px;
  }
  .footer--light {
   background:#F0E3D0;
  }
  .footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
   color:black;
  }
  .footer-menu {
   padding-left:48px
  }
  .footer-menu ul li a {
   font-size:15px;
   line-height:32px;
   -webkit-transition:.3s;
   -o-transition:.3s;
   transition:.3s
  }
  .footer-menu ul li a:hover {
   color: #D57525;
  }
  .footer-menu--1 {
   width:100%
  }
  .footer-widget-title {
   line-height:42px;
   margin-bottom:10px;
   font-size:18px
  }
  .mini-footer {
   background:#F0E3D0;
   text-align:center;
   padding:32px 0;
  }
  .mini-footer p {
   margin:0;
  /* line-height:26px;
  */ font-size:15px;
   color:#999
  }
  .mini-footer p a {
   color:#fff;
  }
  .mini-footer p a:hover {
   color:#34bfa3;
  }
  .vl {
    border-left:3px solid orange;
    height: 100px;
  }

  .carousel-control.left {
    background-image: linear-gradient(to right,rgba(236, 217, 217, 0) 0,rgba(0,0,0,.0001) 100%);
  }
  .carousel-control.right {
    background-image: linear-gradient(to right,rgba(236, 217, 217, 0) 0,rgba(0,0,0,.0001) 100%);
  }
