body{
  font-family: 'Open Sans', Arial, sans-serif;
}

.navbar-default{
  background-color: #ab0e24!important;
}
.top-panel{
  background-color: #003152;
}
.social-logo{
  color:white;
}

.navbar-static-top{
  position:fixed;top:0;right:0;left:0;
}

#mobile-view-navbar{
  display: none;
}

#social-logos{
  margin-left:120px;
}

#navbar-para{
  margin-left:300px; color:white;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

#login-register{
  margin-right:50px;
}

#logodiv{
  margin-left:130px;
}

#logodiv img{
  width:inherit;
  height: 30px;
}

#menu-options{
  margin-left:300px;
}

#menu-options li a{
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}
.carousel-inner{
    width: 100%;
    height: 100%;
}
.carousel-inner img{
    width :100%;
    height: 100%;
}

.carousel{
  padding-left: 0;
  padding-right: 0;
}

.margin-from-top{
  margin-top: 50px;
}

.text-alignment{
  text-align: center;
}

.startingpage-image{
  width:70%;
}

#support-provided img{
  width:50px;
  height:auto;
  display: inline-block;
}
#support-provided .row{
  padding:30px 120px;
}

#line-break,.line-break2{
  display:none;
}

#why-isafe .row{
  padding:30px 80px;
}

#india{
  width:50%;
}

#img5000{
  width:40%;
}

#img45{
  width:30%;
}

#step1,#step2,#step3{
  width:100%;
}
#step1{
  padding-top:15px;
}



.firstimage{
  max-width: 400px;
  max-height: 300px;
  position: relative;
  margin-top: 30px;
}
.call-service-image{
  width: 400px;
  height: 300px;
}

.text-in-image1{
  position: absolute;
  text-align: center;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  bottom: 0;
  padding: 5px;
  width: 84%;
  height: 87%;
  margin-left:14px;
  margin-bottom: 24px;

}

.secondimage{
  max-width: 200px;
  max-height: 200px;

  position: relative;
}

.membership-package-image{
  width:400px;
  height:300px;
}

.text-in-image2{
  position: absolute;
  text-align: center;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  bottom: -38.5%;
  padding: 5px;
  width: 90%;
  left:35px;
}

.service-1,.assistance-service-1,.package-service-1{
  float: right;
}

.service-2,.assistance-service-2,.package-service-2,.article3,.article8,.article9,.article2,.article6,.article7{
  float:left;
}


footer{
  background-color:#ab0e24!important;
  color:white;
  padding:10px 0px 10px 0px;
}
.footer-div{
  margin-left:20px;
}
.footer{
  font-family: 'Open Sans', Arial, sans-serif;
}
.footer-body a{
  font-family: 'Open Sans', Arial, sans-serif;
  color:white;
}
.footer-column1{
  padding-left: 100px;
}
.line-break{
  display: none;
}

/*.contact-info-mainpage{
  margin-top: 200px;
}

/*about-us*/

.firstelement-top-margin{
  margin-top: 120px;
}

.about-us{
  margin: 20px 100px 0px 100px;
  padding: 50px;
  border: 0px solid #003152;
  box-shadow:1px 1px 8px grey;
  background: white;
}

.about-us img{
  margin: auto;
}


/* oncallservices.html and packages.html additional styling */

.firstelement-margin-from-top{
  margin-top:100px;
}

.service1-image{
  width: 400px;
  height: 300px;
}

.service2-image{
  width: 400px;
  height: 300px;
}


.secondimage-onservice{
  max-width: 400px;
  max-height: 300px;
  margin-top: 30px;
  position: relative;
}

.text-in-image2-onservice{
  position: absolute;
  text-align: center;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  bottom: 0;
  padding: 5px;
  width: 100%;
}

.contact-info-otherpages{
  margin-top:50px;
}

/* forms */
.block1{
  text-align: center;
  padding-right: 0px;
  margin-top: 20px;
}
.block2{
  text-align: center;
  padding-right: 0px;
  margin-top:20px;
}

.formblock{
  border: 0px solid #003152;
  padding: 20px;
  padding-right: 40px;
  box-shadow:1px 1px 8px grey;
  margin-top: 40px;
  background: white;
  border-radius: 5px;
}

/*forms*/

#buy_button,#login_button,#regn_button{
  color:black; margin-left:25px; margin-top:20px;
}

/*#regn_button{
  color:black; margin-left:460px; margin-top:20px;
}

#login_button{
  color: black;
  margin-left: 480px;
  margin-top: 20px;
}*/

#btnrefresh,#txtCaptcha{
  float: right;
}

#txtCompare{
  float: left;
}



