/* Global Style */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
header.container {margin-top: 100px;background-color: #fff;}
body{color: #444; overflow-x: hidden;scroll-behavior: smooth;}
section{margin-top: 100px;margin-bottom:100px;background-color: #fff;overflow: hidden;}
/* Navbar Style*/
.navbar .container{position: relative;}
.navbar .container .navbar-brand img{
    width: 150px;
}
.navbar .navbar-nav{
    position: absolute;
    right: 0;
}
.navbar .nav-item {margin-left: 50px !important;}
.navbar .nav-item a{
    color: #333 !important;
}
/* Class Active */ 
.navbar .active a{
    transition: all .5s;
    color: #ee9f07 !important;
    border:1px solid #ee9f095e;
    background-color: #ee9d001e;
}
/****/
.navbar .btn-primary{
    color: #004085;
    border: none;
    background-color: #cce5ff;
}
/*Header Style*/
header.container .text h1 {
    font-size:4em;
    color: #222;
}
header.container .text p {
    font-size: 1.5;
    color: grey;
    margin-bottom: 40px;
}

header.container .text input {
    all: unset;
    margin-right: 15px;
    text-align: center;
    width: 300px;
    padding:15px;
    border-bottom: 1px solid darkgray;
    color: grey;
    margin-bottom: 40px;
}

header.container .text #insure {
    width: 130px;
    background-color: #3696ed;
    color: white;
    border: none;
    border-radius: 5px;
}
/* Suppoter */ 
#support img {
    opacity: .3;
    transition: all .5s;
    filter:grayscale(100%);
}
#support img:hover{opacity: 1;filter: none;}
/* Protection */
#protect .container .main p {text-align: center;color: grey;}

#protect .container .main {margin-bottom: 40px;}
#protect .container .col-md-4 i {
    font-size: 40px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    background-color: #ee9d071e;
    margin: 25px 0;
    color: orangered;
    border-radius: 50%;
}
#protect .container .col-md-4 i.note{
    color: #ee9f07;
}
#protect .container .col-md-4 i.case{
    color: #00c395;
    background-color: #00c3951e;

}
#protect .container .col-md-4 i.pill{
    background-color: #336cff1e;
    color: #336cff;
}
#protect .container .col-md-4 p {
    color: #555;
    margin-top: 15px;
}

/* Service */ 
#service .main { 
    margin-bottom: 80px;
}
#service .text h3 {
    font-size: 3em;
}
#service .text p {
    font-size: 1em;
}
#service .child {
    margin-top:50px;
}
#service .child .col-12{
    margin:20px 0;
}
#service .child i {
    font-size: 40px;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    background-color: #336cff1e;
    color: #336cff;
    border-radius: 50%;
}
#service .child i.money {
    color: #00c395;
    background-color: #00c3951e;
}

#service .child i.clock {
    color: #ee9d00;
    background-color: #ee9d001e;
}
#service .row .more-text h3{font-size: 3.5em;}
#service .row .more-text p {font-size: 1em;}
/* Sign Up  Sectiobn */ 
#sign {
    overflow: hidden;
    height: 400px;
    background-color: #0e59a5;
    position: relative;
}
#sign .row div{
    color: #fff;
    padding-top: 8%;

}
#sign .sign-up {
    margin-top: -30px;
    font-size: 18px;
    display: flexbox;
    align-content: center;
    color: #fff;
    height: 300px;
    border: 1px solid rgba(228, 228, 228, 0.39);
    border-radius: 30px;
}
#sign .row h3 {
    font-size: 3em;
}
#sign .sign-up p {
    display: block;
    font-weight: normal;
    font-size: 16px;
    margin-top:50px;
    margin-bottom: 25px;
}
#sign .sign-up button {width: 130px; color: white;padding: 10px; background-color: #00c395;border-radius:5px ;}
#sign .sign-up .btn-default {background-color: transparent; border: 1px solid #fff;margin-left: 20px;}

/* Testmonials */
#test .head {
    text-align: center;
    margin: 50px 0;
    color: #333;
}
#test .row div {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 50px;
    font-size:20px;
    border-left: 3px solid #ee9d00;
    border-right: 3px solid #ee9d00;
}
    #test .row div h4 {
        margin-top: 50px;
        color: #004085;
        font-size:18px ;
    }
    
    #test .row div h5 {
        font-size:16px ;
    }
