@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
    font-family: 'Poppins' !important;


}

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Poppins' !important;
}

:root {
    --colorbody: #ffffff;
    --color: #ee2a10;
}

.header_top {
    background: #d50606;
}

.header_top .main {
    padding: 0px 15px;
    text-align: right;
    color: #333;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a {
    color: #333;
}


.form .alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #daf9e9;
    --bs-alert-border-color: #daf9e9;
}

.form .alert-success p {
    margin-bottom: 5px;

}

.table .bg-warning {
    background: linear-gradient(to right, #f7933114, #ff266f17) !important;
}

.table thead th {
    font-weight: 500 !important;
}

.table>:not(caption)>*>* {
    padding: 0.3rem 0.3rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    font-size: 15px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.header_top .marquee {
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    color: #262460;
}

.imp {
    background: #fbebec;
    padding: 0px 10px;
    display: inline-block;
    color: #ed717d;
    margin-right: 10px;
    width: 122px;
}


.card {
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    border: 0 !important;
    overflow: hidden;
    border-radius: 10px !important;
}

.header_top .marquee p {
    display: flex;
    margin: 0;
    width: 100%;
    color: #fff;
}



.header_top .language {
    border-radius: 39px;
    padding: 0px 10px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #262460;
    color: #262460;
    text-decoration: none;
    font-weight: 600;


}

.header_top .theam_color {
    margin: 1px 10px 3px;
    display: inline-block;


}

.header_top .theam_color button {
    border-radius: 48px;
    padding: 6px;
    background: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;

}

.header_top .font_div {
    margin: 0 10px;
    display: inline-block;
}

.header_top .font_div a {
    border-radius: 7px;
    background: #f68124;
    font-size: 13px;
    margin: 0 4px;
    width: 23px;
    display: inline-block;
    text-align: center;
    height: 21px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}


@media (max-width: 989px) {

    .header_top .main {
        display: block;
        justify-content: flex-end;
    }
}

.navbar-brand {

    width: 38%;

}

.navbar-brand img {
    width: 100%;

}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-weight: 500;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    margin-left: 25px;

    ;
}

.nav-link {
    font-size: 14px !important;
    border-bottom: 4px solid transparent;
}

.nav-link.active {
    color: #ffffff;
    border-bottom: 4px solid #F98412;
}

.nav-link:hover {
    color: #F98412;
    border-bottom: 4px solid #F98412;
}

.nav-link:hover a {
    color: #ffffff;
}



nav .btn {
    border-radius: 20px;
    margin-left: 10%;
    border: transparent;
    background: linear-gradient(to right, #273B98, #041a7c);
    padding: 4px 20px;
}

nav .btn:hover {

    background: linear-gradient(to right, #3d54bb, #2b41a3);

}

.nav-bg {
    background: #120ded;
    color: #ffffff;
}

.nav-bg a {
    color: #fff;
    margin: 0;


}

.nav-bg a:hover {
    color: #F98412;
}


.dropdown-menu {
    width: 220px;
}

.dropdown:hover>.dropdown-menu {
    display: block !important;
    background: #F98412;
    border-radius: 0;
    border: 0;
    box-shadow: 3px 2px 7px #adb5bd;
}

.dropdown:hover>.dropdown-menu li {
    border-bottom: 1px solid #fdae58;
}

.dropdown:hover>.dropdown-menu li:last-child {
    border: 0;

}

.dropdown:hover>.dropdown-menu {
    font-size: 15px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
    left: 100%;
    background: #fff;
    color: #f48940;
    border-radius: 0;
    border: 0;
    margin-top: -37px;
    box-shadow: 3px 2px 7px #adb5bd;
}

.dropdown-submenu:hover>.dropdown-menu a {
    color: #f48940;
}

.dropdown-submenu:hover>.dropdown-menu li {
    border-bottom: 1px solid #fda265cf;
}

.dropdown-submenu:hover>.dropdown-menu li:last-child {
    border-bottom: 0px solid #f48940;
}

.dropdown-item {
    font-size: small;
    /* 13px */
}

.dropdown-toggle::after {
    font-size: var(--font-md);
    margin-bottom: -2px;
}

.dropdown-menu li a.active {
    color: #fff;
}

.custom-toggle-arrow {
    font-size: 18px;
    margin-top: 1px;
    line-height: 12px;
}

@media (max-width: 1400px) {
    .nav-bg a {
        margin-left: 0 !important;
    }
}


header {
    padding: 0px 0;
    /* background: url(../images/banner_bg.png); */

    background-position: bottom center;
    background-size: cover;
}

.headerlogo {
    margin-left: auto;
}

.headerlogo img {
    width: 307px;
}

.btnleft {
    margin-left: auto;
    padding-top: 3px;
}


.btn-warning {
    background: #F98412 !important;
    border-color: #f98512 !important;

}

.btn-warning:hover {
    color: #ffffff !important;
}


.banner {
    padding: 1px 0 0px;
    background: #feefe1;
    width: 100%;

}

.banner h1 {}

.banner h4 {
    margin-bottom: 23px;
}

.banner p {
    font-size: 14px;
}

.banner img {
    padding: 1px 0 0px;


}

.banner .carousel {
    padding: 0;

}

a {
    text-decoration: none !important;
}

.quote {
    float: right;
    position: fixed;
    right: 0;
    bottom: 339px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    z-index: 9999;
}

.quote a {
    font-size: 22px;
    background: #262460;
    color: #fff;
    padding: 13px 19px;
    line-height: 19px;
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1) 0s;
    border-radius: 0px 0px 11px 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: inline-block;
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 17px !important;
    height: 17px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #262460 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 9;
    transition: opacity .6s ease;
    border-radius: 50%;
    border: 3px solid #a9a2a2 !important;
}

.carousel-indicators [data-bs-target] {
    opacity: 9 !important;
}

.carousel-indicators .active {
    opacity: 1;
    background: #F98412 !important;
}


.bottom-marquee {
    background: #ffdad4;
    display: inline-flex !important;
    width: 100%;
}

.bottom-marquee h4 {
    font-size: 14px;
    background: #26265e;
    padding: 10px;
    color: #fff;
    width: 200px;
    margin: 0;
    padding-left: 32px;
}

.bottom-marquee h4::after {
    content: '';
    width: 0;
    background-image: url(../images/arrow.png);
    height: 0;
    background-repeat: no-repeat;
    background-position: 12px -5px;
    padding: 18.4px 50px;
    position: absolute;
    background-size: 46px;
    margin: -10px 3px;

}


.bottom-marquee p {
    width: 80%;
    margin: 0;
    padding: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #262460;
}



.home_about {
    padding-top: 50px;
}

.home_about h1 {
    font-weight: 400;
    font-size: 33px;
    position: relative;
    margin-bottom: 50px;
}

.home_about h1::before {
    content: '';
    border-bottom: 5px solid #F98412;
    padding: 0px 30px;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: -16px;
    border-radius: 25px;
}

.home_about p {
    text-align: justify;
}

.home_about .readmore {
    border: 2px solid #ccc;
    padding: 3px 10px;
    border-radius: 40px;
    margin-top: 8px;
    display: inline-block;
    color: #262460;
    font-size: 12px;
    transition: 0.5s;
    font-weight: 500;
}

.home_about .readmore:hover {
    padding: 3px 15px;
    border: 2px solid #F98412;
}


.whats_new {
    padding-top: 50px;
    padding-left: 58px !important;
}


.whats_new h1 {
    font-size: 33px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 400;
}

.whats_new h1::before {
    content: '';
    border-bottom: 5px solid #F98412;
    padding: 0px 30px;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: -16px;
    transition: 0.5s;
    border-radius: 25px;
}

.whats_new ul {
    margin: 0;
    padding: 0;
}

.whats_new ul li {
    width: 100%;
    box-shadow: 0px 0px 15px #e3e3e3;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 20px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whats_new ul li img {
    padding-right: 10px;

    width: 33px;
}

.whats_new ul li a {
    border-left: 2px solid #e1e0e0;
    padding: 10px;
    padding-left: 13px;
    color: #041a7c;
    font-size: 14px;
    transition: 0.4s;
    display: inline-flex;
}

.whats_new ul li a:hover {
    color: #F98412 !important;
    font-size: 14.2px;

}

.whats_new p {
    text-align: justify;
}

.whats_new .readmore {
    border: 2px solid #ccc;
    padding: 3px 10px;
    border-radius: 40px;
    margin-top: 8px;
    display: inline-block;
    color: #262460;
    font-size: 12px;
    font-weight: 500;
    transition: 0.5s;
}

.whats_new .readmore:hover {
    padding: 3px 15px;
    border: 2px solid #F98412;
}


.today_transction {

    background-image: linear-gradient(to right, #F98412, #DA1C5C);
    opacity: 0.8;
    padding: 10px 26px;
    border-radius: 19px;
    margin-top: 30px;
    display: inline-block;
    box-shadow: 1px 1px 15px #f5a4a4;
    margin-right: 20px;
}

.today_transction h4 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #f9b88c;
    padding-bottom: 10px;
}

.today_transction .trans-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
}

.today_transction .trans-bottom .trans-left {
    padding: 10px;
}

.today_transction .trans-bottom .trans-left h5 {
    color: #ffffff;
    font-size: 16px;
}

.today_transction .trans-bottom .trans-left p {
    margin: 0;
    color: #F9ED32;
}

.today_transction .trans-bottom .trans-right {
    border-left: 1px solid #f9b88c;
    padding: 10px;
}

.today_transction .trans-bottom .trans-right h5 {
    color: #ffffff;
    font-size: 16px;
}

.today_transction .trans-bottom .trans-right p {
    color: #F9ED32;
    margin: 0;
}



.call_us {
    margin: auto;
    margin-top: 80px;
    background: #f1f1f1;
    border-radius: 77px;
    padding: 28px 55px;
    text-align: center;
    margin-bottom: 80px;
    width: 70%;
    display: block;
    background-image: linear-gradient(to right, #f7933114, #ff266f17);


}

.call_us h1 {}


.payment_status h1 {
    font-size: 33px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
}

.payment_status h1::before {
    content: '';
    border-bottom: 5px solid #F98412;
    padding: 0px 30px;
    left: 47%;
    text-align: center;
    position: absolute;
    bottom: -16px;
    transition: 0.5s;
    border-radius: 25px;
}

.payment_status {
    text-align: center;
    padding: 50px 0 12px;
    background: #f7f7f7;
}

.payment_status img {
    display: block;
    margin: auto;
    width: 74px;
}

.payment_status h4 {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}

.payment_status p {

    text-align: center;
    font-size: 17px;
    padding-bottom: 25px;
}


.payment_status .thumbnail {
    padding: 21px 40px;
    border-radius: 15px;
    box-shadow: 5px 3px 15px 5px #f3f3f3f7;
    margin-bottom: 50px;
    min-height: 245px;
    border: 2px solid #e1e1e1;
    background: #fff;
}

.payment_status .thumbnail:hover {
    border-color: #F98412;
    opacity: 0.7;
}


.payment_status .readmore {
    border: 2px solid #ccc;
    padding: 3px 10px;
    border-radius: 40px;
    margin-top: 8px;
    display: inline-block;
    color: #262460;
    font-size: 12px;
    font-weight: 500;
    transition: 0.5s;
    margin: auto;
    text-align: center;
    display: block;
    width: 115px;
}

.payment_status .readmore:hover {
    padding: 3px 15px;
    border: 2px solid #F98412;
}

.payment_status .readmore img {
    width: 20px;
    margin: 0;
    display: inline-block;
}

.pink {
    background: #EFD4E7
}

.green {
    background: #EFF7EF
}

.blue {
    background: #DBF0F1
}

.footertop {
    padding: 6px;
    background: #f7d1ca;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footertop ul {
    margin: 0;
    padding: 0;
}

.footertop li {
    display: inline-flex;
    border-right: 2px solid #f68124;
}


.footertop a {
    padding: 0px 20px;
    font-weight: 500;
    color: #262460;
    font-size: 13px;
}

.footertop a:hover {
    color: #f68124;
}

.footertop li:last-child {
    border: none;
}


footer {
    background: #272749;
    padding: 50px 0 0px;
}


footer .disclaimer {}

footer .disclaimer p {
    color: #ffffff;
    font-size: 13px;
    text-align: justify;
}

footer h2 {
    color: #F98412;
    font-size: 25px;
}

footer img {
    width: 90%;
}

footer ul {}

footer ul li {
    color: #fff;

}

footer li a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 39px;
}

footer li a:hover {
    color: #F98412;
}

footer .foolinks {
    padding-left: 50px;
}

footer .address {}

footer .address h4 {
    color: #F98412;
    font-size: 17px;
}

footer .address p {
    color: #fff;
    font-size: 14px;
}

footer .copyright {
    border-top: 1px solid #ffffff40;
    padding: 24px 0 0;
    margin-top: 5px !important;
    color: #fff !important;
    ;
}

footer .copyright p {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #fbfbfb;
}



/* About PAGE Css Start *******************************************/

.about_intro {
    padding: 50px 0;
}

.about_intro h1 {
    font-weight: 400;
    font-size: 33px;
    position: relative;
    margin-bottom: 50px;
}

.about_intro h1 span {
    color: #F98412;

}

.about_intro h1::before {
    content: '';
    border-bottom: 5px solid #F98412;
    padding: 0px 30px;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: -16px;
    border-radius: 25px;
}

.about_intro p {
    text-align: justify;
    line-height: 25px;
}

.about_intro h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
}


