@font-face {
  font-family: "font_main";
  src: url(../fonts/VIP-Rawy-Regular1.ttf);
}

@font-face {
  font-family: "font_bold";
  src: url(../fonts/VIP-Rawy-Bold1.ttf);
}

@font-face {
  font-family: "font_inputs";
  src: url(../fonts/Cairo-Regular-1.ttf);
}
* {
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: none;
}
button:focus,
a {
  outline: none;
}

a {
  color: #152037 ;
  text-decoration: none !important;
}

ul {
  margin: auto;
  padding: 0;
}

img {
  max-width: 100%;
}

input,
button {
  font-family: "font_main";
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

a,
button,
img,
.form-control {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::selection {
  color: #fff  !important;
  background-color: #70C099 !important;
}

body {
  background: #fff;
  font-family: "font_main";
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #707070;
}
  

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 0px;
  border: 0px solid var(--scrollbarBG);
}



body::-webkit-scrollbar {
  width: 11px;
}
html {
  --scrollbarBG: #344c811f;
  --thumbBG: #70C099;
}


/* start header  =
===========================*/

.logo {
  padding: 20px 0px 0px ;
  width: 100%;
  height:133px ;
}

.logo a{
  display: block;
}

.logo object{
max-height: 133px;
}
.element {
  text-align: center;
}
.element ul li  {
  display: inline-block;
  margin: 0px 20px ;
  position: relative;
  font-size: 20px;
}
.element ul li::after {
  content: "";
  top: -52px;
  position: absolute;
  height: 7px;
  background: #70C099;
  width: 100%;
  left: 0px;
  margin: auto;
  transform: translateX(40px );
  opacity: 0;
  transition:  all ease-in-out .5s;

  right: 0px;
}
.element ul li:hover:after {
  opacity: 1;
  transform: translateX(0px );

  transition:  all ease-in-out .5s;
}

.element ul li a:hover {
  color: #70C099;
  transition:  all ease-in-out .5s;

}


.element ul li a {
  display: block;
  width: 100%;
  font-family: "font_bold";
  height: 100%;
}

.language a {
  width: 100%;
  color: #70C099;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #70C099;
  height: 42px;
  padding: 10px 0px 0px;
  display: block;
  transition: all ease-in-out .5s;

}
.language a i{
  margin: 0px 5px;
}
.center_header {
  margin: 50px  0px ;
}

.language a:hover {
  background: #70C099;
  border-radius: 5px;
  color: #fff;
  transition: all ease-in-out .5s;
}

.text_header h2 {
  color: #70C099;
  font-size: 30px;
  overflow: hidden;
  height: 37px;
  line-height: 39px;
  font-family: "font_bold";
}

.text_header p {
  line-height: 30px;
  font-size: 18px;
  color: #707070;
  margin: 20px 0px;
  height: 122px;
  overflow: hidden;
}
.text_header {
  width: 80%;
  padding: 45px 0px;
}
.text_header a {
  margin: 10px 0px;
  width: 153px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  display: block;
  background: #70C099;
  text-align: center;
  height: 45px;
  position: relative;
  transition: ease-in-out all .5s;
  padding: 11px 0px;
  z-index: 1;
}
.text_header a i{
margin: 0px 4px ;
display: inline-block;
vertical-align: sub;

}
.text_header a:hover {
  color: #70C099;
  transition: all ease-in-out .5s;
}
.text_header a:hover:after{
  transition: all ease-in-out .2s;
  transform: scale(1);

}
.text_header a::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
  border-radius: 5px;
  top: 0px;
  border: 1px solid #70C099;
  z-index: -1;
  transform: scale(0);
  transition: all ease-in-out .2s;

}
.img_header {
  width: 100%;
  height: 440px;
  border-radius: 0px 0px 95px;
  overflow: hidden;
  position: relative;

}
.img_header img {
  position: absolute;
  min-height: 440px;
  top: 0px;
}
.sub-img-header{
  position: relative;
}

.dots_svg {
  position: absolute;
  top: -38px;
  z-index: -1;
}



.img_services_index img {
  width: 50%;

}

