html, body{
  margin: 0;
  padding: 0;
}
header{
  background-color: #0080FE;
}

/*nav{
  margin-left: 0px;
  width: 100%;
}
nav ul li{
  display: inline-block;
  font-size: 18px;
  background-color: #0080FE;
  padding-left: 30px;
  padding-top: 20px;
  margin-left: 0px;
  text-decoration: none;
}
nav ul li a, nav ul li a:visited{
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
nav a:hover{
  color: #000;
}*/
.menuBar{
  float: right;
  margin-top: 15px;
  margin-right: 20px;
  display: none;
}
.menuBar div {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    z-index: 10;

}
.icon-bar {
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  }

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.box{
  margin-bottom: 25px; 
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-top: 15px;
  padding-bottom: 15px;
}
.boxside{
  margin-bottom: 25px; 
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box:hover{
/*    background: rgba(0,0,0,0.20);
*/
 }

div .price span, .know span{
  padding: 20px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.bdr{
    border-top: 1px solid #E0E0E0;

}
/*.bdr-right{
  border-right: 1px solid #0eb798;
}*/
div .subPoints{
    background-color: #0eb798;
}
.subPoints p{
  font-size: 16px;
    padding: 20px 0;
}
.subPoints1 p{
  font-size: 16px;
    padding: 20px 0;
}
.subPoints2 p{
  font-size: 14px;
    padding: 20px 0;
/*    margin-left: 20px;
*/    color: #000;
}
.subPoints p span{
  color: #fff;
  font-size: 14px;
}
.subPoints1 p span, .subPoints2 p span{
  color: #777;
  font-size: 15px;
}
.subPoints1 i,.subPoints2 i {
  color: #0eb798;
}
h1.article-heading{
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #000;

}
a{
  text-decoration: none;
}

button a{
  color: #fff !important;
}
/*section{
  margin-top: 15px;
}*/
.top1-margin{
  margin-top: 1%;
}
.top2-margin{
  margin-top: 2%;
}
.top3-margin{
  margin-top: 3%;
}
.top5-margin{
  margin-top: 5%;
}
.top2Btm-padding{
  padding-top: 20px;
  padding-bottom: 20px;

}
.bottom-margin{
  margin-bottom: 5%;
}
.left-margin{
  margin-left: 28%;
}
.left8-margin{
  margin-left: 8.5%;
}
.description{
  font-size: 16px;
  padding: 0 20px !important;
  text-align: justify;

  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.sec2_heading {
        font-size: 28px;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        margin-top: 6px;
        margin-bottom: 15px;
        font-weight:bold;
    }
.sec2_heading span {
        color: #0eb798;
        font-size: 23px;
    }
.sec2_text {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        color: rgb(9, 9, 9);
        border: 1px dashed black; 
        padding: 5px 18px;
    }
.ruler span{
border-bottom: 1px solid #fff;
font-size: 25px;
}

.submit_btn1 a{
  text-decoration: none;
  color: #fff !important;
}
    .submit_btn1 {
        border: none;        
        background: #0080FE;
        border-radius: 30px;
        padding: 8px 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 16px;
        float: right;
        cursor: pointer;
          color: #fff !important;
    }

    .submit_btn1:hover {
        background: #0eb798;
    }
/*.footer{
    background-color: #143575    color: #fff;
    padding: 20px;
}*/
    .bg_color{
      background: #0080FE;
        }

   .T4{
    text-align: center;
         font-size: 14px;
         font-family:  open sans, sans-serif;
         color: #fff;
         padding:10px 0;
   }
   .form-group input{
    height: 35px !important;
   }
   .newBtn{
    background-color: #0080FE;
    border:none;
    padding: 8px 30px;
    width: 100%;
   }
      .newBtn:hover{
    background-color: #0eb798;
    border: none;
   }
/* #Forms
================================================== */

  form {
    margin-bottom: 20px; }
  fieldset {
    margin-bottom: 20px; }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; }
  select {
    padding: 0; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
  textarea {
    min-height: 60px; }
  label,
  legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
  select {
    width: 220px; }
  input[type="checkbox"] {
    display: inline; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.next{
  margin-right: 15px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  color: #fff;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
#properties h2{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
#properties .card{
  margin-bottom: 20px;
}
.card h4{
  font-size: 18px;
  font-weight: 600;
}
.card-title a{
  text-decoration: none;
  color: #000;
}
.card-title a:hover{
  color: #0080FE;
}
.card-body{
  padding: 10px !important;
}
.card-text{
  font-size: 14px;
}
.card-price{
  font-size: 19px;
  color: #0eb798;
  font-weight: 600;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}
.back-to-top {
  position: fixed;
  background-color: rgba(14, 183, 152,0.6);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer a:hover{
  color: #999;
  text-decoration: none;
}
.back-to-top:focus {
  background-color: #0eb798;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  color: #fff;
}
  @media only screen and (max-width: 960px){
    h3 .master-style{
      float: left;
    }
    .menuBar{
      display: block;
    }
    nav ul li a{
      display: none;
    }
  }
@media only screen and (max-width: 960px){
  footer .design_style, .design_text{
    text-align: center;
    vertical-align: middle;
  }
  .price span{
/*    font-size: 12px;
*/  }
  .submit_btn1{
    float: none;
    padding: 8px 20px;

 }
  .master_bkgr h3{
    text-align: center;
    margin-top: -35px;
  }


}