


/*popup modal*/

#exampleModal{
	margin-top: 110px;
	z-index: 99999;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}


.modal-content{
/*background-color: #fff;
    border-style: solid;
    border-width: 0 0 8px;
    border-color: #4372b0;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 10px;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    margin-top: 30px;*/
}

.modal-content:hover {
    /*border-left: solid!important;
    border-left-width: 7px!important;
    border-radius: 10px 0px 0px 10px!important;
    border-left-color: #12bbd1!important;
    border-bottom: none!important;*/
}


    .modal-content .col-md-6:nth-child(2) {
   /*background-color: white;*/
    padding: 10px;
    margin: 0px;
}
.modal-content label {
    /* color: white; */
    font-size: 15px;
    font-weight: bold;
}
.modal-content .section-title {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}
.section-title {
    /*font-size: 34px;*/
    font-weight: 900;
    color: rgb(96 8 22);
    line-height: 1.2;
}
#section-title {
    font-size: 16px;
    font-weight: 700;
    color: #fb3558;
    line-height: 1.2;
    padding-bottom: 8px;
}
.btn-primary2{
	color: #fff;
	background: linear-gradient(90deg, rgba(84,67,244,1) 0%, rgba(209,71,164,1) 64%, rgba(254,166,24,1) 100%);
/*    background-color: #12bbd1;*/
    border-color: #12bbd1;
    border: none;
    width: 80px;
    border-radius: 30px;
}
.btn-primary2:hover{
	    color: #fff;
    background-color: #12bbd1;
    border-color: #12bbd1;
}
.btn-close2:hover {
    background-color: white;
    color: #ab8a3b;
}
.btn-close2 {
    padding: 7px;
    margin-top: 18px;
    border: 1px solid #ab8a3b;
    transition: 0.2s ease-out;
    border-radius: 0.25rem;
}



/*mobile bottom div*/

  .bottom-div{
    position: fixed;
    bottom: 0px;
    width: 100%;
      background: #111111;
      padding: 9px;
          z-index: 9;
      
  }
  .bottom-div ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .bottom-div img{
    width: 22px;
    /* margin-bottom: -7px; */
    padding-bottom: 2px;
  }
  .bottom-div a{
    /*font-size: 13px;
    padding-top: 9px;*/
    font-size: 14px;
    padding-top: 4px;
    /* margin-left: -17px; */
    color: #fff !important;
    /* font-weight: bold; */
  }
  .bottom-div .col-4{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff3b;
  }
  .bottom-div .col-4:last-child{
   
    border: none;
  }
  .bottom-div .col-4:nth-child(2) a, .bottom-div .col-4:nth-child(3) a{padding-bottom: 3px;}
  .bottom-div a:hover{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .bottom-div.display-mobile .col-5,  .bottom-div.display-mobile .col-3{
    display: flex;
    justify-content: center;
    border-right: 1px solid;
  }

@media (min-width: 768px) {
  .display-mobile{
    display: none;
  }


}



/*whatsapp desktop*/


@media (max-width: 767px){

  .display-desktop{
    display: none !important;
  }

  #exampleModal{
    margin-top: 20px;
}
}


/*Right Side Static Button */


    #fixedbutton_visit, #fixedbutton_visit:hover {
   position: fixed;
    right: -50px;
    top: 36%;
    transform: rotate(-90deg);
    z-index: 9999;
    background: #111111;
    /*animation: Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay: 2s;*/
    /*background: #ab8a3b;*/
    color: #fff;
    box-shadow: 0 0px 10px #000000c4;
    padding: 11px 14px;
    font-size: 14px;
    border-radius: 0px!important;
    text-shadow:0 3px 6px #000000c4;
    /*-webkit-animation:Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay:2s;
    -moz-animation:Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay:2s;*/
    animation:Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay:2s;
}