#test .mover button{
    all: unset;
    margin-top: 20px;
    width: 10px;
    margin-left: 15px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
}
#test .mover button.active{
    background-color: #004085;
}
/* Subscribe */
#subs h3 {
    margin-top: 90px;
    
    margin-bottom: 40px;
    color: #333;
    font-size: 2.5em;
}
#subs input[type="email"] {
    padding: 10px;
    border:1px solid #ccc;
    width: 60%;
}
#subs input[type="button"] {
    padding: 10px;
    margin-left: -10px;
    margin-top: -8px;
    border:1px solid #ccc;
 }


/* Footer */
#footer {
    padding-top:50px;
    color: white;
    padding-bottom: 50px;
    background-color: #182134;
}
#footer h4 {
    font-size: 18px;
}
#footer ul {
    list-style-type: none;
    margin-left: -40px;
    margin-top: 30px;
}
#footer ul li {
    margin-top:15px;
}

#footer ul li a {
    color: #8ba2ca;
}
#footer .social{
    margin-top: 15px;
}
#footer .social li {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
}

#footer .social a{
    color: white;
}


#footer .ppp{
    margin-top: -25px;margin-left: 10px;
}


/* Media Style Edits */ 
@media screen and (min-width:1200px){

    #test .container-fluid{
        overflow-x: hidden;
        scroll-behavior: smooth;
    
    }
    #test .row{
        
        scroll-behavior: smooth;
        width: 4000px;
    }
    #test .row div {
        width: 20%;
        padding:55px;
        margin-right: 150px;
        float:left;
        border-radius: 20px;
        font-size:20px;
        border: 1px solid #333;
        } 
}
@media screen and (max-width:1200px){

    header.container .text h1 {
        font-size:3.5em;
        color: #222;
    }    
    header.container .text p {font-size: 14px;}
    
    header.container .text input {
        text-align: center;
        width: 200px;
    }
    
}
@media screen and (max-width:992px){
    header.container .text h1 {
        font-size:2.5em;
        color: #222;
    } 
   .navbar .navbar-nav{
        z-index: 1;
        background-color: #fff;
        left: 0;
        padding:10px 0;
    }
    header.container {
        margin-top: 50px;
    }
    header.container .text p {font-size: 14px;width: 100%;}
    header.container .text input {
        text-align: center;
        width: 250px;
    }
    #insure{width: 250px !important;margin-top: -20px;}
    
#service .row .more-text h3{font-size: 2em;}
#service .row .more-text p {font-size: 1em;} 
    #sign .row h3 {
        font-size: 2.5em;
    }    
    #sign .sign-up {
        margin-top: -30px;
        font-size: 18px;
        }

        #subs h3 {
            margin-top: 90px;
            
            margin-bottom: 40px;
            color: #333;
            font-size: 2em;
        }
    }



@media screen and (max-width:768px){
    .navbar .navbar-nav{
        z-index: 1;
        background-color: #fff;
        left: 0;
        padding:10px 0;
    }
    header.container {
        margin-top: 50px;
    }
    header.container .text h1 {font-size: 3.5em;}
    header.container .text p {font-size: 15px;}
    header.container .text input {
        text-align: center;
        width: 93%;
    }
    #insure {
        width: 93% !important;
    }
    #service .child h4 {
        font-size: 1.3em;
        }
    #service .child p {
        font-size: .7em;
        }   
#service .row .more-text {margin-top: 30px;}
    #sign {
        height: 500px;
    }
    #sign .sign-up {
        height: 250px;
        margin-top: 15px;
        font-size: 18px;
        }
        
#subs input[type="button"] {
    margin-top: -4px;
    }
        #footer .ppp{
            margin-top: -25px;margin-left: 60px;
        }
    }
@media screen and (min-width:576px){
    #footer .ppp{
        margin-top: -25px;margin-left: 80px;
    }
    }
/******/ 
/* Loader */
.loader {
    z-index: 9999;
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
    background-color: rgba(51, 51, 51, 0.933);
}
.lds-ellipsis {
    margin-top: 25%;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  /* Back To Up */
  #upp {
        all: unset;
        display: none;
        text-align: center;
        width: 50px;
        height: 50px;
        background-color: #004085;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        position: fixed;
        bottom: 30px;
        right: 20px;
        border-radius: 50%;
        animation: moveup .5s  infinite  alternate-reverse;
    }
  @keyframes moveup{
      from {
          bottom: 30px;
      }
      to
      {
        bottom: 20px;
      }
  }