@font-face {
    font-family: 'CeraGR';
    src: url('../fonts/CeraGR.eot');
    src: url('../fonts/CeraGR.eot') format('embedded-opentype'),
         url('../fonts/CeraGR.woff2') format('woff2'),
         url('../fonts/CeraGR.woff') format('woff'),
         url('../fonts/CeraGR.ttf') format('truetype'),
         url('../fonts/CeraGR.svg#CeraGR') format('svg');
}
@font-face {
    font-family: 'CeraGRBlack';
    src: url('../fonts/CeraGRBlack.eot');
    src: url('../fonts/CeraGRBlack.eot') format('embedded-opentype'),
         url('../fonts/CeraGRBlack.woff2') format('woff2'),
         url('../fonts/CeraGRBlack.woff') format('woff'),
         url('../fonts/CeraGRBlack.ttf') format('truetype'),
         url('../fonts/CeraGRBlack.svg#CeraGRBlack') format('svg');
}
@font-face {
    font-family: 'CeraGRBold';
    src: url('../fonts/CeraGRBold.eot');
    src: url('../fonts/CeraGRBold.eot') format('embedded-opentype'),
         url('../fonts/CeraGRBold.woff2') format('woff2'),
         url('../fonts/CeraGRBold.woff') format('woff'),
         url('../fonts/CeraGRBold.ttf') format('truetype'),
         url('../fonts/CeraGRBold.svg#CeraGRBold') format('svg');
}
@font-face {
    font-family: 'CeraGRLight';
    src: url('../fonts/CeraGRLight.eot');
    src: url('../fonts/CeraGRLight.eot') format('embedded-opentype'),
         url('../fonts/CeraGRLight.woff2') format('woff2'),
         url('../fonts/CeraGRLight.woff') format('woff'),
         url('../fonts/CeraGRLight.ttf') format('truetype'),
         url('../fonts/CeraGRLight.svg#CeraGRLight') format('svg');
}

/* @font-face {
    font-family: 'Heebo-Medium_0';
    src: url('../fonts/Heebo-Medium_0.eot');
    src: url('../fonts/Heebo-Medium_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Heebo-Medium_0.woff') format('woff'), url('../fonts/Heebo-Medium_0.ttf') format('truetype'), url('../fonts/Heebo-Medium_0.svg#svgFontName') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'myriadpro-regular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-regular.woff') format('woff'), url('../fonts/myriadpro-regular.ttf') format('truetype'), url('../fonts/myriadpro-regular.svg#svgFontName') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Regular_0';
    src: url('./fonts/Heebo-Regular_0.ttf') format('truetype');
    font-display: swap;
} */

/* font-family: 'Heebo', sans-serif; */

body {
	font-family: 'Heebo', sans-serif;
    direction: rtl;
    background-color: #fff;
    direction: ltr;
    /* width: 99vw; */
    width: 100%;
}

p {
    font-size: 0.98rem;
    line-height: 1.45;
    margin-top: 1.55rem;
    /* 17px */
}

.ac-bigger-para-font {
    font-size: 1.15rem;
    line-height: 1.45;
}

h1 {
    font-family: 'CeraGRBlack';
    font-size: 3.8rem;
    margin-bottom: 1.1rem;
}

h2 {
    font-family: 'CeraGRBlack';
    font-size: 2.6rem;
    margin-bottom: 1.1rem;
    line-height: 1.1;
}

h3 {
    font-family: 'CeraGRBold';
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
}

h4 {
    font-family: 'CeraGRBold';
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

button,
a {
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

svg {
    width: 100%;
    height: 100%;
}

a, button {
    cursor: pointer;
    transition: background-color .5s,color .5s;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #e40f61 !important;
	transition: background-color 0.5s, color 0.5s;
	text-decoration: none;
}
.ac-flah-wrapper {
    width: 36rem;
    height: 9.5rem;
    border-radius: 1rem;
    background-color: #e40f61;
    margin-left: 0.5rem;
    display: flex!important;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
}


/* HEADER SECTION STATED HERE */
.logo img{
	width: 130px;
}
header.header-main {
    padding: 20px 0;
}
.ac-emergency-contact {
    display: flex!important;
    border: 0.13rem solid #e40f61;
    color: #e40f61;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 2rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    background-color: #fff;
	margin-left: auto;
}
.ac-emergency-contact:hover {
    border: 0.12rem solid #fff;
    color: #fff;
    background-color: #e40f61;
}
.ac-telicone-wrpr {
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
	margin-top: -10px;
}


.navbar-nav li a{
    color: #000;
    font-size: 0.9rem;
	font-weight: 500;
    background: transparent;
    border: 0;
	padding: 13px 15px !important;
}
a.ac-emergency-contact span {
    font-weight: 500;
}
.navbar-nav li a:hover {
	color: #e40f61 !important;
}


.header-main {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;	
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    background-color: #fff;
    box-shadow: 0 3px 15px rgb(0 0 0 / 16%);
}

.ac-responisve-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#ac-part-1 {
    width: 100%;
    height: auto;
}

#ac-part-1 .ac-responisve-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 55.7%;
}
#ac-part-1 .ac-responisve-iframe #videoframe {
    position: absolute;
    top: -4vw;
    left: -1%;
    width: 101%;
    height: 102%;
    border: 0;
}
.ac-pos-abs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#ac-part-1 .ac-bgdark {
    background-color: rgba(0,0,0,.3607843137254902);
    background: linear-gradient(
180deg
,rgba(0,0,0,.31) 1%,rgba(0,0,0,.31) 87%,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f000000",endColorstr="#00000000",GradientType=0);
    height: 45vw;
}
.ac-center-pos-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
#ac-part-1 .ac-center-pos-abs {
    top: 56%;
}
.ac-center-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ac-show-on-mobile {
    display: none!important;
}
.ac-btn {
    display: flex;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 2rem;
    padding: 0.8rem 1.4rem;
    justify-content: center;
    align-items: center;
    font-size: 1.063rem;
	font-weight: 500;
}

#ac-part-1 .ac-btn-welcome-video {
    border: 0.12rem solid #fff;
    margin-bottom: 1.5rem;
}






