*{margin: 0; padding: 0;box-sizing: border-box;}
ul {padding: 0px;margin: 0px;}
h1,
h2,
h3,
h4,
h5,
h6{font-family: 'Lato', sans-serif;}
img{max-width: 100%;}
body{position:relative}
.banner {
    background: url(../images/bn.png);
    background-size: cover;
    width: 100%;
    height: 740px;
    padding: 20px 0;
    background-repeat: no-repeat;
    position: relative;
}
.header {
    padding: 30px;
}
.banner_Descriptions {
    position: absolute;
    right: 0;
    max-width: 560px;
    top: 200px;
    text-align: right;
}
.banner .container {
    position: relative;
}

.banner_Descriptions h1 {
    color: #fff;
    font-size: 60px;
}

.banner_Descriptions h1 span {
    color: #3a8fd3;
    font-weight: 700;
}

.banner_Descriptions p {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}


.banner-btn a {
    display: inline-block;
    padding: 12px;
    border-radius: 20px;
    color: #002046;
    /*font-family: "gothammedium";*/
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.84px;
}



.popup-wrapper {
    width: 90%;
    max-width: 400px;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    top: 0px;
    left: 0px;
    display: none;
}

.imgBox {
    margin-top: 122px;
}
.detect {
    text-align: right;
}
.content_box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.content_box .circle_img {
    flex: 1;
}

.content_box .circle_img .agent2 {
    flex: 3;
}

.agent2 {
    flex: 3;
    padding-left: 1px;
}


.agent2 h4 {
    color: #fff;
    font-weight: 600;
}
.content_box.white_box {
    margin-bottom: 200px;
}
.content_box.color_box {
    margin-bottom: 30px;
}
.content_box.color_box h4, .content_box.color_box li {
    color: #3a8fd3;
}

.content_box.color_box li {
    margin-bottom: 5px;
}
.agent2 li {color: #fff;}

.agent2 ul {
    padding-left: 15px;
    margin-top: 20px;
}
.detect h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.detect span {
    display: block;
    color: #000;
}
.detect p {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}

.tringle_Banner {
    position: relative;
    padding-top: 90px;
}

.tringle_Banner img.banner1 {
    position: absolute;
    top: -1px;
    height: 680px;
    width: 100%;
}

.header {
    padding: 7px 30px;
}

img.logo {
    width: 375px;
}

.circle_img img {
    width: 95px !important;
}

.imgBox img {
    width: 395px;
}

img.footer-logo {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transform: translate(0%, 50%);
}

.banner-3 {
    padding: 110px 0;
    background: url(../images/sky-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.start_Secure h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 600;
}

.start_Secure p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin-top: 40px;
}

.start_Secure h2 span {
    color: #3a8fd3;
}

.start_Secure {
    padding-right: 30px;
}
.key_benefits {
    padding: 40px 70px;
    background: #398fd3;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.key_benefits h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 35px;
}

.key_benefits ul li {
    color: #fff;
}

.key_benefits:before {
    position: absolute;
    background: white;
    content: "";
    width: 90%;
    height: 96%;
    z-index: -1;
    border-radius: 10px;
}
.footer {
    background: #fff;
    padding: 50px 0 30px 0;
}
.footer p {
    color: #363636;
    font-size: 13px;
}
.footer h3 {
    color: #363636;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
    padding-bottom: 25px;
}


/*modal popup*/



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
/*.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 31%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}*/

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  /*padding: 2px 16px;
  background-color: #5cb85c;
  color: white;*/

    max-width: 400px;
    border-bottom:none !important;
}


/*.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}*/

.modal-body {padding: 2px 16px;}



.modal-body {
   /* width: 90%;
    max-width: 400px;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;*/


        width: 70%;
    max-width: 850px;
    max-height: 94%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    padding-right: 22px !important;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
   
}

.modal-header {
    max-width: 100%;
    border-bottom: none !important;
}

.modal-content {
   /* position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;*/
    border: none !important;
    /*border-radius: 0.3rem;
    outline: 0;*/
}
.modal-header .close {
    padding: 5px 5px 10px 5px !important;
    margin: -1rem -1rem -1rem auto;
}

.modal-body input[type=text] {
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
}

.submt button{
        background: #326BAF;
    padding: 8px 10px;
    border-radius: 4px;
    width: 100px;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #326BAF;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 5px;
}


.modal-header {
    
    padding: 15px 5px 0px;
    
}

.banner-3:after {
    position: absolute;
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}



p.fur {
    margin-top: 10px;
    margin-bottom: 5px;

}


p.sar{
    margin-top: 0;
}

p.sar a {
    color: #fff;
    text-decoration: none;
}