/* ABOUT US PAGE */

.page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 550px;
  display: flex;
  align-items: center; /* içerikleri ortala */
  justify-content: center;
}

.page-banner .banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* görselin üstüne karartma */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-banner .page-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
  color: #fff;
  font-weight: 500;
}

.page-banner .breadcrumb-item.active {
  color: white; /* aktif olan */
}



.about-page .page-nav ul li:not(:first-child)::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
}

.about-page .page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
}

.about-page .page-nav ul li:last-child a {
    color: #ffffff;
}

.about-page .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 550px;
    /* padding-top: 200px; */
    z-index: -1;
}

.about-page .page-content-wrapper {
    overflow: hidden;
    position: relative;
}

.about-page .application-wrapper {
    display: flex;
    margin-top: 90px;
}

.about-page .left-side-for-picture {
    width: 50%;
    height: 500px;
    position: relative;
}

.about-page img.application-small-img {
    position: absolute;
    bottom: 0;
    left: 190px;
    border-radius: 15px;
    z-index: 5;
}

.about-page img.application-big-img {
    position: absolute;
    top: -60px;
    right: 40px;
    border-radius: 15px;
    z-index: 4;
}

.about-page .right-side-for-text {
    width: 50%;
}

.about-page .right-side-for-text h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 49px;
    color: #1D2A3B;
    margin-bottom: 25px;
}

.about-page .right-side-for-text p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 25px;
}

.about-page .right-side-for-text ul {
    margin-bottom: 25px;
}

.about-page .right-side-for-text ul li {
    font-size: 15px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 15px;
    margin-left: 20px;
}

.about-page .what-we-do {
    max-width: 770px;
    margin: 60px auto 0;
    position: relative;
}

.about-page .what-we-do::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../img/what-we-do-bg.png');
}

.about-page .what-we-do h1 {
    font-weight: 600;
    font-size: 31px;
    line-height: 49px;
    color: #1D2A3B;
    margin-bottom: 25px;
    text-align: center;
}

.about-page .what-we-do>p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 110px;
    text-align: center;
    padding: 0 70px;
}

.about-page .what-we-do-list {
    display: flex;
    justify-content: space-evenly;
}

.about-page .what-we-do-list .item h2 {
    color: #52A233;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.about-page .what-we-do-list .item p {
    font-size: 15px;
    color: #7C7D94;
    text-align: center;
    font-weight: 400;
}

.about-page .banner-left {
    padding: 0 20px 0 0;
}

.about-page .banner-left,
.about-page .banner-right {
    width: 50%;
}

.about-page .banner-left p {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}

.about-page .banner-slogan {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.about-page .banner-slogan span {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}

.about-page .banner-right img {
    position: relative;
    left: 20px;
    top: -60px;
}

.about-page .banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}

.about-page .page-content {
    padding: 60px 0 0;
    background: transparent;
    position: relative;
    z-index: 3;
}

.about-page .page-nav {
    position: relative;
}

.about-page .page-nav ul {
    justify-content: center;
}

.about-page .banner-title {
    max-width: 100%;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 52px;
    font-weight: 300;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
}

.about-page .vision-mission {
    position: relative;
    padding: 150px 0 90px;
}

.about-page .vision-mission::before {
    position: absolute;
    content: '';
    background-image: url('../img/vision-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-page .about-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.about-page .page-left,
.about-page .page-right {
    width: 50%;
}

.about-page .page-right p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
}

.about-page .page-right h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 49px;
    color: #1D2A3B;
}

/* ABOUT US PAGE END */

/* CONTACT US PAGE */

.contact-page .page-content {
    background: #EBEBEB;
}

.contact-page .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    height: 596px;
    z-index: -1;
}

.contact-page .page-banner-title {
    color: #574F4D;
    font-size: 50px;
    line-height: 85px;
    font-weight: 600;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
    max-width: unset;
}

.contact-page .page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: -1;
    opacity: 40%;
}

.contact-page .page-banner iframe {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.contact-page .page-nav ul li:not(:first-child)::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
}

.contact-page .page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
}

.contact-page .page-nav ul li:last-child a {
    color: #ffffff;
}

.contact-page .page-banner .container {
    top: -150px;
}

.contact-page .page-nav {
    position: relative;
}

.contact-page .page-nav ul {
    justify-content: center;
}