/* Part-2 */
.ac-pink {
    color: #e40f61;
}
.ac-black {
    color: #000;
}
#ac-part-2 {
    position: relative;
    z-index: 9;
    padding-top: 8.7rem;
    background-color: #fff;
    padding-bottom: 4rem;
}

#ac-part-2 h1 {
    margin-bottom: 2rem;
}

.ac-align-center {
    text-align: center;
}
.ac-bigger-para-font {
    font-size: 1.15rem;
    line-height: 1.45;
}




/* Part-3 */
.ac-blue {
    color: #0658a6;
}

#ac-part-3 {
    padding-top: 8.5rem;
    background-color: #fff;
}

#ac-part-3 .ac-btn-blue {
    margin-top: 1.5rem;
}

#ac-part-3 .ac-imgmap-wrapper {
    width: 43rem;
    margin-top: -1rem;
}

#ac-part-3 .ac-imgvirus-wrapper {
    position: relative;
    bottom: 16.5rem;
    width: 12rem;
    left: 12rem;
}

#ac-part-3 .ac-imgvirus-wrapper-white {
    width: 6rem;
    position: relative;
    bottom: 6.5rem;
}
#ac-part-3 .ac-btn-blue {
    margin-top: 1.5rem;
}
.ac-btn-blue {
    background-color: #0658a6;
    border: 0.15rem solid #0658a6;
}

#ac-part-3 .ac-imgvirus-wrapper-white {
    width: 6rem;
    position: relative;
    bottom: 6.5rem;
}




/* Part-4 */
.part4-col-1, .part4-col-2 {
	position: relative;
}
#ac-part-4 {
    background: #fff;
    height: 36.1rem;
    background-repeat: no-repeat;
    background-position: 136% center;
    background-size: auto 100%;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7.2rem;
}

#ac-part-4 .part4-col-1 .ac-imgdot {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: unset;
	float: left;
    margin-right: 10px;	
}
.ac-purple {
    color: #195e8a;
}
#ac-part-4 .part4-col-1 ul.ac-list-wrapper li {
    width: 50%;
    font-size: .8rem;
    margin: 0.3rem 0 0.6rem;
}

#ac-part-4 .part4-col-1 ul.ac-list-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none
}

#ac-part-4 h2 {
    margin-bottom: 1.5rem;
}
h2.ac-black.ac-align-left.text-upper.customor {
    font-size: 20px;
    margin-bottom: 0 !important;
}
#ac-part-4 .part4-col-1 .ac-li-7 {
    color: #195e8a;
}

#ac-part-4 .part4-col-1 .ac-smallfont-wrapper small {
    position: relative;
    right: -18.5rem;
    display: block;
    top: -2rem;
    font-size: 0.8em;
}

#ac-part-4 .ac-infoflah-wrapper {
    position: relative;
    top: 1.7rem;
    right: -4.2rem;
}

#ac-part-4 .part4-col-2 ul {
    margin-bottom: 1.7rem;
}

#ac-part-4 .part4-col-2 h3 {
    margin-left: 0.7rem;
}

#ac-part-4 .part4-col-2 p {
    margin-top: 0.5rem;
    margin-left: 0.7rem;
}

#ac-part-4 .ac-linkto a {
    position: relative;
    top: 2rem;
}

#ac-part-4 .part4-col-2 .ac-imgmanydots {
    width: 7rem;
    position: relative;
    top: -3.3rem;
    right: -4rem;
}

#ac-part-4 .part4-col-2 .ac-imgstar {
    width: 3rem;
    position: relative;
    top: -3.9rem;
    right: -24.8rem;
}

#ac-part-4 .part4-col-2 .ac-flahbgbehind {
    width: 30rem;
    position: relative;
    top: 4rem;
    right: -7rem;
}
.ac-height-pos-rel {
    position: relative;
    width: 100%;
    height: 0;
}


.ac-infoflah-wrapper {
    color: #fff;
    background-color: #e40f61;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2.3rem 1.5rem;
    height: auto;
    font-size: .98rem;
    border-radius: 1.1rem;
    box-shadow: 0 0 25px rgb(0 0 0 / 16%);
}

#ac-part-4 .ac-infoflah-wrapper {
    position: relative;
    top: 1.7rem;
    right: 0;
    width: 100%;
}
.ac-height-pos-rel.ac-linkto {
    position: absolute;
    bottom: 0;
}
.ac-infoflah-wrapper .ac-infoflah-icon {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    right: 0;
    top: -1rem;
}
#ac-part-4 .ac-col-2 h3 {
    margin-left: 0.7rem;
}
#ac-part-4 .ac-col-2 ul {
    margin-bottom: 1.7rem;
}
ul.ac-list-wrapper li {
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
    margin-left: 1rem;
    line-height: 1.45;
}
ul.ac-list-wrapper li .ac-imgdot {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.4rem;
    margin-right: 1rem;
}

/* Part-5 */

#ac-part-5 {
    background: #fff;
    height: 30.2rem;
    background-repeat: no-repeat;
    background-position: -14rem center;
    background-size: auto 100%;
    display: flex;
    margin-top: 2.3rem;
    padding-top: 6.6rem;
}

#ac-part-5 .container {
    display: flex;
}

#ac-part-5 li {
    color: #fff;
    margin-left: 0rem;
}

#ac-part-5 .ac-col-1 p {
    margin-bottom: 1.4rem;
}

#ac-part-5 .ac-infoflah-wrapper {
    background: #fff;
    color: #000;
    position: relative;
    right: -12rem;
    top: -0.4rem;
    opacity: 0.85;
}
#ac-part-5 .ac-infoflah-content {
    margin-top: 5rem;
}

#ac-part-5 .ac-imgmanydots-white {
    width: 7rem;
    position: relative;
    left: -8.5rem;
    top: -3.3rem;
}

#ac-part-5 .ac-star {
    width: 3rem;
    position: relative;
    left: 39.9rem;
    top: -3.1rem;
}

#ac-part-5 .ac-imgmanydots-blue {
    width: 7rem;
    position: relative;
    left: 57.5rem;
    top: -6rem;
}

