article, aside, details, figcaption, figure, footer, header, hgroup,menu, nav, section{
display:block;
}
#main-slider{
  margin-top: -70px;
    position: relative;
  /*  z-index: 1*/

}
#main-slider:before {
    content: '';
    width: 100%;
    height:154px;
    background-image: url(../images/banner/banner-2-bg-shape.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: -65px;
    left: 0;
    z-index: 25;
    background-size: 100%;
}
/*.one__slide {
    padding-top: 250px;
    padding-bottom: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0a1c4f;
    position: relative;
}*/
/*.tp-banner-container {height:600px;}*/
.one__slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000ed;
   /* background-image: linear-gradient(to right, #c8f7c1 20%, transparent);*/
    opacity: 0.7;
   /*background-image: linear-gradient(to right, #c8f7c1 20%, transparent);*/
}

.slider-one__video-btn {
    width: 192px;
    height: 192px;
   background-image: linear-gradient(to right, #0e5601, #40ec2b);
/*    background-image: linear-gradient(-90deg, #23e7ea 0%, #0a6ad6 51%, #23e7ea 100%);*/
    background-size: 200% auto;
    border: 27px solid #fff;
    border-radius: 50%;
   
    display: flex;
    
    align-items: center;
    
    justify-content: center;
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 29%;
    bottom: 6%;
    z-index: 33;
    
    transition: 500ms;
    top: 85%
}
/* thm btn */
.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), color-stop(51%, #fa9442), to(#ffd240));
  background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 51%, #ffd240 100%);*/
  background-color: #FEB800;
  background-size: 200% auto;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 13px 49.5px;
}

.thm-btn:hover {
  color: #fff;
  background-position: right;
}
#bottom-image:before {
    content: '';
    width: 100%;
    height: 7px;
    background-image: url(https://vimns.now.sh/assets/images/shapes/banner-2-line.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 0;
}
#main-slider h2.tp-caption > span {
    display: contents;
}
#main-slider h2{line-height: 80px;}



/* ------------ Main Banner ------------ */
#main-slider { color:#fff;}
.tp-banner h2{
  font-size:54px;
}
.tp-banner p{
  font-size:18px;
}
.tp-banner p , #main-slider .tp-caption a{
  color:#fff;
}
#main-slider h2.tp-caption > span{
  display:block;
}
#main-slider .tp-caption a{
  margin:5px;
}
.tp-bullets{ display:none;} 
.tp-caption{ padding:0 15px !important;}


.layer-content p{
  color:#000;
  font-weight:400;
}

.layer-content h2{
  color:#000;
  font-weight:600;
}

.layer-content h2 span{
  color:#07AAA5;
  font-weight:600;
  display:inline-block!important;
}

.layer-content h2 span.green-text{
  color:#82b440;
}









/* ------------ Main Banner ------------ */



/* 

====================================================================
  Department Section
====================================================================

*/

.departments-section{
  position:relative;
  padding:100px 0px 70px;
}

/* 

====================================================================
  Testimonials tab Style
====================================================================

*/
.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:55px;
}
.centered {
    text-align: center !important;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:36px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  padding-bottom:25px;
  text-transform:capitalize;
     font-family: 'Lora', serif;
   }

.sec-title .separator{
  position:relative;
  width:100px;
}

.sec-title .separator:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:1px;
  background-color:#cccccc;
}

.sec-title .separator:after{
  position:absolute;
  content:'';
  left:50%;
  top:-15px;
  width:30px;
  height:30px;
  margin-left:-15px;
  border:10px solid #ffffff;
  background-color:#004cda;
}

.sec-title.light .separator:after{
  background-color:#222222;
}


.departments-info-tabs{
  position:relative;
}

.departments-info-tabs .departments-tabs{
  position:relative;
}