.text_services_index  {
  text-align: center;
  position: relative;
}
.text_services_index object {
  text-align: center;
  width: 50%;

  margin: auto;
}


.text_services_index h2 {
  position: absolute;
  text-align: center;
  top: 56%;
  font-size: 24px;
  font-family: "font_bold";
  left: 0px;
  right: 0px;
  margin: auto;
}

.title-services_index {
  margin: 90px 0px;
}


.sub_services_index-img {
  display: inline-block;
  width: 16%;
}

.sub_services_index-text {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
  margin: 0px 10px;
}

.sub_services_index-text h3 {
  font-size: 22px;
  color: #70C099;
  height: 25px;
  overflow: hidden;
  font-family: "font_bold";
}



.sub_services_index-text p {
  height: 98px ;
  overflow: hidden;
}
.sub_services_index_main  {
  position: relative;
}

.arrow-sub_services_index {
  width: 39%;
  position: absolute;
  top: 45px;
}


.sub_services_index_main:nth-of-type(2)  {
  margin-top: 165px;
}

.sub_services_index_main:nth-of-type(2) .arrow-sub_services_index {
  top: 9px;

}



.sub-img-about-index {
  position: relative;
}
.aboutus_index {
  margin: 50px 0px 0px ;
}


.img_aboutus_index .img-small {
  box-shadow: 0px -2px 6px #0003;
  top: 0px;
  position: absolute;
  width: 30%;
}
.img_aboutus_index .img-big {
  width: 65%;
  min-height: 440px;
  border-radius: 0px 0px 96px 0px;

}

.sub-img-about-index {
  padding: 56px 0px;
  position: relative;
}

.over-img-about-index {
  display: inline-block;
  top: 24px;
  z-index: -1;
  width: 30%;
  position: absolute;
}
.over-img-about-index object {
    width: 41%;
}

.text-about-index h2 {
  position: relative;
  font-size: 30px;
  color: #70C099;
  font-family: "font_bold";
  height: 100px;
  padding: 26px 50px 0px 0px;
}
.text-about-index h2 img{
  position: absolute;
  width: 16%;
  top: 0px;
  z-index: -1;
}

.text-about-index p {
  line-height: 37px;
  overflow: hidden;
  font-size: 20px;
  max-width: 77%;
  height: 110px;
  margin: 20px 0px 30px;
}
.ctm-btn {
  border: 1px solid #70C099;
  display: inline-block;
  max-width: 100%;
  min-width: 150px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  color: #70C099;
  z-index: 1;
  position: relative;
  padding-top: 12px;

}
.ctm-btn:hover:after {
  transform: scale(1);
  transition: all ease-in-out .2s;
  border: 1px solid #70C099;


}
.ctm-btn:hover {
  border: 1px solid #70C099;

  color: #fff;
}

.ctm-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #70C099;
  height: 100%;
  border-radius: 2px;
  top: 0px;
  border: 1px solid #70C099;
  z-index: -1;
  transform: scale(0);
  transition: all ease-in-out .2s;
}
.ctm-btn i {
  margin: 0px 4px;
  display: inline-block;
  vertical-align: sub;
}



.text-about-index {
  padding-top: 100px;
}

.title h2 {
position: relative;
font-size: 25px;
height: 65px;
padding: 30px 30px 0px;
color: #70C099;
font-family: "font_bold" !important;
}
.title h2  img{
  position: absolute;
  top: 0px;
  width: 100px;
}
.shep-title {
  width: 100%;
  height: 2px;
  background: #E6E6E6;
}


.title h2 {
  position: relative;
  font-size: 25px;
  height: 76px;
  padding: 30px 30px 0px;
  color: #70C099;
  font-family: "font_bold" !important;
}
.title {
  margin: 50px 0px ;
}