#ac-part-5 .ac-imgplus {
    width: 5rem;
    position: relative;
    left: -7.5rem;
    top: -1.6rem;
}

/* Part-6 */

#ac-part-6 {
    padding-top: 8rem;
    /* background-position: 136% center; */
    /* background-size: auto 100%; */
    padding-bottom: 9.5rem;
    background-color: #fff;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 33rem 0rem;
    background-repeat: no-repeat;
    background-size: cover;
}

#ac-part-6 .ac-btn-blue {
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

#ac-part-6 h3 {
    margin-top: 2rem;
    line-height: 1.2;
}

#ac-part-6 .ac-infoflah-wrapper {
    background-color: #fff;
    color: #000;
    width: max-content;
    padding: 1.3rem 1.5rem 2.5rem;
	height: 340px;
    font-size: 0.98rem;
    border-radius: 1.1rem;
    box-shadow: unset;
    border: 0.15rem solid #000;
    margin-right: 1.4rem;
}

#ac-part-6 .ac-infoflah-wrapper h3 {
    margin-top: 1rem;
    height: 3.7rem;
}

#ac-part-6 ul.ac-list-wrapper li {
    margin-left: 0;
}
.ac-btn-pink {
    background-color: #e40f61;
    border: 0.15rem solid #e40f61;
}
#ac-part-6 .ac-flah-wrapper {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 3rem;
    background: none;
    width: inherit;
    height: inherit;
	z-index: 1;
    position: relative;
}
#ac-part-6 .ac-flah-wrapper li small,
#ac-part-6 .ac-flah-wrapper li strong {
    font-size: 0.8em;
    display: inline;
}

#ac-part-6 .ac-small-font {
    margin-top: -1.3rem;
    margin-bottom: 0.2rem;
    line-height: 1;
}

#ac-part-6 .ac-Group12684 {
    width: 55rem;
    position: absolute;
    bottom: -10rem;
    right: -12rem;
}

#ac-part-6 .ac-num {
    position: absolute;
    right: 0;
    font-family: 'CeraGRBlack';
    color: #0658a6;
    font-size: 3.5rem;
    top: -2rem;
}

/* Part-7 */

#ac-part-7 {
    height: 27.7rem;
    display: flex;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}

#ac-part-7 .container-xl{
    display: block;
}

#ac-part-7 .container-xl .ac-col-2 {
    display: flex;
}

#ac-part-7 .container-xl {
    justify-content: center;
    align-items: center;
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper.ac-help1 {
    background-color: #fff;
    margin-right: 1.7rem;
    /* padding: 2.3rem 2rem; */
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper {
    width: 22rem
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper.ac-help1 .ac-tel-wrapper a {
    color: #000
}
.ac-flex {
    display: flex;
}
#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper.ac-help1 a:hover span {
    color: #E40F61
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper h3,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper h3 {
    font-family: 'CeraGRBlack';
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper p,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper p {
    font-family: 'CeraGR';
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-mail,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-mail {
    margin-left: 1.5rem;
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-infoflah-content,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-infoflah-content {
    margin-top: 4.5rem;
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-tel-wrapper,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-tel-wrapper {
    margin-top: 1rem
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-tel,
#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-mail,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-tel,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-mail {
    margin-right: 0.5rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-wrapper-tel span,
#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-wrapper-mail span,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-wrapper-tel span,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-wrapper-mail span {
    margin-top: 0.1rem
}

#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-tel svg,
#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper .ac-mail svg,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-tel svg,
#ac-part-7 .container-xl .ac-col-2 a .ac-infoflah-wrapper .ac-mail svg {
    width: 100%;
    height: 100%;
}

.ac-tel-wrapper {
    display: flex;
}

#ac-part-7 .ac-huge-font {
    display: block;
    font-size: 7rem;
    font-family: 'CeraGRBlack';
    line-height: 120px;
}

#ac-part-7 .ac-wrapper-tel:hover,
#ac-part-7 .ac-wrapper-tel:hover .ac-tel svg,
#ac-part-7 a .ac-wrapper-tel:hover,
#ac-part-7 a .ac-wrapper-tel:hover .ac-tel svg {
    color: #000 !important;
}

#ac-part-7 .container-xl-md .ac-col-2 .ac-infoflah-wrapper .ac-mail, #ac-part-7 .container-xl-md .ac-col-2 .ac-infoflah-wrapper .ac-tel, #ac-part-7 .container-xl-md .ac-col-2 a .ac-infoflah-wrapper .ac-mail, #ac-part-7 .container-xl-md .ac-col-2 a .ac-infoflah-wrapper .ac-tel {
    margin-right: 0.5rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ac-part-7 .container-xl-md .ac-col-2 .ac-infoflah-wrapper .ac-mail, #ac-part-7 .container-xl-md .ac-col-2 a .ac-infoflah-wrapper .ac-mail {
    margin-left: 1.5rem;
}

/* Part-8 */

#ac-part-8 {
    padding-top: 7.2rem;
    background-color: #a766ba;
    background-repeat: no-repeat;
    background-position: 0rem bottom;
    background-size: 100% auto;
    padding-bottom: 5.5rem;
    overflow: hidden;
}

#ac-part-8 .ac-wrapper-flah {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2.9rem;
}

#ac-part-8 .ac-infoflah-wrapper {
    width: 24rem;
    background-color: #fff;
}

#ac-part-8 .ac-infoflah-wrapper p {
    margin-top: 0.55rem;
}

#ac-part-8 .ac-infoflah-wrapper .ac-infoflah-content {
    margin-top: 5.5rem;
}

.ac-infoflah-content .ac-btn-darkblue {
    margin-top: 3rem;
}

#ac-part-8 .ac-wrapper-expto-covid19 {
    border-radius: 1.1rem;
    width: 81.5rem;
    margin: 4rem auto 0;
    padding: 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-1 {
    width: 38.33%;
}

#ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-2,
#ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-3 {
    width: 27.33%;
}

#ac-part-8 .ac-wrapper-expto-covid19 h3 {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

