@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Thin.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Bold.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Regular.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Light.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI Semi';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Black.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-SemiBold.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Medium.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-ExtraBold.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-ThicccAF.woff2') format('woff2'),
    url('https://cdn.smmspot.net/asmm1st/assets/font/THICCCBOI-ThicccAF.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* signin */
body.b_signin {
  margin: 0;
  padding: 0;
  font-family: "THICCCBOI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #111;
  background: #f1f1f1;
}
h1, .h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    color: #111;
}
body.b_signin {
  background: #fff;
}
.h_site {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu_h ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 35px;
    margin: 0;
}
.offcanvas-body .menu_h ul {
  display: flex;
  flex-direction: column;
}
.menu_h ul li a {
    text-decoration: none;
    padding: 0 0 7px 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    transition: all 0.3s;
}

.menu_h ul li a.active,.menu_h ul li a:hover {
    font-weight: 700;
}

.menu_h ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='2' viewBox='0 0 13 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' width='9' height='2' rx='1' fill='%2345A18E'/%3E%3Crect width='3' height='2' rx='1' fill='%2345A18E'/%3E%3C/svg%3E");
    opacity: 0;
    transition: all 0.3s;
}

.menu_h ul li a.active:before, .menu_h ul li a:hover:before {
    opacity: 1;
}

.btn_head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn_head .btn-secondary {
    padding: 15px;
    border-radius: 60px;
    background: rgba(226, 226, 226, 1);
    border: none;
    color: rgba(0, 0, 0, 1);
}

.btn-dark {
    background: rgba(0, 0, 0, 1);
    border: none;
    padding: 15px 25px;
    border-radius: 60px;
    color: #fff;
}

.btn_head .btn-dark {
    padding: 15px 35px;
}

.bx_hero {
    padding: 50px 0 20px 0;
    text-align: center;
}

.bx_hero>span {
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    display: block;
    margin-bottom: 22px;
}

.bx_hero>h1 {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 26px;
}

.bx_hero>h1>span {
    background: linear-gradient(270deg, #51A0A1 17.42%, #F2A64F 32.6%, #F26C4F 46.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bx_hero>p {
    color: rgba(120, 120, 120, 1);
    font-size: 16px;
    width: 60%;
    margin: 0 auto 42px;
}

.bx_hero .fth_hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    position: relative;
    margin-bottom: 38px;
}

.fth_hero>div {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: start;
}

.fth_hero>div>.img {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 249, 249, 1);
    border-radius: 52px;
}