.img-services-index {
  height: 339px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.img-services-index img{
  width: 100%;
  min-height:378px ;
  position: absolute;
  overflow: hidden;
  top: 0px;
}

.sub-services-index {
  position: relative;
  margin: 10px 0px;
  height: auto;
}

.sub-services-index:hover .text-services-index{

  transform: translateY(50%);
  bottom: 50%;
  transition: all ease-in-out .5s;
}
.sub-services-index:hover .img-services-index::after{
  transition: all ease-in-out .5s;
  transform: scale(1);

}
.img-services-index::after{
  width: 100%;
  height: 100%;
  content: "";
  top: 0px;
  position: absolute;
  transform: scale(0);
  display: block;
  background: rgba(0, 0, 0, 0.453);
}


.text-services-index {
  background: #fff;
  position: absolute;
  transition: all ease-in-out .5s;
  width: 90%;
  margin: auto;
  transition: all ease-in-out .5s;

  z-index: 99;
  bottom:  0px;
  padding: 25px 20px;
  box-shadow: 0px 0px 3px #00000070;
  left: 0px;
  right: 0px;
}

.text-services-index h3{
  font-size: 18px;
  color: #70C099;
  height: 25px;
  overflow: hidden;
  font-family: "font_bold";
}
.text-services-index p{
  margin-bottom: 0px;
  overflow: hidden;
  height: 70px;
  color: #707070;
}

.sub-services-index {
  position: relative;
  margin: 20px 0px;
  height: auto;
  padding-bottom: 40px;
}

.text-services-index img {
  position: absolute;
  width: 132px;
  top: 12px;
  display: inline-block;
  z-index: 0;
}
.btn-services-index {
  text-align: center;
}
.services_featured_index {
  margin: 20px 0px ;
}

.footer {
  background: #70C099;
  height:100%;
  position: relative;
  padding: 190px 0px 0px;
  margin-top: 200px;
  
}

.newsletter {
  background: #fff;
  width: 70%;
  position: absolute;
  top: 0px;
  margin: auto;
}

.newsletter {
  background: #FCFCFC;
  width: 70%;
  position: absolute;
  top: -105px;
  margin: auto;
  right: 0px;
  padding:  30px;
  text-align: center;
  left: 0px;
  border-radius: 106px 0px;
  box-shadow: 0px 2px 4px #00000069;
}

.newsletter h2 img {
  position: absolute;
  width: 90px;
  top: 0px;
  margin: auto;
}
.newsletter h2 {
  height: 90px;
  font-family: 'font_bold';
  position: relative;
  font-size: 30px;
  color: #70C099;
  padding: 24px 0px 0px;
}

.newsletter p {
  font-size: 19px;
  margin: 30px 0px;
}

.input_newsletter {
  width: 65%;
  margin: auto;
  position: relative;
}
.form-control {
  width: 100%;
  background: transparent;
  height: 45px;
  font-family: "font_inputs";
  border-radius: 7px;


  border: 1px solid #70C099;
  padding-top: 0;
  padding-bottom: 0;
  
} 
.form-control::placeholder {
  color: #70C099;
}

.input_newsletter button {
  height: 45px;
  width: 140px;
  background: #70C099;
  top: 0px;
  border-radius: 7px 0px 0px 7px;
  position: absolute;
  border: none;
  color: #fff;
}

.input_newsletter i {
  color: #70C099;
  position: absolute;
  top: 8px;
  font-size: 22px;
}

.sub-footer {
  text-align: center;
}
.element-footer {
margin: 30px 0px ;
}

.element-footer ul li {
  display: inline-block;
margin: 0px 0px ;
padding: 0px 20px ;
border-left: 1px solid #fff;
text-align: center;
}
.element-footer ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px ;
}
.element-footer ul li a:hover {
  color: #3B3B3B;
}
.element-footer ul li:nth-of-type(4) {
border: none;
}

.madia {
margin: 20px 0px ;
}
.madia ul li {
  display: inline-block;
  margin: 0px 20px ;
}
.madia ul li a {
  border-radius: 50%;
  display: block;
  height: 40px ;
  width: 40px;
  border:1px solid #fff;
  color: #fff;
  padding: 5px 0px ;
  position: relative;
  z-index: 1;
  font-size: 22px;
  transition: ease-in-out all .4s;
}
.madia ul li a:hover {
  color: #70C099;
}
.madia ul li a:hover:after {
  transform: scale(1);
  transition: ease-in-out all .3s;


}
.madia ul li a::after {
  content: "";
  position: absolute;
  width: 40px;
  top: -1px;
  transition: ease-in-out all .4s;
  border: 1px solid #fff;
  z-index: -1;
  height: 40px;
  margin: auto;
  transform: scale(0);
  border-radius: 50%;
  background: #fff;
}