#ac-part-8 .ac-wrapper-expto-covid19 ul.ac-list-wrapper li {
    font-size: 0.98rem;
    line-height: 1.45;
    font-family: 'Heebo-Regular_0';
    margin-left: 0rem;
}

#ac-part-8 .ac-wrapper-expto-covid19 .ac-wrapper-decorativeimg {
    position: relative;
    width: 100%;
    height: 0;
}

#ac-part-8 .ac-wrapper-expto-covid19 .ac-wrapper-decorativeimg-1 img {
    width: 5rem;
    position: absolute;
    left: -9.5rem;
    top: -20rem;
}

#ac-part-8 .ac-wrapper-expto-covid19 .ac-wrapper-decorativeimg-2 img {
    width: 7rem;
    position: absolute;
    right: 0;
    bottom: -4rem;
}

#ac-part-8 h2 {
    text-transform: uppercase
}

#ac-part-8 ul.ac-list-wrapper li .ac-imgdot {
    margin-right: 0.5rem;
}

#ac-part-8 .ac-list-wrapper .ac-li span {
    width: 92%
}
.ac-btn-darkblue {
    background-color: #511562;
    border: 0.15rem solid #511562;
}
.ac-bgwhite {
    background-color: #fff;
}

/* Part-9  */

#ac-part-9 {
    padding-top: 7.5rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: auto 100%;
    padding-bottom: 9.5rem;
    overflow: hidden;
    background-repeat: no-repeat;
}

#ac-part-9 a.ac-link-bforeleave {
    text-decoration: underline
}

#ac-part-9 ul.ac-list-wrapper li {
    margin-left: 0;
}

#ac-part-9 .ac-btn-pink {
    margin-top: 1rem;
}

#ac-part-9 p {
    margin-bottom: 1rem;
}
/* Part-10 */

#ac-part-10 {
    padding-top: 4.5rem;
    padding-bottom: 6.5rem;
    background-size: 99%;
}

#ac-part-10 .ac-circles-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3.1rem;
}

#ac-part-10 .ac-circle {
    background-color: #fff;
    width: 23.2rem;
    height: 23.2rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
}

#ac-part-10 .ac-circle .ac-imgvirus-wrapper {
    width: 10em;
    margin-bottom: 1.5rem;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ac-part-10 h4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}



/* Part-11 */

#ac-part-11 {
    background-color: #17163F;
    padding-top: 5.2rem;
    padding-bottom: 5rem;
}

#ac-part-11 h3 span {
    font-family: 'CeraGRLight';
}

#ac-part-11 .ac-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem;
}

#ac-part-11 .ac-col-middle {
    background-color: #E40F61;
    width: 0.15rem;
    margin: 0 3rem;
}

#ac-part-11 .ac-btn-pink {
    margin-top: 1.3rem;
}
.text-upper {
    text-transform: uppercase;
}









































/* Part-12 */

#ac-part-12 {
    padding-top: 6.3rem;
    padding-bottom: 4rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ac-part-12 .ac-wrapper-btns {
    justify-content: space-between;
    align-items: center;
    /* width: 28rem; */
    width: max-content;
    margin: 2.5rem auto;
}

#ac-part-12 .ac-wrapper-btns a {
    border: 0.15rem solid #fff;
    padding: 0.8rem 1rem 0.8rem 1rem;
    margin: 0 0.5rem;
}

#ac-part-12 .ac-wrapper-btns a:hover {
    border: 0.15rem solid #E40F61;
    padding: 0.8rem 1rem 0.8rem 1rem;
    color: #E40F61;
    background-color: rgba(255, 255, 255, 0.644)
}

#ac-part-12 .ac-overlay {
    background: #000000a6;
    position: absolute;
    width: 100%;
    height: 26rem;
    top: -6.3rem;
}

#ac-part-12 .container {
    position: relative;
}
#ac-part-12 a.ac-btn {
    display: inline;
}

/* FOOTER CSS END  */

.ac-icon-tel-big {
    width: 6em;
    margin-right: 1rem;
}
.ac-img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.ac-flah-wrapper p {
    font-size: .98rem;
    font-family: "CeraGRLight";
}
.ac-white {
    color: #fff;
}
a.fromflah {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.ac-footer-tel {
    width: 1rem;
    height: 1rem;
}
footer.footer-main {
    padding-top: 60px;
}

ul.navbar-nav.footer-link li a {
    margin: 6px 0;
	padding: 0 !important;
    display: inline-block;
}

footer p {
    margin-top: 0.7rem;
    font-size: .8rem;
    font-weight: 500;
}
footer .ac-footer-social {
    display: flex;
    margin-top: 1rem;
}
.ac-footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.3rem;
}
.ac-footer-social a>div {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: flex-start;
}
footer .ac-logo-ministry {
    width: 9rem;
}
.footer-bottom {
    border-top: 1px solid #ccc;
    margin-top: 45px;
}
.footer-bottom-menu {
    text-align: right;
    padding-top: 8px;
}
.footer-bottom-menu a {
    padding: 0 5px;
    font-weight: 500;
    font-size: .7rem;
}
ul.ac-list-wrapper {
    margin: 0;
    padding: 0;
}
ul.navbar-nav.footer-link {
    display: block;
    flex-direction: inherit;
}
ul.navbar-nav.footer-link li {
    width: 50%;
    float: left;
    display: block;
}


