﻿/*
    https://getbootstrap.com/docs/5.2/layout/breakpoints/#available-breakpoints
    Breakpoint	        Class infix	    Dimensions
    Extra small         None            <576px
    Small               sm              >=576px
    Medium              md              >=768px
    Large               lg              >=992px
    Extra large         xl              >=1200px
    Extra extra large   xxl             >=1400px
*/
@media (min-width: 576px) {
    /* Small and up */
}

@media (min-width: 768px) {
    /* Medium and up */
    
}

@media (min-width: 992px) {
    /* Large and up */
    
}

@media (min-width: 1200px) {
    /* Extra Large and up */
	
}

@media (min-width: 1400px) {

}
@media (min-width: 1200px) and (max-width: 1465px) {
   .btnx {
    background: #056DB3;
    font-size: 17px;
	padding: 14px 8px !important;
   
	}
}
@media (min-width: 900px) and (max-width: 1199px) {
   .btnx {
    background: #056DB3;
    font-size: 17px;
	padding: 14px 8px !important;
   
	}
	.top-detail ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    flex-direction: column;
    display: block !important;
    position: relative;
    width: 100%;
}
	.top-detail ul {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
   
}
}
@media (min-width: 767px) and (max-width: 899px) {
   .btnx {
    background: #056DB3;
    font-size: 17px;
	padding: 14px 8px !important;
   
	}
	.top-detail ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    flex-direction: column;
    display: block !important;
    position: relative;
    width: 100%;
}
	.top-detail ul {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
   
}
	.action-content-area {
    display: block;
    width: 100%;
}
}
@media (min-width: 300px) and (max-width: 768px) {
   .btnx {
    background: #056DB3;
    font-size: 17px;
	padding: 14px 8px !important;
   	width: 100%;
	}
	.top-detail ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    flex-direction: column;
    display: block !important;
    position: relative;
    width: 100%;
}
	.top-detail ul {
    display: block !important;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
   
}
 .d-sm-inline {
       
        font-size: smaller;
    }
	.nav-x li {
    padding: 7px;
}

.content-header {
    font-size: 27px;
}
	.action-content-area {
    display: block;
    width: 100%;
}
}

@media (max-width: 575px) {
    /* Extra small only */
}

@media (max-width: 576px) and (max-width: 767px) {
    /* Small only */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Medium only */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Large only */
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /* Extra Large only */
}
