@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'InterstateBoldCondensed';
    src: url('../fonts/InterstateBoldCondensed.otf');
}
@font-face {
    font-family: 'InterstateBlackCondensed';
    src: url('../fonts/InterstateBlackCondensed.otf');
}
@font-face {
    font-family: 'InterstateBold';
    src: url('../fonts/InterstateBold.otf');
}
@font-face {
    font-family: 'InterstateRegular';
    src: url('../fonts/InterstateRegular.otf');
}
@font-face {
    font-family: 'InterstateRegularCondense';
    src: url('../fonts/InterstateRegularCondense.otf');
}

.font-h-1 {
    font-family: 'Poppins-SemiBold';
}
.font-h-2 {
    font-family: 'InterstateBoldCondensed';
}
.font-h-3 {
    font-family: 'InterstateRegularCondense';
}
.font-h-4 {
    font-family: 'InterstateBlackCondensed';
}
.font-h-5 {
    font-family: 'InterstateBold';
}
.font-h-6 {
    font-family: 'Poppins-Bold';
}
.font-p-1 {
    font-family: 'Poppins-Light';
}
.font-p-2 {
    font-family: 'InterstateRegular';
}
.font-p-3 {
    font-family: 'Poppins-Medium';
}

body {
    background-color: #fff!important;
    font-family: 'Poppins-Light';
    overflow-x: hidden;
}
#wrapper {
    overflow-x: hidden;
}
p {
    font-size: 18px;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align: justify;
}
.align-center {
    text-align: center;
}
.font-italic {
    font-style: italic;
}
.font-normal {
    font-style: normal;
}

ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}

.vertical-align-list {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.padding-zero {
    padding: 0!important;
}
/*Section 0*/
.section-0-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section-0 .logo {
    width: 20%;
}
.logo-container {
    position: relative;
}

.section-0 h1{
    font-weight: bold;
    font-size: 65px;
    line-height: 0.9;
}

.section-0 .text-p-3 {
    font-size: 15px;
    margin-bottom: 18px;
    margin-left: 5px;
}

.section-0 .remark p{
    font-size: 10px;
}
.w-40 {
    width: 40%;
}

.main-list {
    list-style: none;
}
.main-list li {
    position: relative;
    line-height: 1.8;
}
.main-list li::before {  
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/Tick.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: -32px;
    transform: translate(-0.5em, 0.0em);
}
.banner-man {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: auto;
}
.play-btn {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0px);
    cursor: pointer;
    background-image: url(../images/play-white.png);
}

.play-btn:hover {
    background-image: url(../images/play-yellow.png);
}
.modal-content {
    background-color: transparent;
}
.yellow-circle {
    border-radius: 50%;
    background-color: #d9c934;
    width: 160px;
    height: 160px;
    top: 0;
    right: 0;
    padding-top: 30px;
    text-align: center;
    position: absolute;
}
.yellow-circle .text-p-1 {
    font-size: 14px;
    margin-bottom: 0;
}
.yellow-circle .text-p-2 {
    font-size: 22px;
    margin-bottom: 0;
}
.yellow-circle .text-p-3 {
    font-size: 14px;
    margin-bottom: 0;
}
.margin-20 {
    margin-top:20px;
}
.margin-30 {
    margin-top:30px;
}
.margin-45 {
    margin-top:45px;
}

.w-70 {
    width: 70%;
}

/*section 1*/
.section-1-bg .text-p-3{
    font-size: 25px;
}
.section-1-bg .text-p-1{
    font-size: 16px;
}
.section-1-bg .image-icon img {
    width: 60px;
}
.section-1-bg {
    background-color: #2c3b8f;
    color: white;
    position: relative;
}
.section-1-container {
    text-align: left;
}

.section-1-container .header-2 {    
    font-size: 2rem;
    line-height: 1.5em;
}
.section-1-container .header-1 {    
    font-size: 3.1rem;
    line-height: 1.2em;
}
.section-1-container .content p {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.bg-item img {
    position: absolute;
    width: 300px;
    right: 0;
    top: -14%;
}
.section-1-banner {
    width: 90%;
    border-radius: 10px;
}

.section-1-container .section-1-banner {
    margin-top: 3rem;
}

/*section 2*/

.section-2-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.section-2 {
    text-align: center;
}
.section-2-container {
    margin-top: 1rem;
}
.container-section-2 img {
    width: 130px;
}
.container-section-2 h4 {
    font-size: 22px;
}
.container-section-2 p {
    font-size: 15px;
}

.section-2-container .header-1 {    
    font-size: 55px;
}

.vertical-rectangle {
    width: 6px;
    border-radius: 25px;
    height: 80px;
    background-color: #01afab;
    margin: auto;
}

.row-margin {
    margin-top: -160px;
}
.circle-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 60px;
    cursor: pointer;
}

