
label {
    float: right;
    color:#0d6efd;
}

body {
        font-family:Sakkal Majalla;
        font-weight: 500;
        font-size: 22px;
        /*background-color: #f8f9fa;*/
        }

       

          .time  .btn{
                color: #fff;
                background-color: #0d6efd;
                border-color: #0d6efd;
                border-radius: 0rem !important;
                width: 70px;
            }
     
           .view .input-group-text{
               background-color:transparent;
               border: 0px solid #faf9f4;
           }

           .Basic_Info .input-group-text{
background-color: transparent;
border: 0px;
font-size: 20px;
font-weight: bold;
color:#0d6efd;

           }

           .form-select {
            font-size: 20px;
            font-weight: bold;
        }           

.form-control {
font-size: 20px;
font-weight: bold;
}

.bg_icon{
background-color:transparent;
padding: 12px;
border-radius:5px;
width: 42px;
height: 42px;

}

.menu-tbs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color:transparent !important;
    border:0px;
    padding: 2px;

    border-bottom:solid #0d6efd 0px ;
  
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 95rem;
}

.menu-tbs .nav-link {
  display: block;
  padding: 2px;
    color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.booking .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color:#0d6efd !important;
}

.circle {
    width: 100px;
    height: 100px;
    background:#fff;
    border-radius: 50%;
    border:solid 1px #0d6efd;

  }

  .pot{

    margin-right: 68px;
  }
  .pot2{

    margin-right: 65px;
  }

  .pot3{

    margin-right: 78px;
  }

  .po-icon{
z-index: 99;
margin-top: -5px;
margin-right: 18px;
  }

  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background-color: #0165fc;
    border-radius: 50%;
    /* color: #fff; */
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  /* color: #e9ecef; */
 background:url(../img/X-icon.svg) center/1em auto no-repeat;
 font-family:'font Awesome 5 Free' ;
  content: '/f00d';
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-back{
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.5rem 0.5rem;
  margin-left: 10px;
 background:url(../img/bac-icon.svg) center/1em auto no-repeat;
 font-family:'font Awesome 5 Free' ;
  content: '/f00d';
  border: 0;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #0165fc;

}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  text-align: left;
}


.popup {
  height:100%;
  width: 98%;
  justify-content: center;
 
  position:absolute;


  background-color:transparent;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  margin-top: -0%;


}

.popupp {
  height:100%;
  width:100%;
  justify-content: center;
  position:fixed;
  background-color:transparent;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  margin-top: 5%;


}
  @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .popup {
      /*-webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);*/
      background-color: transparent; } }

      @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
          .popupp {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: transparent; } }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all .5s .2s; }
  .popup__left {
    width: 30%;
    display: table-cell; }
  .popup__right {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding: .5rem .5rem; }
  .popup__img {
    display: block;
    width: 80%; }
  .popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #eee;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #eee;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
    .popupp:target {
      opacity: 1;
      visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }

    .popup:target .popup__content {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }

  .popup__close:link, .popup__close:visited {
    color: red;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    line-height: 1; }
  .popup__close:hover {
    color: #55c57a; }

.serc .btn-primary{
  width: 100%;
}

.serc .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color:transparent;
 border: 0px solid rgba(0, 0, 0, 0.125); 
 width:100%;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  width: 135px;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 135px;
  text-align: right;
}

.list-group {
  display: flex;
  /*flex-direction: column;*/
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 135px;
  text-align: left;
}

.nav-tabs {
  border-bottom: 1px solid #0d6efd;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #0d6efd #0d6efd #fff;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /*float: left;*/
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #6c757d;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.datetime{
  color: #0d6efd ;
  background: #fff;
  font-family:Sakkal Majalla;
  width: 460px;
  /*padding: 15px 10px;*/
  /*border: 1px solid #2E94E3;*/
  border-radius: 5px;
 /* -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));*/
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom:10px ;
  transition-property: background, box-shadow;
}

/*.datetime:hover{
  background: #2E94E3;
  box-shadow: 0 0 30px #2E94E3;
}*/  

.date{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
 
}

