@CHARSET "UTF-8";

.footer .footer-top .footer-top-grid .footer-top-grid-b .subscribe {
	position: static;
}
.footer .footer-top .footer-top-grid .footer-top-grid-b {
	padding: 0 0 0 40px;
}
.footer .footer-top .footer-top-grid {
	padding: 50px 0 0;
}
.footer .footer-top .footer-top-grid .footer-top-grid-b .form {
	padding: 0;
}
.footer .footer-top .footer-top-grid .footer-top-grid-b .form .action {
    padding: 30px 0 0;
}
.footer .footer-top .footer-top-grid .footer-top-grid-b .form label {
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}
.whitebg .m-article .m-grid .m-grid-a {
	padding-left: 20px;
}
.whitebg .m-article .m-grid .action-grid-a {
	margin-bottom: 30px;
}
.whitebg .m-article .m-grid .action-grid-a label {
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}
.main-subscribe-container .form .action button,
.main-subscribe-container .form .action input {
	width: 100%;
	border-radius: 4px;
}
.main-subscribe-container .form .action button {
	background: #008fde;
}
.main-subscribe-container .form .action .action-grid-b {
	padding-top: 20px
}
.footer .footer-top .footer-top-grid .footer-top-grid-b .form .action .action-grid-b,
.footer .footer-top .footer-top-grid .footer-top-grid-b .form .action button,
.footer .footer-top .footer-top-grid .footer-top-grid-b .form .action input {
	border-radius: 4px;
}
.m-article .m-grid .m-grid-a {
    width: 40%;
}
.carrier-main-desc {
    width: 100%;
}
.m-article .m-grid .m-grid-b {
	padding-left: 70px;
}
/* pop-up stylling start */
.rating-popup{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    cursor: initial;
    overflow-y: scroll;
    z-index: 99;
    -ms-overflow-style: none;  
    scrollbar-width: none; }
.rating-popup::-webkit-scrollbar {
    width: 0;
}
.rating-popup::-webkit-scrollbar-track{
    outline: 1px solid transparent;
}
.rating-popup::-webkit-scrollbar-thumb{
    background-color: transparent;
}
.rating-popup .pop-up{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 532px;
    width: 100%;
    height: 532px;
    overflow: auto;
}
.rating-popup .pop-ups{
    height: auto;
    text-align:center;
    padding: 50px 22px 30px;
    border-radius: 12px;
    color: #2c061f;
    background: url(../images/popup-background.jpeg) no-repeat;
    background-size: cover;
}
.rating-popup .pop-details{
    padding: 18px 36px;
    background-color: rgba(201, 242, 245, 0.8);
}
.rating-popup .about-content{
    padding: 0 30px 26px;
    border-bottom: 2px solid #2c061f;
    position: relative;
}
.rating-popup .pop-details h1{
    margin-top: 0;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 9px;
}
.rating-popup .serving{
    font-size: 26px;
    display: block;
    color: #e50695;
}
.rating-popup .pop-details h2{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}
.rating-popup .pop-details h3{
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 21px;
    font-weight: normal;
}
.rating-popup .form-field{
    margin-bottom: 26px;
}
.rating-popup .form-field label{
    display: block;
    text-align: left;
    font-size: 20px;
}
.rating-popup .form-field input{
    border: 0;
    border-bottom: 2px solid #2c061f;
    background-color: transparent;
    width: 100%;
    font-size: 20px;
}
.rating-popup .form-field input:focus-visible{
    outline: none;
}
.rating-popup .form-field input:focus{
    outline: none;
}
.rating-popup .engaging-btn button{
    background: #2c061f;
    padding:8px 68px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    border: 1px solid #2c061f;
    transition: 0.3s;
    cursor: pointer;
}
.rating-popup .engaging-btn button:hover{
    background-color: transparent;
    color: #2c061f;
    transform: scale(1.03);
}
.rating-popup .pop-details p{
    font-size: 20px;
    margin-top: 20px;
}
.rating-popup .ball{
    height: 10px;
    width: 10px;
    border: 3px solid #2c061f;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rating-popup .about-content::after{
    content: "";
    position: absolute;
    height: 111px;
    width: 3px;
    top: -118px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #2c061f;
}
.rating-popup .icon-cancel{
    background: url(../images/popup-hover-img.png) no-repeat;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 7px;
    right: 7px;
    background-size: cover;
    cursor: pointer;
    transition: 0.1s;
}
.rating-popup .icon-cancel:hover{
    opacity: 0.6;
}
@media only screen and (max-width:992px) {
    .rating-popup .pop-up{
        width: 597px;
        height: 553px;
    }
    .rating-popup .pop-ups {
        height: 553px;
        padding: 46px 26px 17px;
    }
    .rating-popup .icon-cancel{
        height: 20px;
        width: 20px;
    }
}
@media only screen and (max-width:767px){
    .rating-popup .pop-up {
        width: 95%;
        height: 356px;
    }
    .rating-popup .pop-ups {
        height: 356px;
        padding: 35px 13px 0;
    }
    .rating-popup .pop-details {
        padding: 16px 29px;
    }
    .rating-popup .about-content {
        padding: 1px 23px 27px;
    }
    .rating-popup .pop-details h1 {
        margin-top: 0;
        font-size: 19px;
        margin-bottom: 0;
    }
    .rating-popup .serving {
        font-size: 18px;
    }
    .rating-popup .pop-details h2 {
        font-size: 23px;
        margin-top: 6px;
    }
    .rating-popup .pop-details h3 {
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 14px;
    }
    .rating-popup .form-field {
        margin-bottom: 17px;
    }
    .rating-popup .form-field label {
        font-size: 15px;
    }
    .rating-popup .form-field input {
        font-size: 12px;
    }
    .rating-popup .engaging-btn button {
        padding: 8px 39px;
        font-size: 14px;
    }
    .rating-popup .pop-details p {
        font-size: 14px;
        margin-top: 20px;
    }
    .rating-popup .about-content::after {
        height: 43px;
        width: 3px;
        top: -51px;
    }
}
@media only screen and (max-width:350px){
    .rating-popup .pop-details h2 {
        font-size: 20px;
        margin-top: 5px;
    }
    .rating-popup .pop-details h3 {
        font-size: 15px;
    }
    .rating-popup .form-field {
        margin-bottom: 17px;
    }
    .rating-popup .form-field label {
        font-size: 15px;
    }
    .rating-popup .form-field input {
        font-size: 14px;
    }
    .rating-popup .about-content::after {
       top: -52px;
    }
}
@media only screen and (max-width: 767px) {
	.footer .footer-top .footer-top-grid .footer-top-grid-b {
		padding-left: 0 !important;
	}
	.whitebg .m-article .m-grid .m-grid-a {
		padding-left: 0;
	}
	.m-article .m-grid .m-grid-a {
		width: 100%;
	}
	.m-article .m-grid .m-grid-b {
		padding-left: 0;
	}
}