* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
}

/* button outline removal when clicked */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none !important;
    outline: 0;
}

/*********** TEXT COLORS ***********/
.mainColor {
    color: #4B949F;
}

.secondaryColor {
    color: white;
}

.sectionHeadingColor {
    color: white;
    font-family: 'Lato';
}

.sectionSubHeadingColor {
    color: white;
    font-family: 'Lato';
    /* text-shadow: 0px 1px 2px #00000030; */
}

/* secondary text colors */
.secondaryTextColor {
    color: #427A82;
}

.loginButtonColor {
    color: white !important;
}

.galleryButtonColor {
    color: black;
}

.carouselTextColor {
    color: #427A82;
    text-shadow: 1px 1px 2px #0000006b;
}

.footerTextColor {
    color: white;
}

/*********** TEXT COLORS end***********/

/******** Background colors ********/
.navBGColor {
    background-color: #427A82;
}

.footerBgColor {
    background-color: #427A82;
}

.headerBGColor {
    background-color: #4B949F;
}

.mainBGColor {
    background-color: #4B949F;
}

/* .mainOverlayColor {
    background-color: rgba(42, 1, 9, 0.4);
} */

/* .card-body {
    background-color: #970622cc;
} */

.buttonColor {
    background-color: #4B949F !important;
}

.testimonialBG {
    background-color: #427A82;
}

/**************** Header *******************/
/* .headerbg{
    background-size: cover;
} */

header {
    position: relative;
    overflow: hidden;
    min-height: 91vh;
    margin: 0;
    padding: 0;
}

header:before {
    content: "";
    display: block;
    background-color: rgb(248, 91, 101);
    /* background: url(../../bg.jpg) no-repeat; */
    background-size: cover;
    background-position: 21% 0%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
}

header .container {
    z-index: 2;
}

@media (max-height: 550px) {
    header {
        min-height: 550px;
    }
}

@media (min-width: 576px) {
    header {
        min-height: 95vh;
    }
}

@media (min-width: 768px) {
    header:before {
        background-position: 17% 0%;
    }
}

@media (min-width: 992px) {
    header {
        min-height: 95vh;
    }

    header:before {
        background-position: 15% 0%;
    }
}

@media (min-width: 1200px) {
    header {
        min-height: 93vh;
    }

    header:before {
        background-position: 0% 0%;
    }
}

.headerText {
    font: Bold 24px/29px 'Lato';
    text-shadow: 0px 1px 2px #00000029;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .headerText {
        font: Bold 40px/40px 'Lato';
    }
}

@media (min-width: 1200px) {
    .headerText {
        font: Bold 55px/55px 'Lato';
    }
}

@media (min-width: 1200px) {
    .moveUP{
        position: absolute;
        bottom: 70px;
        left:17%;
        right:17%;
    }
}
@media (min-width: 1200px) and (max-height: 930px) { 
    .moveUP{
        position: relative;
        justify-content: center;
        left: unset;
        bottom: unset;
        right: unset;
    }
}

.headerSlogans{
    background-color: #2A585E;
    color:white;
    min-height:150px;
    /* max-width: 400px; */
    /* max-width:270px; */
    /* margin-right: 15px; */
    box-shadow: 0px 3px 6px #00000080;
}

.headerSlogansC{
    position: absolute;
    top:-15px;
}
.headerSlogansHeading{
    font: bold 20px/23px 'Lato';
}
.headerSlogansParagraph{
    font: lighter 15px/18px 'Lato';
}

.registerContainer {
    /* position: absolute;
    bottom: 40px; */
    margin-top: 15%;
}

@media (min-width: 1200px) {
    .registerContainer {
        /* position: absolute;
        bottom: 40px; */
        margin-top: 3%;
    }
}

.overlayHeader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 0;
}

