* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Proxima Nova Rg';
    font-size: 19px;
    color: #565353;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}


.faq {
    margin-top: 60px;
}
h4.panel-title {
    border-bottom: 1px solid #838383;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Proxima Nova Rg' !important;
}
.modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.modal-header {
    border: 0;
}
.modal {
    position: fixed;
    top: 7%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
div#stop a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .3px;
    text-decoration: none;
}
div#stop a:hover {
    color: #fff;
    text-decoration: none;
}
.scrollTop {
    position: fixed;
    right: 0%;
    display: none;
    text-align: center;
    width: 100%;
    bottom: 0px;
    background-color: #db1f2a;
    padding: 20px;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
a.new-cta.sticky-cta.mobile {
    display: none !important;
}
.modal-header {
    padding: 0;
    transform: translate(0, -13px);
}
button.close {
    color: #dd0606 !important;
    font-size: 4rem;
    background: #fff !important;
    border-radius: 26px;
    padding: 0 10px;
    text-align: center !important;
    z-index: 99999999 !important;
    display: block;
    margin: 0 auto;
    float: inherit;
    opacity: 1;
}
img.img-responsive.video.btn.btn-info.btn-lg.img-responsive.video {
    background: transparent;
    border: 0;
    margin: 0 auto;
    display: block;
}
label{
    font-family: 'Proxima Nova Rg' !important;
    font-weight: 400;
}
.footnoteDiv {
    display: none;
    visibility: hidden;
}
.ff-submit-btn {
    margin: 0 !important;
    margin-top: 22px !important;
}
section.banner-sec {
    background-image: url(../images/banner/banner-01.svg);
    background-repeat: no-repeat;
}
section.fixed-sec.grey{
    background-image: url(../images/banner/banner-02.svg);
    background-repeat: no-repeat;
}
section.fixed-sec.bg-yellow{
    background-image: url(../images/banner/banner-03.svg);
    background-repeat: no-repeat;
}
html{
  scroll-behavior: smooth
}
.new-img p {
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 18px;
}
h1 {
    color: #010803 !important;
    line-height: 44px;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Proxima Nova Th';
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    
}
h1 {
    font-size: 3.5rem;
    line-height: initial;
    font-family: 'Proxima Nova Bl';
}
ul.points {
    padding-left: 0;
    list-style: none;
}
ul.points > li:before {
    content: "";
    background-image: url('../images/banner/tick.svg');
    width: 20px;
    height: 29px;
    background-repeat: no-repeat;
    position: relative;
    top: 15px;
    display: inline-block;
    margin-right: 12px;
}
ul.points li {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
select{
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
    width: 100%;
}
p.center.yellow {
    color: #fdb818 !important;
}
.white{
    color: #fff;
}
.center{
	text-align: center;
}
.flex{
	display: flex;
}
img.pull-left.logo {
    width: 136px;
    position: absolute;
    top: 23px;
    left: 2%;
}
.mobile{
    display: block;
}
.desktop{
    display: none;
}

.container-fluid.tob-bar {
    background: #fff;
    border-bottom: 0.5px solid #efefef;
    box-shadow: 4px 8px 28px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 22px 0;
    align-content: center;
    position: fixed;
    width: 100%;
    z-index: 1;
}
section.fixed-sec {
    padding: 70px 0;
}
.grey {
    background: #FAFAFA;
}
img.img-responsive.video {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px !important;
}
.bg-yellow{
    background: #F7F1E2;
}
.flex-box {
    display: flex;
    align-items: center;
}
img.img-responsive.icons {
    width: 39px;
    margin-right: 18px;
    margin-top: 15px;
}
.flex-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 15px 10px;
}
.flex-box:hover {
    background: #fff;
}
.txt-blocks h4 {
    color: #0A4862;
    /* font-weight: 700; */
    font-size: 25px !important;
    font-family: 'Proxima Nova Lt';
}
.txt-blocks {
    font-size: 17px;
}
section.banner-sec {
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
}
a.new-cta {
    text-decoration: none;
    color; #fff;
}
a.new-cta:hover {
    text-decoration: none;
    color; #fff;
}
.container-fluid.tob-bar .cta {
    padding: 9px 23px;
    background: #DB1F2A;
    color: #fff;
    border-radius: 5px;
    font-size: 19px;
}
.cta {
    padding: 19px 23px;
    background: #DB1F2A;
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
}
img.img-responsive.logo {
    width: 240px;
}
span.yellow {
    color: #EBC250;
}
span.red {
    color: #DB1F2A;
}
h2 {
    margin-bottom: 30px;
}
img.aboutss {
    width: 160px;
    height: auto;
}
section.fixed-sec.bg-image h2 {
    font-size: 2.9rem;
    line-height: 44px;
    font-weight: 500;
    font-family: 'Proxima Nova Rg' !important;
}
footer {
    padding: 25px 0;
}

footer {
    padding: 25px 0;
    background: #084762;
}
footer .flex-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 20px;
}
footer .txt-blocks h4 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    font-size: 19px !important;
}
.flex-box.no-pad.mail  .txt-blocks {
    
    font-size: 19px !important;
}
footer .txt-blocks {
    font-size: 15px;
    color: #fff;
}
.ff-col-1.ff-label-col {
    padding-bottom: 0 !important;
}
.flex-box.icons-usp h4 {
    font-weight: 600;
    color: #373737 !important;
    font-size: 30px !important;
    margin-top: 0;
}   
.flex-box.icons-usp .txt-blocks {
    font-size: 17px;
    padding-bottom: 60px;
}
input {
    padding: 9px 6px !important;
    border-radius: 8px !important;
}
input#btnsubmit {
    width: 100% !important;
    margin: 0 !important;
    background: #db1f2a !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.ff-footer-group {
    padding-top: 0 !important;
}
div#ffSection0 {
    margin-bottom: 0 !important;
}
img.img-responsive.icons-foter-phone {
    width: 47px;
    /*margin-top: 9px;*/
    margin-top: 13px;
    margin-right: 10px;
}
img.img-responsive.icons-foter-mail {
    width: 32px;
    margin-right: 15px;
    margin-left: 5px;
}
.container.foot .col-md-3.col-xs-12 {
    padding-right: 0;
}
ul.smm-links {
    display: flex;
    list-style-type: none;
}
img.img-responsive.sm-link {
    margin-right: 20px;
    margin-top: 10px;
}
a.white:hover {
    color: #fff;
    text-decoration: none;
}
.col-md-3.col-xs-12.smm-icon-link {
    padding-left: 50px !important;
}
img.img-responsive.icons-foter {
    width: 60px;
    margin-right: 15px;
}
section.fixed-sec.bg-image {
    background-image: url(../images/banner/banner-img.png);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}
