﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body {
    padding-top: 140px;
    font-weight: 400
}

body, html, form {
    min-height: 100%;
    height: 100%;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #eee;
        cursor: pointer;
    }

    body::-webkit-scrollbar {
        width: 10px;
        cursor: pointer;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #444;
    }

        body::-webkit-scrollbar-thumb:hover {
            background-color: #000;
        }

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.scrollup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 9;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.scrollup {
    -webkit-animation: slideInRight 800ms ease;
    -moz-animation: slideInRight 800ms ease;
    -ms-animation: slideInRight 800ms ease;
}

a.scrollup {
    background: #ee1d24;
    color: #fff;
    text-decoration: none;
    border-radius: 100%;
}

    a.scrollup:hover {
        background: #000;
        color: #fff
    }

.heading {
    color: #ee1d24;
    font-size: 1.5rem
}



/* breadcrumb */
.breadcrumb-panel {
    padding: 20px 15px;
    margin: 0;
    background: transparent;
    border-top: 1px solid #f2f2f2;
}

.breadcrumb-item {
    font-size: .85rem;
    color: #333
}

    .breadcrumb-item a {
        color: #333 !important;
    }

    .breadcrumb-item.active {
        color: #eb2350;
        font-weight: 600;
    }

/* wrapper */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

/*.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    min-height: 70px;
    clear: both;
}

@media (min-width:767.99px) {
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -94px;
    }

    .footer, .push {
        min-height: 94px;
        clear: both;
    }
}
*/
/* Header */
header {
    border-bottom: 4px solid #7e7e7e;
    background: #fff;
}

.bg-navbar {
    background: #ee1d24;
    width: 100%;
    border-bottom: 2px solid #333;
    margin-bottom: 2px;
}

.top-nav-collapse {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: #ee1d24;
        background: rgba(255,255,255,0.8)
    }

.navbar-btns .btn {
    color: #fff;
    font-weight: 600;
}


    @media (max-width:991.98px) {
        .navbar-nav .nav-link {
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            padding: 0.85rem 1rem;
        }

        .navbar-btns {
            margin-top: auto;
        }

            .navbar-btns .btn {
                color: #333;
                font-weight: 600;
                width: 50%;
                padding: 15px;
                border-radius: 0px;
                background: #eb2350;
                color: #fff;
            }

                .navbar-btns .btn + .btn {
                    border-left: 1px solid #fff;
                }

        .offcanvas .container {
            padding: 0;
            height: 100%;
            display: flex;
            flex-flow: column;
        }

        .offcanvas .navbar-nav {
            width: 100%;
        }

        .offcanvas .container div {
            width: 100%;
        }

        body {
            padding-top: 80px;
        }
    }

    @media (min-width:992px) {
        .navbar-light .navbar-nav .nav-link {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .navbar-light .navbar-nav .nav-link {
            color: #f5f5f5;
        }

            .navbar-light .navbar-nav .nav-link:hover {
                color: #fff;
            }

            .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
                color: #ee1d24;
                background: rgba(255,255,255,0.8)
            }

        .offcanvas {
            visibility: visible;
            position: relative;
            background: transparent;
            border: none;
            justify-content: end;
            color: red;
            width: 100% !important;
            transform: none !important;
        }
    }
    /* Footer */

    footer {
    background: #000;
    padding: 15px 0;
    /*  border-top: #ee1d24 2px solid;*/
}

    footer p, a {
        margin-bottom: 0;
        color: #fff;
        font-size: 1rem;
    }

    footer a:hover {
        color: #ddd;
    }

    footer p.font-weight-bold {
        font-size: 22px;
        text-transform: uppercase;
    }
        footer p.text-wrap {
			text-align: justify;
			font-size: 14px;
        }
        footer p.font-weight-bold,
        .footer-navigations ul li {
            margin-bottom: 8px;
        }

.footer-navigations ul li {
    position: relative;
    padding-left: 10px;
}

    .footer-navigations ul li:before {
        content: '\f0da';
        color: #fff;
        margin-right: 5px;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
    }

    .footer-navigations ul li > a {
        color: #fff;
        text-decoration: none !important;
    }

        .footer-navigations ul li > a:hover {
            color: #DDD;
        }

ul.footer-quick-links li:before {
    display: none;
}

ul.footer-quick-links li a {
    font-weight: bold;
}

