@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Regular'), local('Avenir-Next-Regular'),
        url('fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next Medium';
    src: local('Avenir Next Medium'), local('Avenir-Next-Medium'),
        url('fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('fonts/AvenirNextCyr-Medium.woff') format('woff'),
        url('fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
:root {
    --font-family-avenir: "Avenir Next", sans-serif;
    --font-family-avenir-medium: "Avenir Next Medium", sans-serif;
}

body {
    font-size:16px;
    font-family: var(--font-family-avenir);
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.main {
    background-image: linear-gradient(to bottom, #e2ecff, #fff);
    padding-top: 20px;
}
.padtop40 {
    padding-top: 40px;
} 
.padtop80 {
    padding-top: 80px;
}
.main h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #1D4590;
}
.main h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #1D4590;
}
.main p {
    font-size: 20px;
    font-weight: 500;
    color: #302E2F;
    font-family: var(--font-family-avenir-medium);
}
.main a {
    border-radius: 40px; font-size: 16px; font-weight: 500; color: #FFF; text-decoration: none; padding: 10px 20px; background: #1D4590; display: inline-block;
}
.main a:hover {
    text-decoration: underline;
}
.maincopy {
    max-width: 940px;
    margin: auto;
}
.offer h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}
.offer h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: var(--font-family-avenir-medium);
    margin-bottom: 5px;
}
.offer p {
    font-size: 16px;
    font-weight: normal;
    color: #717182;
    margin-bottom: 0px;
    
}
.gap10 {
    gap: 10px;
}
.works .bg {
    background-image: url(../images/works-bg.jpg);
    background-size: cover;
    padding: 50px 30px 30px 30px;
    height: 334px;
}

.works .bg h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}

.works .bg h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    font-family: var(--font-family-avenir-medium);
    margin-bottom: 5px;
}

.works .bg p {
    font-size: 16px;
    font-weight: normal;
    color: #717182;
    margin-bottom: 0px;
    
}

.why h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}
.why .brdrad {
    border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px;
}
.why .copy {
    bottom: 10px;
    font-size: 18px;
    color: #FFF;
    padding: 0px 10px;
}

.faqs h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}
.faqs .accordion h2  {
    margin-bottom: 0px;
}
.faqs .accordion-button {
    font-family: var(--font-family-avenir-medium);
    font-size: 18px;
    color: #101828;
    background: transparent;
}
.faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0px;
}
.faqs .accordion-item {
    background: #FAFAFA;
    border: none;
    margin-bottom: 20px;
    border-radius: 20px;
}
.faqs .accordion-body {
    font-size: 18px;
    color: #777777; 
}

.faqs .accordion-body a {
    color: #777777; 
    text-decoration: underline;
}

.faqs .accordion-body a:hover {
    color: #777777; 
    text-decoration: none;
}
.footer {
      background-color: #1d4590;
      height: 15px;
      margin-top: 100px;
}

.hidemobile {
    display: block;        
}

.showmobile {
    display: none;
}
.gap20 {
    gap: 20px;
}
.why .mobcopy {
    font-size: 18px;
    font-family: var(--font-family-avenir-medium);
    color: #000000;
}
.queries h2 {
    font-size: 48px;
    font-weight: 600;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}
.queries a {
    font-size: 26px;
    font-family: var(--font-family-avenir-medium);
    color: #101828;
}
.queries a:hover {
    text-decoration: none;
}
.secure .grbg {
    background: #F5F5F5; 
    border-radius: 20px; 
    padding: 20px;
}
.secure .grbg h3 {
    font-size: 22px;
    font-weight: 500;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
}
.secure .grbg h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1D4590;
    font-family: "Montserrat", sans-serif;
}
.secure .grbg p {
    font-size: 18px;
    color: #302E2F;
}
.secure .grbg h4 {
    font-size: 22px;
    font-weight: 500;
    color: #302E2F;
}
.secure .grbg h5 {
    font-size: 16px;
    font-family: var(--font-family-avenir-medium);
    color: #000000;
}
.secure .grbg .question p{
    font-size: 18px;
    font-family: var(--font-family-avenir-medium);
    color: #306FB7;
}
.secure .grbg .question p a {
    color: #306FB7;
    text-decoration: none;
}
.secure .grbg .question p a:hover {
    text-decoration: underline;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000;
    font-size: 16px;
    background: #FFF;
    border-radius: 40px;
    padding: 10px;
}
.bootstrap-select>.dropdown-toggle {
    color: #000;
    font-size: 16px;
    background: #FFF;
    border-radius: 40px;
    padding: 10px;
}
.bootstrap-select .dropdown-menu .fi,
.bootstrap-select .filter-option .fi {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
}
.bootstrap-select .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-select.form-control {
    border-radius: 40px;
}
@media (max-width: 1024px) {
  .works .bg {
    background-position: 85%;
    height: 365px;
  }
}

@media (max-width: 768px) {
    .hidemobile {
        display: none;        
    }
    .showmobile {
        display: block;
    }
     .works .bg {
        background-image: url(../images/works-bg-mobile.jpg);
        background-position: center;
        padding: 20px;
        height: 600px;
    }
    .works .bg .col-md-6 {
        width: 100%;
    }
     .works .bg .mb-4 {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 600px)  {
    .main h2 {
        font-size: 20px;
    }
    .main h1 {
        font-size: 35px;
    }
    .main p {
        font-size: 16px;
    }
    .offer h2 {
        font-size: 35px;
    }
    .works .bg h2 {
        font-size: 35px;
    }
    .works .bg h3 {
        font-size: 18px;
    }
    .why h2 {
        font-size: 35px;
    }
    .faqs h2 {
        font-size: 35px;
    }
    .padtop80 {
        padding-top: 40px;
    }
    .works .bg {
        background-image: url(../images/works-bg-mobile.jpg);
        background-position: center;
        padding: 20px;
        height: 600px;
    }
    .works .bg img {
        width: 50px !important; 
    }
    .works .bg .mb-5 {
        margin-bottom: 20px !important;
    }
    .works .bg h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .showmobile {
        display: block;
    }
   .queries h2 {
    font-size: 35px;
   }
   .queries a {
    font-size: 22px;
   }
   .secure .grbg h3 {
    font-size: 18px;
    text-align: center;
   }
   .secure .grbg h2 {
    font-size: 22px;
    text-align: center;
   }
   .secure .grbg p {
    font-size: 16px;
    text-align: center;
   }
   .secure .grbg h4 {
    font-size: 16px;
    text-align: center;
    }
}