.contact-page .banner-title {
    max-width: 100%;
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
}

.contact-page .double-widget {
    display: flex;
    justify-content: space-between;
}

.contact-page .left-widget {
    margin-left: 30px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.contact-page .right-widget {
    width: 425px;
    height: initial;
}

.contact-page .half-widget {
    width: 44%;
}

.contact-page .contact-us-widget {
    height: 100%;
}

.contact-page .widget-item {
    border-radius: 8px;
    background: #fff;
    margin-bottom: 26px;
    padding: 0 25px;
    display: flex;
    height: 22%;
    align-items: center;
}

.contact-page .wi-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #097538;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    margin-right: 23px;
}

.contact-page .wi-title,
.contact-page .wi-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.025em;
    color: #3D3D3D;
}

.contact-page .wi-desc,
.contact-page .wi-desc a {
    color: #7D7D7D;
}

.contact-page .wi-desc.address {
    font-size: 15px;
    line-height: 19px;
}

.contact-page .contact-map-wrapper {
    position: relative;
}

.contact-page .contact-map-wrapper iframe {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

.contact-page .map-pointer {
    margin-bottom: 30px;
}

.contact-page .map-title {
    font-weight: 600;
    font-size: 37.5px;
    letter-spacing: -0.025em;
    color: #53A334;
    margin-bottom: 15px;
    padding-left: 60px;
    position: relative;
}

.contact-page .map-title:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #53A334;
    left: 35px;
    top: 25px;
}

.contact-page .map-title:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 8px;
    background: #53A334;
    left: 0;
    top: 25px;
}

.contact-page .map-address,
.contact-page .map-phone,
.contact-page .map-phone a,
.contact-page .map-mail,
.contact-page .map-mail a {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #5B5B5B;
    max-width: 480px;
}

.contact-page .map-address span,
.contact-page .map-phone span,
.contact-page .map-mail span {
    font-weight: bold;
}

.contact-page .map-phone a:hover {
    color: #1D3258;
}

.contact-page .map-mail a:hover {
    color: #48C1F1;
}

.contact-page .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.contact-page .social-links li {
    display: block;
    margin-right: 30px;
}

.contact-page .social-links li:last-child {
    margin-right: 0;
}

.contact-page .social-links li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.01em;
    height: 120px;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s all;
}

.contact-page .social-links li a:hover {
    color: #fff;
}

.contact-page a.facebook {
    background: #EBEBEB;
    color: #0066FF;
}

.contact-page .social-links li a.facebook:hover {
    background: #0066FF;
}

.contact-page a.twitter {
    background: #EBEBEB;
    color: #00acee;
}

.contact-page .social-links li a.twitter:hover {
    background: #00acee;
}

.contact-page a.instagram {
    background: #EBEBEB;
    color: #CE2D95;
}

.contact-page .social-links li a.instagram:hover {
    background: #CE2D95;
}

.contact-page a.linkedin {
    background: #EBEBEB;
    color: #0077B5;
}

.contact-page .social-links li a.linkedin:hover {
    background: #0077B5;
}

.contact-page .social-links li a img {
    max-width: 15px;
    max-height: 15px;
}

.contact-page .contact-us-form {
    padding: 45px;
    background: #fff;
    border-radius: 8px;
    max-height: 658px;
}

.contact-page .cuf-title {
    font-size: 30px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #3D3D3D;
    width: 260px;
}

.contact-page .cuf-desc {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -.025em;
    color: #3D3D3D;
}

.contact-page .form-group {
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.contact-page .form-group input,
.contact-page .form-group textarea {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}

.contact-page .form-group input[type=submit] {
    transition: 0.3s all;
    font-size: 18px;
    font-weight: 500;
    background: #052440;
    color: #fff;
    top: -13px;
    border: none;
    position: relative;
}

.contact-page .form-group input[type=submit]:hover {
    background: #114678;
    color: #fff;
}

.contact-page .social-media-banner {
    background: #fff url(../img/contact-sub-banner.jpg) no-repeat 50% 50%;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}


.contact-page .social-media-banner h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 65px;
    letter-spacing: -.025em;
    color: #EBEBEB;
}

.contact-page img.contact-vector {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 0;
}

/* CONTACT US PAGE END */

/* SERVICES PAGE */

.services-page .page-content-wrapper {
    overflow: hidden;
    position: relative;
}

.services-page .application-wrapper {
    display: flex;
    margin-top: 0;
}

.services-page .right-side-for-text {
    width: 50%;
}

.services-page .right-side-for-text h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 49px;
    color: #1D2A3B;
    margin-bottom: 25px;
}

