
/*header-Start*/
.header-main{
    background-color: rgb(8, 8, 8);
    width: 100%;
    height: auto;
    padding: 15px 15px;
}
.header-main ul li{
    display: inline-flex;
    padding: 15px 15px;
    font-size: 17px;
}
/*header-End*/
/*Section-Start*/
.banner-img{
    background-image: url(/img/banner.jpg);
    width: 100%;
    height:700px;
    animation-name: example;
    animation-duration: 10s;
}
.banner-img h1{
    padding: 10% 5%; 
    color: rgb(82, 247, 110); 
    font-size: 120px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: rgba(222, 184, 135, 0.032);
    position: relative;
    animation-name: example;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    
  
     
}
@keyframes example {
    0%   {color: rgba(251, 4, 4, 0.842); left: 0px; top: 0px;}
    25%  {color: rgba(255, 255, 0, 0.782);left: 40px; top: 0px;}
    50%  {color: rgba(0, 0, 255, 0.788); left: 40px; top: 40px;}
    75% {color: rgba(5, 246, 5, 0.933);left: 0px; top: 40px;}
    100% {color: redrgba(249, 186, 186, 0.842); left: 0px; top: 0px;}
}
.form-img img{
    position: relative;
    animation: mymove 3s;
    animation-iteration-count: infinite;
}
@keyframes mymove {
    from {right: 0px;}
    to {right: 40px;}
  }
.priavacy-img{
    background-image: url(/img/privacy-img.jpg);
    width: 100%;
    height:400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.privacy{
    background-color: rgb(252, 240, 224);
}
.privacy h4{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.privacy h3{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.privacy p{
    font-size: 15px;
    
}


.why-insu{
    background-color: rgb(253, 242, 229);
    padding: 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid rgb(203, 198, 252);
}
.why-insu h4{
    text-align: center;
    color: rgb(113, 142, 251);
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.why-insu h5{
    padding: 10px 10px;
    text-align: center;
    color: cornflowerblue;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.why-insu p{
    text-align: justify;
    margin-bottom: 20px;
    font-size: 15px;
}
.about-all{
    background-color: cyan;
}
.about-all p{
    font-size: 15px;
}
.about-index h3{
    color: cornflowerblue;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 40px;
}
.about-index p{
    text-align:justify;
    font-size: 15px;
}
.about-img img{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.containernew{
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 2px solid black ;
    width: 100%;
    height: auto;
}
.sub-btn{
    padding: 10px 60px;
    margin-top: 25px;
    margin-left: 30%;
    margin-bottom: 12px;
    border-radius: 20px;
    background-color: rgb(221, 219, 225);
}
.menue-claim{
    background-color: blueviolet;
    
    height: auto;
    margin-bottom: 20px;
    
}
.menue-claim img{
    padding: 10px 10px;
}
.container1{
    width: 40%;
    height: 120px;
    border: 2px solid rgb(230, 201, 244);
    margin-top: 4px;
    margin-left: 20px;
    border-radius: 10px;
    text-align: center;
    
    
}
.container1 p{
    margin-top: 10px;
    margin-left: 32px;
    font-size: 20px;
    text-align: center;
    color: beige;
    
}
.container1 h3{
    margin-top: 10px;
    margin-left: 1px;
    text-align:center;
    color: beige;
}
.container2{
    padding: 15px 10px;
    border: 2px solid rgb(214, 221, 251);
    width: 400px;
    height: 120px;
    margin-top:58% ;
    margin-left: 30%;
    margin-bottom: 3%;
    border-radius: 10px;
    background-color: rgb(215, 187, 241);
}
.container2 p{
    text-align: center;
    font-size: 20px;
    
}
.privacy h4{
    margin-left: 20%;
    color: darkviolet;
     text-align:justify;
}
.privacy p{
    margin-left: 30%;
    text-align:justify;
    
}
.privacy ul{
    margin-left:30%;
    text-align:justify;
}

.health-insur-img{
    background-image: url(/img/banner.jpg);
    width: 100%;
    height: 400px;
    
}
.health-menue ol{
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
    font-size: 15px;
}
.why-menue{
    width: 100%;
    height: 250px;
    border: 2px solid black;
    margin-bottom: 10px;
} 
.motor-insur-img{
    background-image: url(/img/motor.png);
      width: 100%;
    height: 400px;
}
.travel-insur-img{
    background-image: url(/img/travel-insure.jpg);
      width: 100%;
    height: 400px;
    background-repeat:no-repeat;
    background-position:cover;
    
}
.business-insure-img{
    background-image: url(/img/business-insur-img.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-insure-img{
    background-image: url(/img/home-project-insur.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden{
    display: none;
}

:target .hidden{
    display: block;
}
:target .read-more-link{
    display: none;
}
.navbar-collapse.in {
    overflow-y: none !important;
    
}
.about-index img{
    position: relative;
   animation: inexm 4s;
   
   animation-iteration-count: infinite;
}
@keyframes inexm{
    from{left: 50px;}
    to{left:70px}
    
   }
 .terms-img{
    background-image: url(/img/term.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}


    


/*Footer-Start*/
.footer-main{
     background-color: black;
     width: 100%;
    height: auto;
    
}
.footer-main1 h2{
    color: beige;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 45px;

}
.footer-main1 p{
    color: rgb(230, 217, 243);
    font-size: 18px;
    text-align: justify;
    margin-left: 20px;
}
/*#mc_embed_shell h2{
      font-size:35px;
      margin-top: 20px;
}


#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 10px;
}*/
#mc_embed_signup {
    background-color: black !important;

    
}
.mc-field-group{
    color: rgb(230, 217, 243);

}

/*#mce-EMAIL{
   width: 100%;
    height:50px;
    
    margin-top: 20px;
    border-radius: 10px;
    text-align: justify;
}
#mc-embedded-subscribe{
    padding: 10px 60px;
    margin-top: 25px;
    
    margin-bottom: 12px;
    border-radius: 20px;
    background-color: rgb(221, 219, 225);
}*/
.copyright i{
    font-size :30px;
    color: aqua;
}
.copyright p{
    color: rgb(230, 217, 243);
    margin-top:20px;
    margin-bottom:10px;
    text-align:center;
    
}

/*Footer-End*/

@media screen and (max-width:700px){
    
    .nav li{
        display: block !important;
    }
    .right-login{
        padding-left:0;
    }
    .banner-img h1 {
        font-size: 50px;
    }
    .container2{
        padding: 5px 10px;
        border: 2px solid rgb(214, 221, 251);
        width: 100%;
        height: 120px;
        margin-left: 1px;
        margin-top:60% ;
        margin-bottom: 3%;
        border-radius: 10px;
        background-color: rgb(215, 187, 241);
    }
    .about-all{
        background-color: cyan;
        width: 100%;
        
    }
    .about-index h3{
        color: cornflowerblue;
    }
    .about-index p{
        text-align:justify;
    }
    .about-img img{
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .privacy h3{
        text-align: justify;
    }
    .privacy h4{
        text-align: justify;
    }
    .privacy p{
        text-align: justify;
        
    }
    .privacy ul li{
        text-align: justify;
        padding: 5px 10px;

    }
    .about-img p{
        text-align: justify;
        font-size: 13px;
        margin-left: 5px;
    }
    .about-img iframe{
        width:450px
    }
        }