section.faq-page-header {
    margin-top: 165px;
    text-align: center;
    margin-bottom: 65px;
}
section.faq-area {
    background: #f5f5f5;
    padding: 80px 0 100px 0;
}
section.faq-area .container {
    max-width: 1000px;
}
div#faqlist {
    border: 1px solid rgba(0,0,0,.125);
}
.faq-block h1 {
    text-align: center;
    font-size: 23px;
    font-family: CeraGR;
    margin-bottom: 40px;
}
.accordion-flush .accordion-item .accordion-button {
    padding-left: 20px;
}
.accordion-item {
    border: none;
}
.accordion-collapse {
	border: 0;
}
.accordion-button {
	font-family: 'CeraGR';
	color: #333;
	padding: 0px;
	border: 0;
	font-size: 17px;
	text-align: left;
	border-bottom:  1px solid rgba(0,0,0,.125);
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background: none;
	color: #333;
}
.accordion-body {
    padding: 15px;
    background: none;
    font-size: 15px;
    font-family: CeraGRLight;
	border-bottom:  1px solid rgba(0,0,0,.125);	
}
.accordion-button::after {
	width: 30px;
	height: 40px;
	background: url(../images/plus.svg) center/14px no-repeat;
    margin-right: 20px;
	font-weight: 100;
	color: #333;
	transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
	width: 30px;
	height: 40px;
	background: url(../images/minus.svg) center/14px no-repeat;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-button:focus, .accordion-item:last-of-type .accordion-button {
    border: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.lead-type {
    text-align: center;
}
.lead-type h2 {
    font-size: 20px;
    font-family: CeraGR;
}
.lead-type ion-icon {
    color: blue;
    font-size: 45px;
    margin-bottom: 10px;
}
.lead-type {
    text-align: center;
    height: 150px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-top: 32px;
}

section.faq-area.lead-type-block a, section.faq-area.lead-type-block a ion-icon {
    color: #e40f61;
}
fieldset {
    padding: 10px 20px;
    margin: 18px 0px 0 0px;
    border: 1px solid #dddddd;
    background-color: #fff;
}
fieldset legend {
    display: block;
    width: auto;
    padding: 3px 10px;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    border: 1px solid #ddd;
    background-color: #ffffff;
    margin-top: -26px;
    font-family: 'CeraGRBlack';
}
section.faq-area.lead-type-block fieldset {
    margin-bottom: 55px;
}
.lead_information {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
}
.lead_information h2 {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 0;
}
.lead_included_list {
    overflow: hidden;
}
.lead_included_list ul {
    margin: 0;
    list-style: square;
    padding: 0 0 0 17px;
}
.lead_included_list ul li {
    font-size: 12px;
    float: left;
    width: 50%;
    margin-bottom: 6px;
}
#sucessMessage {
    display: none;
    margin-top: 100px;
    font-size: 2rem;
    line-height: 3.2rem;
}
.attache{
    background: url(../../assets/images/title.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 136px;
    background-position: 0 4px;
}
.ac-infoflah-icon ion-icon, .ac-icon-tel-big ion-icon {
    width: 88px;
    height: 88px;
	color:#fff;
}
a.ac-btn.ac-btn-blue.kyc-btn {
    margin: 0 auto;
}
.ac-flah-wrapper.footer-flah-wrapper {
    width: 26rem;
}
h2.ac-blue.ac-align-left.make-old {
    font-family: 'CeraGRBold';
}
h2.ac-blue.ac-align-left.make-old span {
    font-family: 'CeraGRBlack';
}

/* RESPONSIVE CODE */

.ac-show-on-mobile {
    display: none !important;
}

.ac-hide-on-mobile {
    display: block !important;
}

@media (min-width: 1921px) {
    html {
        scroll-behavior: smooth;
        font-size: .594166666666666vw;
    }
    #ac-part-5 {
        background: #fff;
        height: 30.2rem;
        background-repeat: no-repeat;
        background-position: -14rem;
        background-size: 60% 100%;
        margin-top: 2.3rem;
        padding-top: 6.6rem;
    }
    #ac-part-4 {
        background: #fff;
        height: 36.1rem;
        background-repeat: no-repeat;
        background-position: 11%;
        background-size: 186% 100%;
        margin-top: 1rem;
        display: flex;
        padding-top: 7.2rem;
    }
    body,
    .ac-wrapper {
        width: 100vw
    }
}

