



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  src: url('../fonts/neo/Neo Sans Arabic Regular.woff');
  font-family: 'Neo Sans Arabic Regular';
}

@font-face {
  src: url('../fonts/neo/Neo_Sans_Medium.woff');
  font-family: 'Neo Sans Arabic Medium';
}

@font-face {
  src: url('../fonts/neo/NeoSansArabicLight.woff');
  font-family: 'Neo Sans Arabic Light';
}

@font-face {
  src: url('../fonts/neo/NeoSansArabicBold.woff');
  font-family: 'Neo Sans Arabic Bold';
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Neo Sans Arabic Regular', 'sans-serif';
	background-image: url(../images/bg.png);
	Background-size: 100%;
}

@media only screen and (max-width: 900px) {
body, html {
	Background-size: auto 100%;
}
}

/*---------------------------------------------*/
a {
	font-family: 'Neo Sans Arabic Regular', 'sans-serif';
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h6 {
	margin: 0px;
}

h5{
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 4px;
  position: relative;
  
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  right: 10%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

h5:hover:after { 
  width: 40%; 
  right: 0; 
}

h3{
  font-family: 'Neo Sans Arabic Bold', 'sans-serif';
}

h3:hover{
color: #fff;
  text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 21px #fff, 0 0 42px #ffffff, 0 0 82px #fff, 0 0 92px #fff, 0 0 102px #fff, 0 0 151px #fff;
}

span{
  font-size: 13px;
}

@media only screen and (max-width: 900px) {
span{
  font-size: 9px;
}
}

p {
	font-family: 'Neo Sans Arabic Regular', 'sans-serif';
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {background-color: #fff;}
.bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*background: #e6e6e6;*/
  
}

.wrap-contact100 {
  /*width: 920px;*/
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 55px 0px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 15px;
  background-color: #0f9347;
  color: white;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 3);
}

.rs1-wrap-input100-2 {
  width: calc((200% - 30px) / 3);
  margin: auto;
}

@media only screen and (max-width: 1200px) {
.rs1-wrap-input100-2 {
  width: calc((300% - 30px) / 3);
}
}

.label-input100 {
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #00ad5f;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 0px 15px 15px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}


/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '\f312';
  font-size: 18px;
  color: #555555;
  font-family: Material-Design-Iconic-Font;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.select2-results__options {
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  /*width: 100%;*/
  padding: 0px 25px 0 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 15px;
  color: #555555;
  line-height: 0.9;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;     
  -webkit-background-clip: padding;  
  background-clip: padding-box; 
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio100:checked + .label-radio100::after {
  display: block;
}


/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.contact100-form-range-value input {
  display: none;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}




/* The Modal (background) */
.modal1, .modal2, .modal3, .modal4, .modal5 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  direction: rtl;
}

/* Modal Content */
.modal-content1, .modal-content2, .modal-content3, .modal-content4, .modal-content5 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  margin: auto;
  margin-top: 3%;
}

@media only screen and (max-width: 1200px) {
.modal-content1, .modal-content2, .modal-content3, .modal-content4, .modal-content5 {
  width: auto;
  margin: 0px;
  margin-top: 0px;
}
}

/* The Close Button */
.close1, .close2, .close3, .close4, .close5 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover, .close2:hover, .close3:hover, .close4:hover, .close5:hover,
.close1:focus, .close2:focus, .close3:focus, .close4:focus, .close5:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu1, .menu2, .menu3, .menu4, .menu5{
	outline: none !important;
    border: none;
    /*background: linear-gradient(45deg, #0f9347, #1d1e1c);*/
	color: white;
    border-radius: 20px;
    padding: 100px 225px 80px 100px;
	margin: 2%;
	
}

@media only screen and (max-width: 1200px) {
.menu1, .menu2, .menu3, .menu4, .menu5{
    padding: 100px 100px 10px 100px;
	
}
}

.menu1{
	background-image: url(../images/appreciation-ar.png);
    background-repeat: no-repeat;
    background-size: 80%;
	filter: drop-shadow(10px 10px 4px #d5d5d5);
}

.menu2{
	background-image: url(../images/suggestion-ar.png);
    background-repeat: no-repeat;
    background-size: 80%;
	filter: drop-shadow(10px 10px 4px #d5d5d5);
}

.menu3{
	background-image: url(../images/request-ar.png);
    background-repeat: no-repeat;
    background-size: 80%;
	filter: drop-shadow(10px 10px 4px #d5d5d5);
}

.menu4{
	background-image: url(../images/comment-ar.png);
    background-repeat: no-repeat;
    background-size: 80%;
	filter: drop-shadow(10px 10px 4px #d5d5d5);
}

.menu5{
	background-image: url(../images/complain-ar.png);
    background-repeat: no-repeat;
    background-size: 80%;
	filter: drop-shadow(10px 10px 4px #d5d5d5);
}

@media only screen and (max-width: 1200px) {
.menu1, .menu2, .menu3, .menu4, .menu5{
    background-size: 100%;
	
}
}





.home-img {
	width: 100%;
}

.home-img img{
	width: 50%;
	margin-left: 25%;
}

@media only screen and (max-width: 1200px) {
.home-img img{
	width: 100%;
	margin-left: 0%;
}
}


.rate {
	
}

.rate img{
	width: 50%;
	margin-left: 25%;
}

@media only screen and (max-width: 600px) {
.rate img{
	width: 100%;
	margin-left: 0%;
}
}

.rate img:hover{
	cursor: pointer;
	transition: 0.3s;
}

@media only screen and (max-width: 600px) {
.rate img:hover{
	cursor: pointer;
	transition: 0.3s;
}
}

.rate img:active{
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}



/*Footer*/
.footer{
	background-color: rgb(217,12,12);
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
	color: #ffffff;
	width: 100%;
	margin-top: 100px;
}

.footer2 {
	background-color: rgb(217,12,12);
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
	color: #ffffff;
	width: 100%;
	margin-top: 100px;
}
	

@media only screen and (min-width: 900px) {
.footer {
	display: none;
}
}

@media only screen and (max-width: 900px) {
.footer2 {
	display: none;
}
}

.top-l1{
  background-color: transparent;
  text-align: left;
}

.top-l2{
  padding-top: 1%;
  padding-bottom: 1%;
}

.top-l3{
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 900px) {
.top-l3{
  display: inline-block;
  width: 100%;
}
}

.top-l4-2, .top-l4-3, .top-l4-4{
  width: 24%;
  border-left:  1px solid white; 
  padding: 1%;
}

@media only screen and (max-width: 900px) {
.top-l4-2, .top-l4-3, .top-l4-4{
  border-left:  0px; 
}
}

.top-l4-1{
	width: 24%;
	padding: 1%;
}

@media only screen and (max-width: 900px) {
.top-l4-1, .top-l4-2, .top-l4-3, .top-l4-4{
	width: 80%;
	margin-left: 10%;
	padding-top: 5% !important;
	padding-bottom: 5% !important;
}
}

@media only screen and (max-width: 900px) {
.top-l4-1, .top-l4-2, .top-l4-3{
  border-bottom: 1px solid white;
}
}

.top-l4-1 a, .top-l4-2 a, .top-l4-3 a, .top-l4-4 a{
  color: white;
  display: flex;
}

.top-l4-4{
	padding: 2%;
}

.sm-icons{
	display:flex;
}

@media only screen and (max-width: 900px) {
.sm-icons{
	direction: rtl;
}
}

.sm-icons img{
	width: 75%;
}

.sm-icons img:hover{
	filter: drop-shadow(0px 0px 1px #ffffff);
}

@media only screen and (max-width: 900px) {
.sm-icons img{
	width: 55%;
}
}

.top-l5-1{
  width: 40%;
}

@media only screen and (max-width: 900px) {
.top-l5-1{
  width: 20%;
}
}

.top-icons{
  width:100%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
.top-icons{
  text-align: left;
}
}

.top-icons img{
  width:65%;
}

@media only screen and (max-width: 900px) {
.top-icons img{
  width:90%;
}
}

@media only screen and (max-width: 900px) {
.top-l5-2{
  width: 80%;
  text-align: right;
}
}


.mid-l1{
  text-align: left;
}

.mid-l2{
  padding-top: 1%;
  padding-bottom: 1%;
}

.mid-l3{
  display: flex;
  width: 80%;
  margin-left: 10%;
}

@media only screen and (max-width: 900px) {
.mid-l3{
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
}

.mid-l4-1, .mid-l4-2, .mid-l4-3{
  width: 33%;
}

@media only screen and (max-width: 900px) {
.mid-l4-1, .mid-l4-2, .mid-l4-3{
  width: 100%;
  margin-top: 10%;
  text-align: right;
}
}

.mid-l4-1 a, .mid-l4-2 a, .mid-l4-3 a{
  color: white;
}



.btm-l1{
  text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.btm-l2{
  padding-top: 1%;
  padding-bottom: 1%;
}

.btm-l3{
  display: flex;
  width: 80%;
  margin-left: 10%;
}

@media only screen and (max-width: 900px) {
.btm-l3{
  display: inline-block;
  margin-left: 0%;
}
}

.btm-l4-2, .btm-l4-3{
  width: 20%;
}

@media only screen and (max-width: 900px) {
.btm-l4-2, .btm-l4-3{
  width: 40%;
  float: left;
}
}

@media only screen and (max-width: 900px) {
.btm-l4-2{
  text-align: right;
  padding-right: 4%;
  border-right: 2px solid white;
  margin-left: 10%;
}
}

@media only screen and (max-width: 900px) {
.btm-l4-3{
  text-align: left;
  padding-left: 4%;
}
}

.btm-l4-1{
  width: 80%;
  text-align: left !important;
}

@media only screen and (max-width: 900px) {
.btm-l4-1{
  width: 100%;
  text-align: center !important;
}
}

.btm-l4-1 a, .btm-l4-2 a, .btm-l4-3 a{
  color: white;
}



.blank{
	height: 50px;
}

/*----------------------------------*/

.language{
	width:100%;
	margin-left: 25%;
	margin-right:25%;
	text-align:center;
}

@media only screen and (max-width: 900px) {
.language{
	width:80%;
	margin-left: 10%;
	margin-right:10%;
}
}

.language a{
	font-weight:bold;
	font-size: 17px;
	color:black;
	border: 1px solid #007e35;
	padding: 5px;
}

a img{
	width:30px;
}













.container-success{
	width:90%;
	margin: auto;
	margin-top: 5%;
	border-radius: 5px;
	border: 1px solid lightgrey;
	height: auto;
	background: transparent;
	max-width: 600px;
}

.succ-top{
	width:100%;
	background-image: url(../images/bg1.png);
	Background-size: 100%;
	border-radius: 5px;
	    background-position: bottom;
	background-repeat: no-repeat;
	direction: rtl;
	background-position: top;
}

.succ-bottom{
	width: 90%;
    margin: 5%;
    border: 1px solid lightgrey;
    padding: 2%;
    border-radius: 5px;
}

.succ-collapsible{
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 20%;
  margin-left:40%;
  border-radius: 30px;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-top: 3%;
}

@media only screen and (max-width: 600px) {
.succ-collapsible{
  width: 40%;
  margin-left:30%
}
}


.active, .succ-collapsible:hover {
  background-color: #555;
}


.btn-home{
	padding: 1% 5% 1% 5%;
	background-color: #3bb54a;
	color: white;
	border-radius: 5px;
}

@media only screen and (max-width: 600px) {
.btn-home{
	padding: 2% 10% 2% 10%;
}
}

.btn-home:hover{
	color: white;
	background-color:green;
}













#submitNew1, #submitNew2, #submitNew3, #submitNew11, #submitNew22, #submitNew33{
	color:white; 
	padding-left: 10%;
	color:white; 
}

@media only screen and (max-width: 600px) {
#submitNew1, #submitNew2, #submitNew3, #submitNew11, #submitNew22, #submitNew33{
	color:white; 
	text-align:center;
	padding-left: 0;
}
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}