.services-page .right-side-for-text p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 25px;
}

.services-page .right-side-for-text ul {
    margin-bottom: 25px;
}

.services-page .right-side-for-text ul li {
    font-size: 15px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 15px;
    margin-left: 20px;
}

.services-page .banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}

.services-page .page-content {
    padding: 60px 0 0;
    background: transparent;
    position: relative;
    z-index: 3;
}

.services-page .about-top {
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.services-page .item {
    width: 18%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 15px;
    transition: 0.3s all;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.21);
}

.services-page .item:not(:nth-child(5n+5)) {
    margin-right: 37px;
}

.services-page .item a {
    position: relative;
    display: block;
}

.services-page .item a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    transition: 0.3s all;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714285714) 0%, rgba(0, 0, 0, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.services-page .item a:hover:before {
    opacity: 0;
}

.services-page .item img {
    position: relative;
    transition: 0.3s all;
}

.services-page .item a:hover img {
    transform-origin: center;
    transform: scale(1.1);
}

.services-page .item h3 {
    position: absolute;
    padding: 0 20px 20px;
    font-size: 18px;
    letter-spacing: -0.010em;
    font-weight: 600;
    color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: 0.3s all;
}

.services-page .item a:hover h3 {
    color: #52A233;
    text-shadow: 2px 2px 2px #000;
}

/* SERVICES PAGE END */

/* BLOG PAGE */

.blog-page .application-wrapper {
    display: flex;
    margin-top: 0;
}

.blog-page .right-side-for-text {
    width: 50%;
}

.blog-page .right-side-for-text h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 49px;
    color: #1D2A3B;
    margin-bottom: 25px;
}

.blog-page .right-side-for-text p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 25px;
}

.blog-page .right-side-for-text ul {
    margin-bottom: 25px;
}

.blog-page .right-side-for-text ul li {
    font-size: 15px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 15px;
    margin-left: 20px;
}

.blog-page .blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}

.blog-page .blog-item {
    width: 49%;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 30px;
}

.blog-page .blog-item a {
    padding: 50px 25px 15px 40px;
    position: relative;
    display: flex;
}

.blog-page .blog-date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px 10px 20px;
    background: #097538;
    border-bottom-right-radius: 4px;
    font-size: 15px;
    color: #FFFFFF;
}

.blog-page .blog-img {
    min-width: 182px;
    height: 182px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 45px;
}

.blog-page .blog-img img {
    min-width: 100%;
    width: auto;
    height: auto;
}

.blog-page .blog-text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 25px;
}

.blog-page .blog-text h3 {
    font-size: 15px;
    line-height: 25px;
    color: #747E8C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-page .blog-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #7C7D94;
}

/* BLOG PAGE END */

/* TRY FOR FREE PAGE */

.regsign-page {
    min-height: 992px;
    width: 100%;
    background-color: #eff9fd;
    position: relative;
    padding: 175px 0 185px 0;
}

.regsign-page .container {
    position: relative;
    z-index: 9;
}

.regsign-page .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rg-box {
    width: 46.875%;
    min-height: 630px;
    padding: 97px 50px 294px 50px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgb(113 113 113 / 18%);
    position: relative;
    cursor: pointer;
}

.rg-title {
    max-width: 100%;
    margin: 0 auto 11px auto;
    line-height: 36.5px;
    color: #172543;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-align: center;
}

.rg-box a {
    position: relative;
    z-index: 3;
}

.rg-doctor-box .rg-title {
    width: 181px;
}

.rg-hospital-box .rg-title {
    width: 244px;
}

.rg-desc {
    width: 480px;
    max-width: 100%;
    margin: 0 auto 22px auto;
    line-height: 25px;
    color: #172543;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.rg-doctor-box {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(176, 229, 208, 1) 42%, rgba(92, 202, 238, 0.41) 93.6%);
}

.rg-hospital-box {
    background-image: linear-gradient(184.1deg, rgba(249, 255, 182, 1) 44.7%, rgba(226, 255, 172, 1) 67.2%);
}

