


@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}























.redBorder {
    border: 1px solid red;
}

.greenBorder {
    border: 1px solid green;
}

.blackBorder {
    border: 1px solid black;
}

.blueBorder {
    border: 1px solid blue;
}











/*========================================
    Html, Body
========================================*/

html,
body {
    height: 100%;

    font-family: 'Futura Bk BT';
    font-weight: normal;
    
    
}


p {
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

section {
    background: #fff;
    overflow: hidden;
}












/*========================================
    Preloader
========================================*/

#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

/*========================================
    Home
========================================*/

#home {
    background: none;
    height: 100%;
    position: relative;
}



#home-overlay {
   
    
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 36, 64, 1)), to(rgba(252, 253, 255, 0)));
    background: linear-gradient(to top, rgba(8, 36, 64, 1) 0%, rgba(252, 253, 255, 0) 100%); */

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 36, 64, .85)), to(rgba(8, 36, 64, .35)));
    background: linear-gradient(to top, rgba(8, 36, 64, 1) 0%, rrgba(8, 36, 64, .5) 100%);


    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}





/*
.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}
*/






.btn-back-to-top {
    position: fixed;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border: 1px solid #000000;
    
    display: inline-block;
    bottom: 20px;
    right: 20px;
    padding: 4px 10px;
    font-size: 22px;
    display: none;
    z-index: 1030;
    
}

.btn-back-to-top i {
    color: #000;
}

#contact-01 p{
    color: #000;
    width: 400px;
    display: inline-block;
}



/*========================================
    Content Boxes
========================================*/

.content-box-lg {
    padding: 50px 0;
}

.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 0px 0;
}

.down-space {
    margin-bottom: 130px;
}

.bottomSpace {
    margin-bottom: 90px;
}





/*========================================
    Big Footer
========================================*/

#bigfooter {
    background-color: #272626;
}

#bigfooter li {
    list-style-type: none;
}

.btn-dark {
    color: #fff;

    background-color: #3B3A3A;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #3B3A3A;
    background-color: #fff;
    border: 1px solid #fff;
}

.nolink-title-fot {
    color: #fff;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
}

.link-title-fot {
    color: #fff;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
}


.nolink-content-fot {
    color: #fff;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 12px;
}

.fot1 li {
    margin-bottom: 10px;
}

.fot2 li {
    margin-bottom: 20px;
}

.fot3 li {
    margin-bottom: 20px;
}

.fot4 li {
    margin-bottom: 15px;
}





/*========================================
    Footer
========================================*/
footer {
    background: #fff;
    padding: 30px;
    overflow-x: hidden;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}



/*========================================
    Navigation
========================================*/
.navbar {
    padding: 35px 0 20px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}




.navbar-brand {
    padding: 0px 15px;
}

ul.navbar-nav>li>a {
    font-family: 'Futura Bk BT';
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
}

.white-nav-top ul.navbar-nav li a span {
    padding-bottom: 10px;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
    color: #CAD92F;
}

/*white navigation*/
.white-nav-top {
    background: #000000c0;
    padding: 20px 0 5px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 3;
}

.white-nav-top ul.navbar-nav>li>a {
    color: #ffffff;
}

.white-nav-top ul.navbar-nav>li>a>span:hover,
.white-nav-top ul.navbar-nav>li>a>span:focus {
    color: #ffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 208, 48, 0)),
        color-stop(81%, rgba(192, 208, 48, 0)),
        color-stop(81.1%, #CAD92F),
        color-stop(85%, #CAD92F),
        color-stop(85.1%, rgba(192, 208, 48, 0)),
        to(rgba(192, 208, 48, 0)));
    background-image: linear-gradient(180deg, rgba(192, 208, 48, 0),
        rgba(192, 208, 48, 0) 81%,
        #CAD92F 81.1%,
        #CAD92F 85%,
        rgba(192, 208, 48, 0) 85.1%,
        rgba(192, 208, 48, 0));

}


/*Scroll spy active state*/
.white-nav-top ul.navbar-nav>li.active>a>span {
    color: #ffffff;
    font-weight: 500;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 208, 48, 0)),
        color-stop(81%, rgba(192, 208, 48, 0)),
        color-stop(81.1%, #CAD92F),
        color-stop(85%, #CAD92F),
        color-stop(85.1%, rgba(192, 208, 48, 0)),
        to(rgba(192, 208, 48, 0)));
    background-image: linear-gradient(180deg, rgba(192, 208, 48, 0),
        rgba(192, 208, 48, 0) 81%,
        #CAD92F 81.1%,
        #CAD92F 85%,
        rgba(192, 208, 48, 0) 85.1%,
        rgba(192, 208, 48, 0));
}