.bullet ul {
    list-style-type: none;
}

.bullet ul li::before {
    padding: 20px;
    content: '';
    background: url(../images/bullet.png) 4px 24px no-repeat;
    background-size: 19px;
    background-repeat: no-repeat;
}


.about_intro ul {
    margin-bottom: 30px;
}

@media (max-width: 1920px) {}

@media (max-width: 1400px) {}

@media (min-width: 1200px) {}

@media (max-width:989px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}



/* END About PAGE Css Start *******************************************/



/* Start ORDERS & CIRCULAR PAGE Css Start *******************************************/

.orders_circular {
    padding: 50px 0;
}

.orders_circular h1 {
    background-image: linear-gradient(to right, #f7933114, #ff266f17);
    font-size: 21px;
    padding: 10px;
    color: #e13005;
    border-radius: 10px;
    margin-bottom: 10px;
}



.orders_circular .breadcrumb-item a {
    color: #F98412;
    padding-bottom: 5px;
}

.orders_circular {}

.orders_circular {}



@media (max-width: 1400px) {}

@media (min-width: 1200px) {}

@media (max-width:989px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}


/* END ORDERS & CIRCULAR PAGE Css Start *******************************************/





/* Start END MGNREGA FTO Status Css Start *******************************************/


.form-control {
    border-radius: 64px !important;
    transition: border-co
}

.form .text-success {
    color: #00c51b !important;
    font-size: 13px;
}


.form .btn-primary {
    background: #262460;
    border-color: #262460;
}

.form .btn:hover,
.form .btn:active,
.form .btn:focus {
    background: #F98412 !important;
    border-color: #F98412 !important;
}

.form .btn {
    border-radius: 60px;
}

@media (max-width: 1400px) {}

@media (min-width: 1200px) {}

@media (max-width:989px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}


/* END MGNREGA FTO Status Css Start *******************************************/


/* Start LOGIN page CSS *******************************************/

.logins {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
}

.logins .text-info {
    color: #272749 !important;
    font-size: 13px;
}

.logins input[type=text] {
    background-color: #f7f7f7 !important;
}

@media (max-width: 1400px) {}

@media (min-width: 1200px) {}

@media (max-width:989px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

/* END LOGIN page CSS *******************************************/

@media (min-width: 1200px) {
    .container {
        max-width: 84%;
    }
}

@media (max-width: 1920px) {

    .banner {
        padding: 0px 0 0px;
        display: block;
        width: 100%;
    }
}

@media (max-width: 1400px) {

    .banner {
        padding: 0px 0 0px;
    }

    .footertop a {
        padding: 0px 7px;
        font-size: 13px;
    }

    .footertop {

        text-align: center;
    }

}


@media (max-width: 1200px) {
    .call_us h1 {
        font-size: 25px;
    }

    .today_transction {
        opacity: 0.8;
        padding: 10px 15px;
        margin-right: 3px;
    }

    .today_transction h4 {

        font-size: 16px;

    }

    .nav-link {
        font-size: 13px !important;
    }

    .headerlogo {

        margin-right: 7px;
    }

    .btnleft .btn {
        margin-right: 0px;
        font-size: 12px;
        padding: 1px 8px;
    }

    .banner h4 {
        margin-bottom: 23px;
        font-size: 1.5rem;
    }

    .collapse.show {
        display: block;
        background: #efefef;
        border-radius: 10px;
    }

    .banner {
        padding: 0px 0 0px;
    }

    .banner img {
        margin: auto;
        width: 100%;
        ;
        display: block;
    }

    nav .btn {
        margin-left: auto;
        margin-right: 20px;
    }

    .navbar-toggler {

        padding: 0 !important;
        border: none !important;
        padding-right: 10px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.2em !important;
        height: 1.2em !important;

    }

}

@media (max-width:989px) {
    .btnleft {
        margin-left: 0;
        margin-bottom: 12px;
        background: #fff;
        padding: 3px 11px 7px;
    }

    .bottom-marquee p {
        width: 72%;
    }

    .call_us img {
        width: 30px;
    }

    .whats_new {
        padding-left: 0px !important;
    }

    .call_us h1 {
        font-size: 23px;
    }

    .dropdown:hover>.dropdown-menu {

        background: #F98412;
        border-radius: 0;
        border: 0;
        box-shadow: 0px 0px 0px #adb5bd;
        width: 100%;
        position: relative;
        transition: 0.4s;
        left: 0;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
        transition: 0.4s;
        background: #fff;
        color: #f48940;
        border-radius: 0;
        border: 0;
        margin-top: 0px;
        box-shadow: 0px 0px 0px #adb5bd;
        position: relative;
        width: 100%;
        left: 0;
    }

    .carousel-indicators [data-bs-target] {

        width: 12px !important;
        height: 12px !important;

        border: 2px solid #a9a2a2 !important;
    }

    footer .foolinks {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {

    .headerlogo img {
        width: 170px;
    }

    footer .foolinks {
        padding-left: 0px;
    }

    .bottom-marquee p {
        width: 60%;
    }

    .banner img {}

    nav .btn {
        margin-left: auto;
        font-size: 12px;
        padding: 3px 10px;
    }

    footer img {
        width: 90%;
        padding-bottom: 46px;
    }

    .call_us {
        margin-top: 20px;
        padding: 12px 55px;
        margin-bottom: 20px;
        width: 90%;

    }

    .home_about .readmore {

        margin: auto;
        display: block;
        text-align: center;
        width: 130px;
        margin-bottom: 25px;
    }


}

@media (max-width: 576px) {
    .banner h1 {
        font-size: 32px;
    }

    .bottom-marquee p {
        width: 100%;
        padding: 8px;
        background: #f7d1ca;
    }

    .bottom-marquee {
        background: #fff;
        display: inline-flex !important;
        width: 100%;
    }

    .header_top .theam_color {
        margin: 1px 1px 3px;
    }

    .header_top .font_div {
        margin: 0 3px;
    }

    .header_top .font_div a {
        width: 17px;
        height: 17px;
        font-size: 11px;
        margin: 1px;
    }

    .header_top .language {
        border-radius: 39px;
        padding: 2px 7px;
        background: #fff;
        font-size: 10px;
    }

    .banner p {
        font-size: 14px;
        text-align: justify;
    }

    .banner h4 {

        font-size: 1.1rem;
    }

    footer img {
        width: 100%;
        padding-bottom: 46px;
    }


    footer .copyright p br {
        display: none;
    }

    footer .copyright p {

        font-size: 12px;
    }

    header {
        padding: 0px 0;

    }

    .banner img {
        margin-bottom: 0px;
    }

    .banner {
        padding: 0px;
    }
}