/* abhijeet Changes */

body {
    font-size: 12pt !important;
}

.w-100 {
	width: 100% !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.list-row p {
    text-align: justify !important;
}

.button.icon.solid {
    margin-top: 0.75em !important;
    font-size: 15pt !important;
    padding: 10px 40px !important;
    max-width: 200px !important;
}

.c-text {
    font-size: 0.75em !important;
    line-height: 1em !important;
}

.button.icon.solid:hover {
    color: white;
}

#banner ul {
    margin: 0px !important;
}

.whatsapp {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.whatsapp:hover {
    transform: scale(1.1);
}

.qrcode{
    max-width: 550px;
}

.register-container h2 {
    font-size: 2.75em !important;
}

.register-container p {
    font-size: 2.25em !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.glide__bullets {
    display: flex;
    justify-content: end;
    padding-right: 150px;
    /* transform: translate(0px, -50px); */
}

button.glide__bullet {
    padding: 5px 10px !important;
    width: 45px !important;
    margin-right: 10px !important;
}

.glide__bullet:not(.glide__bullet--active) {
    opacity: 0.6;
}

.masonary-front {
    position: static;
    top: 0px;
    left: 0px;
}

.play-video {
    align-items: center
}

.demo-popup {
    max-width: 250px;
}

.app-download-link {
    width: 200px !important;
}

.gps-location {
    width: 100%;
    max-width: 60px;
    max-height: 60px !important;
    margin-top: 35px;
    /* transform: translate(0px, 80px) !important; */
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 425px) {
    .mb-sm-0 {
        margin-bottom: 0px !important;
    }
    .pt-sm-0 {
        padding-top: 0px !important;
    }
    .ps-sm-1 {
        padding-left: 5px !important;
    }
    .cpt-sm-2 {
        padding-top: 10px !important;
    }
    .pt-sm-3 {
        padding-top: 15px !important;
    }
    #nav ul li a {
        font-size: 10pt !important;
        padding: 0.25em 0.5em 0.25em 0.5em !important;
    }
    #video1 {
        max-width: 230px;
    }
    #banner h2 {
		font-size: 1.65em;
		margin: 0.75em 0 0.5em 0;
	}
    #banner p {
		font-size: 1.45em;
		line-height: 1.1em;
		margin: 0;
	}
    .max-banner h2 {
        font-size: 1em !important;
        max-width: 250px !important;
    }
    .max-banner p {
        font-size: 0.75em !important;
        max-width: 150px !important;
    }
    .list-row {
        margin-bottom: 15px !important;
    }
    .list-row p {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
        /* margin-bottom: 5px !important; */
    }
    .bulletImage {
        width: 15px !important;
        margin-top: 5px !important;
    }
    .widget.contact.last ul li {
        margin: 5px;
    }
    #footer-wrapper {
        padding: 0px !important;
    }
    .qrcode{
        max-width: 280px;
    }

    .register-container h2 {
        font-size: 1.65em !important;
    }
    
    .register-container p {
        font-size: 1.45em !important;
    }
    .demo-popup {
        max-width: 250px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 110px !important;
    }

    body {
        font-size: 12pt !important;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 425px) and (max-width: 600px) {
    .mb-sm-0 {
        margin-bottom: 0px !important;
    }
    .pt-sm-0 {
        padding-top: 0px !important;
    }
    .ps-sm-1 {
        padding-left: 5px !important;
    }
    .cpt-sm-2 {
        padding-top: 10px !important;
    }
    .pt-sm-3 {
        padding-top: 15px !important;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    #nav ul li a {
        font-size: 12pt !important;
        padding: 0.5em 0.75em 0.5em 0.75em !important;
    }
    #banner h2 {
		font-size: 1.75em;
		margin: 0.75em 0 0.5em 0;
	}
    #banner p {
		font-size: 1.25em;
		line-height: 1.1em;
		margin: 0;
	}
    .max-banner h2 {
        max-width: 350px !important;
    }
    .max-banner p {
        max-width: 250px !important;
    }
    .list-row {
        margin-bottom: 10px !important;
    }
    .list-row p {
        font-size: 1.2em!important;
        line-height: 1.4em !important;
        margin-bottom: 15px !important;
        margin-top: -2px !important;
    }
    .bulletImage {
        width: 20px !important;
        margin-top: 0px !important;
    }
    .widget.contact.last ul li {
        margin: 10px;
    }
    #footer-wrapper {
        padding: 15px 0px !important;
    }
    .button.icon.solid {
        margin-top: 0.75em !important;
        font-size: 13pt !important;
        padding: 10px 40px !important;
        max-width: 200px !important;
    }
    .qrcode{
        max-width: 280px;
    }

    .register-container h2 {
        font-size: 1.75em !important;
    }
    
    .register-container p {
        font-size: 1.25em !important;
    }
    .demo-popup {
        max-width: 250px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 110px !important;
    }

    body {
        font-size: 12pt !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .mb-sm-0 {
        margin-bottom: 0px !important;
    }
    .pt-sm-0 {
        padding-top: 0px !important;
    }
    .ps-sm-1 {
        padding-left: 5px !important;
    }
    .cpt-sm-2 {
        padding-top: 10px !important;
    }
    .pt-sm-3 {
        padding-top: 15px !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    #banner h2 {
		font-size: 2em;
		margin: 0.75em 0 0.5em 0;
	}
    #banner p {
		font-size: 1.5em;
		line-height: 1.1em;
		margin: 0;
	}
    .max-banner h2 {
        max-width: 450px !important;
    }
    .max-banner p {
        max-width: 400px !important;
    }
    .list-row {
        margin-bottom: 15px !important;
    }
    .list-row p {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
        /* margin-bottom: 5px !important; */
    }
    .bulletImage {
        width: 25px !important;
        margin-top: 0px !important;
    }
    .qrcode{
        max-width: 280px;
    }

    .register-container h2 {
        font-size: 2em !important;
    }
    
    .register-container p {
        font-size: 1.5em !important;
    }
    .demo-popup {
        max-width: 250px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 110px !important;
    }

    body {
        font-size: 12pt !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ps-md-2 {
        padding-left: 10px !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    #banner h2 {
		font-size: 2.25em;
		margin: 0.75em 0 0.5em 0;
	}
    #banner p {
		font-size: 1.75em;
		line-height: 1.1em;
		margin: 0;
	}
    .max-banner h2 {
        max-width: 450px !important;
    }
    .max-banner p {
        max-width: 400px !important;
    }
    .list-row {
        margin-bottom: 15px !important;
    }
    .list-row p {
        font-size: 1.25em !important;
        line-height: 1.5em !important;
        margin-bottom: 5px !important;
    }
    .bulletImage {
        width: 25px !important;
        margin-top: 0px !important;
    }
    .button.icon.solid {
        margin-top: 0.5em !important;
        padding: 0.5em 0 !important;
    }
    .qrcode{
        max-width: 280px;
    }

    .register-container h2 {
        font-size: 2.25em !important;
    }
    
    .register-container p {
        font-size: 1.75em !important;
    }
    .demo-popup {
        max-width: 250px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 130px !important;
    }

    body {
        font-size: 9pt !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ps-md-2 {
        padding-left: 10px !important;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    #banner h2 {
		font-size: 2.5em;
		margin: 0.75em 0 0.5em 0;
	}
    #banner p {
		font-size: 2em;
		line-height: 1.1em;
		margin: 0;
	}
    .max-banner h2 {
        max-width: 900px !important;
    }
    .max-banner p {
        max-width: 850px !important;
    }
    .list-row {
        margin-bottom: 5px !important;
    }
    .list-row p {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
    }
    .bulletImage {
        width: 30px !important;
        margin-top: 2px !important;
    }
    .button.icon.solid {
        margin-top: 0.75em !important;
        font-size: 15pt !important;
        padding: 5px 25px !important;
        max-width: 250px;
    }
    .c-text {
        font-size: 0.75em !important;
        line-height: 1em !important;
    }
    .qrcode{
        max-width: 280px;
    }

    .register-container h2 {
        font-size: 2.5em !important;
    }
    
    .register-container p {
        font-size: 2em !important;
    }
    .demo-popup {
        max-width: 250px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 130px !important;
    }

    body {
        font-size: 7pt !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* .text-left {
        text-align: left !important;
    }
    .text-center {
        text-align: center !important;
    }
    .text-right {
        text-align: right !important;
    } */
    .ps-lg-3 {
        padding-left: 15px !important;
    }
    .bulletImage {
        width: 35px !important;
        margin-top: 5px !important;
    }
    .qrcode{
        max-width: 500px;
    }

    .register-container h2 {
        font-size: 2.5em !important;
    }
    
    .register-container p {
        font-size: 2em !important;
    }
    .demo-popup {
        max-width: 300px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 130px !important;
    }
    .list-row {
        margin-bottom: 5px !important;
    }

    body {
        font-size: 7pt !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* .text-left {
        text-align: left !important;
    }
    .text-center {
        text-align: center !important;
    }
    .text-right {
        text-align: right !important;
    } */
    .ps-lg-3 {
        padding-left: 15px !important;
    }
    .bulletImage {
        width: 35px !important;
        margin-top: 5px !important;
    }
    .qrcode{
        max-width: 500px;
    }
    .demo-popup {
        max-width: 350px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .app-download-link {
        width: 160px !important;
    }
    .list-row {
        margin-bottom: 5px !important;
    }

    body {
        font-size: 7pt !important;
    }
}

@media only screen and (min-width: 1440px) {
    /* .text-left {
        text-align: left !important;
    }
    .text-center {
        text-align: center !important;
    }
    .text-right {
        text-align: right !important;
    } */
    .ps-lg-3 {
        padding-left: 15px !important;
    }
    .bulletImage {
        width: 35px !important;
        margin-top: 5px !important;
    }
    .qrcode{
        max-width: 550px;
    }
    .demo-popup {
        max-width: 400px;
    }
    .masonary {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        margin-bottom: 10px;
        break-inside: avoid;
    }
    .list-row {
        margin-bottom: 5px !important;
    }

    body {
        font-size: 7pt !important;
    }
}