/* a agb color */
.agbColor {
    color: white !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

.agbColorRegisterLG {
    color: #4C5264 !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

.containerRegisterAGBColor {
    color: #4C5264 !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}
.containerRegisterAGBColorClassic {
    color: white !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

/* a pwReset color */
.pwResetColor {
    color: white !important;
    font-size: 13px;
    text-decoration: underline;
    padding: 0px;
}

.btnConfirmRegister {
    /* border: 1px solid white; */
    background-color: rgba(98, 26, 23, 0.9);
    border: none;
    border-radius: 0;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    /* padding: 16px; */
    /* letter-spacing: 1px; */
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: Bold 13px/16px Lato;
    width: 100%;
    height: 35px;
    box-shadow: 1px 3px 6px #00000029;
}

/* Main buttons */
.btnConfirm {
    /* border: 1px solid white; */
    background-color: rgba(98, 26, 23, 0.9);
    border: none;
    border-radius: 0;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 16px;
    /* letter-spacing: 1px; */
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: Bold 13px/16px Lato;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px #00000029;
}

.btnConfirm:hover {
    color: white;
}

@media (max-width: 349.98px) {
    .btnConfirmRegister {
        height: 30px;
        font-size: 13px;
        padding: 7px;
    }

    .btnConfirm {
        height: 40px;
        font-size: 13px;
        padding: 12px;
    }
}

@media (min-width: 576px) {
    .btnConfirmRegister {
        height: 50px;
        font-size: 17px;
        padding: 17px;
    }

    .btnConfirm {
        height: 50px;
        font-size: 17px;
        padding: 17px;
    }
}

@media (min-width: 992px) {
    .btnConfirm {
        height: 50px;
        font-size: 17px;
        padding: 17px;
    }
}

@media (min-width: 1200px) {
    .btnConfirm {
        height: auto;
        font-size: 75%;
        padding: 12px;
    }
}

/* @media (min-width: 1600px) {
    .btnConfirm {
        height: auto;
        font-size: 95%;
        padding: 12px;
    }
} */

.btnConfirmFBRegister {
    /* border: 1px solid white; */
    border: none;
    border-radius: 0;
    display: block;
    background-color: rgba(62, 88, 161, 0.9);
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 16px;
    letter-spacing: 1px;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: Bold 13px/16px Lato;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px #00000029;
}

.btnConfirmFB {
    /* border: 1px solid white; */
    border: none;
    border-radius: 0;
    display: block;
    background-color: rgba(62, 88, 161, 0.9);
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 17px;
    letter-spacing: 1px;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: Bold 13px/16px Lato;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px #00000029;
}

.btnConfirmFB:hover {
    color: white;
}

@media (max-width: 349.98px) {
    .btnConfirmFBRegister {
        height: 40px;
        font-size: 12px;
        padding: 12px;
    }

    .btnConfirmFB {
        height: 40px;
        font-size: 13px;
        padding: 12px;
    }
}

@media (min-width: 576px) {
    .btnConfirmFBRegister {
        height: 50px;
        font-size: 17px;
        padding: 18px;
    }

    .btnConfirmFB {
        height: 50px;
        font-size: 17px;
        padding: 18px;
    }
}

@media (min-width: 992px) {
    .btnConfirmFB {
        height: auto;
        font-size: .775rem;
        padding: 12px;
    }
}

@media (min-width: 1200px) {
    .btnConfirmFBRegister {
        height: auto;
        font-size: 68%;
        padding: 12px;
    }

    .btnConfirmFB {
        height: auto;
        font-size: 68%;
        padding: auto;
    }
}

/* @media (min-width: 1600px) {
    .btnConfirmFBRegister {
        height: auto;
        font-size: 95%;
        padding: 12px;
    }

    .btnConfirmFB {
        height: auto;
        font-size: 95%;
        padding: auto;
    }
} */

/* Shine effect on Button */
.shineEffect {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    border-radius: 0;
    /* color: #fff; */
    text-decoration: none;
    text-align: center;
}

.shineEffect:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -200%;
    left: -150%;
    width: 60%;
    height: 60%;
    opacity: 0;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.shineEffect:active:after {
    opacity: 0;
}

@-webkit-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-moz-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-ms-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-o-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.5s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

/* main buttons end */

/* CAROUSEL HEADER */

.carouselHeader {
    height: auto;
    max-height: 285px;
}

@media (max-height: 500px) {
    .carouselHeader {
        height: 250px;
    }
}

@media (max-width:349.98px) {
    .carouselHeader {
        height: 230px;
    }
}

@media (max-height:670px) {
    .carouselHeader {
        height: 230px;
    }
}

@media (max-height:650px) {
    .carouselHeader {
        height: 200px;
    }
}

@media (min-width:567px) {
    .carouselHeader {
        height: auto;
        max-height: none;
    }
}

@media (min-width:768px) {
    .carouselHeader {
        height: 425px;
        max-height: none;
    }
}


.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item {
    width: 100%;
    height: 100%;
}

/* .carousel-item img {
    position: absolute;
    width: 110%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 359.98px) {
    .carousel-item img {
        left: 46%;
        top: 60%;
    }
}

@media (max-width: 375.98px) and (max-height: 670px) {
    .carousel-item img {
        left: 46%;
        top: 59%;
    }
}

@media (min-width: 600px) {
    .carousel-item img {
        width: 100%;
        top: 60%;
    }
}

@media (min-width: 768px) {
    .carousel-item img {
        width: 100%;
        top: 53%;
    }
}

@media (min-width: 992px) {
    .carousel-item img {
        width: 100%;
        top: 63%;
    }
} */

@media (min-width: 1200px) {
    .carouselHeader {
        height: 72vh;
        min-height:600px;
    }
}

.carouselText {
    position: absolute;
    right: 1%;
    top: 10px;
    left: 57%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.headerHeading {
    color: #FFFFFF;
    font: lighter 24px/29px 'Lato';
    letter-spacing: 0;
    /* font-weight: 200; */
}

.headerSub {
    font: 12px 'Lato', sans-serif;
}

@media (max-width: 359.98px) {
    .carouselText {
        left: 47%;
        right: 3%;
    }
}

@media (min-width: 600px) {
    .headerHeading {
        font-size: 18px;
    }

    .headerSub {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .carouselText {
        right: 4%;
        top: 20px;
        left: 64%;
    }

    .headerHeading {
        font-size: 26px;
    }

    .headerSub {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .carouselText {
        right: 14%;
        top: 41%;
        left: 70%;
    }

    .headerHeading {
        font-size: 20px;
    }
    .headerSub {
        font-size: 17px;
    }
}

.seal {
    position: absolute;
    height: 100px;
    width: 110px;
    bottom: 10px;
    right: 5px;
}

@media (min-width: 600px) {
    .seal {
        height: 150px;
        width: 160px;
    }
}

@media (min-width: 768px) {
    .seal {
        height: 200px;
        width: 210px;
        bottom: 10px;
        right: 5px;
    }
}

@media (min-width: 992px) {
    .seal {
        height: 150px;
        width: 160px;
        bottom: 10px;
        right: 5px;
    }
}

.seal2 {
    position: absolute;
    height: 90px;
    width: 100px;
    bottom: -50px;
    right: 10px;
}

@media (min-width: 576px) {
    .seal2 {
        height: 100px;
        width: 110px;
        bottom: -53px;
        right: 47px;
    }
}

@media (min-width: 768px) {
    .seal2 {
        height: 100px;
        width: 110px;
        bottom: -100px;
        right: 47px;
    }
}

/* CAROUSEL HEADER END */

/* Login Form */
.LoginFormDesktop,
.LoginFormDesktop:hover,
.LoginFormDesktop:focus,
.LoginFormDesktop:active,
.LoginFormDesktop:visited {
    font: 1rem 'Lato', sans-serif;
    font-weight: 100;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid white;
    width: 180px !important;
    height: 37px;
    box-shadow: none;
    border-radius: 0;
    padding: 0px;
    border-radius: 0px;
}

@media(min-width:576px) {
    .LoginFormDesktop {
        width: 150px;
    }
}

@media(min-width:992px) {
    .LoginFormDesktop {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .LoginFormDesktop {
        width: 180px;

    }
}

/* Color for placeholder in input - login*/
.LoginFormDesktop::-webkit-input-placeholder {
    color: white;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormDesktop::-moz-placeholder {
    color: white;
}

/* Mozilla Firefox 19+ */
.LoginFormDesktop:-ms-input-placeholder {
    color: white;
}

/* Internet Explorer 10-11 */
.LoginFormDesktop::-ms-input-placeholder {
    color: white;
}

/* Autocomplete styles */
.LoginFormDesktop:-webkit-autofill,
.LoginFormDesktop:-webkit-autofill:hover,
.LoginFormDesktop:-webkit-autofill:focus,
.LoginFormDesktop:-webkit-autofill:focus-within,
.LoginFormDesktop:-webkit-autofill:visited,
.LoginFormDesktop:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font: normal 1rem 'Lato', sans-serif;
    font-weight: 100;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid white;
    width: 180px !important;
    height: 37px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-fill-color: white;
    border-radius: 0;
    padding: 0px;
    transition: background-color 5000s ease-in-out 0s;
}


input:-internal-autofill-selected {
    color: white;
}

/* Login form end */

/**Navbar **/
.navbox {
    height: 72px;
    color: white;
    min-height: 40px;
}

.nav-container {
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {
    .nav-container {
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbox {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 320px) {
    .navbox {
        height: 8vh;
        min-height: 40px;
    }

}

@media (min-width: 576px) {
    .navbox {
        height: 5vh;
    }

}

@media (min-width: 768px) {
    .navbox {
        height: 5vh;
    }

}

@media (min-width: 992px) {
    .navbox {
        height: 77px;
    }

}

_:-ms-lang(x),
.form-inline {
    width: 35%;
}

/** Navbar end **/


/* "Login" Button open Modal */
.btn-login {
    /* color: #808080; */
    /* border: none; */
    font-size: 18px;
    height: 100%;
    min-width:100px;
    /* line-height: 2; */
    background-color: #427A82;
    border-radius: 50px;
}

.btn-login:hover {
    color: white;
    border: none;
    border-radius: 0;
}

@media (min-width: 600px) {
    .btn-login {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .btn-login {
        font-size: 21px;
    }
}

/* "Login" Button open Modal end */

/* Login icons desktop */
.icons {
    max-width: 60%;
    height: auto;
    background-color: #427A82;
}

@media (min-width: 600px) {
    .icons {
        max-width: 48%;
    }
}

@media (min-width: 768px) {
    .icons {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .icons {
        max-width: 40%;
    }
}

.icons2 {
    max-width: 100%;
    height: auto;
    background-color: #621A17;
}

@media (min-width: 600px) {
    .icons2 {
        max-width: 48%;
    }
}

@media (min-width: 768px) {
    .icons2 {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .icons2 {
        max-width: 80%;
    }
}

.icons3 {
    max-width: 30%;
    height: auto;
    border: 3px solid #427A82;
}

@media (min-width: 600px) {
    .icons3 {
        max-width: 48%;
    }
}

@media (min-width: 768px) {
    .icons3 {
        max-width: 45%;
    }
}

@media (min-width: 1200px) {
    .icons3 {
        max-width: 40%;
    }
}


.fa-angle-right {
    color: white;
    font-size: 18px;
    margin-left: 1px;
}

.fa-facebook-f {
    color: white;
}

/* Facebook Icon */
.fa-facebook-official {
    font-size: 20px !important;
    width: 1px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    border-radius: 50%;
    color: white;
}

.fa-customColor {
    color: white;
}

/* Login icons desktop end*/

/* nav logo */
.logo {
    max-width: 180px ;
}

.logoBG{
    background-color: #427a81;
    width: 100%;
    height: 64px;
    position: absolute;
    z-index: 1;
    top:0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}
.logoBGLG{
    background-color: #427a81;
    left:0;
    width: 100%;
    height: 105px;
    position: absolute;
    z-index: 1;
    top:0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}

@media (max-width: 359.98px) {
    .logoBG{
    height: 55px;
    max-width: 160px;
    }
}

@media (min-width: 400px) {
    .logoBG{
        height: 90px;
    }
}

@media (min-width: 600px) {
    .logoBG{
        height: 100px;
    }
}


.modalLogo {
    max-width: 15vh;
}

@media (min-width:768px) {
    .logo {
        margin-left: auto;
        /*margin-right: auto;*/
        max-width: 300px;
    }
    .logoBG{
        height: 105px;
    }
}

@media (min-width:900px) {
    .logoBG{
        height: 115px;
    }
}

@media (min-width:992px) {
    .headerLogo {
        margin-left: -18%;
    }
    .logoBG{
        height: 120px;
    }
}
@media (min-width:1100px) {
    .logo {
        max-width: 215px;
    }
    .logoBG{
        height: 123px;
    }
}

@media (min-width:1200px) {
    .headerLogo {
        margin-left: -18%;
    }
}

@media (min-width:2000px) {
    .logo {
        max-width: 6%;
    }
}

/* /* nav logo end */

/** Header Slogans **/
.sloganRow1 {
    font: 37px 'Lato', sans-serif;
    background-color: rgba(255, 255, 255, 0.88);
    margin-bottom: 1px;
    width: 270px;
    padding-left: 5px;
    font-weight: 800;
}

.sloganRow2 {
    font: 37px 'Lato', sans-serif;
    background-color: rgba(255, 255, 255, 0.88);
    width: 230px;
    padding-left: 5px;
    font-weight: 800;
}

@media(min-width:320px) {
    .sloganRow1 {
        font-size: 9vw;
        width: 67vw;
        margin-left: 1.5rem !important;
    }

    .sloganRow2 {
        font-size: 9vw;
        width: 57vw;
        margin-left: 1.5rem !important;
    }
}

@media(min-width:375px) {
    .sloganRow1 {
        font-size: 9vw;
        width: 70vw;
    }

    .sloganRow2 {
        font-size: 9vw;
        width: 59vw;
    }
}

@media (min-width: 576px) {
    .sloganRow1 {
        font-size: 37px;
        width: 270px;
        margin-left: 0px !important;
    }

    .sloganRow2 {
        font-size: 37px;
        width: 230px;
        margin-left: 0px !important;
    }
}

/* Header Slogans end*/


/******** WIZARD  ********/
/*** REGISTER FORM ***/

/* ASSISTANT DESKTOP */
.assistantLG {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.93);
    top: 8%;
    left: 12%;
    /* border-radius: 8px; */
    height: 480px;
    padding: 20px;
    z-index: 5;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 360px;
}

.assistantHeadingLG {
    /* position: absolute;
    top:2%;
    left:10%;
    right:10%; */
    font-size: 28px;
    font-weight: bold;
    /* color: #427A82; */
    text-shadow: 0px 1px 2px #00000029;
}

.assistantHeadingLGRegister {
    font-size: 28px;
    font-weight: bold;
    /* color: #427A82; */
    text-shadow: 1px 1px 2px #00000029;
}

.assistantHeaderLG {
    font-size: 17px;
    font-weight: 500;
}

.radioContainerLG {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
.radioContainerLG input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* ASSISTANT DESKTOP END */

/* ASSISTANT (choose gender/lookingfor)*/
.assistant {
    background-color: white;
    top: -55px;
    /* border-radius: 8px; */
    height: 400px;
}

@media (max-width: 359.98px) {
    .assistant {
        height: 365px;
        top: -55px;
    }

    .selectionLeft {
        padding-left: 0;
    }
}

@media (min-width: 360px) {
    .assistant {
        top: -60px;
    }
}

@media (min-height: 700px) {
    .assistant {
        top: -25px;
    }
}

@media (min-width: 400px) {
    .assistant {
        top: -25px;
    }
}

@media (min-height: 700px) {
    .assistant {
        height: 440px;
    }
}

@media (min-height: 740px) {
    .assistant {
        height: 460px;
    }
}

@media (min-height: 750px) {
    .assistant {
        height: 495px;
    }
}

@media (min-height: 800px) {
    .assistant {
        height: 520px;
    }
}

@media (min-width: 576px) {
    .assistant {
        height: auto;
        min-height: 550px;
    }
}
@media (min-width: 768px) {
    .assistant {
    top: -60px;
    }
}

@media (min-width: 992px) {
    .assistant {
        top: -25px;
    }
}


/* Plain */

.registerContainerPlain {
    background-color: white;
    top: -25px;
    border-radius: 8px;
    height: 350px;
}

@media (max-width: 359.98px) {
    .registerContainerPlain {
        height: 275px;
    }
}

@media (min-height: 700px) {
    .registerContainerPlain {
        height: 360px;
    }
}

@media (min-height: 740px) {
    .registerContainerPlain {
        height: 370px;
    }
}

@media (min-height: 750px) {
    .registerContainerPlain {
        height: 395px;
    }
}

@media (min-height: 800px) {
    .registerContainerPlain {
        height: 425px;
    }
}

@media (min-width: 576px) {
    .registerContainerPlain {
        height: auto;
    }
}

.assistantHeading {
    margin-top: 75px;
    font: Bold 24px/29px 'Lato';
    font-weight: bold;
    /* color: #427A82; */
    text-shadow: 0px 1px 2px #00000029;
}

.containerRegisterHeading {
    font-size: 25px;
    font-weight: bold;
    /* color: #427A82; */
    text-shadow: 0px 1px 2px #00000029;
}

.assistantHeader {
    font-weight: 500;
}

@media (max-width: 359.98px) {
    .assistantHeading {
        margin-top: 10px;
        padding-top: 58px;
        font: Bold 23px/28px 'Lato';
    }

    .selectionLeft {
        padding-left: 0;
    }

    .containerRegisterHeading {
        font-size: 20px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

@media (min-width: 374px) {
    .assistantHeading {
        font: Bold 25px/25px 'Lato';
    }
}

@media (min-width: 567px) {
    .assistantHeading {
        font: Bold 30px/35px 'Lato';
        margin-bottom: 10%;
    }

    .assistantHeader {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .assistantHeading {
        margin-top: 115px;
        font: Bold 40px/45px 'Lato';
        margin-bottom: 5%;
    }

    .assistantHeader {
        font-size: 30px;
    }

    .containerRegisterHeading {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .assistantHeading {
        font-size: 50px;
        margin-bottom: 10%;
    }

    .assistantHeader {
        font-size: 30px;
    }
}


/* Button (Man/Woman)*/
.btn-assistant {
    border: none;
    border-radius: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.88);
    font-size: 90%;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-weight: 600;
}

.btn-assistant:hover {
    color: white;
    background-color: #427A82;
    border: none;
    text-decoration: none;
}

.btn-assistant-clicked {
    color: white;
    background-color: #427A82;
    border: none;
    text-decoration: none;
}

@media(max-width:374px) {
    .btn-assistant {
        font-size: 75%;
    }
}


/* Create a custom radio button */

/* The container */
.radioContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid #4C5264;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .checkmark {
        top: -1px;
    }
}

@media (max-width: 359.98px) {
    .radioContainer {
        font-size: 13px;
        padding-left: 25px;
    }

    .checkmark {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .radioContainer {
        font-size: 19px;
        padding-left: 25px;
    }
}

/* On mouse-over, add a grey background color */
/* .radioContainer:hover input ~ .checkmark {
    background-color: white;
  }
   */
/* When the radio button is checked, add a blue background */
/* .radioContainer input:checked ~ .checkmark {
    background-color: #2196F3;
  }
   */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4C5264;
}

/* Show the indicator (dot/circle) when checked */
.radioContainerLG input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainerLG .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4C5264;
}

.RegisterForm {
    height: 30px;
    background-color: rgba(255, 255, 255, 0.88);
    color: #4C5264;
    border: 1px solid #4C5264;
    border-radius: 0;
    box-shadow: 0px 3px 5px #00000017;
}

/* Input focus shadow */
.RegisterForm:focus {
    border-color: #427A82;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.050), 0 0 3px #427A82;
    color: #427A82;

}
.RegisterForm:-webkit-autofill,
.RegisterForm:-webkit-autofill:hover,
.RegisterForm:-webkit-autofill:focus,
.RegisterForm:-webkit-autofill:focus-within,
.RegisterForm:-webkit-autofill:visited,
.RegisterForm:-webkit-autofill:active {
    font: normal 1rem 'Lato', sans-serif !important;
    color: #4C5264 !important;
    background-color: rgba(255, 255, 255, 0.88) !important;
    -webkit-box-shadow: 0px 3px 5px #00000017;
    box-shadow: 0px 3px 5px #00000017;
    -webkit-text-fill-color: #4C5264 !important;
    transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 349.98px) {
    .RegisterForm {
        height: 25px;
        font-size: 15px;
    }
}

.RegisterForm2 {
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0px 3px 5px #00000017;
    height: 30px;
    font: normal 16px/19px Lato;
}

/* Input focus shadow */
.RegisterForm2:focus {
    border-color: white;
    box-shadow: 0px 0px 3px #427A82;
    color: white;
    background-color: transparent;

}


/* Color for placeholder in input - login*/
.RegisterForm2::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
    font: normal 16px/19px Lato;
    letter-spacing: 0;
}

/* Mozilla Firefox 4 to 18 */
.RegisterForm2::-moz-placeholder {
    color: rgba(255, 255, 255, 0.85);
    font: normal 16px/19px Lato;
    letter-spacing: 0;
}

/* Mozilla Firefox 19+ */
.RegisterForm2:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
    font: normal 16px/19px Lato;
    letter-spacing: 0;
}

/* Internet Explorer 10-11 */
.RegisterForm2::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
    font: normal 16px/19px Lato;
    letter-spacing: 0;
}

/* Container - Assistant*/
#containerSelection {
    transition: all 500ms linear;
    display: block;
}

#containerRegister {
    transition: all 500ms linear;
}

#containerSelectionLG {
    transition: all 500ms linear;
    display: block;
}

#containerRegisterLG {
    transition: all 500ms linear;
}

/*** Assistant "hide-aimation" ***/
/* first step - opacity */
.hiddenVisibility {
    opacity: 0 !important;
}

/* second step -display */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*** Assistant "show-animation"  ***/
/* display with 0 opacity*/
#userAll,
#userWomen,
#userMen {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.form-show {
    display: block !important;
    visibility: visible !important;
    opacity: 0;
}

/* display with 100 opacity */
.showVisibility {
    opacity: 1 !important;
}

.showUser {
    display: flex !important;
    visibility: visible !important;
}

.hideUser {
    display: none !important;
    visibility: hidden !important;
}

.userClicked {
    /* border: 1px solid #427A82;
    background-color: #427A8293; */
    color: #427A82 !important;
    font-weight: 700 !important;
    font: normal 17px/17px Lato !important;
    /* height: 30px; */
}

@media (min-width: 567px) {
    .RegisterForm2 {
        height: 38px;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .RegisterForm2 {
        height: 45px;
        font-size: 18px;
    }

    .userClicked {
        font: normal 26px/20px Lato !important;
    }

    .RegisterForm2::-webkit-input-placeholder {
        font: normal 18px/19px Lato;
    }

    .RegisterForm2::-moz-placeholder {
        font: normal 18px/19px Lato;
    }

    .RegisterForm2:-ms-input-placeholder {
        font: normal 18px/19px Lato;
    }

    .RegisterForm2::-ms-input-placeholder {
        font: normal 18px/19px Lato;
    }
}

/* Strike/Divider - Form Register */
.containerRegisterStrike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.containerRegisterStrike>span {
    position: relative;
    display: inline-block;
}

.containerRegisterStrike>span:before,
.containerRegisterStrike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.containerRegisterStrike>span:before {
    right: 100%;
    margin-right: 15px;
}

.containerRegisterStrike>span:after {
    left: 100%;
    margin-left: 15px;
}

/* Strike/Divider - Form Register */
.registerStrike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.registerStrike>span {
    position: relative;
    display: inline-block;
}

.registerStrike>span:before,
.registerStrike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.registerStrike>span:before {
    right: 100%;
    margin-right: 15px;
}

.registerStrike>span:after {
    left: 100%;
    margin-left: 15px;
}

/* Register Checkbox */
#box-1LG {
    position: absolute;
    left: 18px;
    opacity: 0;
}

#box-1LG+label {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    /* margin-bottom: 10px; */
    color: #4C5264;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#box-1LG+label:last-child {
    margin-bottom: 0;
}

#box-1LG+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #4C5264;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

#box-1LG:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Register Checkbox */
#box-1 {
    position: absolute;
    left: 18px;
    opacity: 0;
}

#box-1+label {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 10px; */
    color: #4C5264;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#box-1+label:last-child {
    margin-bottom: 0;
}

#box-1+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #4C5264;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

#box-1:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#box-1Classic {
    position: absolute;
    left: 18px;
    opacity: 0;
}

#box-1Classic+label {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 10px; */
    color: white;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#box-1Classic+label:last-child {
    margin-bottom: 0;
}

#box-1Classic+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

#box-1Classic:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 359.98px) {
    .containerRegisterStrike {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #box-1+label {
        font-size: 14px;
        padding-left: 20px;
    }
    #box-1Classic+label {
        font-size: 14px;
        padding-left: 20px;
    }
}