.rg-doctor-box:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background-image: url("../img/tek-isletme.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.rg-hospital-box:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background-image: url("../img/zincir-isletme.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.rg-btn {
    width: 205px;
    margin: 0 auto;
    text-align: center;
    height: 46px;
    padding: 10px 20px 10px 20px;
    line-height: 25px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    border-radius: 23px;
    transition: 0.3s all;
}

.rg-doctor-box .rg-btn {
    background-color: #172543;
    color: #ffffff;
}

.rg-doctor-box:hover .rg-btn {
    background-color: #354972;
    transition: 0.3s all;
}

.rg-hospital-box .rg-btn {
    background-color: #fac569;
    color: #172543;
}

.rg-hospital-box:hover .rg-btn {
    background-color: #ffd791;
    transition: 0.3s all;
}

/* TRY FOR FREE PAGE END */

/* TRY FOR FREE FORM PAGE */

.app-form .page-content {
    background: #EBEBEB;
    padding: 180px 0;
}

.app-form .double-widget {
    display: flex;
    justify-content: space-between;
}

.app-form .left-widget {
    margin-left: 30px;
    width: 60%;
}

.app-form .right-widget {
    width: 40%;
    height: initial;
}

.app-form .half-widget {
    width: 44%;
}

.app-form .contact-us-form {
    padding: 45px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    min-height: 705px;
}

.app-form .cuf-title {
    font-size: 30px;
    line-height: 55px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #3D3D3D;
    width: 100%;
}

.app-form .cuf-desc {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -.025em;
    color: #3D3D3D;
}

.app-form .form-group {
    margin: 20px 0;
    /* display: flex; */
    /* justify-content: flex-end; */
    width: 100%;
}

.app-form .form-group.half-group {
    width: 50%;
    padding-right: 10px;
    margin: 10px 0;
}

.app-form .form-group.half-group:nth-child(2n+2) {
    padding-left: 10px;
    padding-right: 0;
}

.app-form .form-group input,
.app-form .form-group textarea {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}

.app-form .form-group input[type=submit] {
    /* width: 50%; */
    transition: 0.3s all;
    font-size: 18px;
    font-weight: 500;
    background: #53A334;
    color: #fff;
    border: none;
}

.app-form .form-group input[type=submit]:hover {
    background: #114678;
    color: #fff;
}

.app-form .checkbox {
    position: relative;
}

.app-form .checkbox input {
    display: none;
}

.app-form .checkbox label {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.app-form .checkbox label a {
    color: #333;
    font-weight: 600;
}

.app-form .checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
}

.app-form .checkbox label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #171954;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: 50% 50%;
}

.app-form .checkbox input:checked~label::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.app-form .try-for-free {
    padding: 45px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.11);
    min-height: 705px;
}

.app-form .try-for-free h1 {
    font-weight: 700;
    line-height: 46px;
    font-size: 35px;
    text-align: center;
    color: #56504E;
    margin: 0px 0 20px 0;
}

.app-form .try-for-free-img {
    text-align: center;
    margin: 20px 0;
}

.app-form .try-for-free-img img {
    max-width: 320px;
}

.app-form .advantages-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* max-width: 1170px; */
    /* margin: 0 auto 25px;*/
}

.app-form .advantages-item {
    display: flex;
    width: 48%;
    padding: 10px 20px;
    margin-bottom: 5px;
    align-items: center;
}

.app-form .item-icon {
    width: 30px;
    margin-right: 15px;
}

.app-form .item-icon img {
    max-width: 30px;
    max-height: 100%;
}

.app-form .item-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #333333;
    letter-spacing: -.025em;
    text-shadow: 0 0 black;
}

/* TRY FOR FREE FORM PAGE END */

/* REPORT SCREEN PAGE */

.report-screen-page .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #F7F7F7;
    height: 780px;
    /* padding-top: 200px; */
    z-index: 1;
}

.report-screen-page .page-content {
    padding: 220px 0 60px 0;
    background: #F7F7F7;
    position: relative;
    z-index: 0;
}

.report-screen-page .page-content-wrapper {
    overflow: hidden;
    position: relative;
}

.report-screen-page .banner-content-wrapper {
    margin-top: 190px;
}

.report-screen-page h1.banner-title,
.report-screen-page .banner-content-wrapper p {
    text-align: center;
}

.report-screen-page h1.banner-title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.025em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

.report-screen-page .banner-content-wrapper p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.025em;
    color: #333333;
}

