body{
    background-color: #e7f5fe;
    font-family: roboto;
}

.top-header{
    height:60px;
    background-color:#0e72b5;
}
.top-header i.fa {
    color: #fff;
    margin: 18px 10px;
    font-size: 28px;
}
.social-icon{
    display: block;
    float:left
}
.top-lang{
    display: block;
    float: right;
}

.top-header-lang .dropbtn {
    width: 150px;
    height: 60px;
    background-color: #09629e;
    color: #fff;
     padding: 16px;
     font-size: 16px;
    border: none;
    cursor: pointer;
    
}
.top-header-lang .dropdown {
    position: relative;
    display: inline-block;
}

ul.dropdown-menu{
    padding:0px;
    display: none;
    position: absolute;
    background-color: #cfdee8;
    width: 150px;
    min-width:150px ;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.top-header-lang .dropdown-menu a {
    color:#09629e ;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .top-header-lang .dropdown-menu a:hover {
        background-color: #f1f1f1;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #09629e;
}
span.fa.fa-globe {
    font-size: 28px;
    margin-right: .5em;
}

span.fa.fa-chevron-down {
    font-size: 15px;
    margin-left: 0.5em;
}

/* header */

.mwrd-header-logo img {
    float: left;
    margin: auto;
    width: 13em;
    margin-bottom: 5px;
}
.mwrd-header-logo{
    float: left;
  }
nav.navbar {
    width: 100%;
}
a.nav-link {
    color: #0e72b5;
}
.my-form {
    float: right;
    margin: auto 0em auto 2.5em;
}
.main-menu {
    margin-left: 6%;
    float: left;
}
input.email, input.pwd {
    border: 1px solid orange;
    border-radius: 30px;
    margin-right: 0.3em;
    max-width: 13em;
    min-width: 200px;
}
button.btn.btn-warning {
    border-radius: 30px;
}
span.forget-pass {
    margin-left: 18em;
    font-size: 80%;
}
span.forget-pass a {
    color: black;
}

/* packages */
.module-title{
    margin-left: 0.5em;
    font-size: 1.2em;
    color: #0e72b5;
}







/* banner */
.carousel-inner {
    background: #09629e url(../pics/home-Elements2/slider_b1.jpg) no-repeat center center;
    height: 600px;
}
.carousel-item .slide-row{
    margin: 7em auto;
    vertical-align: middle;
}

.slider-pic {
    width: 50%;
    margin: auto;
    vertical-align: middle;
    display: block;
}
.slider-pic img {
    width: 35em;

}
.slider-text{
    display: block;
}
.slider-text .get-started{
    float: left;
    padding: .5em 2em;
    border-radius: 0.5em;
    background: linear-gradient(orange , #f89427);
}

.slider-text {
    margin: auto;
    vertical-align: middle;
}

.slider-text  h3 {
    color: #FFC107;
    font-weight: 400;
}

.slider-text  p {
    color: #FFF;
     width: 65%;
    margin: 1em 0px;
}
.slider-text .trail-btn {
    color: #fff;
    border: 1px solid orange;
    width: max-content;
    padding: .3em 1em;
    border-radius: .5em;
    margin: 2em 0px;
}
span.rounded-circle.fa.fa-angle-left ,span.rounded-circle.fa.fa-angle-right  {
    border: 1px solid #fff;
    padding: 0.5em;
    font-size: 20px;
}



/* features */ 
  
.features{
    text-align: center;
    margin: 4em 0;
}

.features h2 ,h5 {
    color: #0e72b5;
    font-family: roboto;
    text-align: center;
}
.features p{
    color: #3a3c3d;
}
.features .discription p{
    display: block;
    text-align: center;
    margin: auto;
    width: 60%;
}




/* setup banner*/

.setup-banner{
    
    background:#cbcdcd url(../pics/home-Elements/Homepage-UI.jpg) no-repeat center center;
    background-size: cover;
    min-height: 300px;
    color: #0e72b5;
    padding: 6em 0;
}
.setup-banner p {
     display: block;
    text-align:left;
    width: 60%;
    color: #3a3c3d;
    font-weight: 500;
    
}
.setup-banner .get-started {
    float: right;
    padding: .5em 2em;
    border-radius: 0.5em;
    background: linear-gradient(orange , #f89427);
}
.get-started a{
    color: #0e72b5;
    text-decoration: none;
    font-weight: bold;
}





/* footer */

.footer {
        padding: 1em;
}
#footer-logo{
    float: left;
    margin-top: 1em;
 }
#footer-logo img{
    width: 10em;
 }

.footer #copyRights {
    float: right;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    color: #0e72b5;
}

/* mobiles */