@media (min-width: 360px) {
    .containerRegisterStrike {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media (min-width: 768px) {
    .containerRegisterStrike {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

}

@media (min-width: 1200px) {
    .containerRegisterStrike {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

}

/* Register Checkbox */
input[type="checkbox"] {
    position: absolute;
    left: 18px;
    opacity: 0;
}

input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 20px;
    /* margin-bottom: 10px; */

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 359.98px) {
    input[type="checkbox"]+label {
        font-size: 14px;
        padding-left: 20px;
    }
}

/* @media (max-width:374.98px) {
    input[type="checkbox"]+label {
        font-size: 14px;
        padding-left: 0px;
    }
} */

.btnForm {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid white;
    color: white;
    border-radius: 0px;
    height: 38px;
}

.btnFormFB {
    background-color: rgba(70, 103, 173, 0.808) !important;
    border: none;
    color: #b1a4a4;
    border-radius: 0px;
    height: 38px;
    width: 38px;
}

.btnForm:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #b1a4a4;
    border: 2px solid white;
}

.btnFormFB:hover {
    border: none;
}

.fb-text {
    font-size: 10px;
    color: #427A82;
}

.fb-textRegister {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
    .fb-text {
        font-size: 15px;
    }

    .fb-textRegister {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .fb-text {
        font-size: 12px;
    }

    .fb-textRegister {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .fb-text {
        font-size: 10px;
    }

    .fb-textRegister {
        font-size: 10px;
    }
}

@media (min-width: 1200px) and (max-height:800px) {
    .fb-text {
        font-size: 9px;
    }

    .fb-textRegister {
        font-size: 9px;
    }
}

/******** WIZARD end ********/


/********  MODAL ********/

.modal {
    /* margin-top: 8vh;
    height: 92vh; */
    width: 100%;
}

.modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0px;
    border: none;
    max-width: 100%;
}

.modal-content {
    width: 100%;
    height: 100%;
    color: #427A82;
    border-radius: 0;
    border: none;
    background-color: white;
}

/* @media(min-width:576px) {
    .modal {
        margin-top: 4vh;
        height: 96vh;
        width: 100%;
    }
    .modal-dialog {
        margin: 0px;
        max-width: 100%;
    }
} */

.modal-header {
    border: none !important;
    color:#427A82;
    text-shadow: 0px 1px 2px #00000030;
}

.modal-body{
    color:#427A82;
    text-shadow: 0px 1px 2px #00000030;
}

.modal-backdrop {
    background-color: white;
    opacity: 1;
    overflow: hidden;
    /* margin-top: 8vh; */
}

.modal-backdrop.show {
    opacity: 1;
}

.modalBG {
    content: "";
    display: block;
    background-color: white;
    /* background: url(../images/roberto-nickson-llkVQVjns80-unsplash@2x.png) no-repeat; */
    background-size: cover;
    background-position: 45% 3%;
    height: 100%;
    width: 100%;
    position: fixed;
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
    filter: blur(8px);
    -webkit-filter: blur(8px);

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .modalBG {
        background-position: 0% 44%;
    }
}

/* .modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #427A82;
    opacity: 0.5;
    z-index: 0;
} */

.close {
    color: #427A82;
    opacity: 1;
}

#loginForm {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    left: 0;
    font-size: 14px;
}

.LoginFormModal {
    width: 100%;
    color: #427A82 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    font-weight: 100;
    padding: 0px !important;
    border-bottom: 1px solid #427A82 !important;
}

#example {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s;

}

@media(min-width:576px) {
    /* .LoginFormModal {
        width: 250px;
    } */

    #loginForm {
        font-size: 18px;
    }
}