.bottom-footer {
    border-top: #DDD 1px solid;
    padding: 20px 0;
    margin-top: 15px;
}

    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        font-size: 1rem;
        color: #ddd;
    }

        .bottom-footer ul.list-inline li {
            border-right: #a4a4a4 solid 1px;
            padding: 0 5px;
        }

            .bottom-footer ul.list-inline li:last-child {
                border: 0;
            }

            .bottom-footer ul.list-inline li a {
                color: #a4a4a4;
            }

@media (min-width:768px) {
    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        display: inline;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .footer-navigations ul.list-inline {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

/*.breadcrumb {
    border-top: #DDD 1px solid;
}

    .breadcrumb li {
        font-size: 9pt;
        text-transform: uppercase;
    }*/

@media (max-width:480px) {
    ul.list-inline li {
        display: inline-block;
        vertical-align: top;
    }

        ul.list-inline li a {
            font-size: 11pt;
            text-transform: uppercase;
            font-weight: bold;
        }

    ul.list-inline li {
        width: 100%;
    }

    .bottom-footer p, .bottom-footer a {
        font-size: 9pt;
    }
}



.hero-panel {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.card-common {
    background: #f4f4f4;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
}

    .card-common:hover {
        background: #eee;
        border-color: #ee1d24
    }

a.card-common:hover, a.card-common:hover h3 {
    color: #ee1d24
}

{
    color: #ee1d24
}

.card-common h3 {
    font-size: 19px;
    font-weight: bold;
    color: #000
}
.acc-title{
    font-size:19px;
}
.input-search {
    position: relative;
}

    .input-search .form-control {
        padding-right: 40px;
    }

    .input-search .btn {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        color: #ee1d24;
        outline: none;
        box-shadow: none
    }

        .input-search .btn:hover {
            color: #000
        }

.heading-line {
    border-bottom: 2px solid #ee1d24;
    position: relative;
    height: 7px;
    margin-bottom: 15px;
}

    .heading-line:before {
        content: "";
        height: 5px;
        width: 100px;
        display: block;
        background: #ee1d24;
        position: absolute;
        top: 0;
        left: 0
    }

.list-journal li {
    /*margin-bottom: 15px;*/
}

.list-journal p {
    margin-bottom: 0
}

.row-articles .card {
    background: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 0;
}

    .row-articles .card:hover {
        background: #eee;
        border-color: #ee1d24;
    }

    .row-articles .card .card-footer {
        background: #f4f4f4;
        border: 0;
        border-radius: 0;
    }

    .row-articles .card .card-title {
        font-weight: bold;
        color: #000;
        /* font-size: 1.1rem;*/
        font-size: 17px;
    }
.side-acc {
    border: 1px solid #dc3545;
}

    .side-acc .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.35rem 1.25rem !important;
        font-size: 20px !important;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    }

        .side-acc .accordion-button:not(.collapsed) {
            color: #232324 !important;
            background-color: transparent;
            box-shadow: inset 0 -1px 0 #dc354578;
        }
a.btn-toggle[aria-expanded="true"] .text-more {
    display: none
}

a.btn-toggle[aria-expanded="false"] .text-less {
    display: none
}

.list-label label {
    margin-left: 5px;
}

.accordion-back-issues .accordion-item {
    border: 0;
    background: #f4f4f4;
    margin-bottom: 2rem;
}

.accordion-back-issues .accordion-button {
    background: #f4f4f4;
    font-weight: 500
}

    .accordion-back-issues .accordion-button:not(.collapsed) {
        color: #ee1d24;
        background-color: transparent;
        box-shadow: none;
    }

.list-issues {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-issues li {
        padding: 5px 10px;
        margin: 10px 0px;
        list-style: none;
        border-bottom: 1px solid #b5b5b5;
    }

        .list-issues li a {
            display: flex;
            -webkit-display: flex;
            text-decoration: none;
            color: #000
        }

            .list-issues li a:hover {
                color: #ee1d24;
            }

            .list-issues li a .fa {
                display: none;
                float: right
            }

            .list-issues li a:hover .fa {
                display: block;
            }

        .list-issues li .issuemonth {
            width: 25%;
        }

        .list-issues li .issueyear {
            width: 75%;
        }

.accordion-about .accordion-body {
    background: #f4f4f4;
}

.accordion-about .accordion-button:not(.collapsed) {
    color: #ee1d24;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold
}

.fixed-top {
    padding-top: 10px !important;
}

.form-label {
    font-weight: 600;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .button:hover {
        background: #06D85F;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    /* padding: 20px; */
    background: #fff;
    border-radius: 5px;
    width: 35%;
    top: 0;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.no-text-decoration {
    text-decoration: none !important;
}

.key-features li::marker {
    content: '✓';
    color: #ee1d24;
}

.key-features li {
    padding: 0px 0px 0px 10px;
}

/*
=====================================================================================================================================================
TESTIMONIALS
=====================================================================================================================================================
*/
.testimonials {
    padding: 50px 0px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

    .testimonials li {
        margin-bottom: 50px;
        width: 80%;
        float: left;
    }

        .testimonials li:nth-child(even) {
            float: right;
        }

    .testimonials .tm-data {
        position: relative;
        background: #d3d3d3;
        border-radius: 15px;
        padding: 30px;
    }

        .testimonials .tm-data:before {
            content: "\f10d";
            font-family: FontAwesome;
            color: #ee1d24;
            background: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            display: block;
            font-size: 20px;
            position: absolute;
            top: -20px;
        }

        .testimonials .tm-data:after {
            content: "";
            border-top: 10px solid #d3d3d3;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            bottom: -10px;
        }

    .testimonials .tm-title {
        padding: 5px 5px 5px 30px;
    }

@media (max-width:767px) {
    .testimonials li {
        width: 100%;
        float: left;
    }

        .testimonials li:nth-child(even) {
            float: left;
        }
}

.text-grey {
    color: #747474;
}
.navbar-brand h6 {
    font-size: 13px;
}
.mob-width2 h4 {
    font-size: 13px;
}
.iml-logo {
	padding-bottom: 10px;
}

    @media only screen and (max-width: 600px) {
		.iml-logo {
	padding-bottom: 5px;
}
        .bx-wrapper {
            height: 75px !important;
        }
        .card-common h3 {
            font-size: 16px;
        }

        .card-common b {
            font-size: 14px;
        }

        .card-common p {
            font-size: 13px;
        }

        .row-articles .card .card-title {
            font-size: 16px;
        }
        .mob-width1 {
            width: 20% !important;
        }

            .mob-width1 img {
                width: 50px !important;
            }

        .mob-width2 h2 {
            font-size: 16.5px;
            margin-top: 9px;
        }

        .mob-width2 h5 {
            font-size: 14px;
        }

        .mob-width2 h4 {
            font-size: 13px;
        }

        .mob-width2 {
            width: 80% !important;
        }

        .navbar-brand h2 {
            font-size: 15px;
        }

        .navbar-brand h6 {
            font-size: 9px;
        }

        .navbar-brand img.logo {
            /*width: 165px !important;*/
			
        }
		.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,.9);
  width: 70% !important;
}
}
		.heading {
    color: #ee1d24;
    font-size: 1.5rem;
}
    }
.text-unbold{
    font-weight:400;
}
.m-top {
    margin-top: 23px;
}
.m-in-top {
    margin-top: 14px;
}
.accordion-header.sub {
    background: rgb(238 29 36 / 25%);
    padding: 5px 20px 15px;
    margin: 0 0px;
    line-height: 25px;
}
.bg-grey {
    background-color: #505050;
}
.bg-lightgrey {
    background-color: #d9d9d9;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #e3e3e3;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.home_slider {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .home_slider li {
        padding: 0;
        margin: 0;
        width: 340px;
        height: 170px;
        border-radius: 10px;
        background: #d4ab4d;
        text-align: center;
        display: inline-block;
        overflow: hidden;
    }

    .home_slider iframe {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #d4ab4d;
    }

@media (max-width: 768px) {
    .hmslider .bx-wrapper .bx-next {
        right: 0px;
    }

    .hmslider .bx-wrappr .bx-prev {
        left: 0px;
    }
}

@media screen and (max-width: 2048px) and (min-width: 2048px) {
    .slider_txt2 {
        top: 15%;
        left: 35%;
        color: #93070a;
    }
}
#header_liLogin, #header_liSubscribe {color: #ee1d24;
    background: rgb(254 250 250 / 80%);
}
#header_liSubscribe {
margin-right: 10px;
}
#liLogin, #liSubscribe {color: #ee1d24;
    background: rgb(254 250 250 / 80%);
}
#liSubscribe {
margin-right: 10px;
}
.accordion-button span {
    color: #212529;
    margin-left: auto;
}
.accordion-body span {
    background-color: transparent;
    color: #000;
   
}
.accordion-button span.acc-title {
    color: #212529;
    font-size: inherit;
    margin-left: 0;
}