.time_c{
  font-size:28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time span:not(:last-child){
  position: relative;
  margin: 0 6px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.time span:last-child{
  /*background: #2E94E3;*/
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -10px;
  padding: 0 5px;
  border-radius: 3px;
}

.detils p {
  text-align: right;
  font-weight: 500;
 
}

.text-gy {
  color: #8d664d !important;
}

.fas{
  color:#2E94E3;
}
.far{
  color: #2E94E3;
}
.fab{
   color: #e9ecef;
}

p{
  margin-top: 0;
  margin-bottom: 0rem;
}   

  /* Wrapper */
.wrapper {
  width: 90%;
	max-width: 900px;
	margin: 3em auto;
	text-align: center;
}

/* Badge */
.badge {
	margin: 1.5em 3em;
	width: 6.4em;
	height: 6.4em;
	border-radius: 20%;
	display: inline-block;
	top: 0;
  transition: all 0.2s ease;
  box-shadow: 8px 10px 12px 3px rgba(0, 0, 0, 0.43);
}

.rounded {
  width: 70px;
	height: 70px;
  background: white;
  position: absolute;
  margin: 10px 10px auto;
  z-index: 10;
	border-radius: 30% !important;
  box-shadow: 8px 8px 8px 2px rgba(0, 0, 0, 0.23);
  
}
.fa-file-pdf:before {
  content: "\f1c1";
  color: #d62828;
}
.rounded  i.far {
  font-size: 2.6em;
  margin-top: 16px;
}
/* Colors */
.blue {
    background: dodgerblue;
    color: deepskyblue;
}

.orange {
  background: darkorange;
  color: orange;
}

.gold {
  background: gold;
  color: gold;
}

.red {
  background: red;
  color: red;
}

.purple {
  background: mediumpurple;
  color: slategray;
}

.green {
  background: yellowgreen;
  color: darkslategray;
}

.crimson {
  background: crimson;
  color: firebrick;
}

.steel {
  background: steelblue;
  color: gold;
}

.pink {
  background: hotpink;
  color: palevioletred;
}

.rebecca {
  background: rebeccapurple;
  color: rebeccapurple;
}

.gainsboro {
  background: gainsboro;
  color:#d62828;
}

* { box-sizing: border-box; }
  
h1 {
  color: khaki;
  margin-top: 1em;
  letter-spacing: 1.4px;
  line-height: 1.2;
}


.card2 {
    margin: auto;
    width: 38%;
    max-width: 600px;
    padding: 4vh 0;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top: 3px solid rgb(252, 103, 49);
    border-bottom: 3px solid rgb(252, 103, 49);
    border-left: none;
    border-right: none
}

@media(max-width:768px) {
    .card {
        width: 90%
    }
}

.title {
    color: rgb(252, 103, 49);
    font-weight: 600;
    margin-bottom: 2vh;
    padding: 0 8%;
    font-size: initial
}

#details {
    font-weight: 400
}

.info {
    padding: 5% 8%
}

.info .col-5 {
    padding: 0
}

#heading {
    color: grey;
    line-height: 6vh
}

.pricing {
    background-color: #ddd3;
    padding: 2vh 8%;
    font-weight: 400;
    line-height: 2.5
}

.pricing .col-3 {
    padding: 0
}

.total {
    padding: 2vh 8%;
    color: rgb(252, 103, 49);
    font-weight: bold
}

.total .col-3 {
    padding: 0
}

.footer {
    font-size:14px;
    color:#ffffff;
	background-color:transparent;
/*background-image:url(../img/bg.png);*/
/*background-image: linear-gradient(to right bottom, 135deg, #3C8CE7 10%, #00EAFF 100% rgba(40, 180, 133, 0.2)), url(../img/bg.png);*/
  background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%), url(../img/bg.png);
  background-clip: padding-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  height:100%;
  text-align: center;
  right:0;
  left:0;
  padding-left:0px;
}

.bg-grat{
	  background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
  background-clip: padding-box;
}

.footer img {
  margin-right:200px;
}

.footer a {
    color: rgb(252, 103, 49)
}

.footer__navigation {
    display: inline-block;
    float: right;
}
.footer__list {
    list-style: none;
    justify-content: center;
    text-align: center;
}

/*.footer__item:not(:last-child) {
    margin-right: 1.5rem;
}*/

.footer__item {
    display: inline-block;
}

.rounded-2 {
    border-radius: 0.25rem!important;
    width: 285px;
}




#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: rgb(252, 103, 49);
    padding-left: 0px;
    margin-top: 3vh
}

#progressbar li {
    list-style-type: none;
    font-size:medium;
    width:25%;
    float: left;
    position: relative;
    font-weight: 600;
    color: rgb(160, 159, 159)
}

#progressbar #step1:before {
    content: "";
    color: rgb(252, 103, 49);
    width: 5px;
    height: 5px;
    margin-left: 0px !important
}

#progressbar #step2:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 45%
}

#progressbar #step3:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 40%
}

#progressbar #step4:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 0px !important
}

#progressbar #step5:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 0px !important
}

#progressbar #step6:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 0px !important
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh
}

#progressbar li:after {
    content: '';
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 1px;
    z-index: 1
}

.progress-track {
    padding: 0 8%;
	direction: ltr;
}

#progressbar li:nth-child(2):after {
    margin-right: auto
}

#progressbar li:nth-child(1):after {
    margin: auto
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%
}

#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%
}

#progressbar li.active {
    color: black
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: rgb(13 110 253);
}

.counter-box {
    display: block;
    background: #ffffff;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box:hover{
  background: #f6f6f6;

}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 50;
}