@media(min-width:992px) {
    .LoginFormModal {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .LoginFormModal {
        width: 180px;

    }
}

/* shadow effect for input focus - login */
.LoginFormModal:focus {
    border: none;
    box-shadow: none;
    background-color: #244B8B;
    color: #427A82;
}

/* Color for placeholder in input - login*/
.LoginFormModal::-webkit-input-placeholder {
    color: #427A82;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormModal::-moz-placeholder {
    color: #427A82;
}

/* Mozilla Firefox 19+ */
.LoginFormModal:-ms-input-placeholder {
    color: #427A82;
}

/* Internet Explorer 10-11 */
.LoginFormModal::-ms-input-placeholder {
    color: #427A82;
}

/* Autocomplete styles */
.LoginFormModal:-webkit-autofill,
.LoginFormModal:-webkit-autofill:hover,
.LoginFormModal:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #427A82;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 576px) {
    .LoginFormHeading {
        font-size: 45px;
    }

    .LoginFormInputHeading {
        font-size: 20px;
    }

    .LoginFormModal {
        height: 50px;
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .LoginFormHeading {
        font-size: 30px;
    }

    .LoginFormInputHeading {
        font-size: 17px;
    }

    .LoginFormModal {
        height: 32px;
        font-size: 15px;
        margin-bottom: 12px;
        margin-top: 6px;
    }
}

@media (max-width: 359.98px) {
    .LoginFormHeading {
        font-size: 22px;
    }

    .LoginFormInputHeading {
        font-size: 13px;
    }

    .LoginFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }
}