span.comment {
	background-image: url('https://new.mlcd.in/assets/images/comment-ico.png');
	display: block;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: transparent;
	width: 30px;
	height: 30px;
	float: right;
}
span.comment a {
	font-size: 10px;
	color: #fff;
	background: transparent !important;
	line-height: 22px;
	padding: 5px 3px;
	text-decoration: none;
}
span.comment a {
    font-size: 10px;
    color: #fff;
    background: transparent !important;
    line-height: 16px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    position: absolute;
}
span.reference {
	background-image: url(https://new.mlcd.in/assets/images/comment-ico.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 25px;
    height: 25px;
    float: none;
    margin-right: 5px;
    vertical-align: bottom;
}
span.reference a {
	font-size: 10px;
	color: #fff;
	background: transparent !important;
	line-height: 22px;
	padding: 5px 3px;
	text-decoration: none;
}
span.reference a {
    font-size: 10px;
    color: #fff;
    background: transparent !important;
    line-height: 16px;
    padding: 5px 5px 5px 6px;
    text-decoration: none;
    position: absolute;
}
.ol-list{position:relative;list-style:none;padding:0!important;}
.ol-list li {position:relative;padding-left:50px;}
.ol-list .ol-num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 30px;
    height: 30px;
    display: block;
    background: #ee1d24;
    color: #fff;
    padding: 5px;
    line-height: 20px;
}
@media only screen and (max-width: 850px) and (min-width: 320px) {
     svg text.fnt0 {
        font-weight: bold;
        font-size: 868.91px !important;
        font-family: 'Times New Roman';
    }

    svg text.fnt1 {
        font-weight: bold;
        font-size: 610.32px !important;
        font-family: 'Times New Roman';
    }
	.bt-grp {
		display: flex !important;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
	}
	.sub-bt-grp {
		display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-top: 15px;
		margin-left: 0 !important;
	}
}
.accordion-button:not(.collapsed) {
    color: #232324 !important;
    background-color: #fcd2d3;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.video-grid.front-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1em 2em;
}

