@media (min-width:576px){
    .small-container{
        max-width:540px
    }
}
@media (min-width:768px){
    .small-container{
        max-width:720px
    }
}
@media (min-width:992px){
    .small-container{
        max-width: 800px;
    }
    .header--menu li.mobile-contact {
        display: none;
    }
	.stories-slider {
		padding-left: 15px;
	}
	.stories-slider .slick-arrow.slick-prev {
		left: 15px;
	}
	.stories-slider .slick-arrow.slick-next {
		left: 15px;
	}
}
@media (min-width: 1300px){ 
    .small-container {
        max-width: 1140px;
    }
	.stories-slider {
		padding-left: calc((100% - 1140px)/2);
	}
	.stories-slider .slick-arrow.slick-prev {
		left: calc((100% - 1140px)/2);
	}
	.stories-slider .slick-arrow.slick-next {
		left: calc((100% - 1140px)/2);
	}

}
@media (min-width: 1440px){
    .container {
        max-width: 1200px;
    }
	.stories-slider {
		padding-left: calc((100% - 1200px)/2);
	}
	.stories-slider .slick-arrow.slick-prev {
		left: calc((100% - 1200px)/2);
	}
	.stories-slider .slick-arrow.slick-next {
		left: calc((100% - 1200px)/2);
	}
}
@media (min-width: 1600px){
    .container {
        max-width: 1440px;
    }
	.main-footer .container {
		max-width: 1600px;
	}
	.stories-slider {
		padding-left: calc((100% - 1440px)/2);
	}
	.stories-slider .slick-arrow.slick-prev {
		left: calc((100% - 1440px)/2);
	}
	.stories-slider .slick-arrow.slick-next {
		left: calc((100% - 1440px)/2);
	}
}
@media (max-width: 1600px){
	.stories-slider .slick-arrow {
		width: 50px;
		height: 50px;
	}
	.stories-slider .slick-arrow img {
		width: 28px;
	}
	.footer-top .footer-left-box, .footer-top .footer-right-box {
		padding: 0 15px;
	}
	.btn-small {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 26px;
	}
	.navigation ul li a {
		font-size: 16px;
		line-height: 24px;
	}
	.logo {
		width: 70px;
	}
	.footer-logo {
		width: 70px;
	}
	.about-text-box p {
		font-size: 20px;
		line-height: 28px;
	}
	.btn {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 14px;
	} 
	.member-box h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.member-box p {
		font-size: 20px;
		line-height: 28px;
	}
	.new-box-text p {
		font-size: 18px;
		line-height: 24px;
	}
	.news-author-text .author-name, .news-author-text .news-date {
		font-size: 16px;
		line-height: 24px;
	}
	.main-footer p {
		font-size: 16px;
		line-height: 24px;
	}
	.footer-box ul li a {
		font-size: 16px;
		line-height: 24px;
	}
	.footer-box ul li {
		margin-bottom: 10px;
	}
	.footer-title {
		margin-bottom: 10px;
	}
	.footer-bottom-link ul li a {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 1440px){
	.footer-subscribe .form-control {
		width: calc(100% - 145px);
		font-size: 16px;
		height: 50px;
	}
	.btn-small {
		font-size: 14px;
		line-height: 20px;
	}
	.navigation ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.about-text-box p {
		font-size: 20px;
		line-height: 28px;
	}
	.btn {
		font-size: 14px;
		line-height: 20px;
	} 
	.member-box h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.member-box p {
		font-size: 14px;
		line-height: 24px;
	}
	.main-footer p {
		font-size: 16px;
		line-height: 24px;
	} 
	.stories-slider .slick-arrow {
		width: 48px;
		height: 48px;
	}
	.stories-slider .slick-arrow img {
		width: 24px;
	}
	.story-item {
		margin-right: 24px;
	}
	.stories-slider .slick-arrow.slick-next {
		margin-left: 70px;
	}
	.slider-content h1 {
		font-size: 60px;
		line-height: 80px; 
	}
	.slider-content .slider-content-in {
		max-width: 768px;
	}
	.banner-slider .item {
		padding: 110px;
	}
	.care-feature-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.stories-slider {
		padding-bottom: 80px;
	}
	.story-title {
		padding-bottom: 40px;
	}
	.news-title {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px){
	.main-header.fixed .hamburger-menu:before, .main-header.fixed .hamburger-menu:after {
        background: #fff;
    }
    .main-header.fixed .hamburger-menu {
        background: #fff;
    }
    .main-header.fixed .hamburger-menu.animate {
        background: transparent;
    }
    .hamburger-menu {
        position: relative;
        background: #fff;
        display: block;
        width: 24px;
        margin: auto;
        height: 3px;
    }
    .hamburger-menu:after {
        content: "";
        width: 20px;
        height: 3px;
        position: absolute;
        right: 0;
        top: 8px;
        background: #fff;
        transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .hamburger-menu:before {
        content: "";
        width: 14px;
        height: 3px;
        position: absolute;
        right: 0;
        bottom: 8px;
        background: #fff;
        transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .hamburger-menu.animate {
        background: transparent;
    }
    .hamburger-menu.animate, .hamburger-menu.animate:after, .hamburger-menu.animate:before {
        width: 24px;
        border-radius: 2px;
    }
    .hamburger-menu.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .hamburger-menu.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .main-header.fixed .hamburger-menu:before, .main-header.fixed .hamburger-menu:after {
        background: #fff;
    }
    .main-header.fixed .hamburger-menu {
        background: #fff;
    }
    .navigation {
        display: none;
        z-index: 1337;
        display: none;
        width: 200px;
        position: absolute;
        background: white;
        top: 83px;
        right: 0px;
        text-align: left;
        padding: 15px;
    }
    .visible {
        display: block !important;
    }
    .navigation ul li a {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
		color: #121e2b;
    }
	.navigation ul.dropdown-menu {
		transform: unset !important;
		position: unset !important;
		border: 0;
	}
	.logo {
		width: 50px;
		margin-right: auto;
		order: 1;
	}
	.header-right-btn {
		margin-left: 15px; 
		margin-right: 15px;
		order: 2;
	}
	.hamburger-wrapper {
		order: 3;
	}
	.site-header__main {
		padding: 0 15px;
	}
	header.main-header {
		padding: 10px 0;
	}
	.story-text-box p {
		font-size: 14px;
		line-height: 18px;
	}
	.story-text-box h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.story-title {
		padding-bottom: 40px;
	}
	.pricing-head {
		margin-bottom: 40px;
	}
	.stories-slider {
		padding-bottom: 70px;
	}
	.about-text-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.readmore {
		font-size: 14px;
	}
	.readmore i {
		font-size: 10px;
		margin-left: 10px;
	}
	.care-feature-box {
		margin-bottom: 25px;
	}
	.heading-title-box {
		margin-bottom: 40px;
	}
	.new-box-text h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.news-image {
		margin-bottom: 20px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-left-box {
		margin-bottom: 20px;
	}
	.copy-right {
		text-align: center;
	}
	.footer-bottom-link {
		text-align: center;
		margin-top: 10px;
	}
	.footer-bottom-link ul li a{
		font-size: 16px;
	}
	.footer-subscribe .form-control {
		width: calc(100% - 130px);
		font-size: 14px;
		line-height: 24px;
		padding: 10px 15px;
		height: 50px;
	}
	.help-image-box {
		margin-top: 20px;
	}
	.footer-bottom {
		margin-top: 30px;
		padding-top: 30px;
	}
	.main-footer {
		padding: 40px 0;
	}
	.banner-slider .item {
		padding: 60px 0;
	}
	.slider-content p {
		font-size: 16px;
		line-height: 24px;
	}
	.banner-button {
		margin-top: 25px;
	}
	.stories-slider .slick-arrow img {
		width: 20px;
	} 
	.stories-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.stories-slider .slick-arrow.slick-next {
		margin-left: 50px;
	}
	.stories-slider {
		padding-bottom: 50px;
	}
	.member-box {
		padding: 32px 24px;
	}
	.care-services {
		background: #EFEDEE;
	}
	.footer-logo {
		width: 50px;
	}
	.features-image-mobile {
		padding: 30px 0;
	}
	.new-box-text p {
		font-size: 16px;
	}
	.news-author-image {
		width: 40px;
	}
	.news-author-text .author-name, .news-author-text .news-date {
		font-size: 14px;
		line-height: 20px;
	}
	.new-box-text h3 img {
		width: 20px;
	}
	.news-title-text p {
		font-size: 16px;
		line-height: 24px;
	}
	.news-image img {
		height: 240px;
	}
	.features-image-mobile {
		max-width: 350px;
		margin: auto;
	}
	.story-item {
		height: 400px;
	}		
}
@media (max-width: 767px){
	.story-item {
		margin-right: 15px;
		height: 350px;
	}
	.news-box {
		padding-bottom: 30px;
	}
	.news-image {
		margin-bottom: 20px;
	}
	.story-text-box {
		padding: 10px;
		margin: 10px;
	}
	.story-read-more {
		width: 24px;
		height: 24px;
	}
	.slider-content h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.btn {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 5px;
	}
	.header-right-btn {
		margin: 0 10px;
	}
	.story-btn {
		justify-content: flex-start !important;
		margin-top: 10px;
	}
	.new-box-text p {
		font-size: 16px;
	}
	.news-title-text {
		width: 100%;
	}
	.news-btn-right {
		margin-top: 10px;
	}
	.help-image-box {
		gap: 10px
	}
	.help-image-box.box-bottom {
		margin-top: 10px;
	}
	.news-title {
		padding: 0 15px;
		margin-bottom: 40px;
	}
	.footer-subscribe {
		margin-top: 15px;
	}
	.footer-box ul{
		padding-bottom: 20px;
	}
}