body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: 'Montserrat', sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}
.bars, .mobile_nav {display: none !important;}
.text-justify {text-align: justify;}

.main_heading {font-size: 50px; font-weight: 700; color: #222;}
.small_heading {font-size: 30px; font-weight: 700; color: #65b5c4;}
.sub_heading {font-size: 18px; font-weight: 500; color: #65b5c4; line-height: 26px;}
.brdr_hdng {height: 3px; width: 100px; background-color: #f6730d; border-radius: 4px;}
.para {font-size: 15px; line-height: 26px;}

.button_1 {display: inline-block; width: max-content; padding: 12px 30px; font-size: 14px; color: #fff; border: 1px solid #65b5c4; border-radius: 4px; background-color: #65b5c4; transition: all 0.5s;}
.button_2 {display: inline-block; width: max-content; padding: 12px 30px; font-size: 14px; color: #65b5c4; border: 1px solid #fff; border-radius: 4px; background-color: #fff; transition: all 0.5s;}
.button_1:hover {opacity: 0.8; color: #fff;}
.button_2:hover {opacity: 0.8; color: #65b5c4;}

.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #4169e1; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #666;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: ' ';}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_6 {-webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Logo/*/
.logo {display: grid; height: 100%; width: max-content; align-items: center;}
.logo img {height: 80px;}
.logo span {font-size: 30px; font-weight: 600; color: #4169e1;}

/*/Header/*/
header {padding: 5px 0; background-color: #0213b3;}
header ul {display: flex; align-items: center; grid-gap: 25px;}
header ul li a {font-size: 14px; color: #fff;}
header ul li a i {font-size: 12px;}
header ul li a:hover {color: #eee;}

/*/Navigation/*/
nav {background-color: #fff; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); position: sticky; top: 0; z-index: 999; padding: 0 0;}
nav ul {display: flex; grid-gap: 30px; align-items: center; height: 100%; justify-content: end;}
nav ul li {display: block;}
nav ul li a {display: block; padding: 30px 0; font-size: 16px; font-weight: 600; color: #000; transition: all 0.5s;}
nav ul li:last-child a {background-color: #65b5c4; padding: 8px 30px; border-radius: 5px; color: #fff; transition: all 0.5s;}
nav ul li a:hover {color: #65b5c4;}
nav ul li:last-child a:hover {color: #fff; opacity: 0.8;}


/*/BANNER/*/
.banner {position: relative; z-index: 99;}
.banner_other {display: block; height: 300px; overflow: hidden; position: relative;}
.banner_home {display: block; height: 600px; overflow: hidden; position: relative;}
.banner_home video {height: 100%; width: 100%; object-fit: cover;}

.banner_img {height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
.banner_img img {height: 100%; width: 100%; object-fit: cover; transform: scale(1.0); transition: all 14s;}

.banner_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; align-items: center; background-color: transparent; text-align: center; z-index: 99;}
.banner_info h6 {color: #fff; font-size: 20px; font-family: 'Arial', sans-serif; letter-spacing: 1px;}
.banner_info h3 {font-size: 70px; font-weight: 700; color: #fff; text-shadow: 2px 2px 5px #0000004a;}
.banner_info p {color: #fff; font-size: 22px; letter-spacing: 0.3px; text-shadow: 2px 2px 5px #0000004a;}
.banner_other .banner_info h3 {font-size: 60px;}

.banner_home h6 {position: relative; top: 80px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home h3 {position: relative; top: -150px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home p {position: relative; top: -60px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home a {position: relative; top: 100px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}

.bnnrAnimate h6, .bnnrAnimate h3, .bnnrAnimate p, .bnnrAnimate a {top: 0 !important; opacity: 1 !important;}
.bnnrAnimate.banner_img img {transform: scale(1.1);}

.slideLeft, .slideRight {position: absolute; top: 0; bottom: 0; width: auto; height: 100%; z-index: 999; display: grid; justify-content: center; align-items: center; opacity: 0;}
.slideLeft {left: 15px;}
.slideRight {right: 15px;}
.slideLeft i, .slideRight i {color: #fff; height: 36px; width: 36px; border-radius: 3px; background-color: #000; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; transition: all 0.5s;}
.slideLeft:hover i, .slideRight:hover i {opacity: 1;}
.banner:hover .slideLeft, .banner:hover .slideRight {opacity: 1;}

/*.slideBck {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; z-index: 9;}
.slideBck div {height: 100%; width: calc(100% / 6); border-right: 1px solid #ffffff4d; background-color: #00000046; position: relative; opacity: 0;}
.slideBck div:nth-child(1), .slideBck div:nth-child(3), .slideBck div:nth-child(5) {top: 100%; transition: all 2s; transition-delay: 0.5s;}
.slideBck div:nth-child(2), .slideBck div:nth-child(4), .slideBck div:nth-child(6) {top: -100%; transition: all 2s; transition-delay: 0.5s;}
.slideBck div:last-child {border-right: none;}
.bnnrAnimate .slideBck div {top: 0; opacity: 1;}*/

/*.slideBck div:nth-child(1) {background-color: #ff000029;}
.slideBck div:nth-child(2) {background-color: #fb8c0036;}
.slideBck div:nth-child(3) {background-color: #3949ab3d;}
.slideBck div:nth-child(4) {background-color: #65b5c42b;}
.slideBck div:nth-child(5) {background-color: #439cec33;}
.slideBck div:nth-child(6) {background-color: #546e7a24;}*/


/*/Gallery/*/
.gall_sec {display: grid; padding: 0 20px; grid-gap: 20px; grid-template-columns: repeat(4, 1fr);}
.gall_sec_3 {display: grid; padding: 0 20px; grid-gap: 20px; grid-template-columns: repeat(3, 1fr);}
.gall_sec_2 {display: grid; padding: 0 20px; grid-gap: 20px; grid-template-columns: repeat(2, 1fr);}
.gall_box {display: block; box-shadow: 0 0 30px rgb(0 0 0 / 8%); border-radius: 10px; overflow: hidden;}
.gall_img {height: 250px; overflow: hidden; position: relative;}
.gall_img img {height: 100%; width: 100%; object-fit: cover;}
.gall_img:after {content: ''; width: 100%; height: 100%; left: 0; top: 50%; transform: translateY(-50%); position: absolute; z-index: 9; background-color: #ffffffbf; opacity: 0; transition: all 0.5s;}
.gall_img:before {content: ''; width: 100%; height: 100%; right: 0%; top: 0%; position: absolute; z-index: 9; background-color: #ffffffbf; opacity: 0; transition: all 0.5s;}
.gall_layer {display: none;}
.img_info {padding: 15px; background-color: #fff;}
.img_info p {margin: 0; line-height: 20px; font-size: 18px; font-weight: 700; color: #000; text-align: center;}
.img_info small {color: #666;}
.gall_box:hover {text-decoration: none;}
.gall_box:hover p {color: #0214b4;}
.gall_img:hover::after {height: 0; opacity: 0.5;}
.gall_img:hover::before {width: 0; opacity: 0.5; right: 18%}
.more_events {list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap;}
.more_events li a {padding-right: 6px; margin-right: 6px; margin-bottom: 10px; margin-top: 8px; border-right: 1px solid #555;  font-size: 13px; text-transform: uppercase; color: #666; display: block;}
.more_events li:last-child a {border-right: none; margin-bottom: 0;}

.gall_sec_3 .gall_box:last-child, .gall_sec_2 .gall_box:last-child {position: relative;}
.gall_sec_3 .gall_box:last-child .gall_img:after, .gall_sec_3 .gall_box:last-child .gall_img:before, .gall_sec_2 .gall_box:last-child .gall_img:after, .gall_sec_2 .gall_box:last-child .gall_img:before {content: none;}
.gall_sec_3 .gall_box:last-child .button_1, .gall_sec_2 .gall_box:last-child .button_1 {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #fff; color: #333; border: none;}

.product_images {width: 100%; height: auto;}
.main_image {height: 400px; width: 100%;}
.main_image img {width: 100%; height: 100%; object-fit: contain;}
.list_table td {vertical-align: top; padding: 15px 0;}
.list_table .cart-product-thumb {border: 1px solid #ddd;}

.filter_cat {height: calc(100vh - 140px); overflow-y: auto; position: sticky; top: 120px;}
.gall_box + .prod_info {box-shadow: 0 0 30px rgb(0 0 0 / 8%); border-radius: 10px; padding: 10px 15px 15px; text-align: center;}
.prod_info a {display: inline-block; border-radius: 3px; padding: 6px 12px; font-size: 13px; color: #fff;}
.prod_info a i {font-size: 10px; position: relative; top: -1px;}

/*.add_qty {display: flex; justify-content: space-between; align-items: center; width: 72px; height: 36px; border-radius: 30px; border: 1px solid #DADADA; overflow: hidden;}
.add_qty .minus, .add_qty .plus {text-align: center; cursor: pointer; width: 24px; height: 36px; display: block; font-size: 20px; line-height: 30px;}
.add_qty input {width: 24px; height: 36px; border: none; text-align: center;}
.price_action {display: flex; align-items: center; justify-content: space-between;}
*/
.qty_holder {display: flex; align-items: center;}
.qty_holder input {width: 36px; height: 36px; border-radius: 4px; text-align: center; font-size: 14px; border: 1px solid #ddd;}
.qty_holder span {width: 30px; height: 32px; text-align: center; cursor: pointer; font-size: 17px; background-color: #ddd; border-radius: 4px; display: grid; align-items: center; justify-content: center;}


/*/Contact Us/*/
.contact_sec .form_input {background-color: #fff;}
.contact_sec .form_input input, .contact_sec .form_input textarea {margin-bottom: 20px;}

.contact_ul {list-style: none; margin: 0; padding: 0; display: grid; grid-gap: 35px;}
.contact_ul li {display: flex; align-items: center; grid-gap: 15px;}
.contact_ul li>span {width: 40px; height: 40px; border-radius: 50%; background-color: #eee; display: grid; align-items: center; justify-content: center;}
.contact_ul li>span img {height: 17px; width: 17px; object-fit: contain;}
.contact_ul li h6 {font-size: 15px; width: calc(100% - 40px); font-weight: 500; color: #888; margin-bottom: 0;}
.contact_ul li h6 span {font-size: 16px; font-weight: 600; color: #222;}


/*/About/*/
.content_sec {padding: 70px 0;}
.abt_1 {height: 450px;}
.abt_2 {height: 100%;}
.abt_1 img, .abt_2 img {height: 100%; width: 100%; object-fit: cover;}

.wwo {text-align: center;}
.wwo_img {height: 80px; width: 80px; margin: auto;}
.wwo_img img {height: 100%; width: 100%; object-fit: contain;}
.wwo h6 {font-size: 18px; font-weight: 700; margin-top: 15px;}

.pe_pb {background-color: #fff; border-radius: 5px; padding: 40px 30px; text-align: center; position: relative;}
.pe_pb h6 {color: #0213b3; font-size: 18px; font-weight: 600;}
.pe_pb h4 {color: #65b5c4; font-size: 36px; font-weight: 800;}
.pe_pb p {margin-bottom: 8px; font-size: 15px; font-weight: 500;}
.pe_pb a {width: 40px; height: 40px; border-radius: 50%; background-color: #0213b3; color: #fff; display: grid; align-items: center; justify-content: center; font-size: 26px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -19px;}

.video_img {width: 100%; height: 400px; overflow: hidden; border-radius: 5px; position: relative;}
.video_img img {height: 100%; width: 100%; object-fit: cover;}
.video_img i {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 75px; width: 75px; border-radius: 50%; display: grid; align-items: center; justify-content: center; color: #fff; background-color: #65b5c4; font-size: 40px;}

.side_nav h6 {margin-bottom: 10px; padding: 20px 15px; background-color: #eee; border-radius: 3px; font-weight: 700;}
.side_nav ul li a {display: block; padding: 10px 0; border-bottom: 1px dashed #aaa; color: #666;}
.side_nav ul li a:hover, .side_nav ul li.active a {color: #65b5c4; font-weight: 500;}

/*/Category/*/
.filter_cat li a {color: #333; display: inline-block; padding: 5px 0; font-size: 14px;}
.filter_cat li input {position: relative; top: 1.5px;}
.filter_cat li label {cursor: pointer;}

/*/Team/*/
.team_img {width: 100%; height: 250px; overflow: hidden;}
.team_img img {width: 100%; height: 100%; object-fit: cover;}
.team_info {text-align: center; padding: 15px; background-color: #eee;}
.team_info ul {display: flex; align-items: center; justify-content: center; grid-gap: 15px;}


.clientele .adv_1 {overflow: hidden; padding: 15px;}
.clientele .slick-slide img {height: 100%; width: 100%; object-fit: contain;}


/*/Testimonial/*/
.testimonial_sec {padding: 70px 0;}
.testimonial_box {padding: 10px;}

.user_box {display: flex; align-items: center; position: relative; padding: 30px; padding-bottom: 0; background-color: #fff; border-radius: 10px 10px 0 0; overflow: hidden;}
.user_box:after {content: ""; height: 170px; width: 170px; border-radius: 50%; position: absolute; right: -85px; top: -85px; background-color: #f2f2f2;}
.user_img {width: 75px; height: 75px; overflow: hidden; border-radius: 50%; border: 3px solid #fff;}
.user_img img {height: 100%; width: 100%; object-fit: cover;}
.user_info {width: calc(100% - 75px); padding-left: 30px;}
.comment_box {padding: 10px 30px 30px; border-radius: 0 0 10px 10px; background-color: #fff;}

.rating {display: flex; align-items: center; grid-gap: 5px; margin-bottom: 10px;}
.rating li {font-size: 12px; color: #f3b42c;}

.testimonial_sec .container {position: relative;}
.testimonial_sec .slick-dots {width: max-content; left: 5px; bottom: -30px;}
.testimonial_slide.slick-slider {position: inherit; margin-bottom: 0;}
.testimonial_sec .slick-dots li {margin: 0;}
.testimonial_sec .slick-dots li button:before {font-size: 14px;}
.slick-prev, .slick-next {display: none !important;}


/*/Form/*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}
.form_input label {font-weight: 600; color: #666;}
.form_input input, .form_input textarea, .form_input select {width: 100%; padding: 12px; font-size: 15px; color: #666; background-color: transparent; border: 1px solid #bbb;}
.form_input input:focus, .form_input textarea:focus, .form_input select:focus {outline: none; border: 1px solid #4169e1;}

.contact_social {display: flex; align-items: center; grid-gap: 18px;}
.contact_social i {color: #aaa; font-size: 16px;}

/*/Footer/*/
footer .footer_top {background-color: #f3f3f3; padding: 50px 0;}
footer .footer_top p {color: #333;}
.footer_logo {height: 70px;}
.footer_ul {display: grid; grid-gap: 8px;}
.footer_ul li {display: block;}
.footer_ul li a {display: inline-block; color: #333; font-size: 14px;}
.footer_ul li a:hover {color: #65b5c4;}

.footer_social {display: flex; align-items: center; grid-gap: 10px;}
.footer_social li a {height: 32px; width: 32px; background-color: #65b5c4; color: #fff; display: grid; align-items: center; justify-content: center; border-radius: 3px;}

.footer_bottom {text-align: center; padding: 18px 0; background-color: #e1e1e1;}


/*/BGS/*/
.bgs_1 {position: relative; z-index: 9; background-image: url('../images/banner.jpg'); background-size: cover; background-attachment: fixed;}
.bgs_1:after {content: ""; left: 0; top: 0; width: 100%; height: 100%; position: absolute; background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%); z-index: -1;}

.bbg_3 {position: relative; background-color: #000000c2; z-index: 1; overflow: hidden;}
.bbg_3 .bbgimg_3 {position: absolute; left: 0; top: 0; bottom: 0; right: -100px; background-image: url('../images/banner.jpg'); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; opacity: 0.4; z-index: -1;}

.bg_grey {background-color: #f3f3f3;}

.object_contain {object-fit: contain !important;}

.pe_pb_bg {position: relative; z-index: 9; background-color: #ECF1F9;}
.pe_pb_bg:after {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url('../images/pe_pb1.png'); background-size: cover; background-position: center; z-index: -1; opacity: 0.5; mix-blend-mode: luminosity;}



/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}
.fw_800 {font-weight: 800;}
.fw_900 {font-weight: 900;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #fff; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.new_modal .input_flex {border: 1px solid #aaa;}
.new_modal .input_flex span {padding: 0 4px 0 10px;}
.new_modal .input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}
.new_modal .modal_footer button {padding: 13px 25px;}

/*/Modla Ends/*/


/*........media-querries........*/
@media only screen and (max-width:991px) {
	nav ul {grid-gap: 20px;}
}

@media only screen and (max-width:767px) {
	nav ul.menu {display: none;}
	.bars {display: grid !important; justify-content: end; align-items: center; height: 100%;}
	.mobile_nav {display: grid !important; align-content: space-between; position: fixed; height: 100vh; overflow-y: auto; left: -100%; top: 0; width: 100%; background-color: #fff; z-index: 999; transition: all 0.5s;}
	.mobile_nav_open {left: 0;}
	.mob_logo {display: flex; align-items: center; justify-content: center; width: 100%; padding: 7px 0; padding-left: 15px; background-color: #f3f3f3;}
	.mob_logo img {height: 45px; margin-right: auto;}
	.mob_logo i {padding: 15px; margin-left: auto;}
	.mobile_nav ul:not(.footer_social) li a {display: block; text-align: center; padding: 15px; border-bottom: 1px solid #ddd; color: #333; font-weight: 700;}
	.gall_sec, .gall_sec_3, .gall_sec_2 {grid-template-columns: repeat(2, 1fr); padding: 0;}
	.contact_sec {background-image: none;}

	/****Modal****/
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
}
@media only screen and (max-width:576px) {
	nav {padding: 10px 0;}
	.logo img {height: 45px;}
	.banner_home {height: 350px;}
	.banner_home h3, .banner_other .banner_info h3 {font-size: 35px;}
	.banner_info p {font-size: 18px;}
	.content_sec {padding: 40px 0;}
	.team_img {height: 220px;}
	.gall_sec, .gall_sec_3, .gall_sec_2 {grid-template-columns: repeat(1, 1fr);}

	.main_heading {font-size: 36px;}
	.user_img {height: 50px; width: 50px;}
	.user_info {width: calc(100% - 50px); padding-left: 15px;}
	.rating {margin-bottom: 2px;}
	.video_img {height: auto;}

	.wwo_img {height: 60px; width: 60px;}
	.wwo h6 {font-size: 14px;}
	.dgridm {display: grid; margin-bottom: 10px;}
	.dgridm td {padding: 5px 0;}
	
}
@media only screen and (max-width:480px) {
	header ul {grid-gap: 8px;}
	header ul li a {font-size: 11px; white-space: nowrap;}
	header ul li a i {font-size: 10px;}
}