/*blog.html*/
.blog_container{
  border: 0px solid #003152;
  padding: 20px;
  padding-right: 40px;
  box-shadow:1px 1px 8px grey;
  margin-top: 120px;
  background: white;
  /*object-fit: contain;*/
}

.big-article{
  width:100%; position:relative;
  margin-left:auto;
  object-fit: contain;
}


.big-article img {vertical-align: middle;}

.big-article .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 97.3%;
  padding: 5px 30px 15px 30px;
}

.big-article .content h2 p{
  font-size:0.6em;
}

.big-article .content p{
  font-size: 0.9em;
}

.text-in-image-blog{
  position: absolute;
  text-align: center;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  bottom: 0;
  padding: 5px 10px 10px 10px;
  /* width: 81%;
  height: 62%; */
  width: 82%;
  height: 50%;
  /* margin-left:17px;
  margin-bottom: 24px; */
  margin:10px 20px 10px;
  overflow: auto;

}

#four-article-date{
  margin-top: 10px;
  margin-right:3px;
  float: right;
}

#four-article-content{
  font-size:0.9em; text-align:left;
}

.blogsub-image{
  width:550px;
  height:300px;
}
.article-image-width{
  max-width: 200px;
  max-height: 200px;
}

.text-in-bottom-article-image-blog{
  position: absolute;
  text-align: center;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  bottom: 0;
  padding-bottom: 1px;
  width: 91%;
  height: 59%;
  margin-left:6px;
  margin-bottom: 11px;

}

#article-responsive-view{
  display: none;
}


/* media queries*/
@media screen and (max-width:1199px){

  #social-logos{
    margin-left:50px;
  }

  #navbar-para{
    margin-left:150px;
  }

  #login-register{
    margin-right: 50px;
  }

  #logodiv{
    margin-left:50px;
  }

  #menu-options{
    margin-left:80px;
  }

  #line-break{
    display:block;
  }

  .images{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }

/*  .footer-column3{
    text-align: center;
  }*/

  .call-centres p{
    font-size: 0.92em;
  }



  /*#regn_button{
    margin-left:360px;
  }
  #login_button{
    margin-left: 380px;
  }*/

  .big-article img {vertical-align: middle;width:100%;}

  .big-article .content {
    width: 96.5%;
    height:50%;
    padding: 3px 10px 8px 10px;
  }

  .article2,.article6,.article7{
    float: none;
  }
  .article3,.article8,.article9{
    float: none;
  }
  .blogsub-image{
    width:inherit;
    height:inherit;
  }
  .footer-column1{
    padding-left: 0px;
  }
  footer div img{
    margin-left: 0;
    margin-right: auto;
  }
}




@media screen and (max-width:994px){
  #social-logos{
    margin-left:20px;
  }

  #navbar-para{
    margin-left:30px;
  }

  #login-register{
    margin-right: 10px;
  }
  #logodiv{
    margin-left:20px;
  }
  #logodiv a{
    font-size: 1.30em;
  }

  #menu-options{
   margin-left:20px;
  }
  .line-break2{
    display:block;
  }

  #india{
    width:auto;
  }

  #img5000{
    width:auto;
  }

  #img45{
    width:auto;
  }

  #buy_button,#login_button,#regn_button{
    margin-left: 30px;
  }

  #step1,#step2,#step3{
    width:100%;
  }
  #step1{
    padding-top:15px;
  }


  /*#regn_button{
    margin-left:250px;
  }
  #login_button{
    margin-left: 280px;
  }*/

  .service-1,.assistance-service-1,.package-service-1,.article2,.article6,.article7{
    float: none;
  }

  .service-2,.assistance-service-2,.package-service-2,.article3,.article8,.article9{
    float:none;
  }
  .big-article .content {
    width: 95.8%;
    height:50%;
    padding: 3px 10px 8px 10px;
  }
  .big-article img {vertical-align: middle;}
  .text-in-image-blog{
    width: 83.5%;
    padding: 2px 15px 5px 15px;
    margin-left:24px;
    height:50%;
    margin-bottom:38px;
  }
}

  @media screen and (max-width:772px){
    .navbar-static-top{
      position:static;top:0;right:0;left:0;
    }

    #mobile-view-navbar{
      display: block;
      margin-top: 15px;
    }

    #social-logos{
      /*margin-left:5px;*/
      display: none;
    }

    #navbar-para{
      margin-left:10px;
      font-size: 1em;
      margin-right:0px;
      float: left;
    }

    #login-register{
      display: none;
      float: right;
      margin-right: 5px;
      margin-left: 10px;
    }

    #logodiv{
      margin-left:5px;
    }

    #menu-options{
      margin-left:10px;
    }

    #support-provided .row{
      padding:20px 40px;
    }

    #why-isafe p{
      font-size:1.5em;
    }

    #why-isafe .row{
      padding:20px 40px;
    }

    #india{
      margin-top:40px;
      margin-right:30px;
    }

    .text-in-image2{
      bottom:0;
      left:20px;
    }

    .firstelement-margin-from-top,.firstelement-top-margin{
      margin-top:0px;
    }

    #txtCompare{

      margin-top: 15px;
    }

    #captcha-div{
      margin-left:50px;
    }

    /*#regn_button{
      margin-left:200px;
    }
    #login_button{
      margin-left: 230px;
  }*/

  .big-article{
    margin-left: 10px;
  }
  .big-article img {vertical-align: middle;width:inherit;}

  .big-article .content{
    width: 90%;
    margin-left: 8px;
    margin-right: 1px;
    height: 67%;
  }
  .big-article .content h2{
    font-size: 2em;
  }
  .text-in-image-blog{
    width: 84%;
    padding: 3px 15px 3px 15px;
    margin-bottom: 38px;
    margin-left: 22.5px;
    
    height:40%;
  }

}

