 @media only screen and (max-width : 1280px) {

 }
 

@media only screen and (max-width : 1050px) {

.social ul li a {
    color: #000;
    font-size: 20px;
    width: 38px;
    height: 38px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
}
.logo {
    width: 100%;
    float: left;
}
.logo a img {
    width: auto;
    height: 60px;

}
.navbar-toggler {
    padding: 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #cb2236;
    border: 1px solid #cb2236;
    border-radius: .25rem;
}
.menu_w .navbar {
       padding: 0;
    margin: 10px 0;
    float: right;
    display: block;
    width:100%;
}
.menu_w ul li a{
	    font-size: 16px;
}
.book a {
    float: right;
    background: #f4ae06;
    color: #fff;
    padding: 14px 31px;
    width: 100%;
    text-align: center;
}
.help_section h2 {
    text-align: center;
    position: relative;
    top: 0;
    font-weight: bold;
    right: 0;
    padding: 10px 0;
    color: #003478;
    font-size: 22px;
}
.help_bg {
    background-color: #faefd5;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 20px 30px 0 rgb(25 54 86 / 3%);
    margin-top: 0;
    height: auto;
    margin-bottom: 0;
	    padding-bottom: 30px;
}
.help_bg img {
    position: relative;
    top: 0;
    box-shadow: 0 20px 30px 0 rgb(25 54 86 / 3%);
    left: 0;
}
}
@media only screen and (max-width : 992px) {
.menu_w .navbar {
       padding: 0;
    margin: 10px 0;
    float: right;
    display: block;
    width:100%;
}
}
@media only screen and (max-width : 767px) {
.sticky {
    z-index: 12;
    position: revert;
    top: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 12px 0px;
    background: #000;
}
.menu_w {
        float: right;
    position: relative;
    margin-top:0px;
	z-index:12345;
}
.menu_w ul li {
    display: inline-block;
    float: left;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.menu_w ul li a {
    display: block;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    padding: 6px 5px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
    width: 100%;
}
.navbar-toggler {
    padding: 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color:#cb2236;
    border: 1px solid #cb2236;
    border-radius: .25rem;
	display: block;
}
.menu_w .show ul{
    width: 300px;
}
.logo {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0;
}
.logo a img {
    width: auto;
    height: 60px;
}
.slider ul li .text_w .text {
    margin-top: 36px;
    text-align: center;
}
.social {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.slider .item .cover .header-content h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #e8ca69;
}
.slider .item .cover .header-content h2 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}
.help_section h2 {
    text-align: center;
    position: relative;
    top: 0;
    font-weight: bold;
    right: 0;
    padding: 10px 0;
    color: #003478;
    font-size: 22px;
}
.help_bg {
    background-color: #faefd5;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 20px 30px 0 rgb(25 54 86 / 3%);
    margin-top: 0;
    height: auto;
    margin-bottom: 0;
	    padding-bottom: 30px;
}
.help_bg img {
    position: relative;
    top: 0;
    box-shadow: 0 20px 30px 0 rgb(25 54 86 / 3%);
    left: 0;
}
}
 
@media only screen and (max-width:480px) {
.header-top .call {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}
.social ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social ul li {
    display: inline-block;
    float: left;
    padding: 0px 10px 0px 0px;
}
.reviews img {
    margin-top: 10px;
    width: 135px;
    float: left;
}


}