.report-screen-page a.main-nav-link.user-login {
    background: #52A233;
    border-radius: 24px;
    color: #fff;
    padding: 10px 30px 10px;
    font-size: 18px;
    line-height: 25px;
    transition: 0.3s all;
}

.report-screen-page a.main-nav-link.user-login:hover {
    background: #56504E;
}

.report-screen-page .banner-content-wrapper p img {
    margin-top: -42px;
}

.report-screen-page h1.page-content-title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 300;
    letter-spacing: -.025em;
    color: #333333;
    text-align: center;
}

.report-screen-page h1.page-content-title strong {
    font-weight: 600;
}

.report-screen-page .advantages-wrapper p {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #666666;
}

.report-screen-page .advantages-wrapper {
    margin-bottom: 50px;
}

.report-screen-page .advantages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto 25px;
}

.report-screen-page .advantages-item {
    display: flex;
    background: #fff;
    width: 48%;
    padding: 25px 35px;
    margin-bottom: 25px;
    border-radius: 18px;
    align-items: center;
}

.report-screen-page .item-icon {
    width: 40px;
    margin-right: 30px;
}

.report-screen-page .item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.report-screen-page .contact-us-button {
    text-align: center;
    margin-bottom: 100px;
}

.report-screen-page .explore-area {
    display: flex;
    justify-content: space-between;
    background: #52A233;
    border-radius: 28px;
    height: 390px;
    overflow: hidden;
}

.report-screen-page .explore-text {
    width: 45%;
    padding: 100px 30px 0 90px;
}

.report-screen-page .explore-text h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.025em;
    color: #fff;
}

.report-screen-page .explore-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.report-screen-page a.main-nav-link.user-login.white {
    background: #FFFFFF;
    color: #333333;
    margin-top: 30px;
    position: absolute;
    font-weight: 600;
}

.report-screen-page a.main-nav-link.user-login.white:hover {
    color: #fff;
    background: #56504E;
}

.report-screen-page .explore-img {
    width: 60%;
    height: 100%;
}

.report-screen-page .explore-img img {
    height: 101%;
}

.report-screen-page .what-did-they-say {
    max-width: 1170px;
    margin: 90px auto;
}

.report-screen-page h1.what-did-they-say-title {
    font-weight: 500;
    font-size: 46px;
    letter-spacing: -.025em;
    color: #1D2A3B;
    text-align: center;
    margin-bottom: 25px;
}

.report-screen-page .what-did-they-say p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 60px;
    color: #333333;
    text-align: center;
}

.report-screen-page .what-did-they-say-list {
    display: flex;
    justify-content: space-between;
}

.report-screen-page .list-item {
    width: 31%;
    background: #fff;
    border-radius: 9px;
    padding: 15px 30px 60px;
}

.report-screen-page .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-screen-page .top h2 {
    font-weight: 600;
    font-size: 18px;
    color: #1D2A3B;
}

.report-screen-page .top h2 span {
    font-size: 13px;
    font-weight: 400;
    color: #52A233;
}

.report-screen-page .top-img {
    background: #EBEBEB;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.report-screen-page .bottom {
    margin-top: -15px;
}

.report-screen-page .bottom p {
    text-align: left !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300;
    color: #666666 !important;
    font-style: italic;
}

.report-screen-page .bottom p i {
    font-weight: 900;
    font-size: 40px;
    color: #52A233;
    position: relative;
}

/* REPORT SCREEN PAGE END*/

.content-page .page-content {
    padding: 60px 0;
    background: unset;
}

@media (max-width: 1759px) {
    .contact-page .page-banner {
        height: 403px;
        z-index: -1;
    }
}