.circle-img:hover {
    transition: 1s;
    transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  overflow: hidden;
}

.logo-circle {
    width: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-circle {
    text-align: center;
    font-size: 16px;
}

/*Section 3*/
.bg-img {
    width: 100%;
    height: 100%;
}
.slider-section-3 .bg-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}
.section-3-bg {
    text-align: center;
}
.section-3-bg .container {
    width: 100%;
    max-width: unset;
}
.section-3-container h2 {
    color: white;    
    position: relative;
}
.section-3-container .header-1 {
    font-size: 6rem;
    line-height: 1;
}
.section-3-container .first-content {
    margin-bottom: 6rem;
}
.black-underline {
    display: block;
    position: relative;
    width: fit-content;
    margin: auto;
}

.black-underline:before {    
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    bottom: 12%;
    left: 0;
    background: black;
    z-index: -1;
}
.dark-blue-underline {
    display: inline-block;
    position: relative;
    width: fit-content;
    margin: auto;
}

.dark-blue-underline:before {    
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    bottom: 12%;
    left: 0;
    background: #2c3b8f;
    z-index: -1;
}
.yellow-underline {
    display: block;
    position: relative;
    width: fit-content;
    margin: auto;
}

.yellow-underline:before {    
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    bottom: 12%;
    left: 0;
    background: #d9c934;
    z-index: -1;
}
.section-3-bg .bg-color {
    background-image: linear-gradient(to bottom, #1883c2 0%, #02acad  100%);
    z-index: -1;
}

.slider-section-3.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider-section-3 .slick-slide img {
    display: inherit;
}
.slider-section-3 .slick-dots{
    bottom: 3%;
}
.slider-section-3 .slick-dots li button:before {
    opacity: 0.5;
    color:grey;    
    font-size: 14px;
}

.slider-section-3 .slick-dots li.slick-active button:before {
    opacity: 0.8;
    color: white;    
    font-size: 14px;
}


/*Section 4*/
.section-4-container .header-1 {
    font-size: 40px;
}
.section-4-container p {
    font-size: 22px;
}
.hr-color-blue-green{
    border: 1px solid #01afab;
    background-color: #01afab;
}
.section-4-container .bg-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-4-container .content-right {
    padding-left: 3rem;
}
.color-blue-green {
    color: #01afab;
}

.content-title img {
    width: 60px;
    display: inline-block;
}
.content-title p {
    font-size: 20px;
}
.content-title span.title {
    font-size: 24px;
    display: inline-block;
}
/*Section 5*/
.section-5-bg {
    background-color: #2c3b8f;
    color: white;
    position: relative;
}

.section-5-container h1 {
    font-size: 3.8rem;
}

.section-5-container p {
    font-size: 1.5rem;
}

.blue-underline {    
    border-bottom: 3px solid  #01afab;
}

/*Section 6*/

.section-6-bg .container {
}

.section-6-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebedf2;
    width: 100%;
    height: 100%;
}
.section-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.section-6 p {
    font-size: 22px;
}

.section-6 .header-1 {
    font-size: 65px;
    color: #01afab;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    box-shadow: -15px 14px 30px #474040c7;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*section 7*/

.section-7-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ebedf2;
}
.section-7 {
    text-align: center;
}
.section-7 .text-p-3 {
    font-size: 20px;
    color: #01afab;
}
.section-7 .sub-text {
    font-size: 14px;
    color: grey;
}
.section-7-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-7-container .header-1 {    
    font-size: 55px;
}

.section-7-list {
    list-style: none;
}
.section-7-list li {
    position: relative;
}
.section-7-list li::before {  
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/arrow-\(is-this-you-part\).png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: -32px;
    transform: translate(-0.5em, 0em);
}