@media(min-width:1399px) {
	section#ac-part-5 {
		padding-top: 3.6rem;
	}
	h2.ac-white.text-upper.reach-up {
		margin-top: 0 !important;
		padding-top: 0 !important;
		font-size: 1.9rem !important;
	}
}
@media(min-width:1000px) {
    #ac-part-8 .ac-wrapper-expto-covid19 h3 {
        height: 3rem;
    }
}
/*#ac-part-7, #ac-part-7 .container-xl, #ac-part-7 .container-xl .ac-col-2 {
    display: flex;
}
#ac-part-7 .ac-col {
    width: 50rem;
    position: relative;
}*/
@media (max-width: 1000px) {
#ac-part-7 .container-xl, #ac-part-7 .container-xl .ac-col-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
    .ac-show-on-mobile {
        display: block !important;
    }
    .ac-hide-on-mobile,
    .ac-mobile-hide {
        display: none !important;
    }
    html {
        font-size: 1.5vw;
    }
    .ac-bigger-para-font {
        font-size: 1.9rem;
    }
    .ac-col {
        width: 100%;
    }
    h1 {
        font-size: 5.8rem;
    }
    p,
    p.ac-bigger-para-font {
        font-size: 1.98rem;
    }
    h2 {
        font-size: 4.7rem;
    }
    h3 {
        font-family: 'CeraGRBold';
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    h4 {
        font-family: 'CeraGRBold';
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
    hr {
        margin: 1rem 0;
        width: 16.9rem;
        background: #000;
        border-top: 0.1rem solid #000;
        margin: 2rem auto 2rem 0rem;
    }
    .ac-btn {
        border-radius: 3rem;
        padding: 1.8rem 2.4rem 1.8rem 2.4rem;
        font-size: 2.063rem;
    }
    .container {
        width: 90%;
        max-width: 90%;
    }
    #ac-part-1 .ac-bgdark {
        /* height: 54.5vw; */
        height: 61.6vh;
        margin-top: 5.5rem;
    }
    #ac-part-1 .ac-center-pos-abs {
        /* top: 23rem;
        width: 100%; */
        top: 38vh;
        width: 100%;
    }
    #ac-part-1 #video-sound-on-off-btn {
        position: relative;
        top: -21vw;
        left: 4vw;
        display: block;
        width: 30px;
        height: 30px;
        background: transparent;
        border: 0;
    }
    #ac-part-1 #video-sound-on-off-btn img {
        width: 100%;
        height: auto;
    }
    #ac-part-1 {
        /* height: 56.5vw; */
        height: 67vh;
        /* padding-top: 5rem;
        margin-bottom: 5rem; */
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .ac-responisve-iframe {
        position: relative;
        overflow: hidden;
        padding-top: 0;
        height: 70vh;
    }
    .ac-responisve-iframe>div {
        height: 70vh;
        width: 100%;
    }
    .ac-responisve-iframe iframe {
        position: relative;
        top: 0;
        left: -110%;
        width: 320%;
        height: 71vh;
        border: 0;
        object-fit: cover;
        object-position: center;
    }
    #ac-part-1 .ac-responisve-iframe {
        width: 100vw
    }
    /* #ac-part-1 .ac-responisve-iframe iframe {
        position: relative;
        top: -43vw;
        left: -110%;
        width: 320%;
        height: 71vh;
        border: 0;
        object-fit: cover;
        object-position: center;
    } */
    #ac-part-1 .ac-responisve-iframe iframe {
        position: relative;
        top: -43vw;
        left: -110%;
        width: 263%;
        height: 77vh;
        border: 0;
        object-fit: cover;
        object-position: center;
    }
    #ac-part-1 br {
        display: none;
    }
    #ac-part-1 h1 {
        font-size: 7rem;
    }
    #ac-part-2 {
        padding-top: 3.7rem;
        padding-bottom: 2rem;
        margin-top: -3vw;
    }
    #ac-part-2 p.ac-bigger-para-font {
        font-size: 2.2rem;
    }
    #ac-part-3 {
        padding-top: 6.5rem;
    }
    #ac-part-3 .container {
        flex-direction: column;
    }
    #ac-part-3 .ac-imgmap-wrapper {
        width: 88%;
        margin: -12vw auto 0;
    }
    #ac-part-3 .ac-col-2 {
        margin-top: 9rem;
    }
    #ac-part-3 h1,
    #ac-part-3 h2 {
        text-align: center;
    }
    #ac-part-3 .ac-btn-blue {
        margin: 2rem auto;
    }
    #ac-part-3 p.ac-align-left {
        text-align: center;
    }
    #ac-part-4 {
        background: #fff;
        height: auto;
        background-repeat: no-repeat;
        background-position: 136% center;
        background-size: auto 100%;
        margin-top: 5rem;
        display: flex;
        padding-top: 0.2rem;
        background-image: none !important
    }
    #ac-part-4 .ac-infoflah-content {
        margin-top: 0rem
    }
    #ac-part-4 .ac-infoflah-wrapper {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-bottom: 3rem;
    }
    #ac-part-4 .container {
        flex-direction: column;
    }
    #ac-part-4 .ac-col-2 {
        margin-top: 17.5rem;
    }
    #ac-part-4 .ac-col-1 ul.ac-list-wrapper li {
        width: 100%;
        font-size: 2.7rem;
        margin: 0.3rem 0 0.6rem;
    }
    #ac-part-4 .ac-col-2 .ac-imgmanydots {
        right: -2rem;
        display: none;
    }
    #ac-part-4 .ac-col-2 .ac-imgstar {
        display: none
    }
    #ac-part-4 .ac-col-1 .ac-smallfont-wrapper small {
        right: 0;
        top: 1rem;
        font-size: 1.98rem;
        white-space: break-spaces;
    }
    #ac-part-4 .ac-linkto a {
        top: 7rem;
        font-size: 2rem;
    }
    #ac-part-4 .ac-col-1 .ac-imgdot {
        width: 3.2rem;
        height: 3.2rem;
        margin-top: 0.4rem;
        margin-right: 2rem;
    }
    #ac-part-4 .ac-infoflah-wrapper .ac-infoflah-icon {
        display: none
    }
    #ac-part-5 {
        background: #fff;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        display: flex;
        margin-top: 2.3rem;
        padding-top: 10.6rem;
    }
    #ac-part-5 .ac-imgmanydots-blue {
        width: 10rem;
        position: relative;
        left: 11rem;
        top: -14rem;
        display: none;
    }
    #ac-part-5 .container {
        flex-direction: column;
    }
    #ac-part-5 .ac-star {
        top: -16.1rem;
        width: 5rem;
        display: none;
    }
    #ac-part-5 .ac-imgmanydots-white {
        width: 11rem;
        position: relative;
        left: 0.5rem;
        top: -6.3rem;
    }
    #ac-part-5 .ac-infoflah-wrapper {
        background: #fff;
        color: #000;
        position: relative;
        right: 0;
        padding: 3.7rem 1.9rem;
        top: 0;
        width: 100%;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    #ac-part-5 .ac-infoflah-wrapper .ac-infoflah-icon {
        top: -2rem;
        right: unset;
        left: 0;
        width: 8rem;
        height: 8rem;
        position: absolute;
    }
    #ac-part-5 .ac-infoflah-wrapper p {
        position: relative;
        top: 2rem;
    }
    #ac-part-6 {
        padding-top: 8rem;
        background-repeat: no-repeat;
        background-position: -49rem 177rem;
        background-size: 222% 37%;
        padding-bottom: 46.5rem;
        background-color: #fff;
        overflow: hidden;
        background-attachment: unset;
    }
    #ac-part-6 .ac-num {
        top: -4rem;
        font-size: 7.5rem;
    }
    #ac-part-6 .ac-infoflah-wrapper h3 {
        margin-top: 3rem;
        font-size: 2.71rem;
        text-align: left !important;
        margin-bottom: 5rem;
        line-height: 1.2;
    }
    .slick-slider {
        z-index: 9;
    }
    #ac-part-6 .container {
        width: 100%;
        max-width: 100%;
    }
    #ac-part-6 .ac-flah-wrapper {
        flex-direction: column;
    }
    #ac-part-6 .ac-infoflah-wrapper .ac-btn-blue {
        margin-top: 2rem;
        margin-left: 2rem;
    }
    #ac-part-6 .ac-flah-wrapper li strong {
        font-weight: 900;
    }
    #ac-part-6 .ac-infoflah-wrapper {
        width: 90%;
        margin-bottom: unset;
        /* height: 43rem; */
        height: auto;
        margin-right: 0rem;
        border: 0.25rem solid #000;
        padding: 1.3rem 2.5rem 4rem;
        margin: 0 auto 3rem;
        z-index: 9;
    }
    #ac-part-6 h2,
    #ac-part-6 h3 {
        text-align: center !important;
    }
    #ac-part-6 h3 {
        /* font-size: 2.3rem; */
        font-size: 2.4rem;
        margin-top: 1.1rem;
        margin-bottom: 3.5rem;
        padding: 0 5%;
    }
    #ac-part-6 .ac-small-font {
        margin-top: 0.1rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    #ac-part-6 .ac-btn.ac-btn-pink {
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 9;
        margin-top: -2rem;
    }
    #ac-part-6 .ac-Group12684 {
        width: 96rem;
        position: absolute;
        bottom: -49rem;
        right: -19rem;
    }
    #ac-part-6 h2 {
        font-size: 4.7rem;
        line-height: 1;
    }
    #ac-part-7 .container,
    #ac-part-7 .container .ac-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #ac-part-7 h3 {
        font-size: 3.25rem;
        line-height: 1.1;
    }
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper:nth-child(1) .ac-tel-wrapper a,
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper .ac-wrapper-tel span {
        font-size: 2rem;
    }
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper:nth-child(1) .ac-tel-wrapper a {
        margin-right: 4vw;
    }
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper:nth-child(1),
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper {
        padding: 4.3rem 2rem;
        margin: 0 auto;
        margin-bottom: 5rem;
        width: 98%;
    }
    #ac-part-7 .container {
        flex-direction: column;
    }
    #ac-part-7 .ac-huge-font {
        font-size: 9.5rem;
        margin: 0 auto;
        margin-bottom: 4rem;
        display: block;
        text-align: center;
    }
    #ac-part-7 {
        height: auto;
        display: flex;
        padding: 8.5rem 0;
        background-attachment: unset;
        /* background-position: 100%; */
        background-position: 74%;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper p {
        font-family: 'CeraGR';
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper .ac-infoflah-content {
        margin-top: 10rem;
    }
    #ac-part-7 .ac-infoflah-wrapper .ac-infoflah-icon {
        width: 11rem;
        height: 11rem;
    }
    #ac-part-7 .container .ac-col-2 .ac-infoflah-wrapper .ac-infoflah-content,
    #ac-part-7 .container .ac-col-2 a .ac-infoflah-wrapper .ac-infoflah-content {
        margin-top: 9.5rem;
    }
    #ac-part-8 {
        padding-top: 10.2rem;
        padding-bottom: 14.5rem;
        background-size: 100% 100%;
        background-position: 0 top;
    }
    #ac-part-8 .ac-wrapper-flah {
        flex-direction: column;
    }
    #ac-part-8 .container {
        width: 100%;
        max-width: 100%
    }
    #ac-part-8 .ac-infoflah-wrapper {
        width: 95%;
        background-color: #fff;
        margin-bottom: 2rem;
        height: 35rem;
    }
    #ac-part-8 .ac-infoflah-wrapper .ac-infoflah-icon {
        width: 10rem;
        height: 10rem;
    }
    #ac-part-8 .ac-infoflah-wrapper h3 {
        height: 6.5rem;
        overflow: hidden;
    }
    #ac-part-8 .ac-infoflah-wrapper p {
        height: 8rem;
        overflow: hidden;
    }
    #ac-part-8 .ac-wrapper-expto-covid19 {
        width: 90%;
        margin: 4rem auto 0;
        padding: 2.4rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    #ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-2 {
        padding-bottom: 2.4rem;
    }
    #ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-3 a {
        margin-top: 1.4rem;
        display: block
    }
    #ac-part-8 h2.ac-white.ac-show-on-mobile {
        margin-bottom: -2rem;
        margin-top: 8rem;
    }
    #ac-part-8 .ac-wrapper-expto-covid19 ul.ac-list-wrapper li {
        font-size: 1.98rem;
    }
    #ac-part-8 .ac-wrapper-imgbgcovid-mob {
        position: relative;
        width: 100%;
        height: 0;
    }
    #ac-part-8 .ac-wrapper-imgbgcovid-mob img {
        position: absolute;
        width: 121rem;
        top: 27rem;
        left: -43rem;
        max-width: 800rem;
        z-index: 1;
    }
    #ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-1,
    #ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-2,
    #ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-3 {
        width: 100%;
    }
    #ac-part-8 h2 {
        text-align: center;
    }
    #ac-part-9 {
        padding-top: 10.2rem;
        background-size: 138%;
        padding-bottom: 52.5rem;
        overflow: hidden;
        background-repeat: no-repeat;
        margin-top: -0.2rem;
    }
   
    #ac-part-10 {
        padding-top: 10.2rem;
        padding-bottom: 10rem;
        background-size: cover;
        background-position: center;
    }
    #ac-part-10 .ac-circles-wrapper {
        display: flex;
        margin-top: 3.1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #ac-part-10 .ac-circle {
        margin-bottom: 1rem;
        width: 32.2rem;
        height: 32.2rem;
        padding-top: unset;
        justify-content: center;
    }
    #ac-part-10 .ac-circle .ac-imgvirus-wrapper {
        width: 14em;
        margin-bottom: 1rem;
        height: auto;
    }
    #ac-part-11 h3 span {
        display: block;
        margin-bottom: -1.5rem;
    }
    #ac-part-11 h3 {
        font-size: 2rem;
    }
    #ac-part-11 .ac-btn-pink {
        margin-top: 3.3rem;
    }
    #ac-part-11 {
        background-color: #17163F;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    #ac-part-11 .ac-row {
        display: flex;
        justify-content: flex-start;
        margin-top: 2rem;
        flex-direction: column;
    }
    #ac-part-11 .ac-col-middle {
        background-color: #E40F61;
        width: 100%;
        margin: 3rem 0;
        height: 0.2rem;
    }
    #ac-part-12 .ac-overlay {
        height: 45.2rem;
        top: -6.3rem;
    }
    #ac-part-12 h3 {
        font-size: 2rem;
        line-height: 1.3;
    }
    #ac-part-12 .ac-wrapper-btns a:hover,
    #ac-part-12 .ac-wrapper-btns a {
        padding: 1.8rem 2rem 1.8rem 2rem;
    }
    #ac-part-12 .ac-wrapper-btns {
        flex-direction: column;
        width: max-content;
        margin: 3.5rem auto;
    }
    #ac-part-12 .ac-wrapper-btns a {
        margin: 1rem 0
    }
    #ac-part-12 {
        background-attachment: unset;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    section {
        width: 101%;
    }
}
.responsivemenu {
    display: none !important;
}
.footer-link {
    padding-top: 45px;
}
@media (max-width: 640px) {
	.responsivemenu {
		display: block !important;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
	.header-main {
		height: 12.6rem;
	}
	a.logo {
		padding-left: 25px;
	}
	.logo img {
		width: 107px;
		margin-top: 30px;
	}
    #ac-part-1 .ac-center-pos-abs {
        top: 39vh;
        width: 100%;
    }
    html {
        font-size: 2vw;
    }
    #ac-part-6 .ac-Group12684 {
        width: 96rem;
        position: absolute;
        bottom: -49rem;
        right: -28rem;
    }
    #ac-part-6 {
        padding-top: 8rem;
        background-repeat: no-repeat;
        background-position: -49rem 198rem;
        background-size: 266% 30%;
        padding-bottom: 46.5rem;
        background-color: #fff;
        overflow: hidden;
        background-attachment: unset;
    }
    #ac-part-9 {
        padding-bottom: 39.5rem;
    }
    #ac-part-1 .ac-responisve-iframe iframe {
        /* position: relative;
        top: 0;
        left: -110%;
        width: 320%;
        height: 71vh;
        border: 0;
        object-fit: cover;
        object-position: center; */
        position: relative;
        top: -43vw;
        left: -110%;
        width: 320%;
        height: 71vh;
        border: 0;
        object-fit: cover;
        object-position: center;
    }
    #ac-part-12 .ac-overlay {
        height: 53.8rem;
        top: -6.3rem;
    }
	#ac-part-4 .part4-col-1 ul.ac-list-wrapper li {
    	width: 100%;
		font-size: 1.8rem;
	}
	.col-md-5.part4-col-2 li.ac-li {
		font-size: 1.8rem;
	}
	.footer-widget-col {
		width: 100%;
		padding: 15px 15px;
	}
	.footer-widget-col h4.ac-white {
		font-size: 1.5rem;
	}
	.footer-link {
		padding-top: 0;
	}
	footer.footer-main {
		padding-top: 0;
	}
}