.fth_hero>div p {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.fth_hero>div span {
    color: rgba(0, 0, 0, 1);
    opacity: 0.4;
}

.bx_hero .fth_hero:before {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    width: 1px;
    height: 22px;
    background: #000;
    opacity: 0.1;
}

.img_hero {
    margin-bottom: 86px;
}

.form_login_home {
    background: rgba(244, 244, 244, 1);
    padding: 24px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.form_login_home .input {
    border: 1.5px solid rgba(23, 23, 23, 0.1);
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    position: relative;
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
}

.form_login_home>div {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.form_login_home>div input {
    background: none !important;
    border: none;
    padding-left: 65px;
    box-shadow: none !important;
}

.form_login_home .input:before {
    content: '';
    position: absolute;
    left: 24px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
}

.form_login_home .input.username:before {
    background: url(https://storage.perfectcdn.com/1x76ql/3rq54nya1j4bzmgt.svg) no-repeat;
}

.form_login_home .input.password:before {
    background: url(https://storage.perfectcdn.com/1x76ql/1crr2iu6t8afn6yb.svg) no-repeat;
}

.form_login_home>div:last-child {
    gap: 24px;
}

.form_login_home .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.form_login_home .btns>a, .form_login_home .btns>label {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(23, 23, 23, 0.1);
    border-radius: 72px;
    background: rgba(255, 255, 255, 1);
}

.form_login_home>div:last-child>div {
    flex: 1;
}

.form_login_home .submite button {
    width: 100%;
    height: 72px;
}

.socials {
    padding: 120px 0;
}

.list_socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bx_sec_1 {
    background: rgba(237, 237, 237, 1);
    border-radius: 30px;
    padding-top: 34px;
    overflow: hidden;
    height: 100%;
}

.img {
}

.bx_sec_1>.img {
    /* text-align: right; */
    margin-bottom: 45px;
    min-height: 274px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.bx_sec_1>.desc_s_1 {
    padding: 0 32px 32px 32px;
}

.bx_sec_1>.desc_s_1 h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px;
}

.bx_sec_1>.desc_s_1 p {
    color: rgba(120, 120, 120, 1);
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.bx_sec_1.two>.img>img {
    margin-right: -100px;
}

.bx_sec_1.two {
    background: linear-gradient(41.4deg, #409A82 8.84%, #112C26 75.29%);
    color: #fff;
}

.bx_sec_1.two p,.bx_sec_1.two h2 {
    color: #fff;
}

.sec_2 {
    padding: 194px 0 100px 0;
}

.bx_sec_2 h2 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 31px;
}

.bx_sec_2 h2>span {
    background: linear-gradient(91.91deg, #51A0A1 4.72%, #F2A64F 18.34%, #F26C4F 30.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bx_sec_2 p {
    color: rgba(120, 120, 120, 1);
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}

.img_shadow {
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.11));
}

.bx_sec_3 h2 {
    font-size: 58px;
    line-height: 65px;
    font-weight: 600;
    margin-bottom: 16px;
}

.bx_sec_3 p {
    color: rgba(120, 120, 120, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.list_fth_sec_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.list_fth_sec_3 .bx_f_s_3 {
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 26px;
    box-shadow: 12px 24px 100px 0px rgba(55, 61, 70, 0.15);
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: all 0.3s;
    width: calc(50% - 13px);
}

.list_fth_sec_3 .bx_f_s_3 span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4);
    background: rgba(243, 243, 243, 1);
    border-radius: 44px;
    transition: all 0.3s;
}

.list_fth_sec_3 .bx_f_s_3 p {
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.list_fth_sec_3 .bx_f_s_3:hover,.list_fth_sec_3 .bx_f_s_3.active {
    box-shadow: 0px 48px 115px 0px rgba(55, 61, 70, 0.04);
}

.list_fth_sec_3 .bx_f_s_3:hover span,.list_fth_sec_3 .bx_f_s_3.active span {
    background: #000;
    color: #fff;
}

.services {
    padding: 100px 0;
}

.tit_sec_srv {
    text-align: center;
    margin-bottom: 100px;
}

.tit_sec_srv p {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 22px;
}

.tit_sec_srv h2 {
    font-size: 58px;
    font-weight: 600;
}

.tit_sec_srv h2>span {
    background: linear-gradient(91.91deg, #51A0A1 18%, #F2A64F 30%, #F26C4F 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bx_srv {
    background: rgba(246, 246, 246, 1);
    border-radius: 30px;
    padding: 32px;
    margin-bottom: 16px;
    transition: all 0.3s;
    position: relative;
}

.bx_srv h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bx_srv p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.bx_srv .link_srv {
    display: flex;
    align-items: center;
    justify-content: end;
}

.bx_srv .link_srv a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.bx_srv:hover {
    box-shadow: 0px 70px 64px -40px rgba(0, 0, 0, 0.08);
    background: linear-gradient(141.81deg, #F26B4E 14.45%, #F2A64F 19.65%, #3A8475 24.86%, #419A87 35.6%, #ECECEC 48.02%);
}

.bx_srv:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 30px;
    background: linear-gradient(207.58deg, rgba(255, 255, 255, 0.71) -12.15%, #FFFFFF 73.08%);
    opacity: 0;
}

.bx_srv>* {
    z-index: 99;
    position: relative;
}

.bx_srv:hover:before {
    opacity: 1;
}

.bx_banners .icon {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-bottom: 57px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_banners {
    background: rgba(244, 244, 244, 1);
    border-radius: 30px;
    padding: 32px;
    margin-bottom: 13px;
    position: relative;
}

.bx_banners.one.top {
    background: rgba(244, 244, 244, 1) url(https://storage.perfectcdn.com/1x76ql/bjyes63ixoona1hn.png) no-repeat;
    background-position: calc(100% + 35px) 45px;
    padding: 48px 32px;
}

.bx_banners.one.top h2 {
    width: 45%;
}

.bx_banners h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px;
    color: #fff;
}

.bx_banners p {
    color: rgba(120, 120, 120, 1);
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.bx_banners.one.top p {
    width: 45%;
}

.list_b_dow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.list_b_dow .bx_banners {
    width: calc(50% - 5px);
}

.list_b_dow .bx_banners .link {
    display: flex;
    justify-content: end;
    margin-top: 55px;
}

.list_b_dow .bx_banners.three {
    background: linear-gradient(41.4deg, #409A82 8.84%, #112C26 75.29%);
    color: #fff;
}

.list_b_dow .bx_banners.three p {
    color: #fff;
}

.btn-light {
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 15px 25px;
    border-radius: 60px;
}

.reviews {
    padding: 145px 0 100px;
    overflow: hidden;
}

.bx_review>span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: block;
    margin-bottom: 16px;
    font-style: italic;
}

.bx_review>h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 32px;
}

.bx_review {
    padding: 0 55px 0;
}

span.txt_colored {
    background: linear-gradient(91.91deg, #51A0A1 18%, #F2A64F 30%, #F26C4F 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bx_review>p {
    color: rgba(120, 120, 120, 1);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.slider_rev {
    padding-right: 70px;
}

.bx_slide_rev {
    background: rgba(246, 246, 246, 1);
    padding: 10px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.bx_slide_rev>p {
    padding: 34px 24px 45px 24px;
}

.bx_slide_rev .meta_b_s_r {
    background: rgba(255, 255, 255, 1);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 46px;
    position: relative;
}

.bx_slide_rev .meta_b_s_r>p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.bx_slide_rev .meta_b_s_r:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    left: calc(50% - 1px);
    background: rgba(0, 0, 0, 0.1);
}

.bx_slide_rev:before {
    content: '';
    position: absolute;
    top: -16px;
    width: 60%;
    right: 20%;
    background: rgba(0, 0, 0, 1);
    height: 33px;
    z-index: -1;
    border-radius: 14px 14px 0 0;
}

.f_site {
    background: rgba(23, 23, 23, 1);
    color: #fff;
    margin-top: 210px;
}

.bx_child_f {
    background: linear-gradient(31.37deg, #409A82 4.96%, #112C26 99.41%);
    border-radius: 30px;
    padding: 43px 80px;
    text-align: center;
    margin-top: -188px;
    margin-bottom: 67px;
}

.bx_child_f>p {
    width: 70%;
    margin: 0 auto 24px auto;
    color: rgba(255, 255, 255, 0.6);
}

.bx_child_f h2 {
    width: 55%;
    margin: 0 auto 24px auto;
    font-size: 44px;
    line-height: 58px;
    color: #fff;
}

.bx_f>img {
    margin-bottom: 22px;
}

.bx_f>p {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 300;
}

.bx_f_link h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
}

.bx_f_link h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.5px;
    width: 33px;
    background: rgba(69, 161, 142, 1);
    border-radius: 2.5px;
}

.bx_f_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bx_f_link ul li a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    transition: all 0.3s;
}

.bx_f_link ul li:last-child a {
    margin: 0;
}

.bx_f_link ul li a:hover {
    color: rgba(69, 161, 142, 1);
}

.row_copy_f {
    margin-top: 65px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 32px 0;
}

p.txt_copy {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 20px;
}

.row_copy_f ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 16px;
}
.swiper-3d .swiper-slide-shadow {
    background: none;
}
.form_login_home .btns>label input {
    display: none;
}

.form_login_home .btns>label .lgn-btn {
    background: url(https://storage.perfectcdn.com/1x76ql/8e269pjhpg37tlag.svg) no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.hero_signup .btn {
    padding: 18px 45px;
    border-radius: 60px;
    font-size: 18px;
}
/*services */
.s-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s-row.s-title {
  font-weight: 600;
  display: none;
}

@media (min-width: 992px) {
  .s-row.s-title {
    display: flex;
  }
}

.s-col {
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .s-col {
    flex: 0 0 50px;
    width: 50px;
  }

  .s-col.s-col-sm {
    flex: 0 0 70px;
    width: 70px;
  }

  .s-col.s-col-md {
    flex: 0 0 100px;
    width: 100px;
  }

  .s-col.s-col-lg {
    flex: 0 0 180px;
    width: 180px;
  }

  .s-col.s-title {
    flex: 1 0 0;
    width: auto;
  }
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 992px) {
  .services-wrapper {
    flex-direction: column;
  }
}

.si-wrapper {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .si-wrapper {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .si-wrapper {
    width: 100%;
  }
}

.service-item {
  padding: 12px 30px;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 20px 2px #dddddd82;
  box-sizing: border-box;
  border-radius: 15px;
}

.b_login .service-item {
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 20px 2px #dddddd82;	
}

@media (max-width: 992px) {
  .service-item .s-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .service-item .s-col-avtime {
    width: 100%;
    text-align: center;
  }

  .service-item .s-col-btn {
    flex: 1;
  }

  .service-item .s-col {
    padding: 0px 0;
  }

  .service-item .s-col::before {
    content: attr(data-title);
    display: block;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }

  .service-item .s-col-fav {
    order: 100;
  }

  .service-item .s-col-id {
    width: 100%;
    text-align: center;
  }

  .service-item .s-title {
    width: 100%;
    text-align: center;
  }

  .service-item .s-col-c {
    width: 30%;
    text-align: center;
  }
}

.services-head-row .service-item {
  background-color: transparent;
  border: none;
}

.sp-serv-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.sp-serv-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #145bff;
}

@media (min-width: 992px) {
  .sp-serv-sm {
    color: #949494;
    font-size: 14px;
  }
}
.orlc {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 10px;
  background: #f7fafc;
  color: #74809d;
  border-radius: 22px;
}

.orlc.min {
  background: #31ada81f;
  border: 1px solid #237a77;
}

.orlc.max {
  background: #31ada8;
  border: 1px solid #237a77;
  color: #fff;
}

.b_login .orlc.max {
  background: #fff;
  border: 1px solid #f1f1f1;
  color:#111;	
}
.si-header {
  padding: 25px 30px;
    background: url(https://storage.perfectcdn.com/1x76ql/5pjlc1g48q57who9.png) #31ada8;
    background-size: cover;
    background-position: right center;
    border-radius: 15px;
    border: 1px solid #31ada8;
  margin-bottom: 14px;
}

.si-header .si-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 0;
}
.card {
  background: #fff;
    box-shadow: 0 0 20px 2px #dddddd82;
    border-radius: 25px;
}
.form-select {
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  color: #111;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  height: 58px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 0 26px;
}
.btn-secondary.btn-border {
  border-color: #222a54 !important;
}
.search-services {
  height: 40px;
  position: relative;
}

.search-services:focus-within .icon {
  color: #111;
}

.search-services .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #92969d;
  transition: 0.14s ease;
}

.search-services .textbox {
  width: calc(100% - 40px);
  margin-left: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.search-services .textbox::placeholder {
  color: #92969d;
}
/*services */
/* signup */
.form-control {
  background: #fff;
  box-shadow: 0 0 20px 2px #dddddd82;
  color: #111;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 19px 26px;
}
/*signup */
@media (max-width: 1200px) {
    .bx_child_f h2 {
        width: 75%;
    }
    div#video-container iframe {
      max-width: 100%;
  }
  div#video-container {
      max-width: 100%;
  }
}
@media (max-width: 992px) {
    .list_socials {
        gap: 15px;
    }
    .bx_sec_1 {
        height: auto;
        margin-bottom: 20px;
    }
    .bx_sec_2,.bx_sec_3 {
        margin-bottom: 25px;
    }
    .bx_banners.one.top {
        background: rgba(244, 244, 244, 1) url(https://storage.perfectcdn.com/1x76ql/bjyes63ixoona1hn.png) no-repeat;
        background-position: calc(100% + 35px) calc(100% + 25px);
        background-size: 350px;
    }
    .bx_review {
        padding: 0;
    }
    .bx_child_f>p,.bx_child_f h2 {
        width: 100%;
    }
    .bx_f {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .bx_hero>h1 {
        font-size: 45px;
    }
    .bx_hero>p,.bx_banners.one.top h2,.bx_banners.one.top p,.list_b_dow .bx_banners {
        width: 100%;
    }
    .form_login_home {
        flex-direction: column;
        border-radius: 24px;
    }
    .form_login_home .input {
        height: 72px;
        flex: auto;
    }
    .list_socials {
        justify-content: center;
        gap: 25px;
    }
    .bx_sec_2 h2,.bx_sec_3 h2,.tit_sec_srv h2,.bx_review>h2 {
        font-size: 38px;
    }
    .tit_sec_srv {
        margin-bottom: 50px;
    }
    .bx_banners.one.top {
        background: rgba(244, 244, 244, 1);
    }
    .bx_child_f h2 {
        font-size: 34px;
        line-height: 38px;
    }
}
@media (max-width: 576px) {
  .btn_head {
    gap: 5px;
  }
  .btn_head .btn-dark {
    padding: 15px;
  }
  .bx_child_f {
    padding: 43px;
  }
  .sec_2 {
      padding: 40px 0;
  }
  .socials,.services {
    padding: 50px 0;
  }
  .reviews {
    padding: 50px 0 0;
  }
}