/* @media (max-width: 379.98px) {
	.LoginFormHeading {
		font-size: 36px;
	}

	.LoginFormInputHeading {
		font-size: 18px;
	}

	.LoginFormModal {
		height: 40px;
		font-size: 18px;
		margin-bottom: 10px;
	}
} */

@media (max-width: 369.98px) {
    .LoginFormHeading {
        font-size: 28px;
    }

    .LoginFormInputHeading {
        font-size: 15px;
    }

    .LoginFormModal {
        height: 28px;
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 6px;
    }
}

@media (max-width: 359.98px) {
    .LoginFormHeading {
        font-size: 22px;
    }

    .LoginFormInputHeading {
        font-size: 13px;
    }

    .LoginFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
        margin-top: 4px;
    }
}


.RegisterFormModal {
    width: 100%;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    font-weight: 100;
    padding: 0px !important;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5) !important;
}


@media(min-width:576px) {
    /* .RegisterFormModal {
        width: 250px;
    } */
}

@media(min-width:992px) {
    .RegisterFormModal {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .RegisterFormModal {
        width: 180px;

    }
}

/* shadow effect for input focus - login */
.RegisterFormModal:focus {
    border: none;
    box-shadow: none;
    background-color: #244B8B;
    color: white;
}

/* Color for placeholder in input - login*/
.RegisterFormModal::-webkit-input-placeholder {
    color: white;
}

/* Mozilla Firefox 4 to 18 */
.RegisterFormModal::-moz-placeholder {
    color: white;
}

/* Mozilla Firefox 19+ */
.RegisterFormModal:-ms-input-placeholder {
    color: white;
}

/* Internet Explorer 10-11 */
.LoginFormModal::-ms-input-placeholder {
    color: white;
}

/* Autocomplete styles */
.RegisterFormModal:-webkit-autofill,
.RegisterFormModal:-webkit-autofill:hover,
.RegisterFormModal:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 576px) {
    .RegisterFormHeading {
        font-size: 50px;
    }

    .RegisterFormInputHeading {
        font-size: 22px;
    }

    .RegisterFormModal {
        height: 40px;
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .RegisterFormHeading {
        font-size: 40px;
    }

    .RegisterFormInputHeading {
        font-size: 18px;
    }

    .RegisterFormModal {
        height: 32px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 359.98px) {
    .RegisterFormHeading {
        font-size: 20px;
    }

    .RegisterFormInputHeading {
        font-size: 13px;
    }

    .RegisterFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }
}

@media (max-width: 399.98px) {
    .RegisterFormHeading {
        font-size: 30px;
    }

    .RegisterFormInputHeading {
        font-size: 16px;
    }

    .RegisterFormModal {
        height: 28px;
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media (max-width: 369.98px) {
    .RegisterFormHeading {
        font-size: 25px;
    }

    .RegisterFormInputHeading {
        font-size: 15px;
    }

    .RegisterFormModal {
        height: 28px;
        font-size: 15px;
        margin-bottom: 0px;
    }
}

@media (max-width: 359.98px) {
    .RegisterFormHeading {
        font-size: 22px;
    }

    .RegisterFormInputHeading {
        font-size: 13px;
    }

    .RegisterFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }
}


.RegisterFormDesktop {
    font-size: 15px;
    width: 100%;
    height: 30px;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    font-weight: 100;
    padding: 0px !important;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5) !important;
}

.RegisterFormInputHeadingDesktop {
    color: white;
    font-size: 16px;
}

/* shadow effect for input focus - login */
.RegisterFormDesktop:focus {
    border: none;
    box-shadow: none;
    background-color: #244B8B;
    color: white;
}

/* Color for placeholder in input - login*/
.RegisterFormDesktop::-webkit-input-placeholder {
    color: white;
}

/* Mozilla Firefox 4 to 18 */
.RegisterFormDesktop::-moz-placeholder {
    color: white;
}

/* Mozilla Firefox 19+ */
.RegisterFormDesktop:-ms-input-placeholder {
    color: white;
}

/* Internet Explorer 10-11 */
.RegisterFormDesktop::-ms-input-placeholder {
    color: white;
}

/* Autocomplete styles */
.RegisterFormDesktop:-webkit-autofill,
.RegisterFormDesktop:-webkit-autofill:hover,
.RegisterFormDesktop:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}