@media (max-width: 1529px) {
    .about-page .application-wrapper {
        margin-top: 30px;
    }

    .about-page img.application-small-img {
        left: 100px;
        bottom: -40px;
    }

    .about-page img.application-big-img {
        top: 0;
        right: 40px;
    }

    .about-page .right-side-for-text h1 {
        font-size: 40px;
        line-height: 43px;
    }

    .about-page .right-side-for-text p {
        font-size: 16px;
        line-height: 27px;
    }

    .about-page .what-we-do h1 {
        font-size: 40px;
        line-height: 43px;
    }

    .about-page .what-we-do>p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 60px;
    }

    .about-page .page-right h1 {
        font-size: 40px;
        line-height: 43px;
    }

    .about-page .page-right p {
        font-size: 16px;
        line-height: 27px;
    }

    .about-page .page-left {
        text-align: center;
    }

    .about-page .page-left img {
        max-width: 500px;
    }

    .services-page .item:not(:nth-child(5n+5)) {
        margin-right: 33px;
    }

    .services-page .left-side-for-picture {
        width: 50%;
    }

    .services-page .left-side-for-picture img {
        width: 100%;
    }

    .services-page .right-side-for-text {
        width: 50%;
    }

    .blog-page .blog-text h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .blog-page .blog-text h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .blog-page .blog-date {
        font-size: 14px;
    }

    .blog-page .blog-item {
        margin-bottom: 25px;
    }

    .report-screen-page .contact-us-button {
        margin-bottom: 50px;
    }

    .report-screen-page .explore-text {
        width: 50%;
        padding: 65px 50px 65px 50px;
    }

    .report-screen-page .explore-img {
        width: 50%;
    }

}

@media (max-width: 1399px) {
    .about-page .application-wrapper {
        margin-top: 0;
    }

    .about-page .left-side-for-picture {
        height: 400px;
    }

    .about-page img.application-big-img {
        max-height: 100%;
    }

    .about-page img.application-small-img {
        max-height: 70%;
    }

    .about-page .right-side-for-text h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }

    .about-page .right-side-for-text p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .about-page .what-we-do h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }

    .about-page .what-we-do>p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .about-page .what-we-do-list .item h2 {
        font-size: 40px;
    }

    .about-page .page-right h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }

    .about-page .page-right p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .about-page .page-left img {
        max-width: 80%;
    }

    .about-page .page-banner {
        height: 670px;
    }

    .about-page .page-banner-title {
        font-size: 42px;
        line-height: 50px;
        margin: 10px 0 15px 0;
        max-width: 510px;
    }

    .about-page .page-text h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .about-page .page-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-page .about-img {
        margin-top: -114px;
        margin-left: 20px;
        max-width: 50%;
    }

    .about-page .banner-content-wrapper {
        padding-top: 90px;
    }

    .about-page .banner-title {
        font-size: 44px;
        line-height: 48px;
        margin: 15px 0 15px 0;
    }

    .about-page .banner-left p {
        font-size: 16px;
        line-height: 32px;
    }

    .contact-page .page-banner {
        height: 360px;
    }

    .contact-page .page-banner-title {
        font-size: 42px;
        line-height: 50px;
        margin: 10px 0 15px 0;
        max-width: 510px;
    }

    .contact-page .page-text h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .contact-page .page-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-page .about-img {
        margin-top: -114px;
        margin-left: 20px;
        max-width: 50%;
    }

    .services-page .item {
        width: 23%;
    }

    .services-page .item:not(:nth-child(5n+5)) {
        margin-right: 0;
    }

    .services-page .item:not(:nth-child(4n+4)) {
        margin-right: 30px;
    }

    .services-page .item:last-child {
        margin-right: 0 !important;
    }

    .services-page .about-top {
        justify-content: center;
    }

    .services-page h1.home-about-title {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .services-page .right-side-for-text p strong {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .services-page .right-side-for-text p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 25px;
    }

}

