*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;  
    margin: 0;
    letter-spacing: 0.03rem;
    list-style-type: none;
    
}

html{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;
  
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' viewBox='0 0 600 600'%3E%3Cpath d='M37.275452473922314 22.45508323315437C-61.82633974237865 86.07783669435636 -7.934126199122524 374.5508862555389 36.37724886254841 409.5808256686096C80.68862392421934 444.61076508168026 235.47903424418342 245.20956915819306 303.14370284394795 232.63471971157855C370.8083714437125 220.05987026496385 387.5748348426459 335.9281360527242 442.36526046113545 334.1317289889221C497.15568607962496 332.33532192512007 600.449132938349 272.90418134335323 631.8862565548854 221.85627732876594C663.323380171422 170.80837331417854 730.0898028405147 61.07783725066636 630.9880021603542 27.844304901397777C531.8862014801937 -5.389227447870816 136.37724469022328 -41.167670228047626 37.275452473922314 22.45508323315437C-61.82633974237865 86.07783669435636 -7.934126199122524 374.5508862555389 36.37724886254841 409.5808256686096 ' fill='url(&quot;%23SvgjsLinearGradient1000&quot;)' transform='matrix(1.1576250000000001,0,0,1.1576250000000001,-52.371630205154474,-31.603529592275635)' fill-opacity='0.92'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='SvgjsLinearGradient1000' gradientTransform='rotate(0, 0.5, 0.5)'%3E%3Cstop stop-color='%230f3443' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%2334e89e' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    
}

a{
    text-decoration: none;
}


.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 0.5px #000000; 
    box-shadow: 0px 0px 10px 0.5px #000000;
}

.form-left,.btn-grad{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
}

.quote-form{
    display: block;
    padding-top: 75px;
    padding-bottom: 100px;
}

footer{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
    /* clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%); */
    padding-top: 90px;
    z-index: 0;
}

.copyright{
    font-size: 11px;
}

.footer-highlights{
    text-align: center;
}

.footer-highlights li{
    list-style-position: inside;
    list-style-type: none;
    line-height: 1.75rem;
    font-weight: 500;
    text-align: left;
    text-align: center;
    /* list-style-image: url('list-style-icon.png'); */
}


.footer-highlights h6{
    font-weight: 600;
}


.form-shadow{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* color: #278E5E; */
    color: rgb(119, 121, 121);
    opacity: 1; /* Firefox */
  }
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /* color: #278E5E; */
    color: #000;
  }
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    /* color: #278E5E; */
    color: #000; 
  }

.zoom-anim{
    cursor: pointer;
    transition: all 0.25s;
}

.zoom-anim:hover{
    transform: scale(105%);
}

.register-banner{
    margin-top: 54px;
}


@media only screen and (max-width: 992px) {
  
    body{
        background-repeat: no-repeat;
        background-size: cover;
    }

    .demo-form{
        background-color: white;
    }
}



@media only screen and (min-width: 992px) {
    .reg-form-row{
        background-color: white;
        
    }
}

@media only screen and (min-width: 572px) {
    .register-banner{
        margin-top: 123px;
    }
}