.phone-icon {
    padding: 8px 0 0 10px;
}

.phone-number {
    font-family: 'Futura Md BT';
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    /*padding: 5px 0 0 2px;*/
}

.menu-container {
    padding-right: 0px;
    margin-right: 0;
}

.nav li a {
    padding: 10px 15px;
}

#home-btn {
    margin-top: 50px;
}


/*========================================
    Anomation
========================================*/

#about-us,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#about-us {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#arrow-down i {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}





/*========================================
    Clinics
========================================*/
#clinics-over {
    background-color: rgba(6, 84, 120, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1031;
    position: fixed;

    height: 0%;
    /* display: none; */
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */

}



.close-btn div {
    background-image: url("../img/closeBut.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 30px;


}




#clinics {

    height: 100%;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

#clinics-inner {}

#clinics-items {
    position: relative;


}

.clinics-item {
    margin: 0 15px;
    height: 100%;
    display: inline-block;
    
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#clinics-items .owl-nav{

}

#clinics-items .owl-nav {
    top: 0;
    
    width: 100%;
    
    margin: 0;
    position: absolute;
    top: 40%;
}

#clinics-items .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    left: 80px;
    
}

#clinics-items .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    right: 80px;
}


#clinics-items .owl-dots .owl-dot span {
    background: none;
    background-image: url("../img/owl-dot-white.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}


#clinics-items .owl-dots .owl-dot.active span,
#clinics-items .owl-dots .owl-dot:hover span {
    background: none;
    background-image: url("../img/owl-dot-active-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}








/*========================================
    Gallerys
========================================*/
#Gallery-over {
    background-color: rgba(6, 84, 120, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1032;
    position: fixed;

    /* display: none; */
    height: 0%;

    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */

}



.close-btn div {
    background-image: url("../img/closeBut.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 30px;

}


#Gallery {

    height: 100%;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

#Gallery-inner {}

#Gallery-items {
    position: relative;


}

.Gallery-item {
    margin: 0 15px;
    height: 100%;
    display: inline-block;
    
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#Gallery-items .owl-nav {
    top: 0;
    
    width: 100%;
    
    margin: 0;
    position: absolute;
    top: 40%;
}

#Gallery-items .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    left: 80px;
    
}

#Gallery-items .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    right: 80px;
}


#Gallery-items .owl-dots .owl-dot span {
    background: none;
    background-image: url("../img/owl-dot-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}


#Gallery-items .owl-dots .owl-dot.active span,
#Gallery-items .owl-dots .owl-dot:hover span {
    background: none;
    background-image: url("../img/owl-dot-active-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}







/*Ehab*/


/*
.owl-item {
    opacity: .3;
    filter: alpha(opacity=.3);
    
    background-color: transparent;
    
}

.owl-item div {

    background-color: transparent;
    
}

#services-items .owl-item div {

    background-color: #fff;
    
}

.owl-item.center {
    opacity: 1;
    filter: alpha(opacity=1);
    
   
}

.owl-item img {
    padding: 15px;
    
}

.owl-item.center img {
    padding: 0px;
    
}
*/











/*========================================
    Arrow Down
========================================*/





#about-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    
    text-align: center;
    margin-left: -100px;
    z-index: 1;
}

#about-down:hover,
#about-down:focus {
    
}


#register-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    
    text-align: center;
    margin-left: 50px;
    z-index: 1;
}

#register-down:hover,
#register-down:focus {
    
}



#home {
    height: 100%;
}

#home-cover {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-home.jpg");
}

.bg-parallax {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.main-logo{
    text-align: center;
}

.main-logo .site-nav-wrapper{
    display: inline-block;
}

.unit-type-radio .ui-radio{
    margin-left: 20px;
}




.form-group input{
    margin-top: 15px;
}

.input-group label{
    margin-top: 15px;
}

.form-group textarea{
    margin-top: 15px;
    padding: 10px;
}















.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container-radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-radio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  #contact-01 {
      margin-top: 40px;
  }

  #contact-01 .content-box-lg{
    padding-bottom: 10px;
}








.form-group input{
    position: relative;
}


.contact-inner{
   
}