.departments-info-tabs .departments-tabs .tab-btns{
  position:relative;
 /* margin-bottom:110px;*/
  border-bottom:1px solid #dddddd;
  width: 90%;
  margin-top: 33px;
    margin-left: 5%;
    margin-right: 5%;
}

.departments-info-tabs .departments-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:inline-block;
 /* float:left;*/
  /*font-size: 20px;*/
  font-size: 30px;
  color:#FEB800;
  font-weight:600;
  line-height:24px;
  cursor:pointer;
  /*width:16.666%;*/
 width: 49%;
  /*margin-right: 5%;
    margin-left: 5%;*/
  text-align:center;
  letter-spacing:1px;
  padding:35px 15px 30px;
  transition:all 500ms ease;
  font-family: 'Lora', serif;
  text-transform:capitalize;
  background-color:none;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
}

.departments-info-tabs .departments-tabs .tab-btns .tab-btn:before{
  position:absolute;
  content:'';
  left:50%;
  bottom:-11px;
  opacity:0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #FEB800;
}

.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn::before,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover::before{
  opacity:1;
}

.departments-info-tabs .departments-tabs .tab-btns .tab-btn .icon{
  position:relative;
  display:block;
  font-size:50px;
  font-weight:400;
  margin-bottom:20px;
}

.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn .icon,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover .icon{
  color:#004cda;
}

.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn{
  color:#fff;
  border-top-color:#fff;
  border-bottom-color:#FEB800;
  /*background-color: rgb(254 184 0 / 31%);*/
  background-color: rgb(254 184 0);
}

.departments-info-tabs .departments-tabs .tabs-content{
  position:relative;
}

.departments-info-tabs .departments-tabs .tabs-content .tab{
  position:relative;
  display:none;
}

.departments-info-tabs .departments-tabs .tabs-content .tab.active-tab{
  display:block;
}




/Testimonisl block design/


.testimonial-block-two{
  position:relative;
}

