html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

 :root {
    --blue-color: #0075EB;
    --white-color: #FFFFFF;
    --black-color: #1B1B1B;
}

.maincontainer {
    max-width: 1162px;
    margin: 0 auto;
    padding: 0 15px;
}

.samplecontainer {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

.samplemodal {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 15px;
}

.threeiconcontainer {
    max-width: 320px;
    margin: 0px auto;
    padding: 0 15px;
}

.gap-30 {
    gap: 0 30px;
}


/*--- header-css ---*/

.logo img {
    width: 300px;
    height: auto;
    padding: 10px 0;
}

.congtxt {
    padding: 20px 0;
    color: var(--white-color);
    background-color: #EC1C24;
}

.congtxt h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    padding-bottom: 10px;
}

.congtxt p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}

.main-body {
    padding: 0px 0 140px;
}

.three-icontxt h3 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 900;
    color: #EC1C24;
}

.copyfooter h4 {
    font-size: 18px;
    line-height: 24px;
    color: var(--black-color);
    padding-bottom: 18px;
}

.copyfooter h4 a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}

.copyfooter h4:last-child {
    padding-bottom: 50px;
}

#modal1 .modal-content {
    position: relative;
    width: 95%;
    max-width: 440px;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#modal1 h5 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
    color: #EC1C24;
}

#modal2 .modal-content {
    position: relative;
    width: 95%;
    max-width: 400px;
    margin: 20px auto;
    padding: 0 30px 30px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#modal2 h5,
.samplepopup h5 {
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    color: var(--black-color);
    padding-bottom: 20px;
}

#modal2 img {
    padding-bottom: 80px;
}

.modal-header {
    padding: 0;
    border: none;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-content {
    text-align: center;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    padding: 34px 60px;
}

.modal-header .btn-close {
    display: none;
}

.modal-body {
    padding: 0;
}

#modal1 .modal-body h6 {
    font-size: 18px;
    line-height: normal;
    color: #EC1C24;
    padding: 12px 0 30px;
}

#modal1 .modal-body h6 b {
    font-weight: 800;
}

.modal .okay-btn {
    /*min-width: 240px;
    */
    padding: 15px 40px;
    margin: 0 10px 0px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    background: #EC1C24;
    border-radius: 35px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

#modal2 h6 {
    color: #EC1C24;
    padding-bottom: 20px;
}

.modal-list ol {
    margin: 0;
    padding: 0;
    list-style: auto;
}

.modal-list ol li {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #EC1C24;
}

#modal2 .modal-list {
    margin: 0 21px;
}

.modal-list ol li:last-child {
    padding-bottom: 25px;
}

.image-container img {
    width: 80%;
    height: auto;
}

.image-container .six-img {
    padding: 5px;
}

.first-time-click {
    pointer-events: none;
    opacity: 0.3;
}

.final-image {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 50%) scale(1.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1050;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: transform 0.5s ease, opacity 0.5s ease;
    -o-transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-transform: translate(-50%, 50%) scale(1.5);
    -moz-transform: translate(-50%, 50%) scale(1.5);
    -ms-transform: translate(-50%, 50%) scale(1.5);
    -o-transform: translate(-50%, 50%) scale(1.5);
}

.final-image img {
    width: 25%;
    height: auto;
}


/*--- sample-page-css --- */

.sample-header h1 {
    font-size: 60px;
    line-height: 78px;
    color: var(--blue-color);
    font-weight: 700;
    padding: 60px 0 15px;
}

.sample-header h2 {
    font-size: 40px;
    line-height: 50px;
    color: var(--black-color);
    font-weight: 600;
    padding-bottom: 200px;
}

.samplepopup {
    background-color: #0075EB0D;
    padding: 90px 36px 53px;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    position: relative;
}

.samplepopup .btn-group {
    padding-top: 17px;
}

.samplepopup .btn-group .yes-btn,
.samplepopup .btn-group .no-btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.samplepopup .btn-group .no-btn {
    background-color: var(--white-color);
    color: var(--blue-color);
}

.samplepopup .samplepopupimg {
    position: absolute;
    top: -160px;
    text-align: center;
    left: 0;
    right: 0;
}


/*--- mediaquery ---*/

@media only screen and (max-width: 1600px) {
    .main-body {
        padding: 0px 0 120px;
    }
}

@media only screen and (max-width: 1399px) {
    .main-body {
        padding: 0px 0 100px;
    }
    .congtxt p {
        font-size: 16px;
        line-height: normal;
    }
    .copyfooter h4 {
        font-size: 14px;
        line-height: normal;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .congtxt p {
        font-size: 14px;
    }
    .main-body {
        padding: 0px 0 60px;
    }
    .modal-content {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 767px) {
    #modal1 .modal-content,
    #modal2 .modal-content {
        padding: 20px;
    }
    #modal1 .modal-body h6 {
        font-size: 14px;
    }
    .modal .okay-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    #modal2 .modal-body,
    #modal2 h6,
    #modal2 .modal-list ol li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .six-img {
        flex: 0 0 33.33%;
        width: 33.33%;
    }
}

@media only screen and (max-width: 375px) {
    .six-img {
        flex: 0 0 50%;
        width: 50%;
    }
    .main-body {
        padding: 0px 0 30px;
    }
}