.modal-text {
    font-size: 12px;
    color: #427A82 !important;
}

@media(min-width:576px) {
    .modal-text {
        font-size: 20px;
    }
}

/* Strike/Divider - Form Login  */
.loginStrike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #427A82;
}

@media (min-width: 576px) {
    .loginStrike {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .loginStrike {
        font-size: 16px;
    }
}

.loginStrike>span {
    position: relative;
    display: inline-block;
}

.loginStrike>span:before,
.loginStrike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 250px;
    height: 1px;
    background: #427A82;
}

.loginStrike>span:before {
    right: 100%;
    margin-right: 15px;
}

.loginStrike>span:after {
    left: 100%;
    margin-left: 15px;
}

/********  Modal end ********/

/* Scroll indicator*/
.fa-chevron-down {
    color: white;
    bottom: 0px;
}

.scroll-indicator {
    margin-top: 10%;
}

.scroll-indicator::before {
    content: '╲╱';
    /* color: #2A0109; */
    position: absolute;
    opacity: 1;
    /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
    font-size: 20px;
    width: 60px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    bottom: -4%;
    left: 50%;
    margin-left: -30px;
    animation: bounce 1.7s ease infinite;
}

.scroll-indicator1 {
    margin-top: 25%;
}

.scroll-indicator1::before {
    content: '╲╱';
    color: #2A0109;
    position: absolute;
    opacity: 1;
    /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
    font-size: 20px;
    width: 60px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    bottom: 7%;
    left: 50%;
    margin-left: -30px;
    animation: bounce 1.7s ease infinite;
}


@keyframes bounce {
    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 349.98px) {
    .scroll-indicator1 {
        margin-top: 25%;
    }
}

@media (min-width: 1200px) {
    .scroll-indicator::before {
        bottom: 35px;
    }
}

.sectionTwoC{
    background-color: #427A82;
}
/* Scroll indicator end */



.sloganIcon{
    position: absolute;
    /* width:80%; */
    top:10px;
    left:10px;
    padding-top: 0;
    padding-left: 0;
    width:45%;
    max-width: 125px;
}
.sloganIconShield{
    position: absolute;
    /* width:80%; */
    top:10px;
    left:10px;
    padding-top: 0;
    padding-left: 0;
    width:33%;
    max-width: 100px;
}


