/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*** GENERAL ***/	
:root {
--color-first:#7d5dee;
--color-second:#4ad5ff;    
--color-content:#373737;
--color-black: #000;
--light: #f6f7fb;
--dark: #14183E;
--bs-sec-rgb:0,2,27;
--font-family-heading:"Poppins", sans-serif;
--font-family-sub-heading: "Poppins", sans-serif;
--font-family-content:  "Poppins", sans-serif;
--shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .13);
}
*, ::after, ::before {
box-sizing: border-box
}
  body{padding-top:70px;}
  a{ text-decoration: none; }
  html {scroll-behavior: smooth;font-family: sans-serif;}
textarea{resize:none}
.color-first{color: var(--color-first) !important;}
.color-second{color: var(--color-second) !important;}
.bg-color-first{background-color: var(--color-first) !important;}
.bg-color-second{background-color:var(--color-second) !important;}
.bg-color-dark{background-color:var(--dark)}
header { background: #fff; }
header .logo {height:40px; }   
.webContent .mainHeading,.webContent .subHeading,.webContent .smallHeading{
font-weight:700;
line-height: 1.2;
letter-spacing: 1px;
text-transform: uppercase;
font-family: var(--font-family-heading);	
}
.webContent .mainHeading{
font-size:2.5rem;
}

.benefits .card{
background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 7px, transparent 7px) 0% 0%/8px 8px no-repeat,
radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 7px, transparent 7px) 100% 0%/8px 8px no-repeat,
radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 7px, transparent 7px) 0% 100%/8px 8px no-repeat,
radial-gradient(circle at 0 0, #ffffff 0, #ffffff 7px, transparent 7px) 100% 100%/8px 8px no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat,
radial-gradient(at 95% 15%, #7d5dee 0%, rgba(74,213,255,0.96) 100%) 37% 19%/132% 105%;
border-radius: 8px;
padding: 5px;
box-sizing: border-box;
}
.benefits .card:hover{
box-shadow: 0 0 5px var(--color-first), 0 0 10px var(--color-first), 0 0 20px var(--color-second), 0 0 20px var(--color-second);
}

.benefits img{width:75px;}
.call-us img{width:75px;}
.brand-logo-card{
background: #fff;
border-radius: 10px;
margin-bottom: 25px;
}
.brand-logo-card img{
width:200px;
height: 60px;
object-fit: contain;   
margin:0 auto;
}
#customer-support {
  transition: padding-top 0.3s ease;
}
.protection-icon {width: 80px;height: auto;}
.protection:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: 1;
}
.benefits img{width:75px;}
.call-us img{width:75px;}
.brand-logo-container{
background: #fff;
border-radius: 10px;
margin-bottom:0.5rem;
padding:10px 0;
display: flex;
align-items: center;
justify-content: center;    
}
.brand-logo-container img{
max-width:100%;
height:50px;
object-fit:contain;
}
footer .copyright-links li a {
font-size: 0.9rem;
line-height: 15px;
position: relative;
color: rgb(255, 255, 255);
text-decoration: none;
margin: 0px 20px 0px 0px;
}
footer .copyright-links li a:after{
content: "";
display: block;
top:3px;
right: -11px;
position: absolute;
pointer-events: none;
height: 13px;
margin: 0px;
border: 1px solid var(--light);
}
footer .copyright-links li:last-child a:after{content: none;}
.btn-first {background-color: var(--color-first);}
.btn-second {background-color: var(--color-second);}
.btn-first:hover, .btn-second:hover {background-color: var(--dark);}
.font-size-14 {font-size: 14px;line-height: normal;}
@media screen and (max-width: 1200px) {
  .protection-icon {width: 60px;}
}
@media screen and (max-width: 991px) {
  .protection-icon {width: 52px;}
}
@media screen and (max-width: 767px) {
  .protection-icon {width: 44px;}
  .protection:after {top: -50px;}
  .btn-w-100 {width: 100%;}
}