.testimonial-block-two .inner-box{
  position:relative;
  padding-left:30px;
  padding-right:30px;
  border-radius:5px;
  background-color:#ffffff;
  box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.testimonial-block-two .inner-box .image{
  position:relative;
  width:122px;
  height:122px;
  overflow:hidden;
  border-radius:50%;
  margin-top:-60px;
  margin-bottom:30px;
  display:inline-block;
}

.testimonial-block-two .inner-box .text{
  position:relative;
  color:#777777;
  font-size:16px;
  line-height:1.7em;
  margin-bottom:30px;
  font-family: Lora, serif;
}

.testimonial-block-two .inner-box .lower-box{
  position:relative;
  padding-left:30px;
  padding-right:30px;
}

.testimonial-block-two .inner-box .lower-box .quote-icon{
  position:relative;
  color:#ffffff;
  font-size:18px;
  margin-top:10px;
  padding:20px 16px;
  border-radius:50px 50px 0px 0px;
  background-color:#FEB800;
}

.testimonial-block-two .inner-box .lower-box .author-info{
  position:relative;
}

.testimonial-block-two .inner-box .lower-box .author-info h3{
  position:relative;
  color:#222222;
  font-size:18px;
  line-height:1.3em;
  font-weight:700;
}

.testimonial-block-two .inner-box .lower-box .author-info .author{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height:1.3em;
  margin-top:4px;
  margin-bottom:25px;
}


/* 

====================================================================
  Testimonials tab Style
====================================================================

*/

/*popup form*/

.faq-page-sections {padding:20px; }
    .faq-page-sections .faq-tabs .tab-btns .tab-btn{
  position:relative;
  display:block;
  font-size:24px;
  color:#222222;
  font-weight:700;
  line-height:24px;
  cursor:pointer;
  padding:0px 20px;
  display:inline-block;
  text-transform:capitalize;
  transition:all 500ms ease;
  font-family: 'Lora', serif;
  border-right:1px solid #222222;
}

.faq-page-sections .faq-tabs .tab-btns .tab-btn:last-child{
  border-right:none;
}

.faq-page-sections .faq-tabs .tab-btns .tab-btn:hover,
.faq-page-sections .faq-tabs .tab-btns .tab-btn.active-btn{
  color:#147703;
}


/*faq*/

/* 

====================================================================
  Faq Page Section
====================================================================

 */

.faq-page-section{
  position:relative;
  padding:100px 0px 0px;
}

.faq-page-section .faq-tabs{
  position:relative;
}

.faq-page-section .faq-tabs .tab-btns{
  position:relative;
  z-index:1;
  text-align:center;
  margin-bottom:50px;
  padding-bottom: 35px;
    border-bottom: 3px solid #147703;
}

.faq-page-section .faq-tabs .tab-btns .tab-btn{
  position:relative;
  display:block;
  font-size:24px;
  color:#222222;
  font-weight:700;
  line-height:24px;
  cursor:pointer;
  padding:0px 20px;
  display:inline-block;
  text-transform:capitalize;
  transition:all 500ms ease;
  font-family: 'Lora', serif;
  /*border-right:1px solid #222222;*/
  padding: 10px;
  border-radius: 10px;
}

.faq-page-section .faq-tabs .tab-btns .tab-btn:last-child{
  border-right:none;
}

.faq-page-section .faq-tabs .tab-btns .tab-btn:hover,
.faq-page-section .faq-tabs .tab-btns .tab-btn.active-btn{
  color:#147703;
  background: #FEB800;
}

.faq-page-section .faq-tabs .tabs-content{
  position:relative;
}

.faq-page-section .faq-tabs .tabs-content .tab{
  position:relative;
  display:none;
  border-top:0px;
}

.faq-page-section .faq-tabs .tabs-content .tab.active-tab{
  display:block;  
}



/* 

====================================================================
  Faq Form Section
====================================================================

 */

.faq-form-section{
  position:relative;
  padding:100px 0px 100px;
  background-color:#f5f5f5;
}

.faq-form-section .sec-title .separator:after{
  border-color:#f5f5f5;
}

.faq-form{
  position:relative;
  max-width:970px;
  margin:0 auto;
}

.faq-form .row{
  margin:0px -8px;
}

.faq-form .row .column{
  padding:0px 8px;
}

.faq-form .form-group{
  position:relative;
  margin-bottom:20px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  color:#222222;
  height:54px;
  font-size:15px;
  background:#ffffff;
  border:1px solid #e1e1e1;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group textarea:focus{
  
}

.faq-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:22px;
  padding:15px 20px;
  color:#222222;
  height:120px;
  background:#ffffff;
  resize:none;
  font-size:15px;
  border:1px solid #e1e1e1;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.faq-form .form-group .btn-detail{
  position:relative;
  text-align:center;
  margin-left:30px;
  color:#ffffff;
  font-weight:600;
  display:inline-block;
}

.faq-form button{
  margin-top:15px;
  padding:11px 42px;
  font-family: 'Lora', serif;
}



/* 

====================================================================
  Department Section Three
====================================================================

*/

.department-section-three{
  position:relative;
  padding:100px 0px 100px;
}

.department-section-three .sec-title .separator:after{
 border-color: rgb(254 184 0);
  background-color:#ffffff;
}

.department-section-three .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  width:40%;
  height:100%;
  background-size:cover;
  background-image: url(../images/jpg/story.jpg);
}

.department-section-three .image-layer:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background-image: linear-gradient(to right, #0e5601de, #feb800d1);
}

