

@font-face {
     
    font-family: neotech;
    src: url('NeoTechW04Medium.ttf');
}
@font-face {
    font-family: Lato-Regular;
    src: url('Lato-Regular.ttf');
  }

@font-face {
   font-family: Lato-Bold;
    src: url('Lato-Bold.ttf');
}
@font-face {
     
    font-family: SuisseIntl-regular;
    src: url('SuisseIntl-Regular.otf');
}
@font-face {
    font-family: SuisseIntl-Bold;
    src: url('SuisseIntl-Bold.otf');
  }

@font-face {
   font-family: SuisseIntl-regular-Medium;
    src: url('SuisseIntl-Medium.otf');
}

@font-face {
   font-family: arabic-font;
    src: url('GE SS Two Light e&.ttf');
}
.neotech
{ 
    font-family: SuisseIntl-regular-Medium;text-align:center;font-size:24px;  margin-top: 10px;
    margin-left: 0px;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 12px;
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e4e3ec;
}


body {
    font-family: SuisseIntl-regular;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    /*text-align: center;*/
	overflow-x:hidden;
	letter-spacing:.01em;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 20px;
	font-size: 18px;
    font-weight: 500;
    color: #555;
    
}

h3 {
	font-size: 20px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }
.mrn-top{margin-top:5px}
.errormsg
{color :#be1218;font-size:14px;font-family:SuisseIntl-regular;display:inline-block}

.medium-paragraph { 
	line-height: 32px;
}


.table {
    display: table;
    text-align: center;
    width: 100%;
    margin: 1% auto 0;
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;font-size:11px;line-height: 20px;
  }
  
  .table_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
  .table_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #3B3A3A;
    color: #e5e5e5;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: 700;
  }
  
  .table_header:first-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px;
  }
  
  .table_header:last-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px;
  }
  
  .table_small {
    display: table-cell;
  }
  
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  
  .table_row > .table_small > .table_cell {
   
        color: #d8cbcb;
        border-bottom: #ccc 1px solid;
        display: inline-block;
        width: 100%;
        letter-spacing: .01em;

  }
  
  .table_row > .table_small:first-child > .table_cell {
    border-left: #ccc 1px solid;
  }
  
  .table_row > .table_small:last-child > .table_cell {
    border-right: #ccc 1px solid;
  }
  
  .table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px;
  }
  
  .table_row:nth-child(2n+3) {
    background: #777070;
  }
  

  
  @media screen and (max-width: 280px) {
    .table {
      display: block;
    }
    .table_row:nth-child(2n+3) {
      background: none;
    }
    .theader {
      display: none;
    }
    .table_row > .table_small > .table_cell:nth-child(odd) {
      display: table-cell;
      width: 50%;
    }
    .table_cell {
      display: table-cell;
      width: 50%;
    }
    .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 1% auto 0;
      text-align: center;
    }
    .table_small {
      display: table-row;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-left: none;
    }
    .table_row > .table_small > .table_cell:first-child {
      border-left: #ccc 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:first-child {
      border-top-left-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-top-right-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: none;
    }
    .table_row > .table_small > .table_cell:last-child {
      border-right: #ccc 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-bottom-left-radius: 5px;
    }
    .table_row > .table_small:last-child > .table_cell:last-child {
      border-bottom-right-radius: 5px;
    }
  }
