/* Scss Document */
@import url("reset.css");
a:hover {
  text-decoration: none; }

html{
 -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  display: block; }

p {
  font-size: 16px;
  color: #fff; }

* {
  box-sizing: border-box; }

a:focus, a:hover {
  text-decoration: none; }

/*=====color-code=====*/
/*=====background-code=====*/
/*=====font-family-code=====*/
/*====Mixin-webkit-code=====*/
.clears:after {
  display: block;
  content: '';
  clear: both; }

.box-div, .box-2, .box-3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 120px;
  height: 120px;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  top: 50%; }

.box-2 {
  width: 88%;
  background: #A8F3AA; }

.box-3 {
  width: 80%;
  background: #A274F7fgjxth; }

.wrapper {
  font-family: "Lato", sans-serif;
  overflow: hidden;
  background: linear-gradient(to left, #1D2731 50%, #0B3C5D 100%);
}

.button {
  background: #d9b310;
  outline: 0;
  border: 0;
  padding: 0;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 42px;
  margin: 0 0 0 15px;
  padding: 0 25px;
  vertical-align: top;
  line-height: 42px; 
  border: 1px solid #fff; }

.button:hover {
  background: #ffd005; }

/*==============Header=============*/
.header_top_outer {
  background: #1D2731;
  padding: 15px 0; }

.top_left span {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  display: block; }

.top_left strong {
  color: #d9b310;
  font-weight: 700; }

.top_contact ul {
  float: right; }
  .top_contact ul li {
    display: inline-block;
    margin: 0 10px; }
    .top_contact ul li a {
      font-size: 20px;
      color: #0b3c5d;
      display: block; }
    .top_contact ul li span {
      font-size: 20px;
      color: #fff;
      display: block; }
    .top_contact ul li i {
      margin-right: 6px; }

.header_btm_outer {
  background: linear-gradient(to left, #1D2731 0%, #0B3C5D 100%);
  box-shadow: 0 2px 2px #92cebd; }

a.logo {
  padding: 15px 0 0;
  display: block; }

.banner_section {
  background: linear-gradient(to left, #1D2731 0%, #0B3C5D 100%);
  background-size: cover; }

.btm_banner {
  background: linear-gradient(to left, #1D2731 0%, #0B3C5D 100%);
  padding: 20px 0px; }
  .btm_banner p {
    color: #fff;
    font-size: 20px;
    text-align: right; }

.banner_cont {
  position: relative;
  text-align: center; }

.banner_cont p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 22px; }

.banner_cont p span {
  display: block;
  font-size: 18px; }

.banner_cont h2 {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 15px; }

.banner_cont h2 span {
  display: inline-block;
  font-weight: 300; }

.banner-right {
  padding: 80px 0 0; }

.link_tab {
  margin: 0 0 15px;
}
  .link_tab ul {
    border-radius: 0px;
    overflow: hidden;
    width: 100%; }
    .link_tab ul li {
      display: inline-block;
      width: 45%;
      margin-left: -4px; }
      .link_tab ul li a {
        display: block;
        padding: 10px 0;
        text-align: center;
        font-size: 19px;
        color: #ffffff;
        font-weight: 700;
        background: #328cc1;
        border-radius: 0px 0 0 0px; }
      .link_tab ul li:last-child a {
        background: #fff;
        color: #000;
        border-radius: 0px 0px 0px 0px; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  border: 0;
  height: 42px;
  vertical-align: top;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background: #328cc1 url(../images/arrow_select.png) no-repeat right -5px;
  box-shadow: 0 0 2px #999;
  padding: 0px 15px; }

select::-ms-expand {
  display: none; }

.find_sec button {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  height: 42px;
  vertical-align: top;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 0 15px;
  border: 1px solid #fff; }

#location li a{color:#fff;}
#location li a:hover{background-color: transparent;}

.find_sec select {
  display: inline-block;
  width: calc( 100% - 300px); }

.banner_left {
  padding: 20px 0 0; }

.menu ul {
  float: right; }
  .menu ul li {
    display: inline-block;
    float: left; }
    .menu ul li a {
      display: block;
      padding: 20px;
      color: #fff;
      font-size: 15px; }
      .menu ul li a:hover {
        background: #328cc1;
        color: #fff; }
    .menu ul li.active a {
      background: #328cc1;
      color: #fff; }

.check_location {
  padding: 20px 0;
  border-bottom: 1px solid #1D2731; }
  .check_location h2 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-align: right; }
    .check_location h2 strong {
      /*color: #e14d48; */
      color: #d9b310;
    }

.select_location_wrap {
    background: linear-gradient(to left, #1D2731 50%, #328cc1 100%);  
  }

.payment_outer {
  background: linear-gradient(to left, #1D2731 50%, #328cc1 100%);
  margin: 0;
  overflow: hidden; }

.pay_right {
  padding: 50px 0 0; }
  .pay_right p {
    margin: 0 0 35px; }

.pay_right h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 15px; }
  .pay_right h2 span {
    display: block;
    font-weight: 300; }

.footer_top {
  background: linear-gradient(to left, #1D2731 50%, #0B3C5D 100%);
  padding: 50px 0 30px; }

.footer_btm {
  background: #1D2731;
  padding: 15px 0; }
  .footer_btm span {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    display: block; }

.footer_logo {
  display: block;
  margin: 0 0 0px; }
  .footer_logo figure {
    display: inline-block;
     padding: 10px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.footer_block p {
  margin: 0 0 15px; }
.footer_block h2 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 24px; }

.footer_contact li {
  display: block;
  margin: 0 0 15px;
  font-size: 17px;
  color: #ffffff; }
  .footer_contact li label {
    display: inline-block;
    vertical-align: top;
    width: 28px;
}
  .footer_contact li span {
    display: inline-block;
    vertical-align: top; }
  .footer_contact li a {
    color: #ffffff;
    display: inline-block;
    vertical-align: top; }

.social li {
  display: inline-block;
  vertical-align: top; }
  .social li a {
    background: #d9b310;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center; }
    .social li a i {
      font-size: 16px;
      color: #fff;
      line-height: 40px;
      -webkit-transition: all 0.4s linear 0s;
      -moz-transition: all 0.4s linear 0s;
      -ms-transition: all 0.4s linear 0s;
      transition: all 0.4s linear 0s; }
    .social li a:hover i {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
      color: #023e2d; }

.footer_post li {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 30px; }
  .footer_post li p {
    margin: 0 0 12px; }
  .footer_post li span {
    display: block;
    font-size: 17px;
    color: #c2cd0c; }
  .footer_post li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 16px;
    color: #c2cd0c;
    position: absolute;
    left: 0;
    top: 10px; }

.pay_left img {
  bottom: -10px;
  position: relative; }

.details_holder {
  padding: 60px 0; 
background:  linear-gradient(to left, #1D2731 0%, #0B3C5D 100%); }

.details_wrap h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 0 0 12px;
  text-align: center;
  position: relative; }
  .details_wrap h2 strong {
    font-weight: 700;
    display: inline-block; }
  .details_wrap h2:after {
    border-bottom: 3px solid #666;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: auto;
    transform: translate(-50%, 0px);
    width: 50px; }

.dt_row {
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px; }

.dt_row:last-child {
  border: 0; }

.dt_left figure {
  border: 1px solid #999;
  padding: 5px; }

.dt_left img {
  width: 100%; }

.dt_right {
  padding: 15px 0 0; }
  .dt_right h3 {
    font-size: 24px;
    color: #333;
    margin: 0 0 15px; }
  .dt_right p {
    font-size: 18px;
    color: #666;
    width: 90%; }

.list_details h4 {
  color: #333;
  font-size: 18px;
  margin: 0 auto 20px;
  max-width: 620px;
  text-align: center; }
  .list_details h4 strong {
    display: inline-block; }
.list_details ul {
  margin: 0 auto;
  max-width: 740px;
  padding: 20px 30px; }
  .list_details ul li {
    font-size: 18px;
    margin: 0 0 12px;
	}
.list_details ul li i{ margin-right:10px;}
.feature_bg {
  /*background: #14b98a url(../images/bg_off.png) repeat left top; */
  background: #0e644c url(../images/bg_off.png) repeat left top; }
  }

.feature {
  border-bottom: 1px solid #ccc; }

.feature_bg h2 {
  color: #fff; }
.feature_bg h4 {
  color: #fff; }

.feature_bg .list_details ul li {
  color: #fff; }

.use_sec h4 {
  font-size: 20px;
  color: #666;
  margin: 0 0 20px;
  text-align: center; }

.use_box {
  padding: 15px 0; }

.use_box img {
  display: block;
  margin: 0px auto 12px; }

.use_box h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 15px; }

.use_box p {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px; }

.us_cont {
  text-align: center;
  min-height: 170px;
  padding: 0 10px; }

.use_box {
  box-shadow: 5px 5px 4px #ccc;
  margin: 0 0 15px;
  border: 1px solid #dcdcdc; }

/*================faq-section==========*/
/*=======Accoridan-start======*/
.faq {
  padding: 40px 0; }

.faq_section {
}

.faq_ques {
  border: 1px solid #cbcbcb;
  padding: 0 15px 0 0;
  cursor: pointer;
  box-shadow: 0 0 1px #ccc;
  position: relative;
  margin: 0 0 12px; }

.faq_ques:before {
  font-family: 'FontAwesome';
  content: "\f055";
  position: absolute;
  right: 10px;
  top: 17px;
  color: #328cc1;
  font-size: 20px; }

.faq_ques.tab-active:before {
  content: "\f056"; }

.faq_ques h3 {
  color: #123858;
  font-size: 20px;
  padding: 10px;
  font-weight: 700;
  padding: 15px 12px; }

.faq_answer {
  display: none;
  padding: 20px 20px;
  border: 1px solid #ccc;
  border-bottom: 0; }

.faq_answer p {
  font-size: 14px;
  color: #000; }

.tabClick.tab-active {
  display: block; }

.wallpaper-categories h2::after {
  background-color: #bfbfbf;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1; }

.wallpaper-categories h2 {
  color: #646aa3;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

.wallpaper-categories h2 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px; }

.acc_cont_left {
  float: left;
  margin-right: 10px; }

.acc_cont_left h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff; }

.acc_cont_right {
  float: right; }

.acc_cont_right ul {
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: top;
  padding-right: 40px; }

.acc_cont_right ul:last-child {
  padding: 0; }

.acc_cont_right ul li {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 19px; }

.acc_cont_right ul li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 9px;
  color: #fff; }

.faq h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px; }

.acc_cont p {
  font-size: 16px;
  padding: 10px 0; }

.acc_cont ul li {
  font-size: 16px;
  margin: 0 0 10px;
   }
.acc_cont ul{
    padding: 0 0 0 15px;
}
.acc_cont ul li i{
    margin-right: 4px;
}

.find_sec.find_row {
  margin: 0 0 12px;
  text-align: left; }

.find_sec.find_row select {
  width: 380px; }

/*---------popup-------*/
.btn_contact .contact_sub {
    border: 1px solid #666;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0 0;
    vertical-align: top;
	background: #d9b310;
}
.btn_contact .contact_sub:hover { background:#88900a;}
.wpcf7-form-control-wrap input,textarea{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #787a7b;
    border-radius: 1px;
    color: #1D2731;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 530px;
    font-size: 14px;
    margin: 8px 0;
}
.wpcf7-form-control-wrap input:focus, textarea:focus{
    border: 1px solid #008040;
}
.contact label{
	color:#fff;
}
.wpcf7-form-control-wrap label{
	color:#F00;
}
input[type="text"], input[type="email"] {
	height:auto;
	size:100%;
}
/*# sourceMappingURL=style.css.map */

.logo_img_sec{
    height: auto !important;
}

.logo_img_sec img{
    width: 100%;
}

.btns_log a{
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    margin: 0 3px;
    min-width: 45%;
    padding:10px 12px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.btns_log{
    text-align: center;
}