.department-section-three:before{
  position:absolute;
  content:'';
  left:40%;
  top:0px;
  right:0px;
  bottom:0px;
  background-image: -ms-linear-gradient(left, #EAEAEA 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #EAEAEA 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #EAEAEA 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EAEAEA), color-stop(100, #ffffff));
  background-image: -webkit-linear-gradient(left, #EAEAEA 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #EAEAEA 0%, #ffffff 100%);
}

.department-section-three .department-tabs{
  position:relative;  
}

.department-section-three .department-tabs .tab-btns{
  position:relative;
  margin-bottom:40px;
}

.department-section-three .department-tabs .tab-btns .tab-btn{
  position:relative;
  display:block;
  font-size:18px;
  color:#222222;
  font-weight:700;
  cursor:pointer;
  z-index:1;
  line-height:1.6em;
  margin-bottom:10px;
  padding:20px 20px 20px 30px;
  transition:all 500ms ease;
  text-transform:capitalize;
  background-color:#ffffff;
  border-radius:0px 50px 50px 50px;
  font-family: 'Lora', serif;
  border: 1px solid green;
}

.department-section-three .department-tabs .tab-btns .tab-btn:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  bottom:0px;
  width:0px;
  z-index:-1;
  border-radius:0px 50px 50px 50px;
  background-color:#147703;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}

.department-section-three .department-tabs .tab-btns .tab-btn.active-btn::before,
.department-section-three .department-tabs .tab-btns .tab-btn:hover::before{
  width:100%;
}

.department-section-three .department-tabs .tab-btns .tab-btn:hover,
.department-section-three .department-tabs .tab-btns .tab-btn.active-btn{
  color:#ffffff;
}

.department-section-three .department-tabs .tabs-content{
  position:relative;
  padding-left:120px;
}

.department-section-three .department-tabs .tabs-content .tab{
  position:relative;
  display:none;
}

.department-section-three .department-tabs .tabs-content .tab.active-tab{
  display:block;  
}

.department-section-three .department-tabs .tabs-content h2{
  position:relative;
  color:#222222;
  font-size:30px;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:20px;
  font-family: 'Lora', serif;
  text-align: center;
}

.department-section-three .department-tabs .tabs-content .title{
  position:relative;
  color:#777777;
  font-size:16px;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:18px;
  font-family: 'Lora', serif;
}

.department-section-three .department-tabs .tabs-content .text{
  position:relative;
  margin-bottom:30px;
}

.department-section-three .department-tabs .tabs-content .text p{
  position:relative;
  color: #333333;
  font-size:16px;
  line-height:1.8em;
  margin-bottom:20px;
  font-family: "Roboto Light";
}

.department-section-three .department-tabs .tabs-content .text p:last-child{
  margin-bottom:0px;
}

.department-section-three .department-tabs .tabs-content .two-column{
  margin-bottom:30px;
}

.department-section-three .department-tabs .tabs-content .column{
  position:relative;
}

.department-section-three .department-tabs .tabs-content h3{
  position:relative;
  color: #147603;
  font-size:20px;
  font-weight:600;
  line-height:1.3em;
  margin-bottom:12px;
  font-family: "BebasNeue";
}

.department-section-three .department-tabs .tabs-content .column-text{
  position:relative;
  color:#777777;
  font-size:16px;
  line-height:1.8em;
  margin-bottom:20px;
  font-family: 'Lora', serif;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}


.cta-inner-area {
    border-radius: 10px;
    margin-top: 20px;
    background-color: #130947;
    background-image: url(../images/jpg/emebg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 50px;
}
.cta-inner-area img {
    text-align: center;
    display: inline-block;
    top: -70px;
    position: relative;
    margin-bottom: -70px;
}
.cta-inner-area h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Lora', serif;
}
.cta-inner-area p {
    line-height: normal;
    font-weight: 600;
    opacity: .95;
    color: #fff;
     font-family: 'Lora', serif;
}
.cta-inner-area .cta-btn {
    text-align: center;
    margin-right: 40px;
}
.cta-inner-area .cta-btn a {
    background-color: #FEB800;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 13px 30px 13px 90px;
    display: inline-block;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Lora', serif
}
.cta-inner-area .cta-btn a i {
    position: absolute;
    font-size: 45px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.cta-inner-area .cta-btn a span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;

}
#img{width: 100%;}


.text p {
    position: relative;
   /* color: #777777;*/
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
    /*font-family: 'Lora', serif;*/
}


/*popupform:*/

.form__block-input-member{
 padding: 5px 5px;
    margin: 5px;
    border: 2px solid #FEB800;
    border-radius: 5px;
    width: 100%;
}


.navbar_subitem{
  display: block;
    font-weight: 500;
    font-size: 17px;
    height: 70px;
    line-height: 70px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "BebasNeue";
    letter-spacing: 0.7px;
    color: #fff;
}

.header-middle .navbar__menu-item:hover > .navbar_subitem {
    color: #FEB800 !important;
}

.header-middle .navbar_subitem:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -17%;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    border-bottom-color: #147703;
}


@media only screen and (max-width: 480px){
#main-slider:before {
display: none;
}
}