.end-page {
  background: #fcfcfc;
}


.end-page {
  margin-top: 36px;
  background: #fcfcfc;
  height: 52px;
  color: #70C099;
  padding: 15px 0px 0px ;
}
.end-page p{
  margin: 0px;
}
.end-page a{
  color: #70C099;
  display: block;
}
.end-page a i{
  color: #ff0000;
}

.dots_svg object {
  width: 70px;
}


.logo-mune {
  display: none;
}

#times-ican {
  display: none;
}

.header {
  overflow: hidden;
}


.services_index {
  overflow: hidden;
}


.aboutus_index {
  overflow: hidden;
}


 /* start _ services===============
============================
==================
========
  */


.bannr_header {
  background-size: 110%;
  background-repeat: no-repeat;
  height: 316px;
  background-size: cover;
  /* background-position: 51px -3px; */
  border-radius: 10px;
  position: relative;
  margin: 60px 0px 10px;
  /* background-attachment: fixed; */
}
.caption {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.caption h2{
  color: #70C099;
  font-size: 32px;
  font-family: "font_bold";
}
.caption p{
  margin: 10px 0px 0px ;
}
.caption p a{
  font-size: 22px;
  color: #70C099;
}


.footer1 {
  background: #70C099;
  height:100%;
  position: relative;
  padding: 20px 0px 0px;
  margin-top: 80px;
  
}


.logo-footer {
  width: 17%;
  margin: 20px auto;
}

.img_sub_aboutus {
  width: 90%;
  position: relative;
}


.big-img {
  width: 85%;
}

.small-img {
  position: absolute;
  width: 54%;
  border: 4px solid #fff;
  top: 43%;
}


.text-sub-about h2 {
  color: #70C099;
  line-height: 39px;
  font-size: 34px;
  font-family: "font_bold";
}


.text-sub-about p {
  line-height: 44px;
  font-size: 21px;
}
 
  .sub-statistics-about {
    text-align: center;
  }

  .single_counter_item h3{
    color: #70C099;
    font-size: 39px;
  }


  .sub-statistics-about p::before {
    position: absolute;
    content: "";
    background: #70C099;
    height: 2px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    width: 65px;
}

.sub-statistics-about p {
  color: #000;
  font-size: 16px;
  padding: 20px 0px;
  position: relative;
}

.img-statistics-about {
  margin: auto;
  margin: 20px auto;
  width: 28%;
}

.statistics-about {
  padding: 55px 0px;
  margin: 40px 0px ;
  background: #f9f9f9;
}

.title-services-other{
  text-align: center;
}
.title-services-other h2{
  color: #70C099;
  font-size: 27px;
  font-family: "font_bold";
}
.title-services-other p{
  line-height: 30px;
  margin: 20px auto;

  width: 20%;
}

.sub-contectus {
  background: #f9f9f9;
}
.pg-none {
  padding: 0px;
}
.sub-contectus {
  padding: 10px 40px;
  color: #000;
}

.title_contectus h2 {
  height: 25px;
  font-size: 23px;
  font-family:"font_bold";
  margin: 30px 0px;
}
.sub-contectus input {
  padding:  0px 39px ;
  border: 1px solid #F1F1F1;
  background: #fff;

}
.sub-contectus input::placeholder {
  color: #707070;
}

.input-contectus {
position: relative;
margin-bottom: 20px;
}

.input-contectus i {
  top: 8px;
  font-size: 22px;
  color: #707070;
  right: 10px;
  position: absolute;
}
.input-contectus textarea {
  padding:  10px 39px ;
  border: 1px solid #F1F1F1;
  background: #fff;
  width: 100%;
  height: 200px;
  display: block;
  resize: none;
  border-radius: 10px;
}
.input-contectus textarea::placeholder {
  color: #707070;
}
.btn-contectus button {
background: #70C099;
color: #fff;
padding: 0px;
}
.btn-contectus button::after {
  background: #fff;

}.btn-contectus button:hover {
  color: #70C099;
}

.sub2-contectus{
  background: #BDE6D2;
}

.sub2-contectus {
  padding: 20px 20px;
}
.links-contectus ul li{
  margin: 10px 0px ;
  background: #acacac36;
  height: 50px;
  padding: 10px 20px;
  border-radius: 30px ;
  list-style-type: none;
}
.links-contectus ul li a i{
  border: 1px solid #3B3B3B ;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #3B3B3B;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  margin:0px  10px;

}

.links-contectus ul li a {
  color: #fff;
  font-size: 17px;
}
.links-contectus img {
  margin: 20px 0px ;
  display: block;
}


.sub-contectus {
  padding: 10px 40px 67px;
  color: #000;
}

.regester .form-control{
  background: #F9F9F9 ;
  border: 1px solid #f9f9f9;
}
.regester .form-control::placeholder{
  color: #B8B8B8;
}

.input-sub-regester {
  position: relative;
  margin: 10px 0px ;
}

.input-sub-regester i {
  position: absolute;
  font-size: 20px;
  top: 11px;
}
.input-sub-regester span{
  display: block;
  margin: 10px 0px;
  color: #70C099;
}
.input-fille input  {
  width: 0px;
  height: 0px;
  opacity: 0px;
  z-index: 0px;
  position: absolute;
}

.input-fille{
  margin: 10px 0px;
  position: relative;
}

.input-fille input {
  width: 100%;
}

.input-fille i {
  position: absolute;
  top: 10px;
}

.input-fille span {
  padding-top: 5px;
}
.input-fille label {
  padding: 10px 10px;
}

.btn-regester .ctm-btn {
  text-align: center;
  background: #fff;
  margin: auto;
  display: block;
  margin: 20px auto;
  padding: 10px 0px;
}






.loading {
  position: fixed;
  height: 100vh;
  text-align: left;
  top: 0px;
  direction: ltr;
  width: 100%;
  z-index: 999;
  display: block;
}
 .loader1 {
   background: #70C099;
   height: 100vh;
   top: 0px;
   z-index: 999;
   display: block; 
 }
 .loader {
   position: absolute;
   top: 50%;
   left: 0px;
   margin: auto;
   right: 0px;
   text-align: center;
   transform: translateY(-50%);
}
.loader span{
   color: rgba(255, 255, 255, .1);
   font-size: 92px;
   display: inline-block;
   transform: all .5s;
   font-family: "font_bold";
   animation: loaderanim 2s infinite;
}
.loader span:nth-child(1){
   animation-delay: .6s;
}
.loader span:nth-child(2){
   animation-delay: .8s;
}
.loader span:nth-child(3){
   animation-delay: 1s;
}

@keyframes loaderanim {
   0%{
       color: rgba(255, 255, 255, .1);
       transform: translateY(0);
       margin-left: 0;
   }
   25%{
       color: #ccc;
       transform: translateY(-15);
       margin-left: 10px;
       -webkit-text-stroke-width: 1px;
       -webkit-text-fill-color: transparent;
   
   }
   100%{
       color: #fff;
       transform: translateY(0);
       margin-left: 0;
       -webkit-text-stroke-width:none;

   }
}
.over_lay{
   content: "";
   width: 100%;
   height: 100vh;
   
   background: rgba(0, 0, 0, 0.104);
   position: absolute;
   z-index: -1;
}
.box{
   transform: translateX(-100%);
   transition: all ease-in-out .8s;
}


.box1{
   transform: translateX(-100%);
   transition: all ease-in-out 1.8s;

} 


.logo-loading {
  margin:20px auto;
  text-align: center;
  width: 15%;
}

.text_privacy_policy p {
line-height: 37px;
}




.prev {
  width: 100%;
  position: relative;
  height: 365px;
  overflow: hidden;
  display: none;
  border-radius: 20px;
}
.prev img {
  position: absolute;
  min-width: 100%;
  min-height: 365px;
}



.language {
  width: 70%;
  display: inline-block;
  text-align: center;
}



.user-header {
  margin: 0px 3px;
  width: 26%;
  display: inline-block;
  vertical-align: middle;
}
.user-header a {
  background: #70C099;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  padding: 4px 0px;
  display: block;
  text-align: center;
  margin: auto;
  transition: all ease-in-out .5s;

  color: #fff;
  border: 1px solid #70C099;
}

.user-header a:hover {
  color: #70C099;
  background: #fff;
  transition: all ease-in-out .5s;
  border-radius: 1px;
}

.new_arrow-sub_services_index {
  text-align: center;
  margin: 10px 0px 20px;
}

.new-sub_services_index {
  text-align: center;
}


.new-sub_services_index .sub_services_index-text {
  text-align: center;
  width: 100%;
  display: block;
  margin: 20px 0px;
  
}

.new_img_sub_services_index {
  position: relative;
  background-image: linear-gradient( #BDE6D2, #A2CFB9);
  width: 250px;
  height: 200px;
  text-align: center;
  margin: 30px auto;
  transition: all ease-in-out .5s;
  border-radius: 70px 0px;
}
.new_sub_services_index  {
  transition: all ease-in-out .5s;
}
.new_sub_services_index:hover .new_img_sub_services_index {
  border-radius: 0px 70px;
  transition: all ease-in-out .5s;
}
.new_img_sub_services_index img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px ;
  right: 0px ;
  margin: auto;
  transform: translateY(-50%);
}


.new_sub_services_index h2 {
  text-align: center;
  font-size: 25px;
  font-family: 'font_bold';
}

.user-header-mune {
display: none;
}

.user-header-mune  a {
  background: #70C099;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  padding: 4px 0px;
  display: block;
  text-align: center;
  margin: auto;
  transition: all ease-in-out .5s;

  color: #fff;
  border: 1px solid #70C099;
}


select{
 color:  #DAC6B8;
}

div#map {
  height: 500px;
}