.about-us{
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-us-out{
    width: 500px;
    display: inline-block; 
    
}

.about-us-in p{
    font-size: 18px;
    line-height: 1.3;
}



.btn-white {
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 0;
    
    height: 40px;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;

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

.btn-white:hover,
.btn-white:focus {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}





.message h2{
    color: #ffffff;
    /* text-decoration: underline; */
    line-height: 1.4;
    border-left: 5px solid #ffffff;
    padding-left: 15px;
    max-width: 400px;
    text-transform: capitalize;
}




.hidediv{
    display: none;
}


.paddingbot{
    padding-bottom: 130px;
}









































.header-noor-left{
    

}


.header-noor-left-out{
    text-align: center;
    width: 100%;
}

.header-noor-left-in{
    text-align: left;
    display: inline-block;
}

.header-noor-left img{
    width: 360px;
    padding-bottom: 60px;
}

h1{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 28px;
    color: #1f5386;
    text-transform: uppercase;
}




h2{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    /* text-transform: uppercase; */
}

h3{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
    color: #1f5386;
    text-transform: uppercase;
}

h4{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 10px;
    color: #1f5386;
    text-transform: uppercase;
}


p{
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 18px;
    color: #1f5386;
}

li{
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;

    
}

ul{
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    padding-left: 0;
    margin: 0; /* Remove margins */
    border-left: none;
}


.icon-angle-down{
    color: #fff;
    border: 1px solid #ffffff;
    padding: 0;
    margin: 0;
    
    font-size: 20px;
    padding: 3px 10px;
    border-radius: 50px;
}


#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 35px;
    color: #ffffff;
    font-size: 50px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -15px;
    z-index: 1;
}

.float-div-left{
    float: left;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #ffffff;
}

.header-noor{
    display: flex;
}

.header-noor-left-out{
    position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.white-h2{
    color: #ffffff;
    margin-bottom: 0;
}



/*========================================
    Contact
========================================*/

#contact {
    background-color: white;


}

#contact-01 .container {
    position: relative;
}

#contact-02 .container {
    position: relative;
}

.form-fields {
    display: inline-block;
    text-align: right;
}

.form-group {
    margin-bottom: 0px;
}

.form-group label {
    font-family: 'Futura Md BT';
    font-weight: 500;
    color: #065478;
    font-size: 18px;
    margin-right: 15px;
}


.form-group input {
    width: 400px;
    border: none;
    border: 1px solid #4e4e4e;
    padding: 5px 10px;
    background-color: #ffffffab;

}

.message-textarea textarea {
    
    border: 1px solid #4e4e4e;
    resize: none;

    background-color: #ffffffab;
}

.message-textarea * {
    vertical-align: top;
}

.message-textarea textarea:focus {
    outline: none !important;
    /* border: 1px solid #CAD92F;
    -webkit-box-shadow: 0 0 10px #CAD92F;
    box-shadow: 0 0 10px #CAD92F; */
}

.form-message {
    height: 80px;
    width: 400px;
}

input:focus {
    outline: none !important;
    /* border: 1px solid #CAD92F;
    -webkit-box-shadow: 0 0 10px #CAD92F;
    box-shadow: 0 0 10px #CAD92F; */
}

.send-button {
    margin-top: 20px;

}

.send-btn span {
    position: relative;
    /*top: -4px;*/
}

.triangle-topright-form {
    width: 0px;
    height: 0px;
    border-top: 100px solid #065478;
    border-left: 100px solid transparent;
    position: absolute;
    right: 15px;
    top: 0px;
}

.triangle-bottomleft-form {
    width: 0px;
    height: 0px;
    border-bottom: 100px solid #065478;
    border-right: 100px solid transparent;
    position: absolute;
    left: 15px;
    bottom: 0px;
}