@media (max-width: 575px) {
    /*top header*/
    .top-header{
    height:30px;
    background-color:#0e72b5;
}
.top-header i.fa {
    color: #fff;
    margin: 5px 3px;
    font-size: 20px;
}
.top-header-lang .dropbtn {
    width: 120px;
    height: 30px;
    background-color: #09629e;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.top-header-lang .dropdown-content {
   width: 120px;
  }

.top-header-lang .dropdown-content a {
    color:#09629e ;
    padding: 10px 3px;
    text-decoration: none;
    display: block;
}

span.fa.fa-globe {
    font-size: 18px;
    margin-right: .5em;
}

span.fa.fa-chevron-down {
    font-size: 9px;
    margin-left: 0.5em;
}
/* header */
.container{
        min-width:100%;
    }   
    span.fa.fa-reorder {
    color: #0e72b5;
    padding: 0.5em;
    background: #9fc2d9;
}



    .mwrd-header-logo img {
    float: left;
    margin: auto;
    width: 9em;
    margin-bottom: 5px;
}
    .main-menu {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
}
    
/* slider */ 
    .carousel-inner{
    background:#09629e url(../pics/home-Elements/slider-bg.jpg) no-repeat center center; 
    height: 400px;
}

.slider-text .get-started {
    margin: auto;
    text-align:center;
    float:none;
    width: fit-content;
    padding: .5em 1em;
    border-radius: 0.5em;
    background: linear-gradient(orange , #f89427);
}

.slider-text {
    display: block;
    vertical-align: middle;
    min-width: 100%;
    margin:1% 0px; 
        
}

.slider-text  h3 {
    color: #FFC107;
    font-weight: 400;
    font-size: 1.2em;
    margin:auto;
    text-align: center;
}

.slider-text  p {
    color: #FFF;
     width:100%;
   margin: 0.3em auto;
    text-align: center;
}

.slider-text .trail-btn {
    color: #fff;
    border: 1px solid orange;
    width: max-content;
    padding: .3em 1em;
    border-radius: .5em;
    margin: .5em auto;
}
  .row.slide-row {
    margin: 6% 0px;
}
.slider-pic {
    min-width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    display: block;
}
.slider-pic img {
    width: 13em;
    float: none;
    margin: 5% auto;
    text-align: center;
    display: block;
}
    
    
    
/* features */ 
  
.features{
    text-align: center;
    margin: 2em 0;
}
.features .discription p{
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}
    .features .container{
        padding: 0;
    }

    
  /* setup banner*/

.setup-banner{    
      padding: 10% 0;
}
.setup-banner p {
    width: 100%;
   }
.get-started {
    width: 100%;
    text-align: center;
    padding: 1.6% 0;
} 
    .setup-banner h2{
        font-size: 1.5em
    }
    

/* footer */

.footer {
        padding: 1%;
}
#footer-logo img{
        margin: auto;
    width: 50%;
    text-align: center;
   
    
}
    #footer-logo {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
}

.footer #copyRights {
    float: none;
    text-align: center;
    margin-top: 1em;
    font-size: 0.8em;
   
}  
        span.forget-pass {
    margin-left: 0em;
    
}
    .my-form {
    float: none;
    margin: auto;
    text-align: center;
}
    form.form-inline {
    margin: auto;
    text-align: center;
    width: 100%;
    display: block;
}
    input.email, input.pwd {
      margin-right: 0em;
    margin-bottom: 0.6em;
}
}

/* tablets */

@media (max-width: 1024px) {
    
/* slider */ 
    .carousel-inner{
    background:#09629e url(../pics/home-Elements/slider-bg.jpg) no-repeat center center; 
    height:360px;
}


  .row.slide-row {
    margin: 6% 0px;
}
.slider-pic {
    max-width: 20% ;
    margin: auto;
    text-align: center;
    display: block;
}
.slider-pic img {
    width: 13em;
    margin:1% auto; 
    text-align: center;
    display: block;
}
    .slider-text {
    width: 50%;    
    margin:1% 0px;    
    float: left;
    vertical-align: middle;
}
    /* header */
.container{
        min-width:100%;
    }   
    span.fa.fa-reorder {
    color: #0e72b5;
    padding: 0.5em;
    background: #9fc2d9;
}



    .mwrd-header-logo img {
    float: left;
    margin: auto;
    width: 9em;
    margin-bottom: 5px;
}
    .main-menu {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
}
input.email, input.pwd {
    margin: 0.6em auto;
    border: 1px solid orange;
    border-radius: 30px;
    /* margin-right: 0.3em; */
}

   .header .container{
        min-width: 100%;
    }
    .main-menu {
 
    width: fit-content;
   
}
 
   
}


/* pricing page */

/* setup banner*/
.sub-banner{
    background:#09629e url(../pics/home-Elements/slider-bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 150px;
    color: #fff;
    
}
.banner-opacity {
    background-color: rgba(9, 98, 158, 0.5);
    padding: 3.5em 0;
}


/* packages */
span.fa.fa-check {
    float: left;
    margin-top: 4px;
    margin-right: 0.4em;
}

.package-title {
    color: #0e72b5;
    margin-top: 0.8em;
    text-align: center;
    font-size: 1.5em;
}

a.package-ref {
    text-decoration: none;
    color: gray;
}

.description {
    text-align: center;
    margin: 1em 0.7rem;
    font-size: 14px;
    font-family: roboto;
}
.over {
    min-height: 9em;
    margin: 2em auto;
    width: 90%;
    display: block;
}
.package {
    border: 1px solid #e1e1e2;
    margin-bottom: 2.5em;
    background-color: #fff;
    min-height: 450px;
}
.package:hover {
    border: 1px solid #e1e1e2;
    margin-bottom: 2.5em;
    background-color: #fff;
    min-height: 450px;
    box-shadow: 0 -1px 7px 0 rgba(0,0,0,.05), 0 4px 4px 0 rgba(0,0,0,.2);
}

.price {
    text-align: center;
}
span.price-num {
    color: #0e72b5;
    font-size: 2em;
}
.module-title {
    margin-top: -2px;
    margin-left: 0.35em;
    font-size: 1.5em;
    color: #0e72b5;
}
a.btn.btn-outline-secondary {
    margin: 0.8em auto;
    width: 70%;
    display: block;
    border-radius: 50px;
}
.change-plan-recommended-tag-wrapper {
    height: 90px;
    overflow: hidden;
    position: absolute;
    right: 17px;
    top: 1px;
    width: 90px;
}
.change-plan-recommended-tag {
    background-color: #f78f1e;
    padding: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    position: absolute;
    right: -27px;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    width: 134px;
    text-align: center;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #0e72b5;
    border-color: #868e96;
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}*/


