@media (max-width: 389px){
  .about {
    padding-top: 266px;
}
}



@media (max-width: 575.98px){
  .navbar_subitem{
    height: 30px;
    line-height: 0px;
  }
  .iq-works .iq-way {
    display: none;
  }
.department-section-three .image-layer {
display: none;
}
  .department-section-three .department-tabs .tabs-content {
    padding-left: 0px;
  }
  .appointments {
    padding-top: 0px;
  }
.footer__top {
    padding-top: 0px;
}
.sec-title h2 {
color: #147703;
}
.department-section-three {
    padding: 100px 0px 0px;
}

.popuploginform{
  /*padding: 0px 0px;*/
}
.popup-form > .inner-block {
    padding: 28px 13px;
}
.footer .container > div:last-child > .footer__top-blocks:nth-child(2) .content form {
width: 100%;
}
/*.departments-info-tabs .departments-tabs .tab-btns {
margin-left: 0%;
}*/
/*.departments-info-tabs .departments-tabs .tab-btns .tab-btn {
width: 6%;

}
*/
.testimonial-block-two .inner-box .image {
    position: relative;

}
.appointments .container .online-appointments {
margin-left: 0px;

}
.departments-info-tabs .departments-tabs {

width: 12%;
}

.departments-section {
display: none;

}

}
@media (max-width: 440px){

.our-clients > .container {
flex-direction: row;
}
/*.testimonial-block-two .inner-box .image {
margin-top:0px;
}*/
}


/*feedback right panel*/

 #feedback {
    position: fixed;
   
    top: 70%;
    /*right: -3.2%;*/
  /*  right:95%;*/
/*    height: 250px;*/

   /* margin-right: -3px;*/
    /* margin-bottom: -3px; */
   /* margin-bottom: 280px;
    z-index: 998;*/
    z-index: 998;
}



