@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(bootstrap-icons.min.css);
@import url(all.min.css);
/* CUSTOM FONTS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap');
*{ margin: 0; padding: 0; }
html,body {scroll-behavior: smooth;}
body {height: 100%;width:100%;margin:0;padding:0;font-size: 14px;font-weight: 400;color: #202021;font-family: 'Noto Sans', sans-serif; line-height: 1.3;font-display: swap;}
a {color: #12173e;text-decoration: none;transition: all .5s ease;cursor:pointer;}
ul {padding:0;margin:0;list-style-type:none}
p {font-size: 15px;line-height:24px}
h1, h2, h3, h4, h5, h6 {color: #12173e;}
 .gread_btn {
  padding: 7px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 10px;    font-size: 15px;
    font-weight: 400;
  background-image: linear-gradient(to right, #00993d 0%, #ee8a1f 51%, #f4821f 100%);
 } 
.gread_btn:hover, .gread_btn:focus  {
  background-position: right center;color: #fff; /* change the direction of the change here */
}
header {position: relative;}
.top_header {position: relative;background: #e9fff2;    color: #000}
.whtie_theme {padding: 1px 5px;background: #fff;border: 1px solid;border-radius: 0px;}
.black_theme {padding: 2px 6px;background: #252424; border-radius: 0px;color:#fff}
.black_theme:hover {color:#fff}
.announcement_box { position: relative; display: flex;    overflow: hidden; }
.announcement_box h4 {font-size:13px;margin-bottom:0;position:relative;padding:5px;    background: #0d066a;color:#fff}
.announcement_box h4:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #0d066a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto;
}	
.announcement_box p {margin:0;font-size: 13px;font-weight: 400; color: #bd1307;    padding:5px;line-height: 1.3;}
#announcements {padding:5px  0 0 15px;}
#announcements.owl-theme .owl-nav {margin:0}
.selection_elements { text-align: right;}
.select_list {position:relative}
.select_list > li > a { display: inline-block;font-size: 13px;font-weight: 500;}
.select_list > li > a:hover {color: #0c983c;}
.select_list > li > a.black_theme:hover {color: #fff;background:#eb8320}
.hindi_select .select_list > li > a {font-size:12px;}
.select_list > li{  position: relative;font-size: 13px;display: inline-block;vertical-align: middle;padding: 0px 5px 2px 5px;}
.select_list li:last-child:after{display: none;}
.select_list li:last-child{padding-right: 0;}
.select_list .nice-select {background:transparent;height: unset; line-height: unset;  border: solid 1px #2a2525; border-radius: 0;padding-top: 2px; padding-bottom: 2px;}
.middle_header {
    position: relative;
    padding: 5px 0;
    background: #013e72
}
.logo_inline { display: flex; position: relative; align-items: center; }
 
.logo_text { width: calc(100% - 115px);text-align:center} 
.logo_inline .logo_box {
position: relative;
    border-radius: 50%;
    background: #fff; 
}
.logo_text {padding-left:20px;}
.logo_inline h2 {
     font-size: 26px;
    line-height: 1.3;
    font-weight:600;color:#fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.logo_inline h3 { font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.6px;}
.logo_inline h4 {margin-bottom: 0;position:relative;text-align:center}
.logo_inline h4 span {position:relative;background: #fff;font-size: 15px; font-weight: 400; padding:5px 10px;border-radius:20px;color: #a51c23;}
 
.logo_inline .logo_box img {
    width: 90px;
    padding: 10px;
} 
 
 
.search_menu {text-align:right} 
.menu_control .card-body {padding:0;border: 0;}
.menu_open[aria-expanded=true] .fa-bars:before {content: "\f00d";}

.hindi_font {
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: normal;
}
.logo_text .hindi_font {font-size: 28px;}
 
/* backtoup */
.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(119, 119, 119, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '\f30c';
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #3a7384;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;font-weight: 900;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {fill: #fff; }
.progress-wrap svg.progress-circle path {
    stroke: #3a7384;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.top_bg_window {min-height:100vh;position:relative;} /*background:url(../images/home_slide1.jpg); */




/* .search_menu a { background: #066940; padding: 5px 10px; border-radius: 30px;color: #fff;} */
/* .search_menu a:hover, .search_menu a:active {color:#fff} */
.search_menu a.enquiry_btn { padding: 10px 15px;border-radius: 2px; position:relative;font-weight: 600; background-size: 300% 100%; border-radius: 50px;  moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; background: #2d55c4;
    border: 1px solid;margin-left:5px;color:#fff }
.search_menu a.enquiry_btn i {font-size: 18px; margin-right:2px}
.search_menu a.enquiry_btn:hover, .search_menu a.enquiry_btn:active { background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}


/* ================  SideBar Menu Edition  ====================== */
.nav-footer p {
  font-weight: 200;
  color: #eee;font-size: 13px;
    line-height: 24px;
}
.nav-footer {
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 5px;
    padding-top: 15px;
}
nav.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    margin-bottom: 20px;
}
nav.primary-menu ul ul {
    display: none;
}
nav.primary-menu li.active>ul {
    display: block;padding-left: 15px;
}
nav.primary-menu li a {
  display: block;
  text-transform: uppercase;
  color: #fff !important;
  text-align: left;
  padding: 10px 5px;
  position: relative;    border-left: 5px solid rgba(255,255,255,0);
}
nav.primary-menu ul li.active > a,
nav.primary-menu ul li a:hover {
    background: rgba(255,255,255,.15);
}
nav.primary-menu a:not(:only-child):after {
    content: "\f0d7";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 7px;
}
nav.primary-menu .active>a:not(:only-child):after {
    content: "\f0d8";
}
/* Light Menu */
.navbar-light .menu-toggler ,
.navbar-light .primary-menu li a{
  color: #fff;
}
.navbar-light nav.primary-menu > ul > li > ul{
  background-color: #ffffff;
}
.navbar-light .primary-menu ul li.active > a,
.navbar-light .primary-menu ul li a:hover {
    background: rgba(0,0,0,.10);
    border-color: rgba(0,0,0,.30);
}
.side_menu_list .list-item {position:relative; padding: 0; list-style-type: none;}
.side_menu_list .list-item i {
    padding: 0;
    margin-top: 2px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.side_menu_list .list-item li a {
	color: #fff;
    position: relative;
    padding: 10px 20px 5px 30px;
    margin-bottom: 5px;
    display: block;
	}
.side_menu {
    position: relative;
    width: auto;
    margin-left: 0;
    padding: 0;
}
.navbar.navbar-dark .side_menu a {
    color: #fff;
    display: block;
    position: relative;
	font-size: 20px;  
}
.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -350px;
  width: 350px;
  padding: 60px 30px;
  height: 100%;
  display: block;
 /* background-color: #962b28; */
  background: linear-gradient( 
20deg ,#013392 0%,#be6b62 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
 
}
/* width */
.side::-webkit-scrollbar, .side::-webkit-scrollbar {
  width: 0; height:10px;border-radius:10px;transition:0.5s ease;background: #ff8a8b; 
}
/* Track */
.side::-webkit-scrollbar-track, .side::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; border-radius:10px;
  border-radius: 0px;transition:0.5s ease;
}
/* Handle */
.side::-webkit-scrollbar-thumb, .side::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 0px;border-radius:10px;transition:0.5s ease;
}
/* Handle on hover */
.side::-webkit-scrollbar-thumb:hover, .side::-webkit-scrollbar-thumb:hover {
  background: #ccc; border-radius:10px;
}
.side.on {right: 0;}
.side .close-side {
  border-radius: 50%;
  color: #fff;
  float: right;
  font-size: 30px;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  top: -40px;
  width: 40px;
  z-index: 2; 
}
 
.home_section {
    position: relative;
    padding: 40px 0 60px; 
}
.content_box {position: relative;background: rgb(255, 255, 255, 0.95); padding: 30px;border-radius: 7px;transition:0.3s ease;}
.content_box:hover {background: rgb(255, 255, 255)}
.content_text {position: relative;padding-right:50px;height:100%;border-right:1px solid #ddd}
 
.login_panel {position: relative;padding-right:50px;height:100%;border-right:1px solid #ddd}

h3.login_head {
position:relative;
/* background: #f3c74e;color: #fff;*/
    font-size: 20px;
    padding: 8px 0 10px;box-shadow: 0 5px 15px #ddd;
    border-radius: 30px;
    text-align:center;    margin-bottom: 25px;
}
h3.login_head:before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to left, #cd8929 0%, #fff 100%);
    left: 15px;
}
h3.login_head:after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to right, #cd8929 0%, #fff 100%);
    right: 15px;
}
h3.login_head:before, h3.login_head:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 20%;
}



.content_text h1 {font-size:24px;font-weight:600}
.content_text p {text-align:justify}
.top_bg_window:before {position:absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgb(0, 0, 0, 0.36); */
	background:url(../images/two-shape-bg.png);
    text-align: center;    background-attachment: fixed;
    background-size: cover;
    color: #fff;    opacity: .5;
    content: '';
	}
 



.login_viewitem {
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.login_viewitem::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #cf231d;
  z-index: -1;
}

.login_icons {
  position: relative;
}

.login_icons_hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}

.login_content {
  position: relative;
  padding-top: 15px;padding-left:15px;width:100%;
}

.login_content::after {
  content: '';
  position: absolute;
  top: 20%;
  right: 0;
  bottom:0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 1px;
  background: #ededed;
}
.login_content h3 {font-size:20px;}
.login_content h3 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
 
}

.login_viewitem:hover::after {
  height: 100%;
}

.login_viewitem:hover h3 a {
  color: #fff;
}

.login_viewitem:hover .login_content a {
  color: #fff;
}

.login_viewitem:hover .login_icons_hover {
  opacity: 1;
}

.login_viewitem:hover .login_content::after {
  height: 100%;top: 0;
  background: #ffeb3b;
}


.list_icon {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.list_icon i {
    float: left;
    padding: 0;
    margin-top: 8px;
    color: #070707;
    font-size: 13px;
    text-align: left;
}
.list_icon li {
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: 400;
    line-height: unset;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: left;
}

.list_icon li a {color: #555;}
.list_icon li a:hover {color:#eeae00}

.search_menu .dropdown-menu {
	 -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.6s;
    transition: 0.6s; border: 0;background:#f4f9fb;  padding: 10px;min-width: 9rem;}
.search_menu .dropdown-menu.show {
 -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1); box-shadow: 0 5px 50px 0 rgb(0, 0, 0, 0.15);
}
.search_menu .dropdown-menu a {font-size:14px;margin-right:5px;padding:5px; text-align: left;display: inline-block;}
.search_menu .dropdown-menu a:hover {background:#0065d0;color:#fff}



.login_dbox {position:relative;padding:50px 30px 80px;text-align:center; border-radius: 20px;    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.login_dbox:hover {box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 6%);}

.login_dbox img {
    background-size: cover;
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 170px;
    height: 170px;margin-bottom:15px;
}
.login_dbox h4 {color:#fff;font-size:18px;font-family: 'Outfit', sans-serif;}
.login_dbox .login_a {
    position: absolute;
    left: 50%;
    display: inline-block;
    font-size: 16px;padding:2px 10px;border-radius:15px;
    color: #020202;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bg_c1 {background: rgb(77 193 247);}
.bg_c2 {background: #FF9800;}
.bg_c3 {background: rgba(205, 165, 97, 0.8);}
.bg_c4 {background: rgba(42, 109, 245, 0.8);}
.front_img img{border-radius:20px}
.front_img {position:relative}
 
.innerpages_section {position:relative;padding-bottom:50px;} 
.innercontrol {position:relative}
.innercontrol h1 {font-size:21px;font-weight: 600;}
.navbar-expand-lg .navbar-nav .nav-link { font-weight: 600;color:#fff}
header .navbar {background: #18578b;}
.login_points ul li { position: relative; padding-left: 30px; padding-bottom: 10px; text-align: justify; color:#666;font-size:16px;font-weight:500}
.login_points ul li:before {font-size: 14px;width: 16px;height: 16px;line-height: 16px;position: absolute;top: 0px;text-align: center;border-radius: 30px;content:'\F272';font-family: bootstrap-icons;left:0;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;color:#fff;background:#006600}
.login_points ul li:hover:before {background:#ffda0f;color:#020202}
.card-header {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;background:#b2e7ff
}
.table th {font-weight:600}
.table tbody tr th, .table tbody tr, .table tbody tr td {vertical-align:middle}
.commonds_side {position:relative;padding:20px;padding-right:50px;background:#f9f6f6;height:100%;} 

.login_form_view {
    position: relative;
    padding: 20px;
    background: #e9e9e9;
}




 
/* ================ Footer =================== */
footer {
    position: fixed;
    background: transparent ;
    z-index: 1;
    overflow: hidden; bottom: 0; width: 100%; 
}
.copywrite_div {
    position: relative;
    border-top: 5px solid #013e72;
    background: #013e72;
}
.copywrite_div p {margin-bottom:0;padding:15px 0;color:#fff;font-size: 13px;}
.copywrite_div p a {color:#fff;}
.text_left {text-align:left}
.text_center {text-align:center}
.text_right {text-align:right}
.copywrite_div {padding: 7px 0 7px;}
.copywrite_div p {padding:0}
.vcount_number {background: #3a7384;color: #fff;font-weight: 500;border-radius: 2px;padding: 5px 10px;}
 
 .form-label {font-weight:500;margin-bottom:3px;font-size: 15px;}
 sup {color:#ff0000}
.innerboard_box { position:relative } 
 /* .space_div {padding: 40px 30px;}  */
.menu_theme {
    background: #f7f7f7;
    padding: 15px;
    position: relative;
    height: 100%;
    min-height: 82vh;
    overflow: auto;
    background-attachment: fixed;
    background-size: cover;
    max-height: 100%;
    border-right: 1px solid #ddddddab;
    box-shadow: 0 5px 10px #ddd;
}
 
 
 
 
.login_section {padding: 30px 0;}
label {
    padding-left: 5px;
    margin-right: 10px;
}
.innerboard_box .rounded {font-size:12px} 
.alertsBoxTitle {
            font-family: Verdana;
            font-size: 9pt;
            font-weight: bold;
            font-style: normal;
            color: #ffffff;
            text-decoration: none;
        }

.alertsBox {background: #ECF1F9;border: 1px #a1bcdf solid;}
 
/* .border_box { padding: 0 15px;}  */



.menu_theme::-webkit-scrollbar, .menu_theme::-webkit-scrollbar {
    width: 0;
    height: 10px;
    border-radius: 10px;
    transition: 0.5s ease;
    background: #ff8a8b;
}
.menu_theme::-webkit-scrollbar-thumb, .menu_theme::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0px;
    border-radius: 10px;
    transition: 0.5s ease;
}
.menu_theme::-webkit-scrollbar-track, .menu_theme::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 10px;
    border-radius: 0px;
    transition: 0.5s ease;
}


 
/* SDMENU ============================================== */ 
 
div.sdmenu {
    font-size: 11px;
    padding-bottom: 10px;
    /* letter-spacing: 0.03em; */
    color: #FFF;}

/*div.sdmenu div.collapsed {height: 25px;}*/
    div.sdmenu div span {
        display: block;
        padding: 7px 25px;
        font-weight: bold;
        color: #FFF;
        background: #18578b url(../sdmenu/expanded.gif) no-repeat 10px center;
        cursor: default;
        border-bottom: 1px solid #E6EFE4;
        font-size: 14px;
        border-radius: 15px;
    }
div.sdmenu div.collapsed span {background-image: url(collapsed.gif);}

    div.sdmenu div a {
        padding: 7px 10px;
        /* background: #e2f8ff; */
        display: block;
        /* border-bottom: 1px solid #ddd; */
        color: #1f2632;
        font-weight: 500;
        font-size: 14px;
        border-radius: 15px;
    }
        div.sdmenu div a.current {
            background: #3480c1;
            color: #fff;
        }

        div.sdmenu div a:hover {
            background: #3480c1 url(../sdmenu/linkarrow.gif) no-repeat right center;
            color: #FFF;
            text-decoration: none;
        }

.menu_theme .collapsed {
    margin-bottom: 15px;
}



/* SDMENU ============================================== */
.table_control {
    font-size: 13px;
} 
.table_control .table-striped>tbody>tr:nth-of-type(odd)>* {--bs-table-bg-type: rgb(243 248 255);}
.table_control .table-striped>tbody>tr:first-child>th {--bs-table-bg-type:rgb(10 57 122);color:#fff;text-align: center;}
 
 
 
#ctl00_ContentPlaceHolder1_gvfeedrpt.table tbody tr:first-child td, #ctl00_ContentPlaceHolder1_GV_rpt2.table tbody tr:first-child td, #ctl00_ContentPlaceHolder1_GV_rpt3.table tbody tr:first-child td{font-weight:600} 
 
 
 
 
 
 
 
 
/* Responsive Media Code */
@media (min-width:1300px) {
.menu_theme {margin-right:7%;}
.space_div {padding: 15px 15px;}
}









@media (min-width:1400px) {
.login_dbox {padding: 80px 30px 80px;}
}

@media (max-width:1400px) {
h2 {font-size:28px;}
h3 {font-size:24px;}
}
@media (min-width:1200px) and (max-width:1400px) {
.middle_header .container-fluid {padding: 0 15px;}
}
@media (max-width:1320px) {
.logo_inline a h2 {font-size:24px}
}

@media (min-width:1101px) and (max-width:1250px) {
.logo_inline a h2 {font-size:24px}
}

@media (min-width:1024px) and (max-width:1100px) {
.logo_inline a h2 {font-size:22px}
}

@media (max-width:1024px) {
.search_menu  {position: absolute;right: 15%;bottom: -35px;}
.search_menu a {font-size: 14px; font-weight: 400;}
.logo_inline a h2 {font-size:20px}
.logo_inline a h4 {font-size:16px}
.search_menu a.enquiry_btn {padding: 7px 25px;}
.search_menu { bottom: 0; top: 40%;    right: 15px;}
.check-avail.check-avail-v3 {
    padding: 50px 0 100px;
}
.highlight_head h2 { font-size: 40px;}
.highlight_head h2 span { font-size: 32px;}
.top_bg_window {min-height: 100%;}
.logo_inline h2 { font-size: 20px;}
.hindi_font {font-size: 22px;}


}
@media (max-width:990px) {
.search_menu a.enquiry_btn {padding: 7px 15px;}
.search_menu a {font-size: 13px;}
.content_text {padding-right: 0;border-top: 1px solid #ddd;border-right: 0;padding-top:20px;}

}
@media (max-width:768px) {
.logo_inline h2 { font-size: 18px; padding: 0px 5px 0px;    text-align: center;}
.logo_inline h4 span { font-size: 13px;}
.menu_control .collapse:not(.show) {display: block;}
.search_menu .menu_open {display:none}
.search_menu  {position: relative;right: 0;bottom: 0;top:0;    text-align: center;}
.search_menu a {font-size: 13px; font-weight: 400;}
.text_left {text-align:center}
.text_right {text-align:center}
.copywrite_div  {padding: 10px 0;}
.copywrite_div p {padding: 3px 0;}
.search_menu a.enquiry_btn {padding: 10px 15px;}
.home_section { padding: 20px 0 60px;}
.login_panel {padding-right: 0;border-right: 0;}
.logo_box {width: 60px;height: 60px; outline-offset: 2px;}
.content_text {padding-right: 0;border-top: 1px solid #ddd;border-right: 0;padding-top:20px;}
.logo_text { width:calc(100% - 60px)}
.search_menu a.enquiry_btn {padding: 5px 15px;    display: inline-block;
    margin-bottom: 5px;}
.hindi_font {font-size: 20px;}


}
@media (max-width:590px) {
.logo_text { width:calc(100% - 50px)}
.hindi_font {font-size: 20px;}
.logo_inline h2 {font-size: 16px;}
}

@media (max-width:480px) {
h2 {font-size:24px;}
h3 {font-size:20px;}
.gread_btn {font-size: 12px;}
.search_menu {
    margin-top: 5px;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 7px;
    border-radius: 30px;
}
.content_box {padding: 15px;}
.content_text h1 {font-size: 20px;}
.logo_box {width: 50px;height: 50px;    outline-offset: 2px;}
.logo_inline h4 span { font-size: 10px;}
.logo_inline h2 { font-size: 16px;margin-bottom: 0;}
.login_dbox {padding: 20px 0px 70px;}
.login_dbox img {    width: 100px; height: 100px;}
footer {position:relative}

.login_dbox .login_a {
    left: 0;
    right: 0;
    display: block;
    font-size: 14px;
    padding: 2px 5px;
    width: 60%;
    margin: 0 auto;transform: inherit;
}
.hindi_font {font-size: 18px;}
 

}

@media (max-width:375px) {
.logo_inline h4 span { font-size: 10px;}
.logo_inline h2 { font-size: 16px;margin-bottom: 0;}
.hindi_font {font-size: 16px;}


}
@media (max-width:350px) {
.hindi_font {font-size: 15px;}
.logo_inline h2 { font-size: 14px;    margin-bottom: 0;}
.logo_inline h4 span {font-size: 10px;}
}