/* .dividerSelector {
    border-right: 2px solid #bdbdbd81;
} */
.vl {
    border-left: 2px solid #bdbdbd81;
    /* height: 100%; */
}

/**************** Header end *******************/

/**************** Main *******************/
main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

main:before {
    content: "";
    display: block;
    /* background-color: rgb(162, 151, 214); */
    /* background: url(../images/section2.jpg) repeat center; */
    background-position: 0% 0%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -4;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

main .container {
    z-index: 1;
}

.overlayMain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
}

/**************** Main END *******************/

/******** Section USERS Container ********/
section {
    position: relative;
    min-height: 36rem;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 600px) {
    .sectionHeading {
        font-size: 29px;
        font-weight: 200;
    }

    .sectionSub {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .sectionHeading {
        font-size: 40px;
    }

    .sectionSub {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .sectionHeading {
        font-size: 27px;
    }

    .sectionSub {
        font-size: 20px;
    }
}

/* Image in 2row background */
#sectionBGImage {
    background-color: rgb(113, 89, 233);
    /* background: url(../images/section2.jpg) no-repeat center fixed; */
    background-size: cover;
    height: 100%;
    overflow: hidden;
    min-height: 20rem;
    /* background-position: 80%; */
}

#section .container {
    z-index: 1;
}

.btnUser {
    /* border: 1px solid #427A82; */
    /* font-size: 16px; */
    font: normal 14px/17px Lato;
    /* color: #427A82; */
    border-radius: 0px;
    /* width: 100%;
    height: 30px; */
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    font-weight: 400;
}



