
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Open+Sans:wght@300;400;700&display=swap');
body {
  margin: 0;
  padding: 0;
  top:0 !important;
  font-size: 16px;
  font-weight: 400;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  margin: 0;
  padding: 0;
  list-style: none; }
h3 {
  margin: 0;
  padding: 0;
  list-style: none; }

h4 {
  margin: 0;
  padding: 0;
  list-style: none; }

h5 {
  margin: 0;
  padding: 0;
  list-style: none; }

h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important; 
}

input {
  outline: none !important; 
}

button {
  outline: none !important; 
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-top {
  overflow-x: hidden !important;
}

/* Header Css  */
.header_area {
    padding: 22px 0px;
    background: #26252D;
}

.header_area .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu ul li a {
    display: inline-block;
    font-family:'Open Sans', sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    text-align: right;
    padding:10px 15px;
}
.menu ul li a:hover {
  color: #8B44FF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hero_section {
    padding-top: 70px;
    background: #26252D;
    padding-bottom: 81px;
}
.middle_content {
  padding-top: 20px;
}
.middle_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  max-width: 676px;
  margin: auto;
  color:#FFFFFF;

}
.topic ul li{
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0px;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.topic ul li p {
  padding-left: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.topic ul li p:hover {
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.topic {
  padding-top: 36px;
}
.topic ul li span img {
  width: 20px;
  padding-bottom: 2px;
}


.topic_image{
  float: right;
}



.icon {
  margin-right: 35px;
}

.nav-icon {
  display: none;
  float: right;
  text-decoration: none !important;
}
.nav-icon i {
  font-size: 24px;
  color: #FFF;
  width: 48px;
  height: 38px;
  text-align: center;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-top: 1px;
  background: -o-linear-gradient(left, #3300FF 0%, #1AACFF 106.83%, #93F9B9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3300FF), color-stop(106.83%, #1AACFF), to(#93F9B9));
  background: linear-gradient(90deg, #3300FF 0%, #1AACFF 106.83%, #93F9B9 100%);
}

/*others_section*/


.lets_content_area {
    max-width: 809px;
    margin: auto;
    text-align: center;
}


.lets_content__section{
  background: #FFFFFF;
  padding-top: 95px;
  padding-bottom: 45px;
}
.lets_content_area h1 {
    color: #212121;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.7px;
}

.lets_content_area h1 span {
    letter-spacing: -0.7px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    background: -o-linear-gradient(359.71deg, #EC3D3D -13.54%, #BDEA3D 26.69%, #348FA3 51.46%, #A832BB 69.31%, #D32929 107.53%);
    background: linear-gradient(90.29deg, #EC3D3D -13.54%, #BDEA3D 26.69%, #348FA3 51.46%, #A832BB 69.31%, #D32929 107.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
}
.lets_content_area h1 span:after {
    position: absolute;
    content: "";
    background: -o-linear-gradient(359.71deg, #EC3D3D -13.54%, #BDEA3D 26.69%, #348FA3 51.46%, #A832BB 69.31%, #D32929 107.53%);
    background: linear-gradient(90.29deg, #EC3D3D -13.54%, #BDEA3D 26.69%, #348FA3 51.46%, #A832BB 69.31%, #D32929 107.53%);
    height: 3px;
    width: 100%;
    bottom: 3px;
    left: 0;
    right: 0;
}

.check_content{
  padding-top: 65px;
}
.check_content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22.1205px;
}
.check_content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check_content ul li i {
  padding-top: 7px;
  color:#716C6C;
;
}
.check_content ul li p{
  font-family: 'Open Sans';
  font-size: 22px;
  padding-left: 8px;
  padding-right: 12px;
  color:#716C6C;

}



/*image_content*/
.image_content img{
    width: 100%;
    height: auto;
}
.image_content a{
  width: 1110px;
  height: 406.83px;
}
.image_content {
    padding-bottom: 65px;
}
section.question_answer_section {
    padding-top: 40px;
    background: #FFF;
}
.top_image {
    padding-bottom: 10px;
    padding-top: 58px;
}

/*accordion Css */
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-item {
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}

.ask_question_title h3{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 32px;
}

.accordion-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #212121 !important;
    font-family: 'Montserrat', sans-serif;
    padding: 24px 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/icon-minus.png');
}
.accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url('../images/icon-plus.png');

}
.contact_section{
  padding-top: 180px;
  background: #FFF;
  padding-bottom: 80px;
}
.accordion-body {
    padding: 0;
    padding-bottom: 30px;
    color: #495057;
    font-size: 16px;
}
.last_section_text.text-center {
    max-width: 943px;
    width: 100%;
    margin: auto;
}
.last_section_text h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  color: #212121;
  padding-bottom: 40px;
}
.last_section_text p{
  font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
color: #52647C;
}
.last_section_text a{
  color: #3485FD
}
.copyright {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat';
  padding-right: 5px;
}
.footer_text p a{
  color: #6EA3C9;
}

.footer_area{
  background: #D9D9D9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
span.tooltip_main {
    position: relative;
    z-index: 1;
    text-decoration: underline;
    color: #6EA3C9;
    font-weight: 700;
}
.tooltip_main:hover .tooltiptext_main {
  visibility: visible;
}

.tooltip_main .tooltiptext_main {
    visibility: hidden;
    font-size: 13px;
    font-family: 'Montserrat';
    background-image: url('../images/tooltip.png');
    color: #000000;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 47px;
    right: -32px;
    width: 429px;
    height: 297px;
        padding: 25px 33px 10px 33px;
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-align: left;

}
.check_content ul li span {
    line-height: 0;
}
.mobile_image{
  display: none;
}