@media (max-width:1229px) {
    .rg-desc {
        margin: 0 auto 15px auto;
        line-height: 20px;
        font-size: 16px;
    }

    .rg-title {
        line-height: 26px;
        font-size: 24px;
    }

    .rg-box {
        min-height: 540px;
        padding: 60px 50px 217px 50px;
    }

    .rg-btn {
        width: 165px;
        line-height: 21px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .about-page img.application-small-img {
        left: 40px;
    }

    .about-page .page-content {
        padding: 40px 0 0;
    }


    .about-page .page-banner {
        height: 550px;
    }

    .about-page .banner-content-wrapper {
        padding-top: 60px;
    }

    .about-page .banner-title {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 15px 0;
    }

    .about-page .banner-left p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-page .page-right p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-page .page-right h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .contact-page .page-banner {
        height: 300px;
    }

    .contact-page .map-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact-page .map-address {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .contact-page .map-phone a {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .contact-page .map-mail a {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .services-page .item {
        width: 28%;
    }

    .services-page .item:not(:nth-child(4n+4)) {
        margin-right: 0;
    }

    .services-page .item:not(:nth-child(3n+3)) {
        margin-right: 30px;
    }

    .services-page .about-top {
        margin-bottom: 30px;
    }

    .services-page h1.home-about-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .services-page .right-side-for-text p strong {
        font-size: 20px;
        line-height: 24px;
    }

    .services-page .right-side-for-text p {
        line-height: 22px;
        margin-bottom: 20px;
    }

    .blog-page .blog-item a {
        padding: 40px 25px 25px 25px;
    }

    .blog-page .blog-date {
        padding: 6px 20px 6px 25px;
    }

    .blog-page .blog-img {
        margin-right: 25px;
    }

    .blog-page .blog-text h2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .about-page .left-side-for-picture {
        height: 300px;
    }

    .about-page img.application-small-img {
        left: 0;
    }

    .about-page .right-side-for-text h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }

    .about-page .right-side-for-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .about-page .what-we-do h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }

    .about-page .what-we-do>p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .about-page .page-right h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }

    .about-page .vision-mission {
        position: relative;
        padding: 90px 0 40px;
    }

    .about-page .page-banner-title {
        font-size: 34px;
        line-height: 40px;
        max-width: 360px;
    }

    .about-page .about-img {
        margin-top: -95px;
        margin-left: 15px;
        max-width: 50%;
    }

    .about-page .page-text h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .about-page .page-text p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }

    .contact-page .double-widget {
        flex-wrap: wrap;
    }

    .contact-page .right-widget {
        width: 100%;
    }

    .contact-page .page-banner-title {
        font-size: 34px;
        line-height: 40px;
        max-width: 360px;
    }

    .contact-page .about-img {
        margin-top: -95px;
        margin-left: 15px;
        max-width: 50%;
    }

    .contact-page .page-text h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .contact-page .page-text p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }

    .contact-page .contact-us-widget {
        flex-wrap: wrap;
    }

    .contact-page .widget-item {
        width: 100%;
        margin-bottom: 25px;
        height: 161px;
    }

    .contact-page .left-widget {
        margin-left: 0;
    }

    .contact-page .contact-us-form {
        max-width: unset;
        padding: 25px;
    }

    .contact-page .half-widget {
        width: 100%;
        margin-bottom: 30px;
    }

    .services-page .item {
        width: 38%;
    }

    .services-page .item:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .services-page .item:not(:nth-child(2n+2)) {
        margin-right: 30px;
    }

    .services-page .about-bottom {
        flex-wrap: wrap;
    }

    .services-page .left-side-for-picture {
        width: 100%;
    }

    .services-page .right-side-for-text {
        width: 100%;
    }

    .blog-page .right-side-for-text {
        width: 100%;
    }

    .blog-page .blog-img {
        margin-right: 20px;
        min-width: 120px;
        height: 120px;
    }

    .blog-page .blog-item a {
        padding: 40px 20px 20px 20px;
    }

    .blog-page .blog-text h2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .blog-page .blog-text h3 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .blog-page .blog-text h4 {
        font-size: 14px;
    }

    .rg-desc {
        margin: 0 auto 20px auto;
        line-height: 16px;
        font-size: 14px;
    }

    .rg-title {
        line-height: 22px;
        font-size: 20px;
    }

    .rg-box {
        min-height: 505px;
        padding: 60px 50px 217px 50px;
    }

    .app-form .double-widget {
        flex-wrap: wrap;
    }

    .app-form .right-widget {
        width: 100%;
        margin-bottom: 25px;
    }

    .app-form .left-widget {
        width: 100%;
        margin-left: 0;
    }

    .app-form .contact-us-form {
        max-width: unset;
    }

    .report-screen-page .page-banner {
        height: 630px;
    }

    .report-screen-page h1.banner-title {
        font-size: 32px;
        line-height: 36px;
    }

    .report-screen-page .banner-content-wrapper p {
        font-size: 18px;
        line-height: 24px;
    }

    .report-screen-page a.main-nav-link.user-login {
        font-size: 15px;
        line-height: 22px;
    }

    .report-screen-page .banner-content-wrapper p img {
        margin-top: 0px;
        max-width: 480px;
    }

    .report-screen-page .page-content {
        padding: 180px 0 40px 0;
    }

    .report-screen-page .advantages-wrapper {
        margin-bottom: 25px;
    }

    .report-screen-page h1.page-content-title {
        font-size: 32px;
        line-height: 42px;
    }

    .report-screen-page .advantages-wrapper p {
        font-size: 18px;
        line-height: 30px;
        max-width: 480px;
    }

    .report-screen-page .explore-area {
        height: auto;
        flex-wrap: wrap;
    }

    .report-screen-page .explore-text {
        width: 100%;
        padding: 65px 50px 65px 50px;
    }

    .report-screen-page .explore-img {
        width: 100%;
    }

    .report-screen-page a.main-nav-link.user-login.white {
        margin-top: 0px;
    }

    .report-screen-page .explore-img img {
        height: auto;
        width: 100%;
    }

    .report-screen-page .what-did-they-say {
        max-width: 100%;
        margin: 50px auto;
    }

    .report-screen-page h1.what-did-they-say-title {
        font-size: 32px;
    }

    .report-screen-page .what-did-they-say p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .report-screen-page .list-item {
        padding: 15px 15px 25px;
    }

    .report-screen-page .bottom p {
        text-align: left !important;
        margin-bottom: 0px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

}