input#address {
  width: 70%;
  background: #fff;
  margin: 10px;
}


.sub_services_index_main {
  text-align: center;
}


.sub_services_index-img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px 0px 15px;
}


.sub_services_index .col-lg-4:nth-of-type(3) .sub_services_index_main .sub_services_index-text {
  text-align: center;
  display: block;
  width: 100%;
}



.sub_services_index-img {
  width: 18%;
  margin: 0px auto 15px;
  display: block;
}
.sub_services_index-text span{
  color: #C0BB70;
}


.big-img {
  width: 60%;
}



.small-img {
  width: 35%;
  top: 55%;
}


.big-img {
  width: 60%;
  
  margin: auto;
}

.sub-aboutus {
  margin: 75px 0px;
}


.sub-statistics-about {
  margin: 30px 0px;
}


.img-statistics-about {
  margin: auto;
  margin: 14px auto;
  width: 20%;
}


.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #70C099;
  font-family: "font_bold";

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active img {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  .sub-tab-regester::after {
  border-color:#70C099 ;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  .sub-tab-regester span {
  color:#70C099 ;
}
.nav-tabs {
  border-bottom: none;
}

li.nav-item {
  width: 33%;
  text-align: center;
}
.sub-tab-regester {
  height: 300px;
}



.sub-tab-regester span{
  font-size: 17px;
  font-family: "font_bold";
  color: #E6E6E6;
}

.sub-tab-regester {
  height: 170px;
  padding: 75px 0px;
  position: relative;
}

.sub-tab-regester img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  width: 155px;
  margin: auto;
}