.social-list {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.social-list li a {
  display: block;
  margin-left: -2px;
  height: 60px;
  width: 60px;
  border-radius: 0 25px 25px 0;
  border: 2px solid #fff;
  background: #d3a007;
  margin-bottom: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #2980b9;
  text-decoration: none;
  line-height: 60px;
  position: relative;
}
.social-list li a:hover {
  cursor: pointer;
  width: 180px;
  color: #fff;
}
.social-list li a:hover span {
  left: 0;
}
.social-list li a span {
  padding: 0 30px 0 15px;
  position: absolute;
  left: -200px;
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
}
.social-list li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
}
.social-list li .spotify {
 /* background: rgba(39, 174, 96, 0.1);*/
  /*background: #0c0c0c40;*/
  border-color: white;
  color: #187adb;
  font-family: 'Josefin Sans', sans-serif;
}
.social-list li .spotify:hover {
 background-image: linear-gradient(to right, #0e5601, #40ec2b);
    background-repeat: repeat-x;
  width: 250px;
}
.social-list li .soundcloud {
  /*background: rgba(230, 126, 34, 0.1);*/
  /*background: #0c0c0c40;*/
  border-color: white;
  color: #187adb;
   font-family: 'Josefin Sans', sans-serif;
}
.social-list li .soundcloud:hover {
   background-image: linear-gradient(to right, #0e5601, #40ec2b);
    background-repeat: repeat-x;
  width: 250px;

}


/*services*/

/*searchform*/
.banner-form-area {
  background-color: #fff;
  padding: 0px 30px;
  /*margin: 45% 10%;*/
  margin: 25px 0px;
  /*margin-bottom: 0;*/
  border-radius: 50px;
  /*box-shadow: 0 0 0 6px #148206;*/
  /*padding-left: 0px;*/
}

.banner-form-area form {
  position: relative;
  /*padding-right: 150px*/
  box-shadow: 0 0 0 3px #148206;
    border-radius: 50px;
}

.banner-form-area form .form-group {
  margin-bottom: 0;
  position: relative
}

.banner-form-area form .form-group i {
  background: green;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.banner-form-area form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  border-right: 1px solid #cacacd;
  padding-left: 0;
  padding-right: 40px;
  font-family: "Playfair Display", sans-serif
}

.banner-form-area form .form-group .form-control:focus {
  box-shadow: none;
  border: 0
}

.banner-form-area form .form-group ::placeholder {
  color: #95969c
}

.banner-form-area form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 13px;
  right: 20px;
  display: block
}

.banner-form-area form .form-group label i {
  font-weight: 700;
  font-size: 25px
}

.banner-form-area form .form-group .nice-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  color: #95969c;
  line-height: 50px;
  border: 0;
  font-size: 24px;
  padding-left: 0
}

.banner-form-area form .form-group .nice-select:after {
  height: 8px;
  right: 18px;
  width: 8px;
  border-color: #1px solid;
  border-image-source: green;
  border-image-slice: 1
}

.banner-form-area form .form-group .nice-select.open .list {
  width: 100%
}

.banner-form-area .banner-form-btn {
  position: absolute;
  /*top: -5px;*/
  /*right: -31px;*/
  top: -3px;
    right: -2px;
  /*font-size: 18px;*/
  color: #fff;
  font-weight: 400;
  /*padding: 10px 43px;*/
  padding: 10px 18px;
  border-radius: 45px;
  /*box-shadow: 1px 0 0 3px rgba(0, 0, 0, 0.2);*/
  background-image: linear-gradient(to top, rgb(25, 150, 8), rgb(1, 49, 1));
  transform: perspective(500px) rotateY(-16deg);
  text-shadow: 6px 3px 2px rgba(88, 38, 38, 0.16);
  transition: .5s;
  overflow: hidden;
  /*font-family: "Playfair Display", sans-serif*/
}

.banner-form-area .banner-form-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  left: -100%;
  transition: .5s;
  top: 0
}

.banner-form-area .banner-form-btn:hover::before {
  left: 100%
}

.banner-form-area .banner-form-btn:hover {
  transform: perspective(500px) rotateY(15deg);
  text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2)
}

.banner-btn {
  margin-top: 70px;
  text-align: center
}

.banner-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: #38a745;
  width: 210px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #fff
}

.banner-btn a:hover {
  color: #fff;
  background-color: #000
}

.Select {
  width: 75%;
  color: #1c2c3d;
  border: 0;
  font-family: "Playfair Display", sans-serif;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  padding-left: 0px;
}

#category-selection {
  width: 100%;
  color: #1c2c3d;
  border: 0;
  font-family: "Playfair Display", sans-serif;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  padding-right:0px;
}

option {
  padding: 5px;
  min-height: 25px;
  background: #0c3054;
  color: #fff
}

option:focus,
select {
  outline: 0
}

@media only screen and (max-width: 767px) {
  .banner-form-area .banner-form-btn {
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 10px 40px;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center
  }
  #Form-mob {
    width: 272%
  }
}
