.faq__sec h3 {
    color: #6bbb38;
    margin-bottom: 25px;
}

.git_form input::placeholder {
    color: white;
}

.faq__sec h4.panel-title {
    color: #fe832f;
    height: auto;
    border: none !important;
}
.faq__sec .panel-default > .panel-heading {
    background-color: transparent;
    background-image: none;
    border: none !important;
    padding: 0;
}
.faq__sec .panel-group .panel {
    border: none;
    background-color: transparent;
}
.faq__sec h4.panel-title a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-family: inherit;
    position: relative;
    padding-right: 40px;
}
.faq__sec .panel-body {
    color: #666666;
}
.faq__sec h4.panel-title a i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}
.faq__sec h4.panel-title a[data-toggle="collapse"] i.fa.fa-plus {
    display: none;
}
.faq__sec h4.panel-title a[data-toggle="collapse"].collapsed i.fa.fa-plus {
    display: block;
}
.faq__sec h4.panel-title a[data-toggle="collapse"] i.fa.fa-minus {
    display: block;
}
.faq__sec h4.panel-title a[data-toggle="collapse"].collapsed i.fa.fa-minus {
    display: none;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 5px;
    margin-bottom: 65px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    font-size: 25px;
    z-index: 100;
    text-align: center;
    padding: 8px;

}
a.view_more_btn {
    background: #6bbb38;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.services .owl-carousel .item img {
    height: 200px;
    border-radius: 50%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 95px;
    left: 20px;
    margin-left: 8px;
    width: 45px;
    height: 45px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.btn-danger {
    color: #fff;
    background-color: #327528;
    border-color: #327528;
    border-radius: 50px;
}
.btn-danger:hover {
    background-color: #327528;
    color: white;
    border-color: #327528;
    border-radius: 50px;
}
.btn-danger {
    background-image: -webkit-linear-gradient(top,#327528 0%,#327528 100%);
    background-image: -o-linear-gradient(top,#327528 0%,#327528 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#327528;),to(#327528;));
    background-image: linear-gradient(to bottom,#327528 0%,#327528 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #327528;
}

.float{
  padding: 12px;
}

#mainmodal .modal-content{
    background: url(../img/pop-up-form-superstar-events.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80%;
    padding: 5%;
}
#mainmodal .modal-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(120deg, #000000, #000000);
    opacity: .5;
}
#mainmodal .modal-content::after {
   
    z-index: 1;
}
/*#mainmodal .modal-content{
     width: 80%;
    margin: auto;
}*/
#mainmodal .modal-content > * {
    z-index: 100;
    position: inherit;
}
#mainmodal .modal-title{
    color: #fff;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    text-shadow: none;
    color: #fff;
    background:#007e0a;
    padding: 10px;
    opacity: unset;
        
}
.modal-header .close{
    margin-top: -74px;
    margin-right: -46px;
}
/*#mainmodal .modal-body{
    width: 80%;
    margin: auto;
}*/