.sub-tab-regester::after {
  content: "";
  border-bottom: 2px dashed #E6E6E6;
  width: 169px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  left: -95px;
  display: block;
  position: absolute;
}
.nav-tabs li:nth-of-type(3)  .sub-tab-regester::after {
  border: none;

}
.nav-tabs li:nth-of-type(1)  .sub-tab-regester::after {
  border-color:#70C099;
}

.form_sub-regester h2 {
  text-align: center;
  margin: 60px 0px ;
  color: #70C099;
  font-size: 22px;
  font-family: "font_bold";
}
.btn-tab {
  text-align: center;
  margin: 40px 0px ;
}

.input-sub-regester {
  position: relative;
  margin: 20px 0px;
}

.modal-dialog {
  max-width: 720px;
}

.register_sub_modal {
  text-align: center;
  padding: 10px ;
  margin:  auto;
  width: 80%;
}
.register_sub_modal h2 {
  font-size: 22px;
  color: #70C099;
  margin: 20px 0px ;
}

.btn-tab button {
  background: transparent;
  padding: 12px 0px;
}
.register_sub_modal input::placeholder {
  color:#bbbbbb;

}
.register_sub_modal input {
border: none;
border-radius: 0px ;
border-bottom: 1px solid #D1D1D1;
margin: 50px 0px;
}