@media (max-width: 767px) {
    .about-page .about-img {
        margin: 10px 0 10px 0;
        max-width: 100%;
    }

    .about-page .banner-content-wrapper {
        flex-wrap: wrap;
    }

    .about-page .banner-left,
    .about-page .banner-right {
        width: 100%;
    }

    .about-page .banner-left {
        padding: 0;
    }

    .about-page .banner-right {
        text-align: center;
    }

    .about-page .banner-right img {
        width: 60%;
    }

    .about-page .page-banner {
        height: 640px;
    }

    .about-page .about-content-wrapper {
        flex-wrap: wrap;
    }

    .about-page .about-content-wrapper {

        flex-wrap: wrap;
    }

    .about-page .page-left,
    .about-page .page-right {
        width: 100%;
    }

    .about-page .page-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .about-page .page-left img {
        max-width: 60%;
    }

    .contact-page .about-img {
        margin: 10px 0 10px 0;
        max-width: 100%;
    }

    .contact-page .map-pointer {
        top: unset;
        bottom: 0;
        left: 0;
    }

    .services-page .item {
        width: 49%;
    }

    .services-page .item:not(:nth-child(2n+2)) {
        margin-right: 10px;
    }

    .blog-page .page-banner {
        height: 350px;
    }

    .blog-page .blog-item {
        margin-bottom: 20px;
        width: 100%;
    }

    .regsign-page .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .regsign-page .row {
        flex-wrap: wrap;
    }

    .rg-box {
        width: 100%;
        min-height: 505px;
        padding: 60px 20px 217px 20px;
        margin-bottom: 20px;
    }

    .rg-box:last-child {
        margin-bottom: 0;
        ;
    }
}

@media (max-width: 575px) {
    .services-page .item {
        width: unset;
        max-width: 272px;
    }

    .services-page .item:not(:nth-child(2n+2)) {
        margin-right: 0;
    }

    .report-screen-page .banner-content-wrapper p img {
        max-width: calc(100% - 50px);
    }

    .report-screen-page .advantages-item {
        width: 100%;
        padding: 20px 35px;
        margin-bottom: 20px;
    }

    .report-screen-page .explore-text {
        padding: 40px 50px 40px 50px;
    }

    .report-screen-page .explore-text h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .report-screen-page .explore-text p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .report-screen-page a.main-nav-link.user-login.white {
        margin-top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 184px;
    }

    .report-screen-page .what-did-they-say-list {
        flex-wrap: wrap;
    }

    .report-screen-page .list-item {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media(max-width:530px) {
    .rg-box {
        width: 100%;
        min-height: 452px;
        padding: 60px 20px 217px 20px;
        margin-bottom: 20px;
    }
}

/*MIN WIDTH*/
@media (min-width: 576px) {}


@media (min-width: 768px) {
    .regsign-page .container {
        width: 750px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .regsign-page .container {
        width: 970px;
        max-width: 100%;
    }
}

@media (min-width: 1230px) {
    .regsign-page .container {
        width: 1200px;
        max-width: 100%;
    }

}

@media (min-width: 1600px) {
    .regsign-page .container {
        width: 1280px;
        max-width: 100%;
    }
}

@media (min-width: 1780px) {
    .regsign-page .container {
        width: 1280px;
        margin: 0 auto;
        max-width: 100%;
    }
}