/*::-moz-selection { background: #b5bc01; color: #fff; text-shadow: none; }
::selection { background: #b5bc01; color: #fff; text-shadow: none; }*/


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 20px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 {
	color: #fff;
	opacity: 0.8;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: #e36da1;
	font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.savebt

 {
    width: 77.9%;
    margin-left: 10px !important;
}
/***** Divider *****/
.selectbt{  background: white;
    height: 30px;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
    background: #fff;
    color: #302B3E;
    /* border: 3px solid #fff; */
    border-bottom: 1px solid #b2b2b2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0px;
    width: 100%;
    border-radius: 0px;
    text-align: left;}
/*.selectbt:hover{border-bottom: 1px solid #719e19;}*/
.selectbt:hover{border-bottom: 1px solid #000;}
.divider-1 {
	font-size: 24px;
	color: #ccc;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #4440;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

ul.navbar-nav {
	font-size: 15px;
	color: #fff;    padding-top: 1px;
	width:100%;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border: 0; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border: 0; }

.navbar-brand {
    width: 64px;height:64px;
    /*background-image: url('img/etisalat-logo-web.png');*/
    background-image: url('img/etisalat-logo.svg');
    text-indent: -99999px;
    background-repeat: no-repeat;margin-left:18%!important;    margin-top: 18px;
	
}
.etisalat-brand {
    width: 64px;
    text-indent: -99999px;
    /*background-image: url('img/etisalat-logo-web.png');*/background-image: url('img/etisalat-logo.svg');
    height:64px;
    background-repeat: no-repeat;
    margin-left: 40%;
	margin-bottom:10px;
}

.confirmationtickicon {
    width: 120px;
    text-indent: -99999px;
    /*background-image: url('img/confirmation-tick.png');*/
    height:120px;
    background-repeat: no-repeat;margin-left:45%;
   
}
.wave-bag {
       /* background-image: url(img/wave-graphic.png) !important; */; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    background-position: center right !important;
    }
	
.errorimg

{
    background-image: url('img/errorimg.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    /*background-position: center right !important;*/
    height: 18px;
    width: 18px;
    /* position: absolute; */
    float: right;
    margin-top: -27px;position:relative;
}
    
.calendarimg

{
    background-image: url('img/date-calendar.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    background-position: center right !important;
    height: 32px;
    width: 32px;
    /* position: absolute; */
    float: right;
    margin-top: -36px;
}


.maplocationimg

{
    background-image: url('img/maps-location.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    background-position: center right !important;
    height: 24px;
    width: 24px;
    /* position: absolute; */
      height: 24px;
    width: 24px;
    position: absolute;
    float: right;
    margin-top:36px;
    /* top: -35px; */
    z-index: 1;
    margin-left: 87%;border-left: 1px solid #d8d8d8;padding-left: 28px;cursor:pointer;
}
 
  	.mapsearchimg

{
    background-image: url('img/icon-actions-search-search-black.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    background-position: center right !important;
    height: 16px;
    width: 16px;
    /* position: absolute; */
   
    position: absolute;
    float: left;
    margin-top: 40px;
    /* top: -35px; */
    z-index: 1;
    margin-left: 5%;
}  
    
.mrgn-left-map	{margin-left:-23px}       
.map-height{height:541px;border-radius: 4px;}
.btnclass{display:inline}

.btnclass1{display:none}







.back-img {

    background-image: url('img/backgrounds/1.jpg');
    
}
/***** Top content *****/
.basicinfohead

{color:#848789!important;font-size:14px;margin-top:-10px;font-family:SuisseIntl-regular;font-weight:500}

.basicinfo
{ color: #302B3E;display: block;font-family:SuisseIntl-Bold;font-weight:bold;font-size:16px}
.textifohead

{color:#848789;font-size:14px;font-family:SuisseIntl-regular;font-weight:500 }
.textnfo
{ color: #302B3E;font-family:SuisseIntl-regular;font-size:18px!important;font-weight:500}
.top-content {     padding: 0px 0px 0px 0px; }

.top-content .text { color: #302B3E; }
.top-content .text h1 { color: #302B3E; }

.top-content .description { margin: 20px 0 60px 0; }
.top-content .description p { opacity: 0.8; }


.r-form-1-top { overflow: hidden; padding: 0 25px 15px 25px; background: #444; background: rgba(0, 0, 0, 0.35); text-align: left; }
.r-form-1-top-left { float: left; width: 75%; padding-top: 25px; }
.r-form-1-top-left h3 { margin-top: 0; color: #fff; }
.r-form-1-top-left p { opacity: 0.8; color: #fff; }
.r-form-1-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #fff; line-height: 100px; text-align: right; opacity: 0.3; }
.r-form-1-bottom { padding: 25px 25px 30px 25px; background: #444; background:#fff; text-align: left; }

.r-form-1-box input[type="text"], 
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control {
	height: 30px;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
    background: #fff;color:#353738;
    /*border: 3px solid #fff;*/    
    border-bottom :1px solid #b2b2b2 ;
    border-top:0;
    border-left:0;
    border-right:0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

/*.formcontrol-error
{border-bottom:1px solid #be1218 !important}*/


.formcontrol-error
{border-bottom:1px solid #000 !important}
.form-control
{border-bottom :1px solid #b2b2b2 ;
     border-top:0;
    border-left:0;
    border-right:0; font-size:20px;
    height:30px;color:#353738;
    border-radius: .5px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding:0px;
}
.f18{font-size:18px!important}
.f14{font-size:14px!important}
/*.form-control:focus {border:0; font-size:18px;

    border-radius: 1px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom :1px solid #719e19 !important;
    border:0;


}*/

.form-control:focus {border:0; font-size:18px;

    border-radius: 1px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom :1px solid #000 !important;
    border:0;


}
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.r-form-1-box input[type="text"]:focus, 
.r-form-1-box textarea:focus, 
.r-form-1-box textarea.form-control:focus {
	/*outline: 0; background: #fff; border-bottom :1px solid #719e19 !important;*/
    outline: 0; background: #fff; border-bottom :1px solid #000 !important;
    /*-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;*/
}

.r-form-1-box input[type="text"]::-moz-placeholder, 
.r-form-1-box textarea::-moz-placeholder, 
.r-form-1-box textarea.form-control::-moz-placeholder { color: #888; }

.r-form-1-box input[type="text"]:-ms-input-placeholder, 
.r-form-1-box textarea:-ms-input-placeholder, 
.r-form-1-box textarea.form-control:-ms-input-placeholder { color: #888; }

.r-form-1-box input[type="text"]::-webkit-input-placeholder, 
.r-form-1-box textarea::-webkit-input-placeholder, 
.r-form-1-box textarea.form-control::-webkit-input-placeholder { color: #888; }

.r-form-1-box button.btn {
	letter-spacing: 1.4px;
    height: 48px;
    margin: 0;
    padding: 0 10px;    margin: 0px 8px;
    vertical-align: middle;
    /*background:#719e19;*/    background-color: #e00800;
    border-color: #e00800;

    border: 0;
    font-family:SuisseIntl-Bold;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    color: #fff;border-radius:24px;
    
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box button.btndisable
{background:#d1d2d1!important;color:#848789!important;font-weight: bold;border: 0px !important}
.r-form-1-box button.btn:hover {  color: #fff; }
.r-form-1-box button.btn:active { outline: 0; color: #fff; }
/*.r-form-1-box button.btn:focus { outline: 0; background:#719e19; color: #fff; }
.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0;  background: #719e19; color: #fff; }*/
.r-form-1-box button.btn:focus { outline: 0; background-color: #ed6b66;
    border-color: #ed6b66; color: #fff; }
.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; background-color: #ed6b66;
    border-color: #ed6b66; color: #fff; }


/***** Features *****/

.features { padding-bottom: 30px; }

.features-box { padding-top: 15px; padding-bottom: 15px; }
.features-box .features-box-icon { font-size: 80px; color: #799700; line-height: 80px; }
.features-box h3 { margin-top: 15px; }


/***** How it works *****/

.how-it-works-container { padding-top: 80px; }

.how-it-works-box { text-align: left; }
.how-it-works-box h3 { margin-top: 0; }
.how-it-works-box a.learn-more { border-bottom: 1px dotted; }
.how-it-works-box a.learn-more:hover, .how-it-works-box a.learn-more:focus { color: #555; border: 0; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { margin-top: 30px; }
.testimonial-list .testimonial-text p { opacity: 0.8; }

.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background:#799700; border: 0; }


/***** FAQ *****/

.faq { padding-bottom: 30px; }

.faq-box { padding-top: 15px; padding-bottom: 15px; }
.faq-box h3 { margin-top: 25px; }
.faq-box p { opacity: 0.8; }

.faq-number {
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; border: 4px solid #799700;
	font-size: 32px; color: #799700; line-height: 50px; font-weight: 700;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}


/***** Footer *****/

footer {
	padding: 10px;
	background: #E5E2E2;
	text-align: left;
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer h3 { margin-top: 0; }

footer a { color: #799700; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #799700; outline: 0; }

.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; color: #ccc; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #bbb; }
.footer-social a:hover, .footer-social a:focus { color: #799700; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
}

.footer-menu {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
	text-align: right;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }
.footer-menu a, .footer-menu a:hover, .footer-menu a:focus { color: #888; border-color: #888; }
.container {
    padding-right: 15px;
    padding-left: 15px;
	
    -webkit-box-shadow: 0 4px 8px -6px #ccc;
    -moz-box-shadow: 0 4px 8px -6px #ccc;
     box-shadow: 0 4px 8px -6px #ccc;
     width:100%;    min-height: 85px;
     line-height: 95px;
}
 

.row

{
	margin-left:0px;
    margin-right:0px;

}







@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {






   

    select optgroup {
        display: none;
        background: #fff;
        color: #fff;
        font-style: normal;
        font-weight: normal;
    }



    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

    @-webkit-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    */ .fadeInLeftBig {
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            transform: translateX(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }


    .modal-container {
        margin: 0 auto;
        padding-top: 60px;
        position: relative;
        width: 200px;
    }

        .modal-container button {
            display: block;
            margin: 0 auto;
            color: #fff;
            width: 160px;
            height: 50px;
            line-height: 50px;
            background: #446CB3;
            font-size: 22px;
            border: 0;
            border-radius: 3px;
            box-shadow: 0 5px 5px -5px #333;
            transition: background 0.3s ease-in;
        }

        .modal-container .modal-backdrop {
            height: 0;
            width: 0;
            opacity: 0;
            overflow: hidden;
            transition: opacity 0.2s ease-in;
        }

        .modal-container #modal-toggle {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            opacity: 0;
            cursor: pointer;
        }

            .modal-container #modal-toggle:hover ~ button {
                background: #1E824C;
            }

            .modal-container #modal-toggle:checked {
                width: 100vw;
                height: 100vh;
                position: fixed;
                left: 0;
                top: 0;
                z-index: 9;
                opacity: 0;
            }

                .modal-container #modal-toggle:checked ~ .modal-backdrop {
                    background-color: rgba(0, 0, 0, 0.6);
                    width: 100vw;
                    height: 100vh;
                    position: fixed;
                    left: 0;
                    top: 0;
                    z-index: 9;
                    pointer-events: none;
                    opacity: 1;
                }

                    .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
                        background-color: #fff;
                        max-width: 400px;
                        width: 100%;
                        height: 280px;
                        padding: 10px 30px;
                        position: absolute;
                        left: calc(50% - 200px);
                        top: 12%;
                        border-radius: 4px;
                        z-index: 999;
                        pointer-events: auto;
                        cursor: auto;
                        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
                    }
}
@media (max-width: 400px) {

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #799700;
  color: #fff;
  width: 100px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;letter-spacing: .08em;
  height: 40px;
  margin: 0;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  color: #fff;
  background: #799700;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }

.equal {
    display: flex;
    flex-wrap: wrap;
}.form-group {
    position: relative;
    margin-bottom: 3.5rem;
}

select {
    
    
   box-shadow: 6px 6px 2px 2px rgba(0,0,0,.05); margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
/*   box-sizing: border-box; */
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
 
}

select option{border-bottom:1px solid #ccc !important;}

select option:hover{color:#799700!important;}

/*select:focus option:checked {
  background: #fff;color:#719e19 !important;font-family:Lato-Bold;
}*/
select:focus option:checked {
  background: #fff;color:#000 !important;font-family:SuisseIntl-Bold;
}
 select optgroup{
    background:#eeeaea;
    color:#fff; 
    font-style:normal;
    font-weight:normal;font-size:.05px;margin:10px}
   
 /*select.minimal {
  background-image:
   url('img/dropdown-empty.png') !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
 
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
   url('img/dropdown-empty.png') !important;
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
 
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}*/

@media only screen and (min-width:1440px) {
.maplocationimg

{
    
    margin-left:87%;border-left: 1px solid #d8d8d8;padding-left: 28px;cursor:pointer;
}

.w100 {
    width: 32%;
}

.savebt

 {
     width: 69.6%;
    margin-left: 10px;
}
	.mrgn-left-map	{margin-left:-30px}
	.navbar-nav>li {
    float: left;
    padding-right: 11.5% ;
}

.map-height {
    height: 588px;
}

.form-group {
    position: relative;
    margin-bottom: 4.5rem !important;
}

}
@media screen and (min-device-width: 280px) and (max-device-width: 600px)
 {
    .navbar-brand {
    background: url(img/etisalat-logo.svg) no-repeat center;
    width: 64px;height:64px;
    margin-left: 1%!important;
    /*margin-left: -2%!important;*/
    margin-top: 5px;
    margin-bottom: 0px;
    }
	
	.w100 {
    width: 100%;
}

	.dropdown-menu>li>a {
    display: block;
    
    font-size:14px;
    white-space: nowrap;
    border-bottom: 1px solid #d2d2d2;
} 
	 .selectbt {font-size:14px } 
	 
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
.mrgn-left-map {
    margin-left: 5px;
    margin-right: 5px;
}


.r-form-1-bottom {
    padding: 20px 0px 20px 0px!important;
    background: #444;
    background: #fff;
    text-align: left;
}
.mapsearchimg

{
    background-image: url('img/icon-actions-search-search-black@2x.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
   
    
    height: 18px;
    width: 18px;
    position: absolute;
    float: left;
    margin-top: 23px;
    /* top: -35px; */
    z-index: 1;
    margin-left:6%;
        background-size: contain !important;
  
}
.maplocationimg {
   background-size: contain !important;
    height: 20px;
    width: 20px;
    position: absolute;
    float: right;
    margin-top: 23px;
    /* top: -35px; */
    z-index:1;
    margin-left: 77%;
    border-left: 1px solid #d8d8d8;
}

.map-height{height:240px}

.form-group {
    position: relative;
    margin-bottom: 1rem!important;
}
 .equal {
    display: inline !important;
    flex-wrap: nowrap;
}

 .neotech {
    font-family: SuisseIntl-regular-Medium;
    text-align: left;
    font-size: 14px;
	line-height:20px;
  
   
}

 .btnclass1{display:inline}

 .btnclass{display:none}

 .wave-bag {
    	background-image: url('img/wave-graphicmb.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    background-position: top right !important;
    }
	 
	 .form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
    font-size: 12px;
    transform: translate3d(0, -100%, 0);
}
.form-control-placeholder{
	font-size: 14px !important;}

.f14{font-size:12px;}
	 
	 
.form-control:focus + .form-control-placeholder{
 font-size: 12px;top:12px!important;
}.basicinfohead {
   
    font-size: 12px ;
    margin-top: -10px;
  
}.basicinfo {
    color: #302B3E;
    display: block;
    font-family: SuisseIntl-bold;
    font-weight: bold;
    font-size: 14px;
}

.form-control{font-size:14px!important}

.form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
    font-size: 12px !important;
    transform: translate3d(0, -100%, 0);top:12px!important;
}

.container {
  
    min-height: 50px;
    line-height: 56px;
}
 }

@media screen and (min-device-width: 764px) and (max-device-width: 1023px){
.equal {
    display: inline !important;
    flex-wrap: nowrap;
}
.w100{width:100%}

 .btnclass1{display:inline}

 .btnclass{display:none}

 .mrgn-left-map {
    margin-left: 5px;
}
 .mrn-top{    margin-bottom: 300px;}
}
.r-form-1-bottom {
    padding: 25px 1px 30px 10px;
    background: #444;
    background: #fff;
    text-align: left;
}
  select {
    
    background: url('img/input-field-dropdown.png') no-repeat right #fff !important;
    -webkit-appearance: none;}


.caret{
 background: url('img/input-field-dropdown.png') no-repeat right #fff !important;
    -webkit-appearance: none;
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0 solid;
    border-right: 0px solid transparent;
    border-left: 4px solid transparent;
    float: right;
	
	margin-top: 10px;

}

.clrdarkgrey{color:#353738!important}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
	background-color: #fff;}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #848789;font-family:SuisseIntl-regular;

    font-size:16px;
    white-space: nowrap;
    border-bottom: 1px solid #d2d2d2;
}

/*.dropdown-menu>li>a:hover{color:#719e19;background-color:#fff}*/

dropdown-menu>li>a:hover{color:#000;background-color:#fff}

.selectemirateimg{  background-image: url('img/circle-check.png') !important; background-repeat: no-repeat !important;  background-repeat: no-repeat;
    background-position: center right !important;
    height: 14px;
    width: 14px;
    /* position: absolute; */
    float: right;margin-top: 5px;}

 
  /*.topmaincont{background:#fafaf5;padding:15px;margin: 2.8%!important;width:94%;border-radius:10px;min-height:201px;}*/
  .topmaincont{background: #E8E7EA;padding:15px 5px;margin: 2.5%!important;width:94%;border-radius:10px;min-height:201px;}
  .itemdisborderline{background-color: #e2e1da;width: 102.1%;margin-left: -15px;height:1px;    margin-top: 1%;}
  .reset{background-color: #ffffff!important;color:#353738!important;border:1px solid #302B3E!important;border-radius:24px!important;font-weight:bold !important;font-family:SuisseIntl-Bold!important}
  .navbar-nav>li>a {
   
    line-height: 1.5;
}

  .itemdis{padding-left: 2.4%;
    margin-top: 1.5%;}

@media (min-width: 768px){
.navbar-nav>li {
    float: left;
    padding-right: 9% ;
}

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px){
.savebt {
    width: 68.9%;
    margin-left: 10px !important;
}

.navbar-nav>li {
    float: left;
    padding-right: 5%;
}

    .maplocationimg {
        margin-left: 85%;
    }
    #pac-input {
   
    padding: 0 5% 0 6%;
   
    font-family: SuisseIntl-regular;
}

.mapsearchimg {
 
    margin-left: 6%;
}


}

.bg-wht {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(224,8,0,1) 100%);
}

.shipment-bag{

	    background-color: #E8E7EA;
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px;
    color: #302B3E;
    display: block;
    margin-top: 30px;

}

  .textMsgar {
            direction: rtl;
            font-size: 16px;
            line-height: 18px;
            margin-top: 5px;
            font-family:arabic-font;
        }
		
		#pac-input {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 48px;
    /* padding: 3px 5% 0 5%; */
	padding:0px!important
    text-overflow: ellipsis;
    width: 100%;
    border-radius: 0px!important;
    font-family: Lato-Regular;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn{border-radius:24px!important}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #e00800!important;
    border-color: none!important;
}