.btn-black {
    color: #4e4e4e;
    border: 1px solid #4e4e4e;
    background-color: #ffffffab;
    border-radius: 0;
    width: auto;
    height: 36px;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 14px;
    padding-top: 6px;

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

.btn-black:hover,
.btn-black:focus {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}



.error-message{
    text-align: right;
    color: #fff;
    padding-top: 5px;
}


.required:after
{
    color: red;
    content: "*";
    position: absolute;
    top: 0px;
    left: 0px;
    
}


.secondSection-left-in{
    display: inline;
}


.secondSection-left-in img{
    width: 220px;
}

.onlineSales{
    padding-top: 0px;
    padding-left: 0px;
}

.secondSection-left-in p{
    font-size: 14px;
    color: #1f5386;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.secondSection-left-in p span{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 16px;
}

.four-logos-down-img-1{
    width: 30%;
}

.four-logos-down-img{
    width: 310px;
}

.four-logos-down-in{
    
    
}

.four-logos-down{
    padding-top: 10px;
    display: inline-block;
}


.system-button{
    text-align: center;
    padding-top: 20px;
    
}

.secondSection-left-out{
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}


.secondSection-left{
   
    position: relative;
}

.clear {
    clear: both;
  }

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .Gallery-items{
      position: relative;
  }
  .Gallery-item{
      padding: 0;
      margin: 0;
  }

  .owl-theme .owl-nav.disabled+.owl-dots{
      margin-top: -40px;
      
      position: absolute;
      z-index: 999 !important;
      left: 50%;
  transform: translateX(-50%);
  }

  .owl-theme .owl-dots .owl-dot span{
      border-radius: 0;
      width: 40px !important;
      margin: 0px 5px;
  }

  .second-section-row{
      display: flex;
  }

  .secondSection-left-out{
    
  }

  .secondSection-left-container{
    position: absolute;
    z-index: 999 !important;
    top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
  }

  .title-in{
      text-align: center;
  }

  .facilities-section{
      background-color: #1f5386;
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .title-h1{
      margin-top: 0;
      color: white;
  }

  .fac-in{
      text-align: center;
  }

  .fac-in img{
      display: inline-block;
  }

  .fac-in h4{
    display: block;
    text-align: center;
}

.facilities-section .fac-out{
    margin-top: 30px;
}


.bg-light-gray {
    background: #f7f7f7 !important;
    padding: 0;
    margin: 0;
}

footer .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer img {
    max-width: 200px;
}

.left-footer {
    margin-top: 25px;
}

.border-bottom {
    border-bottom: 1px solid #1f5386;
}



.padding-eight {
    padding: 4.5% !important;
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top4 {
    top: 4px !important;
}

.position-relative {
    position: relative !important;
    z-index: 5;
}

.alt-font {
    font-family: 'Helvetica', sans-serif !important;
}


.letter-spacing-1 {
    letter-spacing: 1px !important;
}


.text-small {
    font-size: 11px !important;
    line-height: 20px!important;
    display: inline-block !important;
}

.left-footer {
    margin-top: 25px;
}

.top4 {
    top: 4px !important;
}

.position-relative {
    position: relative !important;
    z-index: 5;
}


.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a {
    margin: 0 25px;
    display: inline-block;
}

.footer-social a i {
    color: #1f5386;
}

.footer-social i {
    font-size: 22px;
}


.footer-bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}

.final-text, .final-a{
    font-family: 'Futura Bk BT';
    font-weight: normal;
    color: #1f5386;
}

.all-ul{
    position: relative;
}

.ul1{
    position: absolute;
    top: 0;
    left: 0;
}

.ul2{
    position: absolute;
    top: 0;
    left: 0;
}

.ul3{
    position: absolute;
    top: 0;
    left: 0;
}


.ulGeneral{
    position: absolute;
    top: 0;
    left: 0;
}

.lang-button{
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 30px; 
}





.form-country{
    width: 400px;
    border: none;
    border: 1px solid #4e4e4e;
    padding: 5px 10px;
    background-color: #ffffffab;
    margin-top: 15px;
    position: relative;
}


select#soflow3, select#soflow4 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/arrow-down.png);
    background-color: transparent;
    background-position: 99% center;
    background-repeat: no-repeat;
    /* border: 1px solid #AAA; */
    border: none;
    outline: none;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #757575 !important;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 14px;
}

.map-sec img{
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px;
}

.Countdown-class{
    background-color: #1f5386;
    text-align: center;
}

#countdown ul{
    display: inline-block;
    border: none;
}

#countdown ul li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

#headline{
    color: #1f5386;
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 20px;
}


#step2{
    background-color: #f7f7f7;
}








.iti__country-list {
    background: #bac4cd !important;
    border: none !important;
}

.iti__country-name {
    color: #757575 !important;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 14px;
}

.iti__dial-code {
    color: #757575 !important;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 14px;
}

.iti__country {
    padding: 0px 10px!important;
}

.iti--allow-dropdown {
    margin-top: 15px;
}


.iti__search-input {
    margin-top: 0 !important;
    background: #b0b9bf !important;
}


.iti--inline-dropdown .iti__dropdown-content {
    border: none!important;
}

.iti--container{
    direction:ltr;
}