@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}
.thumbicon {
    width: 222px !important;
}
.wtext {
    color: #fff !important;
}
.logoicon {
    margin-top: -288px;
    margin-bottom: 20px;
    background: rgba(255,255,255,1);
    position: relative;
    z-index: 999999;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
}
.cname {
    max-width: 560px;
    width: 100%;
}
.serbg {
    background-image: url('../images/servicesbg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.qform {
  right: 0;
  top: 22%;
  position: absolute;
  width: 77%;
  z-index: 2;
  color: #fff;
}
.fgroup {
    width: 100%;
    margin: 0 0 10px 0px;
}
.fgroup input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-size: 20px;
    font-weight: 600;
    outline: none;
    background: rgba(20,50,97,0.5);
}
.fgroup input[type="text"]:focus {
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background: rgba(179,8,8,0.5);
}
.fgroup input[type="tel"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-size: 20px;
    font-weight: 600;
    outline: none;
     background: rgba(20,50,97,0.5);
}
.fgroup input[type="tel"]:focus {
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background: rgba(179,8,8,0.5);
}
.fgroup input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-size: 20px;
    font-weight: 600;
    outline: none;
    background: rgba(20,50,97,0.5);
}
.fgroup input[type="email"]:focus {
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background: rgba(179,8,8,0.5);
}
.fgroup textarea {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-size: 20px;
    font-weight: 600;
    outline: none;
    background: rgba(20,50,97,0.5);
    resize: none;
}
.fgroup textarea:focus {
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background: rgba(179,8,8,0.5);
}
.fgroup select {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-size: 20px;
    font-weight: 600;
    outline: none;
    background: rgba(20,50,97,0.5);
}
.fgroup select:focus {
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background: rgba(179,8,8,0.5);
}
.split {
    clear: both;
}
.fpic {
    width: 100%;
}
.framepic {
    border-radius: 16px;
    box-shadow: 0 2px 5px #999;
    margin-bottom: 10px;
}
.gmap {
    width: 100%;
}
.mapg {
   width: 100%;
    height: 280px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 2px 3px #ccc;
}
.faq {
    width: auto;
}
.faq .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
    font-size: 18px;
    font-weight: 600;
}

.faq .active, .accordion:hover {
  background-color: #ccc;
}
.faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq .active:after {
  content: "\2212";
}
.faq .panel {
  padding: 0 0px;
  margin: 2px 0px;
  background-color: #f7f7f7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.padbox {
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}
.points {
    margin: 0px 0 0 15px;
    padding: 0px;
}
.points li {
    margin: 15px 0px !Important;
}
@media screen and (max-width: 768px) {
.qform {
  right: inherit;
  top: -33%;
  position: relative;
  width: 100%;
  z-index: 2;
  color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    box-sizing: border-box;
}
.logoicon {
  margin-top: -388px;
  margin-bottom: 20px;
  background: rgba(255,255,255,1);
  position: relative;
  z-index: 999999;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
    width: 95%;
}    
}