ul.video-list {
    display: flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}

li.video {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    width: 33.333333333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: solid 0.2em transparent;
}

    li.video a {
        outline: none;
    }

    li.video:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.15s;
    }

    li.video figure {
        display: block;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border: 1px solid #ddd;
    }

        li.video figure img {
            display: block;
            max-width: 100%;
            height: auto;
            opacity: 0;
            transform: scale(0.5);
            transition: all 0.2s;
        }

        li.video figure figcaption {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 1.4rem;
            font-weight: 600;
            padding: 1rem;
            transform: translateY(0);
            opacity: 1;
            transition: all 0.2s;
        }

    li.video:hover figure img {
        opacity: 1;
        transform: scale(1);
    }

    li.video:hover figure figcaption {
        opacity: 0;
        transform: translateY(50%);
    }

    li.video:hover:before {
        background-color: rgba(0, 0, 0, 0.3);
    }

@media screen and (max-width: 800px) {
    li.video {
        width: 50%;
        width: calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 640px) {
    li.video {
        width: 100%;
    }
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

    .owl-dot span {
        width: 11px;
        height: 11px;
        background-color: #ccc;
        border-radius: 50%;
        display: block;
        margin: 5px 3px;
    }

    .owl-dot.active span {
        background-color: #000;
    }
.owl-carousel .owl-item {
    border: 1px solid #ddd !important;
}
.owl-carousel .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
}

/* #WEB SURAJ# */

.owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
}
.btn-outline-primary {
	padding: 0.35rem 1rem !important;
	height: 35px;
    line-height: 20px;
}
#accordionbackissues .accordion-body {
    padding: 0rem 1.25rem;
}
.accordion-body a {
	color: #ee1d24;
}
.popup {
   
    width: 35%;
	top: -5%;
   }
@media only screen and (min-width: 1980px) and (max-width: 2560px) {
	.popup {
   
    width: 25%;
    top: 20%;
 
}
}
@media (min-width: 1024px) and (max-width: 1380px) {
.navbar-light .navbar-nav .nav-link {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {
	.mob-width1 {
    width: 20% !important;
}
	.mob-width2 {
    width: 80% !important;
}
	.offset-lg-2 {
    margin-left: 0 !important;
}

}
@media only screen and (min-width: 320px) and (max-width: 600px) {
	.bt-grp .btn-outline-primary {
    padding: 0.35rem 1rem !important;
    height: 50px;
    line-height: 20px;
}
    .popup {
        width: 100%;
        top: -5%;
    }
    /*.col-9 {
        width: 100%;
    }
    .col-3 {
        width: 100%;
    }*/
}