.form-control:focus {
  color: #bbbbbb;
  background-color: transparent;
  border-color: #D1D1D1;
  outline: 0;
  box-shadow: none;
}

.register_sub_modal div {

  margin: 50px 0px;
}

.click-add-res span {
  border: 1px  solid #70C099;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  line-height: 10px;
  text-align: center;
  color: #70C099;
  border-radius: 3px;
  padding: 9px 0px ;
  
  margin-left: 10px;
  position: relative;
}
.click-minus span  {
  line-height: 0px;

}

.click-minus-two span{
  line-height: 0px;

}
.click-add-res {
  color: #70C099;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  width: 15%;
}
.add-divs{
  margin: 40px 0px;
}

.shep-div  {
  background: #E6E6E6;
  height: 1px;
  display: inline-block;
  width: 84%;
  vertical-align: middle;
}


.done_register {
  margin: 50px 0px ;
  text-align: center;
}

.img_done_register {
  width: 18%;
  margin: 60px auto;
}

.done_register h2{
  font-size: 35px ;
  font-family: "font_bold";
}
.done_register a{
  margin: 60px 0px 0px;
  width: 220px;
}
.done_register a i{
  margin: 0px 10px ;
  display: inline-block;
  vertical-align: middle;
}

.regester {
  margin: 70px 0px 0px;
}

.error {
  color: red
}

.text-center {
  display: none;
  text-align: center!important;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}
.text_new_input_regester p {
  margin: 0px;
  color: #000;
}

.text_new_input_regester {
  display: inline-block;
  width: 40%;
  vertical-align: sub;
}
.input_checkbox_regester {
  display: inline-block;
  width: 25%;
}


.input_checkbox_regester input {
  width: 0px;
  position: absolute;
  height: 0px;
  opacity: 0;
  z-index: -1;
}
.input_checkbox_regester .label_new_input {
  position: relative;
  padding:0px 27px ;
  color:#000;
      cursor: pointer;
}
.input_checkbox_regester .label_new_input::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #70c099;
  display: block;
  top: 3px;
  border-radius: 4px;
}

.input_checkbox_regester input:checked~.label_new_input::before {
  padding: 1px 0px;
  content: "\f00c";
  color: #fff;
  font-family: "font Awesome 5 free";
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  display: block;
  text-align: center;
  top: 3px;
  background: #70c099;
  width: 17px;
  height: 17px;
  border-radius: 3px;
}
.new_input_regester {
  margin: 20px 0px;
}

.chosen-container-multi .chosen-choices {
  height: 45px !important;
  border: none;
  background: #f9f9f9;
  border-radius: 4px;
}
.chosen-container-active .chosen-choices {
     background: #fff; 
     border:1px solid #D1D1D1;
     box-shadow:none;
}


.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 1px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: none;
  max-width: 100%;
  border-radius: 3px;
  background-color: #70c099;
  transform: translateY(111%);
  background-image: none; 
  background-size:none;
  background-repeat:none;
  background-clip: none;
  box-shadow:none;
  color: #fff;
  line-height: 13px;
}
.chosen-container-multi .chosen-choices li.search-choice span  {
  color:#Fff;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 14px;

}



li.search-field {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 7px !important;
  font-family: 'Cairo';
}
.chosen-container .chosen-results li {
display: none;
  margin: 0;
  padding: 9px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}




.chosen-container .chosen-results li:hover{
  background:#70c099;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: 'font_inputs';
}



.chosen-container .chosen-results li.highlighted {
  background-color: #70c099;
  background-image: none;
  color: #fff;
}

body {
  overflow-x: hidden;
}