/* RU */

.ac-ru {
    display: none
}

 .ac-ru {
    display: block
}





 #ac-part-6 h3.ac-blue {
    text-transform: uppercase;
}



 #ac-part-7 .ac-huge-font {
    font-size: 5rem;
}

 #ac-part-4 .ac-col-1 .ac-smallfont-wrapper small {
    right: -18.2rem;
    top: -0.7rem;
    font-weight: 600;
}

 #ac-part-10 h4 {
    font-size: 1.3rem;
}

 #ac-part-8 .ac-wrapper-flah h3 {
    height: 2.5em;
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
#ac-part-4 {

    background-position: 205% center;
}

@media (max-width: 1000px) {
   #ac-part-1 h1 {
        font-size: 4rem;
    }
     h1 {
        font-size: 4.8rem;
    }
     h2 {
        font-size: 3.7rem;
    }
     #ac-part-10 h4 {
        font-size: 2.3rem;
    }
 
     #ac-part-8 .ac-infoflah-wrapper h3 {
        height: 8.5rem;
        overflow: hidden;
        position: relative;
        top: 1rem;
    }
     #ac-part-8 .ac-infoflah-wrapper {
        height: 38rem;
    }
     #ac-part-4 .ac-col-1 .ac-smallfont-wrapper small {
        right: 0;
        top: 0.3rem;
    }
     #ac-part-8 .ac-wrapper-expto-covid19 .ac-covidcol-2 {
        padding-bottom: 3.4rem;
    }
     #ac-part-8 .ac-wrapper-expto-covid19 h3 {
        margin-bottom: 1rem;
    }
     #ac-part-6 {
        background-position: -49rem 222rem;
    }
     #ac-part-8 {
        padding-bottom: 23.5rem;
    }
     #ac-part-12 .ac-overlay {
        height: 51.2rem;
    }
}