section.fixed-sec.bg-image > .container {
    
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    align-content: center;
}
.ff-form-main {
    background-color: rgba(255,255,255,1);
    margin: auto;
    max-width: 700px;
    border-style: solid;
    border-color: rgba(255,255,255,1);
    border-width: 0px;
    padding: 24px;
    box-shadow: 0px 0px 4px #00000026;
    border-radius: 17px;
    transform: translateY(58px);
}
.ff-group-row>.ff-item-row:first-child {
    display: none;
    visibility: hidden;
}
div#ffSection0 {
    margin-top: 0 !important;
}
.container.flex-sec {
    display: flex;
    align-items: center;
}
/*slider*/
.slide.lgs.client.slick-slide.slick-current.slick-active {
    text-align: center;
    margin: 0 auto;
}
/*slick slider*/
.slick-slide {
    margin: 0px 7px;
}

.slide.lgs.client img{
  width: 210px;
  padding: 12px 12px;
  display: inline;
}

section.client-slider{
  padding: 30px 0;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
    margin: 26px auto !important;
   
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide {
    outline: none
}

/*slick slider end*/ 
.container.foot .flex-box:hover {
    background: transparent;
}
.flex-box.icons-usp > img.img-responsive.icons {
    width: 55px;
    margin-right: 26px;
    background: #fff;
    margin-top: 0;
}

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: right;
    color: #fff;
    display: none;
    font-weight: lighter;
    transform: rotate(
0deg
);
    transition: all 0.2s ease-in;
}
#accordion .panel-heading a:not(.collapsed) > img.accordion-arrow {
    transform: rotateZ(180deg);
    transition: all 0.2s ease-in;
    float: right;
}
.panel-body{
color: #000;
border: 0;
}
.panel-group .panel{
    box-shadow: none !important;
}

img.accor-head.img-responsive {
    width: 76%;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(
-135deg
);
    transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover, #accordion .panel-heading a.collapsed:focus {
    background-color: transparent;
    color: white;
    transition: all 0.2s ease-in;
}
.flex-box.icons-usp:after {
    content: "";
    width: 0px;
    height: 163px;
    position: absolute;
    left: 28px;
    border-left: 2px dashed #ccc;
    top: 59px;
    z-index: -1;
}
    .youtube-videos {
        max-width: 700px;
        margin: 0 auto;
        margin-top: 80px;
    }

.flex-box.icons-usp:hover{
    background: transparent;
}
a.accordion-toggle.collapsed {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    padding: 0;
}
h4.panel-title{
        border-bottom: 1px solid #838383;
}
.no-pad {
    padding-left: 0;
    padding-right: 0;
}
.flex-box.icons-usp {
    padding: 0 0 !important;
    /* min-height: 200px; */
    margin: 0 !important;
}
.flex-box.icons-usp.last:after {
    border: 0;
}
.panel-heading {
    padding: 0;
}
.panel {
    background: transparent;
}
img.accordion-arrow {
    width: 30px;
    margin-right: 10px;
}
#accordion .panel-heading a:not(.collapsed) {
    color: #000;
    
    transition: all 0.2s ease-in;
    display: block;
    padding: 25px 15px;
    text-decoration: none;
}
.panel-collapse.collapse.in {
    background: #efefef;
    border-left: 5px solid #da1f2a;
}
.foot.col-md-4.col-sm-6.col-xs-12.white.no-pad a:hover{
    text-decoration: none;
    color: #fff;
}
#accordion .panel-heading a:not(.collapsed) {
    background: #efefef;
    border-left: 5px solid #da1f2a;
    padding-left: 14px !important;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0 solid #ddd;
}
a.accordion-toggle.collapsed {
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #0000000f;
}
a.accordion-toggle.collapsed {
    display: flex;
    padding: 25px 15px;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}
img.foot-usp.img-responsive {
    height: 50px;
    margin-right: 25px;
}
.container.foot {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.foot.col-md-4.col-xs-12.white {
    text-align: right;
}
.flex-box.no-pad.mail {
    margin-top: 0;
    padding-top: 0;
}
.flex-box.no-pad.phone {
    padding-bottom: 0;
    margin-bottom: 9px;
}