@media (min-width: 600px) {
    .btnUser {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .btnUser {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .btnUser {
        font-size: 23px;
    }
}

/* Cards - 1row */
.cardUser {
    background: none;
    border: none;
    border-radius: 12px;
    width: 100%;
    height: 170px;
    /* box-shadow: 0px 2px 16px #0000002E; */
}

.cardUserGallery {
    background: none;
    border: none;
    border-radius: 12px;
    width: 100%;
    height: 250px;
    /* box-shadow: 0px 2px 16px #0000002E; */
}

.cardUserRounded {
    background: none;
    border: none;
    border-radius: 12px;
    width: 100%;
    height: 170px;
    /* box-shadow: 0px 2px 16px #0000002E; */
}

.cardUserClassic-body {
    position: absolute;
    font-size: 15px;
    width: 60%;
    height: 30px;
    bottom: 10px;
    background-color: white;
    color: black;
    border: none;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 0.7rem;
    padding-top: 0.7rem;
    box-shadow: 0px 2px 16px #0000002E;
}

.cardUserRounded-body {
    position: absolute;
    width: 100%;
    height: 60px;
    /* bottom: 0px; */
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 12px;
    padding-left: 0.7rem;
    padding-top: 0.7rem;

}

.cardUserGallery-body {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0px;
    background-color: rgba(101, 71, 109, 0.75);
    color: white;
    border: none;
    border-radius: 12px;
    padding-left: 0.7rem;
    padding-top: 0.7rem;
    box-shadow: 0px 2px 16px #0000002E;
}

.cardUserClassic-img {
    width: 100%;
    height: 170px;
    border-radius: 12px;
    box-shadow: 0px 2px 16px #0000002E;
    object-fit: cover;
}

.cardUserGallery-img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    box-shadow: 0px 2px 16px #0000002E;
    object-fit: cover;
}

.cardUserRounded-img {
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 6%;
} */

.carousel-control-prev {
    left: -5px;
}

.carousel-control-next {
    right: -5px;
}

.userCarousel-prev,
.userCarousel-next {
    opacity: 1;
    width: 6%;
}

.userCarousel-prev {
    left: 0;
}

.userCarousel-next {
    right: 0;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

@media (max-width: 349.98px) {
    .cardUserRounded-img {
        width: 125px;
        height: 125px;
    }

    /* .carousel-control-next,
    .carousel-control-prev {
        width: 7%;
    } */

    .userCarousel-prev,
    .userCarousel-next {
        width: 7%;
    }
    .cardUserClassic-body{
        width:75%;
    }

}
@media (min-width: 350px) {
    .cardUserClassic-body{
        width:75%;
    }
}

@media (min-width: 576px) {
    .cardUserGallery {
        height: 300px;

    }

    .cardUserRounded {
        height: 200px;
    }

    /* .cardUser {
        height: 200px;
    } */
    .cardUserGallery-img {
        height: 300px;
    }

    /* .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
    } */

    .userCarousel-prev {
        left: -19px;
    }

    .userCarousel-next {
        right: -19px;
    }

    .userCarousel-prev,
    .userCarousel-next {
        width: 8%;
    }
    .cardUserClassic-body{
        width:60%;
    }
}

@media (min-width: 768px) {
    .cardUserGallery {
        height: 350px;

    }

    .cardUserRounded {
        height: 200px;
    }

    .cardUser {
        height: 225px;
    }

    .cardUserClassic-img {
        height: 225px;
    }

    .cardUserGallery-img {
        height: 350px;
    }

    /* .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    } */

    .userCarousel-prev {
        left: 10px;
    }

    .userCarousel-next {
        right: 10px;
    }

    .userCarousel-prev,
    .userCarousel-next {
        width: 10%;
    }
}


@media (min-width: 992px) {
    .cardUserRounded {
        height: 225px;
    }

    .userCarousel-prev {
        left: 120px;
    }

    .userCarousel-next {
        right: 120px;
    }

    .userCarousel-prev,
    .userCarousel-next {
        width: 15%;
    }
}


@media (min-width: 1200px) {
    .cardUserRounded {
        height: 225px;
    }

    .card-body {
        height: 40px;
    }

    /* .carousel-control-next,
    .carousel-control-prev {
        width: 27%;
    } */
    .userCarousel-prev {
        left: 100px;
    }

    .userCarousel-next {
        right: 100px;
    }

    .userCarousel-prev,
    .userCarousel-next {
        width: 18%;
    }

}

.userName {
    font: normal 14px/16px Lato;
    margin-bottom: 0px;
}

.userDes {
    font: normal 12px/14px Gibson;
    /* font-size: 12px; */
    margin-bottom: 0px;
    margin-top: 3px;
    /* font-weight: 100; */
    color: rgba(255, 255, 255, 0.55);
}

.row1-img {
    width: 150px;
    height: 150px;
}

.cardUser svg {
    fill: #427A82;
    height: 120px;
}

@media (min-width: 600px) {
    .userName {
        font-size: 15px;
    }

    .userDes {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .userName {
        font-size: 18px;
    }

    .userDes {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .userName {
        font-size: 16px;
    }

    .userDes {
        font-size: 14px;
    }
}

/* .card img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;

} */


/******** section user end ********/

/******** Section TESTIMONIALS Container ********/

.testimonial {
    height: 65vh;
}

@media (max-height: 550px) {
    .testimonial {
        min-height: 429px;
    }
}

@media (max-width: 359.98px) {
    .testimonial {
        min-height: 429px;
    }
}

.userCarousel {
    height: 46vh;
    min-height: 300px;
    max-height: 330px;
}

@media (min-width: 360px) and (max-height: 900px) {
    .userCarousel {
        max-height: 300px;
    }
}

@media (max-width: 359.98px) {
    .userCarousel {
        min-height: 300px;
    }
}

@media (min-width: 576px) {
    .userCarousel {
        min-height: 390px;
    }
}

@media (min-width: 768px) {
    .userCarousel {
        min-height: 450px;
    }
}

@media (min-width: 992px) {
    .userCarousel {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .userCarousel {
        min-height: 400px;
    }
}

.testimonial-inner {
    content: "";
    display: block;
    background: url(/datekiste/images/testimonialBG.jpg) no-repeat 100%;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.testimonialHeading {
    font: Italic 21px/23px PT Serif;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px #0000006b;
}

@media (max-width: 359.98px) {
    .testimonialHeading {
    font: Italic 19px/22px PT Serif;
    }
}

.testimonialCap{
    position: absolute;
    top: 12%;
    right: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #427A82;
    text-align: center;
}
.divider {
    margin-top: 12px;
    position: absolute;
    width: 90%;
    left: 5%;
    height: 2px;
    background: #bdbdbd;
    opacity: 0.5;
}

.dividerSlogan {
    margin-top: 35px;
    position: absolute;
    width: 40%;
    left: 30%;
    height: 2px;
    background: white;
    opacity: 1;
}

.divider1 {
    margin-top: 0px;
    position: absolute;
    width: 8%;
    left: 46%;
    height: 2px;
    background: white;
    opacity: 1;
}

.dividerTest{
    margin-top: 12px;
    position: absolute;
    width: 4%;
    left: 48%;
    height: 2px;
    background-color: #427A82;
    opacity: 1.0;
    z-index: 3;
}
@media (max-width: 500px) {
    .divider {
        width: 80%;
        left: 10%;
    }
    .dividerTest{
        width: 20%;
        left: 40%;
    }
    .divider1 {
        width: 30%;
        left: 35%;
    }
    
}
@media (min-width: 768px) {
    .divider1 {
        width: 20%;
        left: 40%;
    }
    .dividerTest{
        width: 14%;
        left: 43%;
    }
    
}
@media (min-width: 992px) {
    .divider {
        width: 80%;
        left: 10%;
    }
    .divider1 {
        width: 8%;
        left: 46%;
    }
    .dividerTest{
        width: 4%;
        left: 48%;
    }
}

.testimonial-caption {
    position: absolute;
    top: 12%;
    right: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #427A82;
    text-align: center;
}

.testimonial-caption2 {
    position: absolute;
    top: 4%;
    right: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #427A82;
    text-align: center;
}

.testimonialClassic-caption {
    position: absolute;
    top: 35%;
    right: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #427A82;
    text-align: center;
}

@media (max-width: 375px) and (min-height:700px) {
    .testimonial-caption {
        top: 17%;
    }

    .testimonial-caption2 {
        top: 12%;
    }

    .testimonialClassic-caption {
        top: 40%;
    }
}

.testimonialUserIMG {
    box-shadow: 0px 3px 6px #00000029;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #427A82;
    margin-bottom: 10px;
}

.testimonialUserIMG2 {
    box-shadow: 0px 3px 6px #00000029;
    width: 150px;
    height: 150px;
    object-fit: cover;
    /* border: 2px solid #427A82; */
    margin-bottom: 10px;
}

.star {
    /* width:14px;
    height:14px; */
    margin-bottom: 25px;
}

.overlayTestimonial {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 0;
    background-color: white;
}


.carousel-caption {
    left: 5%;
    right: 5%;
    /* bottom: 10%; */
}

@media (max-width: 992px) {
    .carousel {
        padding-left: 0px;
        padding-right: 0px;
    }

    .carouselHeading {
        z-index: 2
    }


}

@media (min-width: 576px) {
    .testimonial-caption {
        top: 21%;
    }

    .testimonial-caption2 {
        top: 16%;
    }

    .testimonialHeading {
        font: Italic 30px/37px PT Serif;
    }

    .carouselP {
        font-size: 19px;
    }
}

@media (min-width: 768px) {
    .testimonial-caption {
        top: 13%;
    }

    .testimonialHeading {
        font: Italic 40px/45px PT Serif;
    }

    .carouselP {
        font-size: 21px;
    }

    .testimonialUserIMG {
        width: 120px;
        height: 120px;
    }

    .star {
        width: 23px;
        height: 23px;
    }
}

@media (min-width: 992px) {
    .testimonial-caption {
        top: 22%;
    }

    .testimonial-caption2 {
        top: 24%;
    }

    .testimonialClassic-caption {
        top: 39%;
    }

    .testimonialHeading {
        font: Italic 40px/45px PT Serif;
    }

    .carouselP {
        font-size: 21px;
    }

    .testimonialUserIMG {
        width: 130px;
        height: 130px;
    }

    .star {
        width: 26px;
        height: 26px;
    }
}

@media (min-width: 1200px) {
    .testimonial-caption {
        top: 18%;
    }

    .testimonial-caption2 {
        top: 20%;
    }

    .testimonialClassic-caption {
        top: 38%;
    }

    .testimonial {
        height: 60vh;
    }

    .testimonialHeading {
        font: Italic 25px/30px PT Serif;
    }

    .carouselP {
        font-size: 19px;
    }
}
.carousel-control-prev, .carousel-control-next {
    top:100px;
    opacity: 1;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 122, 130)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(66, 122, 130)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
/******** section testimonials end ********/

/* INFO section */
.headingInfo {
    font: Bold 18px/18px Lato;
    /* text-shadow: 0px 1px 2px #00000030; */
}

.subInfo {
    font: normal 15px/23px Lato;
    /* text-shadow: 0px 1px 2px #00000030; */
}

@media (max-width: 359.98px) {
    .headingInfo {
        font-size: 16px;
    }

    .subInfo {
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    .headingInfo {
        font-size: 22px;
    }

    .subInfo {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .headingInfo {
        font-size: 26px;
    }

    .subInfo {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .headingInfo {
        font-size: 25px;
    }

    .subInfo {
        font-size: 21px;
    }
}

@media (min-width: 1200px) {
    .headingInfo {
        font-size: 21px;
    }

    .subInfo {
        font-size: 17px;
    }
}

/* INFO section end */

/******** Footer ********/
footer {
    font-size: 14px;
}


.footerLogo {
    width: 35%;
    max-width: 100px;
    height: auto;
}

@media (min-width: 768px) {
    .footerLogo {
        max-width: 150px;
    }
}

/* @media (min-width: 992px) {
    .footerLogo {
        max-width: 20%;
    }
} */

/******** Footer end ********/