@media (max-width:1200px) {
header .navigation .navbar .navbar-nav .nav-item .nav-link{font-size: 16px;padding: 7px 15px !important;}
header .navigation .navbar-expand-lg .offcanvas .offcanvas-body .search_icon_desktop .search_box input{width: 180px;}
}

@media (max-width:991px) {
.container{max-width: 100%;}
header .offcanvas{top: 0px;left: 0px;}
header .offcanvas .offcanvas-header img{width: 175px;}
header .navigation .navbar-expand-lg .offcanvas .offcanvas-header{border-bottom: 1px solid var(--gcolor2)}
header .navigation .navbar-expand-lg .offcanvas .offcanvas-body{display: block;}
header .navigation .navbar-expand-lg .offcanvas .offcanvas-body .search_icon_desktop{margin-top: 20px;}
header .navigation .navbar-expand-lg .offcanvas .offcanvas-body .navbar-nav li{border-bottom: 1px solid var(--gcolor2)}
header .navigation .navbar .navbar-nav .nav-item .nav-link{padding: 8px 0px !important;}
header .navigation .navbar .navbar-nav .nav-item:hover ul.dropdown_list{position: inherit;transform: translate(0px, 0px);background: transparent;box-shadow: none;width: 100%;max-width: 100%;}
header .navigation .navbar .navbar-nav .nav-item ul.dropdown_list li{padding: 10px !important;}
footer{padding: 50px 0 0;}
footer .copyright{margin-top: 30px;}
.hero_banner{padding: 70px 0 50px;}
.hero_banner .hero_search .hero_search_box{margin-bottom: 20px;}
.hero_banner h1{font-size: 34px;}
.normal_content{padding: 50px 0px;}
.blog_details h2{font-size: 22px;font-weight: 400;line-height: 35px;padding-bottom: 10px;color: var(--orange);}
.blog_details h3{font-size: 20px;font-weight: 400;line-height: 32px;padding-bottom: 10px;color: var(--sky);}
.blog_details h4{font-size: 18px;font-weight: 400;line-height: 32px;padding-bottom: 10px;color: var(--blue);}
.blog_details h5{font-size: 17px;font-weight: 400;line-height: 30px;padding-bottom: 10px;color: var(--orange);}
.blog_details h6{font-size: 16px;font-weight: 400;line-height: 30px;padding-bottom: 10px;color: var(--orange);}
.blog_details .related_blogs{margin-bottom: 20px;}
.blog_details .related_blogs h4{font-size: 15px;padding-bottom: 2px;}
}

@media (max-width:768px) {
.hero_banner{padding: 60px 0 40px;}
.hero_banner h1{font-size: 30px;}

}

@media (max-width:576px) {
footer{padding: 40px 0 0;}
footer .copyright{margin-top: 20px;}
.hero_banner{padding: 50px 0 30px;}
.hero_banner h1{font-size: 26px;font-weight: 700;}
.blog_list{padding: 30px 0px 50px;}
.normal_content{padding: 40px 0px;}
.normal_content h2{font-size: 22px;}
.normal_content h3{font-size: 20px;}
.normal_content h4{font-size: 18px;}
.normal_content h5{font-size: 17px;}
.normal_content p, .normal_content ul li, .normal_content ol li{font-size: 16px;}
}