@media (max-width: 640px) {
section#ac-part-2 p.ac-bigger-para-font.ac-align-center {
    padding: 0 15px;
}
	#ac-part-4 .part4-col-1 .ac-imgdot {
		margin-right: 20px;
	}
	a.ac-btn.ac-btn-blue.kyc-btn {
		margin: 10px auto 20px auto;
	}
	#ac-part-7 .ac-infoflah-wrapper .ac-infoflah-icon, .ac-infoflah-icon ion-icon, .ac-icon-tel-big ion-icon {
		height: 11rem;
		width: 5.5rem;
	}
	#ac-part-7 h3 {
		font-size: 2.2rem;
	}
	#ac-part-7 .container-xl .ac-col-2 .ac-infoflah-wrapper{
		margin-top: 20px;
	}
	#ac-part-12 {
		overflow: hidden;
	}
     #ac-part-12 .ac-overlay {
        height: 53.7rem;
    }
	ul.navbar-nav.footer-link li {
		width: 100%;
	}
	ul.navbar-nav.footer-link li a, footer p {
		font-size: 2rem;
	}
	.accordion-flush .accordion-item .accordion-button {
		padding: 15px;
		font-size: 15px;
	}
	.accordion-button::after, .accordion-button:not(.collapsed)::after {
		width: 16px;
		height: 25px;
	}
	fieldset legend {
		font-size: 3rem;
	}
	.lead-type h2 {
		font-size: 16px;
	}
	form#contact label.form-label {
		font-size: 2rem;
	}
	form#contact input[type=text] {
		height: 32px;
	}	
	form#contact textarea#Message {
		height: 150px;
	}
	form#contact input.btn.btn-success {
		font-size: 2.2rem;
		margin-top: 10px;
	}
	.lead_included_list ul li {
		font-size: 13px;
		float: none;

	}	
	
}
