
body {
	color: #4d4d4d;
	font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
    letter-spacing: 0.5px;
}
body:focus {
    color: inherit;
    text-decoration: none;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.navbar {
    padding: 15px 10px;
    background: #1e1f21;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    display: none;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none
}
.ToogleButton {
    color: #1e1f21;
    background: none;
    border: 0;
    font-size: 22px;
    cursor: pointer;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd
}
.wrapper {
    display: flex;
}
#sidebar {
    min-width: 260px;
    max-width: 260px;
    background: #F8F8F8;
    color: #010101;
    transition: all 0.3s;
    position: fixed;
    height: 100vh;
}
.list-unstyled.components {
    height: calc(100vh - 90px);
    overflow: auto;
}
#sidebar.active {
    margin-left: -260px
}
#sidebar .sidebar-header {
    padding: 10px 10px; 
    color: #fff;
    background-color: #0E4597;
    font-weight: 300;
}

.sidebar-header-img {
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #707070;
    min-width: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.sidebardropdown {
    list-style: none;
    padding-left: 10px;
}
.sidebar-header-details .StrTitle {
  font-size: 15px;
}
.sidebar-header-details .strownername {
    font-size: 11px;
}
.sidebar-header-details .strownernameemail {
    font-size: 11px;
}

#sidebar .student_class span {
    font-size: 12px;
}
#sidebar .student_class  {
   margin-top: 12px;
}


#sidebar ul.components {
    padding: 10px 0px;
    /* border-bottom: 1px solid #47748b */
}

#sidebar ul li a {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    color: #202020;
    border-bottom: solid 1px rgb(235, 235, 235);
    
}
#sidebar ul li i {
    margin-right: 7px;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #0E4597;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff!important;
    background: #0E4597;
    fill: #fff!important;
}

a[data-toggle="collapse"] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}
.drpdwnmnu svg {
    transition: all 400ms;
    transform: rotate(180deg);
}
.drpdwnmnu {
    cursor: pointer;
}
.drpdwnmnu a:hover svg {
    fill: #fff;
    cursor: pointer;
}
.drpdwnmnu a.d-flex.align-items-center.collapsed svg {
    transform: rotate(00deg);
}

.content-wrapper {
    padding-left: 260px;
    width: 100%;
    height: 100%;
}

.content-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}
#sidebar .navbar-brand img {
    width: 136px;
}

/* Contetnt */

.btn1 {
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    padding: 12px 20px;
    background-color: #0E4597;
    transition: all 400ms;
    text-transform: uppercase;
}
.btn1:hover {
    background-color: #1e1f21;
}

.maintitle h4 {
    color: #707070;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
}
.dasbox {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px;
    border-radius: 0.25rem;
    overflow: auto;
}
.dasbox small {
    color: #797979;
}
.dasboxIcon {
    min-width: 45px;
    min-height: 45px;
    background: rgb(240, 240, 240);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dasboxtitle {
    font-size: 15px;
    color: #666;
}
.dasboxdtls {
    font-size: 22px;
    font-weight: 400;
    margin-top: 7px;
}
.dasbox h5 {
    font-size: 17px;
    color: #495057;
}
.dasbox .btnmtnh {
    color: #fff;
    background-color: #0E4597;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.list-unstyled.components::-webkit-scrollbar {
    width: 3px;
  }
   
  .list-unstyled.components::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  } 
  .list-unstyled.components::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }

.dasbox::-webkit-scrollbar {
    height: 8px;
  }
   
  .dasbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  } 
  .dasbox::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }

.w-100 {
    width: 100%;
}
.CustomTable.table {
    font-size: 9px;
    color: #666;
    font-weight: 300;
}
.CustomTable.table .thead-light th {
    color: #fff;
    background-color: #AEAEAE;
    border-color: #aeaeae;
    font-weight: normal;
}
.CustomTable.table span {
    color: #fff;
}
.searchbar {
    border: #DBDBDB solid 1px;
    border-radius: 50px;
    width: 210px;
    padding-left: 12px;
}
.searchbar form {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
::placeholder {
    opacity: 1;
}
.searchbar form input[type=text] {
    width: 100%;
    border:0;
    border-radius: 50px;
    padding: 8px 10px;
    outline: none!important;
    color: #A7A7A7;
    font-weight: 400;
    font-size: 14px;

}
.searchbar form button.btn1 {
  background: none;
  border: 0;
  line-height: 100%;
}
.dataTables_wrapper .dataTables_length select {
    padding-right: 15px;
}
.formselecitems select, .SelectMonth select {
    border-radius: 50px;
    border: #DBDBDB solid 1px;
    border-radius: 50px;
    padding: 8px 30px 8px 15px;
    color: #A7A7A7;
    background-color: #fff;
    font-weight: 400;
    /* width: 100%; */
    font-size: 14px;
}
select {
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
	-o-appearance:none;
    appearance:none;
	background-image:url(../images/arrow-icon.svg);
	background-repeat:no-repeat;
	background-position: 95% center;
    background-size: 12px auto;
}
.CustomTable .Tblheader {
    box-shadow: 0px 0px 10px #ddd;
    border: 0;
}
.CustomTable .Tblheader tr th {
    border: 0!important;
}
.CustomTable tr td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.overflowauto {
    overflow: auto;
}
.pointer {
    cursor: pointer;
}
.ViewProduct .modal-header {
   color: #fff;
   background-color: #0E4597;
   border-radius: 0;
   padding: 10px 12px;
}
.ViewProduct .modal-content {
    border: 0;
    border-radius: 0;
}
.ViewProduct .modal-body {
    border: 0;
    border-radius: 0;
}
.ViewProduct .modal-header h5 {
   font-weight: 400;
   font-size: 17px;
 }
 .ViewProduct .close {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
    opacity: 1;
	text-shadow: none;
}
.CustomTable .badge {
    border-radius: 0;
    font-weight: 400;
}
.formcustom .form-group .form-control, .formcustom .form-group  {
    border-radius: 0px;
    font-size: 13px;
    font-weight: 300;
}
.formcustom .form-group label {
   color: rgb(78, 78, 78);
}
.ViewProduct .btn1 {
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    background-color: rgb(59, 59, 59);
}
.ViewProduct .btn2 {
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    background-color: #0E4597;
    text-transform: uppercase;
}
.Prodctfrm .btn1 {
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    padding: 12px 20px;
    background-color: #0E4597;
    transition: all 400ms;
    text-transform: uppercase;
}
.text-blue {
    color: #0E4597;
}
.Prodctfrm .btn1:hover {
    background-color: #1e1f21;
}
.ViewProduct .modal-footer {
    border: 0;
    padding-top: 0;
}
.productbtns .btn {
    border-radius: 0;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 12px;
    padding: 6px 15px;
    background-color: #666;
    border-color: #666;
    color: #fff;
    text-transform: uppercase;
}
.Prodctfrm .form-control{
    border-radius: 0;
}
.Prodctfrm .form-group label{
    font-size: 14px;
}
.Prodctfrm {
    padding: 20px  10px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
.editproductimages .productimgbx {
    width: 19%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 5px;
}
.add-btn {
    padding: 8px 15px;
    border: 0;
    background-color: #28a745;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.paybtn {
    padding: 8px 15px;
    border: 0;
    background-color: #222;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
button:disabled, button[disabled]{
opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.switchbtn {
    position: relative;
    display: inline-block;
    width: 40px;
    height:18px;
  }
  
  .switchbtn input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .sliderbtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .sliderbtn:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .sliderbtn {
    background-color: #28a745;
  }
  
  /* input:focus + .sliderbtn {
    box-shadow: 0 0 1px #666;
  }
   */
  input:checked + .sliderbtn:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }
  
  /* Rounded sliders */
  .sliderbtn.roundbtn {
    border-radius: 34px;
  }
  
  .sliderbtn.roundbtn:before {
    border-radius: 50%;
  }
  .SValues, .SValues2, .Svaliddatecontent {
       display:none 
}
.cstmrdibtn {
    position: relative;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.cstmrdibtn input[type="radio"] {
    position: relative;
    opacity: 0;
}
.cstmrdibtn input[type="radio"] {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: none;

}
.cstmrdibtn span {
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    background-color: #fff;
    z-index: -1;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    transition: all 400ms;
    display: inline-block
}
.cstmrdibtn input[type="radio"]:checked + span  {
    background-color: #0E4597;
    color: #fff;
    border: 1px solid #0E4597;
}
.Subscriptionboxhead {
    border-radius: 7px;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.Subscriptionboxhead p {
    font-size: 18px;
    margin-bottom: 6px;
}
.Subscriptionboxhead h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.Subscriptionboxhead .subscriptionPrice {
    font-size: 22px;
    font-weight: 500;
}
.Mainbrdr {
    border: 1px solid #ddd;
    border-radius: 7px;
    border-radius: 7px;
    margin-top: 15px;
    height: 100%;
}
.Subscriptionbox {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.Subscriptionbox .btn.btn1 {
    margin-top: auto;
}
.row.subs .col-md-3:nth-child(1) .Subscriptionboxhead {
    background-color: #EAB62B;
}
.row.subs .col-md-3:nth-child(2) .Subscriptionboxhead {
    background-color: #0E4597;
}
.row.subs .col-md-3:nth-child(3) .Subscriptionboxhead {
    background-color: #DF4281;
}
.row.subs .col-md-3:nth-child(4) .Subscriptionboxhead {
    background-color: green;
}

.row.subs .col-md-3:nth-child(1) .btn1 {
    background-color: #EAB62B;
}
.row.subs .col-md-3:nth-child(2) .btn1 {
    background-color: #0E4597;
}
.row.subs .col-md-3:nth-child(3) .btn1 {
    background-color: #DF4281;
}
.row.subs .col-md-3:nth-child(4) .btn1 {
    background-color: green;
}
.Subscriptionboxbody ul {
  padding: 20px 25px;
  font-size: 15px;
}
.Subscriptionboxbody ul li {
    line-height: 45px;
    color: #2A2A2A;
    list-style: none;
    position: relative;
    padding-left: 30px;
   }
   .Subscriptionboxbody ul li::before {
       content: "";
       width: 22px;
       height: 22px;
       background-image: url(../images/check.svg);
       background-repeat: no-repeat;
       background-position: center;
       position: absolute;
       top: 12px;
       left: 0;
       background-size: contain;
   }
   .Subscriptionboxbody .btn1 {
       padding: 12px 20px;
       color: #fff;
       transition: all 400ms;
   }

   .Subscriptionboxbody .btn1:hover{
    background-color: rgb(48, 48, 48)!important;
}
   .Mainbrdr div .btn1:nth-child(1) {
    background-color: #EAB62B;
}

.FaqHead {
    background-color: #0E4597;
    border: 0;
    color: #fff;
    padding: 14px 15px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 400ms;
    position: relative;
    font-weight:400;
}
.FaqHead.collapsed {
    background-color: #6CC26C;
    transition: all 400ms;
    position: relative;
}
.FaqHead::before {
    content: "";
    background-image: url(../images/minus.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
}
.FaqHead.collapsed::before {
    content: "";
    background-image: url(../images/plus.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
}
.faqsec .card-body {
    border: 1px solid #ddd!important;
    border-top: 0;
    line-height: 35px;
}
 .FaqHead span {
   width: 90%;
   display: block;
}
.helpsupportfrm .form-group .form-control  {
   padding: 12px 15px;
   border-radius: 0;
   color: rgb(155, 155, 155);
}
.helpsupportfrm .form-group .btn1 {
    background-color: #0E4597;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 0;
    transition: all 400ms;
}
.helpsupportfrm .form-group .btn1:hover {
    background-color: #666;
}
.odrfr {
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.fdelvrybtns {
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.fdelvryoptnbtns {
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.cshdelvrybtns {
    display: flex;
    align-items: center;
    width: 145px;
    justify-content: space-between;
}
.asmbtns {
    width: 190px;
    display: flex;
    align-items: center;
}
.odrfrbtn {
    display: flex;
    align-items: center;

    justify-content: space-between;
}
.odrfr form {
  margin-left: 10px;
}
.odrfr .form-control {
    width: 75px;
    padding: 7px 10px;
    border-radius: 40px;
    font-size: 15px;
}
.save-btn {
    background-color: #0E4597;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 7px 15px;
    transition: all 400ms;
}
.save-btn:hover {
    background-color: #202020;
}
/* .freeDlvryptnsCntnt {
    display: none;
} */
.Stngbx {
    padding: 20px;
    font-size: 14px;
    height: 100%;
    border: 1px solid #ddd;
    font-weight: 300;
    min-height: 215px;
    height: auto;
}
.Stngbx h4 {
    font-size: 16px;
    color: #0E4597;
}

.Stngbx2 {
    padding: 20px;
    font-size: 14px;
    height: 100%;
    border: 1px solid #ddd;
    font-weight: 300;
    height: auto;
}
.Stngbx2 h4 {
    font-size: 16px;
    color: #0E4597;
}
.shwowy {
    cursor: pointer;
    color: #1e1f21;
}
/* .popover-header {
    border: 0!important;
    color: #fff!important;
    background: #0E4597!important;
}
 */
 .categorybx {
     border: 1px solid #ddd;
     padding: 30px;
 }
 .categorybx .maincategoryselctbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.selectcatabox {
    margin-top: 10px;
    margin-right: 10px;
}
 .selectcatabox span {
     border: 1px solid #ddd;
     padding: 12px 15px;
     font-size: 14px;
     line-height: 14px;
     cursor: pointer;
     transition: all 400ms;
     display: inline-block;
     
 }
 .selectcatabox input[type="checkbox"] {
     width:100%;
     height: 100%;
     display: none;
 }
 .selectcatabox input[type="checkbox"]:checked ~ span {
     background-color: #28a745;
     color: #fff;
     border: 1px solid #28a745;
 }

.save-category {
    background-color: #0E4597;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 15px;
    transition: all 400ms;
    margin-top: 30px;
    text-transform: uppercase;
}
.save-category:hover {
    background-color: #202020;
}
.w-100 {
    width: 100%;
}
.LoginBox {
	width: 100%;
	max-width: 420px;
	padding: 30px 20px;
	border-radius: 00px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ddd;
    color: #707070;
}
.LoginBox .form-control {
    color: #666;
    font-size: 14px;
    padding: 12px 15px;
    font-weight: 300;
    border-radius: 0;
}
.LoginBox .form-control::placeholder{
    opacity: 1;
    color: #B8B8B8;
}

.LoginSection {
	width: 100%;
	min-height: 100vh;
	padding: 15px;
	justify-content: center;
	text-align: center;
	flex-direction: column;
    display: flex;
    align-items: center;
}
.LoginLogo img {
    width: 120px;
}
.sh-desktop {
    display: block;
}
.sh-mobile {
    display: none;
}
.sh-desktop-inline {
    display: inline-block;
}
.has-search {
    position: relative;
    margin-right: 15px;
    width: 300px;
    /* display: block; */
}
.form-control-feedback {
	position: absolute;
	line-height: 50px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
    height: 100%;
}
.has-search .form-control {
    padding: 8px 9px;
    padding-left: 42px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #666;
    font-size: 14px;
    margin-right: 10px;
    height: 40px;
}
.has-search .form-control::placeholder {
    opacity: 1;
    color: #A7A7A7;
}
.searchbtn  {
    display: flex;
    width: 30px;
    height: 100%;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}
/* #notilist.collapse {
    display: block;
} */

.srchnt #notilist {
    display: block;
}
.sub_details {
    flex-direction: column;
}
.categories {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.badge-info {
    font-size: 15px;
    padding: 10px 15px 10px 15px;
}
.cross_icon {
    cursor: pointer;
    margin: 0px 0px 0px 10px;
}
.add-categories {
    display: flex;
}
#cat-opt {
    max-width: 300px;
    margin: 0px 10px 0px 0px;
}
#add-cat-btn {
    font-weight: bold;
    font-size: 22px;
    padding: 0px 10px;
}





@media(max-width:991px) {
    #sidebar {
        margin-left: -260px
    }

    #sidebar.active {
        margin-left: 0px
    }
    #sidebar {
        position: fixed;
        z-index: 999;
        height: 100%;
        overflow: auto;
    }
    
    .navbar {
        display: block;
        padding: 0px 10px;
        z-index: 99;
    }
    .content-wrapper {
        padding: 70px 0px 15px 0px;
    }
    .navbar-brand img {
        width: 35px;
    }
    #sidebarCollapse {
        float: right;
        margin-top: 13px;
    }
    #sidebar .sidebar-header {
        padding: 8px 20px 8px 20px;
    }
    #sidebar ul li a {
        padding: 8px 15px;
        font-size: 10px;
    }
    .ToogleButton span {
        height: 2px;
        background-color: #1e1f21;
        display: block;
        margin-top: 5px;
        transition: all 400ms;
        position: relative;
    }

    .ToogleButton span:nth-child(1) {
        margin-top: 0px;
        width: 12px;
    }
    .ToogleButton span:nth-child(3) {
        width: 20px;
    }
    .ToogleButton.btncls span:nth-child(2) {
        display: none;
    }

    .ToogleButton.btncls span:nth-child(1) {
       transform: rotate(45deg);
       border-radius: 2px;
       top: 7px;
       width: 27px;
       background-color: #0E4597;
    }
    .ToogleButton.btncls span:nth-child(3) {
        transform: rotate(-45deg);
        width: 27px;
        top: 0px;
        left: 0px;
        border-radius: 2px;
        background-color: #0E4597;
    }
    .maintitle h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .sh-desktop {
        display: none;
    }
    .sh-mobile {
        display: block;
    }
    .add-btn {
        padding: 0;
        border-radius: 50%;
        line-height: 14px;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        text-align: center;
    }
    .sh-desktop-inline {
        display: none;
    }
    .formselecitems select, .SelectMonth select {
        padding: 11px 27px 12px 10px;
        font-size: 10px;
    }
    .searchbtn  {
        display: flex;
    }
    #notilist {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        padding: 20px;
        top: 136px;
        border-bottom: 1px solid #ddd;
    }
    .has-search {
        position: relative;
        margin-right: 0px;
        width: 100%;
    }
    .srchnt #notilist {
        display: none;
        transition: all 400ms;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
}
    .collapse.show {
        display: block !important;
    }
    .Prodctfrm .form-group label {
        font-size: 12px;
        line-height: 12px;
    }
    .categorybx h6 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .selectcatabox span {
        padding: 12px 8px;
        font-size: 11px;
        line-height: 11px;
    }
    .selectcatabox {
        margin-top: 0px;
    }
    .faqsec .card-body {
        font-size: 12px;
        line-height: 20px;
    }
    .FaqHead span {
        font-size: 13px;
    }
    .FaqHead {
        padding: 8px 15px;
        margin-top: 10px;
    }
    .maintitle h4 {
        margin-bottom: 0px;
    }
    .flxclm {
        flex-direction: column;
    }

    
    
}

@media only screen and (min-width: 768px) and (max-width:1169px){
      
}

@media screen and (max-width: 767px){

      .Stngbx2 {
          flex-direction:column;
      }
      .Stngbx2 .save-btn  {
          margin-top: 15px;
      }
      select {
        background-size: 17px;
    }
}