@media screen and (max-width: 1024px) and (min-width: 995px)  {
  .footer{
    margin-right: 130px;
  }
}

@media screen and (max-width: 768px) and (min-width: 621px)  {
  .footer{
    margin-right: 130px;
  }
}

@media screen and (max-width:620px){
  footer{
    /*margin-top: 100px;*/
    margin: auto;

  }
  #captcha-div{
    margin-left:10px;
  }
  .about-us{
    margin: 20px 10px 0px 10px;
    padding: 50px;
  }
}

@media screen and (max-width:633px){
  #txtCompare{
    margin-top: 0px;
  }
  #four-article-content{
    display: none;
  }
  #article-responsive-view{
    display: block;
  }
  .text-in-image-blog{
    margin-left: 20px;
    width:81%;
    margin-bottom: 28px;
  }
}

@media screen and (max-width:550px){
  #navbar-para{
    font-size: 0.65em;
    margin-left: 0px;

  }
  #mobile-view-navbar span{
    font-size: 10px;
  }
  #mobile-view-navbar a{
    font-size: 10px;
  }
  #mobile-view-navbar{
    margin-top: 10px;
  }
}
@media screen and (max-width:500px){
  .text-in-image1{
    width: 83.7%;

    margin-left:10px;
  }

  .big-article .content p{
    font-size: 0.70em;
  }

  .big-article .content h2{
    font-size: 1.5em;
  }
  .big-article .content{
    margin-left: 1px;
    margin-right: 0;
    width: 90.1%;
    padding: 1px;
    height: 85%;
  }
  .text-in-image-blog h3{
    font-size: 1em;
  }
  .text-in-image-blog{
    width: 74%;
    height: 63%;
    margin-left: 10px;
    margin-bottom: 15px;
    padding: 2px 8px 2px 8px;
  }
  #four-article-date{
  font-size: 0.9em;
  margin-top: 20px;
  }
  #four-article-content{
    font-size:0.8em;
  }
}


/*Galasxy S5*/
@media screen and (max-width: 360px) and (min-width: 321px)  {
  footer .container .row .footer .footer-column2 .footer-body a{
    font-size: 0.90em;
  }
  .about-us{
    margin: 20px 10px 0px 10px;
    padding: 50px;
  }
}

@media screen and (max-width:320px){
  #navbar-para{
    font-size: 0.55em;
    margin-left: 0px;

  }
  #mobile-view-navbar span{
    font-size: 8px;
  }
  #mobile-view-navbar a{
    font-size: 8px;
  }
  #mobile-view-navbar{
    margin-top: 8px;
  }
  .text-in-image1{
    padding: 3px;
    width: 81%;
  }

  .about-us{
    margin: 20px 10px 0px 10px;
    padding: 50px;
  }

  footer .container .row .footer .footer-column2 .footer-body a{
    font-size: 0.80em;
  }

  .line-break{
    display: block;
  }

  .big-article{
    margin-left: 0px;}

  .big-article img{
    width: 100%;
    height: 240px;
  }

  .big-article .content{
    width: 87.5%;
  }

  #article-responsive-view{
    display: block;
    margin-top: 120px;
  }

  #four-article-content{
    display: none;
  }

  .text-in-image-blog h3{
    font-size: 1.5em;
  }

  .text-in-image-blog{
    width:78%;
    height: 50%;
  }

  .checkbox{
    font-size: 0.87em;
  }

  .footer a img{
    max-width: 25px;
    max-height: 25px;

  }
}