.counter-box i {
    font-size:25px;
    margin: 0 0 15px;
    color: #2E94E3
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.side .nav {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: none;
  /* float: left; */
  /*justify-content: center;*/
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #6c757d;
  background-color: #f8f9fa;
}
.side .far {
  color:#2E94E3;
}
.side .fas{
  color:#2E94E3;
}

.side .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ced4da;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.bg-maaab{
  background-color:transparent;
   /* background-image: linear-gradient(to right bottom, #20645F, rgba(40, 180, 133, 0.2)), url(../img/bg.png);*/
     background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
 /* opacity:2;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
width:100%;
height:100%;
  text-align: center;
}

.bg-logo{
  background-color:transparent;
  /*background-image:url(../img/bg.png);*/
 /* opacity:2;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
width:100%;
height:100%;
  text-align: center;
}

.bg-maaab h1 {
  color: #212529;
  margin-top: 5px;
  line-height: 1.2;
}
.mu-tab {
height: 80vh;
padding: 15px;
margin: 15px;
}
.mu-tab .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: right;
  border: solid 1px #2E94E3;
  width:100% ;
  /*border-radius: 15px;*/
  padding: 10px;
}
.mu-tab .nav-link {
  border: solid 1px #f6f6f6;
  margin: 3px;
  color: #ced4da;
}
a {
  text-decoration:none;
}
a:hover{
  text-decoration:none!important;

}

.detils label{
  margin-bottom: 0px;
  color: #ced4da;
}
/*.row {
--bs-gutter-x: 0; 
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}*/
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
   color: #ffffff;
    text-align:right;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin-top:12px ! important;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
    background-clip: padding-box;
    border:none;
    border-radius:0px;
}
.mu-tab .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    border:none;
    width: 100%;
    /* border-radius: 15px; */
    padding: 10px;
	   background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
	  
}

.mu-tab .nav-link {
    border:none;
    margin: 3px;
    color: #495057;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	 clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}


         .btn-grad {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
         .btn-grad {
            margin: 5px;
            padding: 5px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 5px;
            display: block;
			border:none;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
		  
		  .custom-dropdown .btn:active, .custom-dropdown .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none; }

.custom-dropdown .btn.btn-custom {
  border: 1px solid #efefef; }

.custom-dropdown .dropdown-link {
  color: #888;
  font-size: 18px;
  display: inline-block;
  padding: 15px 25px;
  width:175px;
  text-align:center;
  background: #f8f9fa;
  position: relative; 
  	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	 clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  .custom-dropdown .dropdown-link:after {
    content: ""; }

.custom-dropdown .dropdown-item {
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative; }
  .custom-dropdown .dropdown-item:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: #007bff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .custom-dropdown .dropdown-item:last-child {
    border-bottom: none; }
  .custom-dropdown .dropdown-item:hover {
    color: #000;
    padding-left: 20px; }
    .custom-dropdown .dropdown-item:hover:before {
      opacity: 1;
      visibility: visible;
      width: 6px; }

.custom-dropdown .dropdown-menu {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0px !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  left: 0 !important;
  -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  visibility: hidden; }
  .custom-dropdown .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    margin-top: 20px !important; }

.custom-dropdown.show .dropdown-link {
  color: #fff;
  background: #007bff; }
  
* accordion-1 */
#accordion-1{
  position: relative;
  box-shadow: 0px 1px 7px #DBDBDB;
}

#accordion-1 .head{
  background-color: #FFFFFF;
  color: #563e6e;
  padding:2px 5px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordion-1 .arrow{
  color: #563e6e;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

#accordion-1 .head:hover .arrow{
  opacity: 1;
}

#accordion-1 .head:hover, #accordion-1 .active{
  background-color: #FFE77AFF;
}

#accordion-1 .arrow-animate{
  transform: rotate(0deg);
  opacity: 1;
}

#accordion-1 .content{
  background-color: #FFFFFF;
  display: none;
  padding: 20px 30px;
  color: #333333;
}

/* accordion-2 */
#accordion-2{
  position: relative;
  box-shadow: 0 1px 7px #DBDBDB;
}

#accordion-2 .head{
  background-color: #FFFFFF;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  transition: 0.25s;
}

#accordion-2 .arrow{
  content:'';
  position: absolute;
  right: 0;
  right: 30px;
  top: 65px;
  opacity: 1;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 40px solid #FFFFFF;
  transition: 0.3s ease;
  z-index: 2;
}

#accordion-2 .head:hover .arrow, #accordion-2 .arrow-animate{
  border-top: 40px solid #FFE77AFF;
  transform: translateY(40px);
}

#accordion-2 .content{
  background-color: #FFFFFF;
  display: none;
  padding: 30px;
  color: #333333;
}

#accordion-2 .head:hover, #accordion-2 .active{
  background-color: #FFE77AFF; 
}


         .btn-grad2 {background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%)}
         .btn-grad2 {
            margin: 10px;
            padding: 5px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
         