/*Section 8*/
.section-8-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ebedf2;
    z-index: -1;
}
.section-8 {
    text-align: center;
}
.section-8 .text-p-3 {
    font-size: 20px;
    color: #01afab;
}
.section-8 .sub-text {
    font-size: 16px;
    color: grey;
}
.section-8-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-8-container .header-1 {    
    font-size: 35px;
    color: white;
}
.container-green-bottom {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-color: white;
    height: 80%;
    padding: 100px 20px 0px 20px;
    border-bottom: 20px solid #d9c934;
    box-shadow: 0px 1px 15px #47404057;
}
.container-green-bottom h4 {
    font-size: 20px;
}
.container-green-bottom p {
    font-size: 15px;
}
.container-green-bottom .small-note {
    font-size: 8px;
}
.step {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 45px;
    background-position: center;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -10px);
}
.step .text-1 {
    font-size: 16px;
}
.step .text-2 {
    font-size: 25px;
}
/*Section 9*/
.section-9-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ebedf2;
}
.section-9 {
    text-align: center;
}
.section-9 .text-p-3 {
    font-size: 20px;
    color: #01afab;
}
.section-9 .sub-text {
    font-size: 16px;
    color: grey;
}
.section-9-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-9-container .header-1 {    
    font-size: 55px;
}
.section-9-list {
    list-style: none;
}
.section-9-list li {
    position: relative;
    cursor: pointer;
}
.section-9-list li::before {  
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/faq-icon.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: -32px;
    transform: translate(-1em, 0em);
}
/*Section 10*/
.section-10-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #2c3b8f;
}
.section-10 {
}
.section-10 .text-p-3 {
    font-size: 30px;
    color: #01afab;
}
.section-10 .header-1 {
    font-size: 80px;
    color: white;
}
.section-10-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-10-container .curved-border {
    background: #d9c934;
    border-radius: 40px;
    width: max-content;
    padding: 10px 30px;
}

.media-circle {
    text-align: center;
    width: 250px;
    height: 250px;
    padding-top: 30px;
    margin: auto;
    background-color: #ebedf2;
    box-shadow: 5px 5px 18px #474040c7;
    border-radius: 50%;
}

.media-circle img {
    width: 35%;
    padding-bottom: 20px;
}

.media-circle p {
    font-size: 22px;
    line-height: 1;
}

.media-link:hover{
    text-decoration: none;    
}

