/* Mobile Screen */

@media only screen and (max-device-width: 480px) {
    .right-side .content {
        height: auto;
		margin-top: 90px;
    }
    .payment.left-side {
        height: 50vh;
    }
    .payment .logo,
    .right-side .logo {
        height: 50px;
    }
	
}


/* Tablet Screen */

@media only screen and (max-device-width: 768px) {}

@media (max-width: 1280px) {
    body {
        font-size: 14px;
    }
    .payment .chancellor-quote .quote {
        font-size: 24px;
    }
    .right-side .background .bg.one img {
        height: 130px;
    }
    .right-side .background .bg.two img {
        height: 140px;
    }
    .right-side .background .bg.three img {
        height: 130px;
    }
    .right-side .content {
        max-width: 500px;
    }
    input[type="text"],
    input[type="email"] {
        height: 45px;
    }
    .btn-primary {
        height: 45px;
    }
}

@media (min-width: 1200px) {
    .content .container,
    .content .container-lg,
    .content .container-md,
    .content .container-sm,
    .content .container-xl {
        max-width: 1000px;
    }
    .text-normal {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
        /* Changed from 1320 - 1400*/
    }
    .content .container,
    .content .container-lg,
    .content .container-md,
    .content .container-sm,
    .content .container-xl {
        max-width: 1300px;
        /* Changed from 1320 - 1400*/
        /* max-width: 1160px; */
    }
}