/*section-11*/
.section-11-bg {
    background-image: linear-gradient(to left, #1883c2, #07a2b2);;    
}

.section-11-bg p {
    /* opacity: 0.5; */
    font-size: 16px;
}

/*modal*/
.modal-bg {
    width: 100%;
    padding: 100px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-bg .section-modal-title {
    font-size: 38px;
}
.modal-bg hr {
    background-image: linear-gradient(to right, #d9ce34, #bad934);
    height: 4px;
    border-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.section-modal-content-1 {
    font-size: 18px;
}
.section-modal-content-2 {
    font-size: 16px;
}

.btn-claim {
    font-size: 18px;
    width: 100%;
    margin-top: 1.5rem;
    animation: gradient; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.btn-get {
    font-size: 18px;
    width: 100%;
    animation: gradient; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes gradient {
    0% {
        background-position:0% 50%
    }
    50% {
        background-position:100% 50%
    }
    100% {
        background-position:0% 50%
    }
}

.btn-claim:hover {
    text-decoration: none;
}


.btn-white {
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    color: #2c3b8f;           
    border-radius: 50px;
    display: block;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    width: fit-content;
}
.btn-white:hover {
    text-decoration: none;
}

.btn-grad {
    background-image: linear-gradient(to left, #1475ad 0%, #02acad  100%);
}
.btn-grad {
   padding: 10px 35px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 50px;
   display: block;
   font-size: 15px;
   font-family: 'Poppins-SemiBold';
   width: fit-content;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }

 
.btn-grad-lg {
    background-image: linear-gradient(to right, #322696 0%, #00a7ab  51%, #322696  100%);
}
.btn-grad-lg {
   padding: 15px 35px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 50px;
   display: block;
   font-size: 18px;
   font-family: 'Poppins-Medium';
   width: fit-content;
 }

.btn-grad-lg:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
}
.btn-no-shadow {
    background-image: linear-gradient(to right, #322696 0%, #081e65 51%, #322696 100%);
    box-shadow: unset;
}

 /*Section 10*/
.section-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.logo-footer {
    width: 5%;
    margin-left: 10px;
    margin-top: -10px;
}

.mobile-view {
    display: none;
}

.mobile-view-banner {
    display: none;
}

@media (max-width: 1024px) {  
    .w-70 {
        width: 100%;
    }
    .c100.big {
        font-size: 140px!important;
    }
    .c100:after {
        top: 0.45rem!important;
        left: 0.45rem!important;
    }
    .container-green-bottom { 
        height: 85%;
    }
    .section-0 .logo {
        width: 40%;
    }

    .banner-man {
        height: 104%;
    }
}
@media (max-width: 991px) {  
    .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none;
    }
    .logo-circle {
        width: 50px;
        padding-bottom: 8px;
    }   
    .content-circle {
        font-size: 14px;
    } 
    .circle-img {
        padding: 30px;
    }
    .content-title span.title {
        font-size: 16px;        
    }
    .section-3-container .first-content {
        margin-bottom: 4rem;
        font-size: 30px;
    }
    .section-3-container h2 {        
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .section-1-container .header-2 {
        font-size: 1.7rem;
    }
    .section-1-container .header-1 {
        font-size: 2.8rem;
    }
    .section-3-container .header-1 {
        font-size: 4rem;
        line-height: 1;
    }
    .section-1-banner {
        width: 100%;
    }
    .c100 {
        float: unset!important;
        margin: 3rem auto 1rem auto!important;
    }
    .media-percent {
        text-align: center;
    }
    .logo-footer {
        width: 10%;
        margin-left: 10px;
    }
    .c100 {
        margin: 1rem auto 1rem auto!important;
    }
    .banner-man {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 82%;
        margin: auto;
        bottom: 0;
    }
    .section-0 .logo {
        width: 25%;
    }
    .play-btn {
        width: 25%;
        height: 25%;
        top: 50%;
        transform: translate(-35%, 0px);
    }
    .section-0-bg {
        background-position: 60%;
    }
}
@media (max-width: 767px) { 
    .section-4-container .content .bg-img {
        padding-top: 140%;        
    }

    .section-0-bg {
        background-position: 44%;
    }
    .section-9-container .header-1 {    
        font-size: 45px;
    }
    .section-10 .header-1 { 
        font-size: 50px;
    }
    .play-btn {
        width: 25%;
        height: 25%;
        top: 55%;
        transform: translate(-35%, 0px);
    }
    .banner-man {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
        width: 100%;
        height: 500px;
        margin-top: 80px;
        background-position: top;
    } 
    .section-4-container .content-right {
        padding-left: 15px;
        margin-top: 30px;
    }
    .section-7-container .header-1 {
        font-size: 45px;
    }
    .section-7 .text-p-3 {
        font-size: 18px;
    }
    .btn-grad-lg {
        font-size: 12px;
    }
    .section-6 {
        margin: 25px 25px 0 25px;
    }
    .section-6 p {
        margin-top: 3rem;
    }
    .section-3-container .first-content {
        margin-bottom: 3rem;
    }
    .section-3-container h2 {
        font-size: 26px;
    }
    .content-title span.title {
        font-size: 22px;
    }
    .logo-circle {
        width: 50px;
        padding-bottom: 10px;
    }
    .content-circle {
        font-size: 11px;
    } 
    .circle-img {
        padding: 40px;
    }
    .row-margin {
        margin-top: 0;
    }
    .bg-item img {
        width: 180px;
        right: 0;
        top: -12%;
    }
    .section-0 .logo {
        width: 30%;
    }
    .section-0-bg {
    }
    .banner-man {
        
    }   
    .position-unset {
        position: unset;
    }
    .btn-get {
        padding: 10px 20px;
        font-size: 15px;
    }
    .mobile-view {
        display: none;
    }
    .desktop-view {
        display: block;
    }

    .mobile-view-banner {
        display: block;
    }
    .desktop-view-banner {
        display: none;
    }
    .section-6-banner {
        width: 100%;
        margin-top: 1rem;
    }
    .c100.top-percentage {
        margin-top: 1rem!important;
    }
    .section-1-container .header-1 {
        font-size: 38px;
    } 
    .section-3-text {
        font-size: 32px;
    }
    .media-percent {
        padding: 0 4rem;
    }
    .section-6 .header-1 {
        font-size: 2.1rem;
    }
    .btn-claim {
        font-size: 16px;
        padding: 10px 15px;
    }
    .section-9-container {
        padding: 20px 20px;
    }
    .modal-bg {
        margin: 15px;
        padding: 160px 160px;
    }
    .modal-bg .section-modal-title {
        font-size: 30px;
    }
    .section-modal-content-1 {
        font-size: 14px;
    }
    .section-modal-content-2 {
        font-size: 10px;
    }
    .yellow-circle {
        width: 130px;
        height: 130px;
        padding-top: 20px;
    }    
    .yellow-circle .text-p-1 {
        font-size: 12px;
    }
    .yellow-circle .text-p-2 {
        font-size: 17px;     
    }
    .yellow-circle .text-p-3 {
        font-size: 12px;
        margin-bottom: 0;
    }
}

.modal {
    overflow-x: hidden!important;
    overflow-y: auto!important;
}
.c {
    display: block;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px!important;
    }
}

@media (max-width: 576px) {
    .modal-bg {
        margin: 15px;
        padding: 160px 80px;
    }
}
@media (max-width: 500px) {
    .modal-bg {
        margin: 15px;
        padding: 160px 31px;
    }
}
@media (max-width: 380px) { 
    .section-11-bg p {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .section-3-container .first-content {        
        font-size: 26px;
    }
    /* .play-btn {
        width: 25%;
        height: 25%;
        top: 43%;
        transform: translate(-35%, 0px);
    } */
    .yellow-circle {
        width: 115px;
        height: 115px;
        padding-top: 20px;
    }    
    .yellow-circle .text-p-1 {
        font-size: 10px;
    }
    .yellow-circle .text-p-2 {
        font-size: 15px;     
    }
    .yellow-circle .text-p-3 {
        font-size: 10px;
        margin-bottom: 0;
    }
    .modal-bg {
        margin: 15px;
        padding: 160px 10px;
    }
    .section-9-container .header-1 {
        font-size: 35px;
    }
}
@media (max-width: 320px) {
    .modal-bg {
        margin: 15px;
        padding: 100px 20px;
    }
    .logo-circle {
        padding-top: 12px;
        padding-bottom: 5px;
    }
    .play-btn {
        width: 25%;
        height: 25%;
        top: 45%;
        transform: translate(-35%, 0px);
    }
    .circle-img {
        padding: 30px;
    }
    .modal-bg .section-modal-title {
        font-size: 22px!important;
    }
    .section-modal-content-1 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .modal-bg hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .content-circle {
        font-size: 8px;
        transform: translate(0px, 4px);
    }
    .section-2-container .header-1 {
        font-size: 45px;
    }
    .section-4-container .header-1 {
        font-size: 40px;
    }
    .section-8-container .header-1 {
        font-size: 30px;
        color: white;
    }
    .section-9 .text-p-3 {
        font-size: 16px;
    }
    .section-11-bg p {
        font-size: 12px;
    }
    .text-p-1.reasonText {
        font-size: 16px;
    }
    .media-circle {     
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 350px) {
    
    .content-circle {
        font-size: 8px;
        transform: translate(0px, 4px);
    }
    .modal-bg {
        margin: 15px;
        padding: 100px 40px;
    }
    .logo-circle {
        padding-top: 12px;
        padding-bottom: 5px;
    }
    .modal-bg .section-modal-title {
        font-size: 25px;
    }
}

@media (max-width: 280px) {
    .modal-bg {
        margin: 15px;
        padding: 100px 20px;
    }
    .section-modal-content-1 {
        font-size: 10px;        
    }
    .modal-bg .section-modal-title {
        font-size: 20px!important;
    }
    .logo-circle {
        width: 40px;
    }
}

/*Common*/
.color-dark-blue {
    color: #2c3b8f;
}

.color-white {
    color: white;
}

.color-yellow {
    color: #d9c934!important;
}

/*Whatsapp*/

.float-button {
    position: absolute;
    border-radius: 50%;
    border: solid transparent;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
}
.float-button.whatsapp {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: .25em;
    width: 60px;
    height: 60px;
    background-color: #4caf50;
    z-index: 9999;
    animation: ring; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 5s;
    animation-iteration-count: infinite;
   /* animation-duration: 0.8s;
    animation-iteration-count: infinite;*/
}
@keyframes ring {
    0% {
        width: 60px;
        height: 60px;
        opacity: 1;
        transform: rotate(360deg);
    }
    15%  {
        opacity: 0.8;
        transform: rotate(0deg);
    }
    20%  {
        width: 60px;
        height: 60px;
        opacity: 1;
    }
    75% {
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 1;
    }
}

.float-button.whatsapp .fa-whatsapp {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
}

.no-link, .no-link:hover, .no-link:focus {
    text-decoration: none;
}