@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:Public Sans,sans-serif;scroll-behavior:smooth;background-color:#fff;color:#000}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#000;border-radius:10px}::-webkit-scrollbar-track{background-color:#fff}main{margin-top:90px}.flex{display:flex;align-items:center}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-center{justify-content:center}.flex-left{align-items:flex-start;justify-content:flex-start}.flex-right{align-items:flex-end;justify-content:flex-end}.flex-sb{justify-content:space-between}.flex-ev{justify-content:space-evenly}.flex-ar{justify-content:space-around}.gap-05{gap:.5rem}.gap-1{gap:1rem}.gap-15{gap:1.5rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.m-auto{margin:0 auto}.m-0{margin:0!important}.p-0{padding:0!important}.mtb-1{margin-bottom:1rem}.mt-1,.mtb-1{margin-top:1rem}.mt-15{margin-top:1.5rem}.mt-2{margin-top:2rem}.mt-25{margin-top:2.5rem}.mt-3{margin-top:3rem}.mb-05{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.mb-15{margin-bottom:1.5rem}.mb-2{margin-bottom:2rem}.mb-25{margin-bottom:2.5rem}.mb-3{margin-bottom:3rem}.ml-1{margin-left:1rem}.ml-15{margin-left:1.5rem}.ml-2{margin-left:2rem}.ml-25{margin-left:2.5rem}.ml-3{margin-left:3rem}.mr-05{margin-right:.5rem}.mr-1{margin-right:1rem}.mr-15{margin-right:1.5rem}.mr-2{margin-right:2rem}.mr-25{margin-right:2.5rem}.mr-3{margin-right:3rem}.container{margin:auto;padding-left:1rem;padding-right:1rem}.full-h{height:100vh!important}.full-w{width:100vw!important}.w-33{width:33.333333%}.w-50{width:50%}.w-66{width:66.66666%}.w-100,.wh-100{width:100%}.wh-100{height:100%}.wh_100{width:100vw;height:100vh}.wh_50{width:100vw;height:50vh}.wh_70{width:100vw;height:60vh}a{text-decoration:none;color:inherit}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}button{cursor:pointer}li{list-style:none}.green{color:green!important}.maincolor{color:var(--main-color)}.white{color:#fff!important}.red{color:red!important}header{position:fixed;z-index:999999999;top:0;width:100%;height:auto;transition:.3s;background-color:#fff}.header_top_contact_info{color:#fff;background-color:#052441;padding:1rem 0}.navbar{position:relative;background-color:#fff;box-shadow:0 0 10px silver}.navbar_cont{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.logo{width:90px}.logo img{width:95%;height:100%;padding:10px 0}.navbar_cont ul{display:flex;align-items:center;gap:2rem}.navbar_cont ul li a{display:block;padding:2rem 0;font-weight:500}.navbar_cont ul li:last-child a{font-size:17px}.navbar_cont ul li a.active{color:#00aeef}.dropdown_nav_cont{position:relative}.dropdown_nav{position:absolute;top:100%;left:0;width:250px;height:auto;background-color:#fff;z-index:9999999;transition:.3s ease-in-out;display:none}.dropdown_nav_cont:hover .dropdown_nav{display:block}.dropdown_nav a{display:block;padding:1rem!important;width:100%;border-radius:5px;border:1px solid #eee;font-weight:500;transition:.3s ease-in-out}.dropdown_nav a:hover{background-color:#eee;color:#000}.header_icon{display:flex;align-items:center;gap:2rem}.header_icon p{color:#555}.header_icon p span{color:#052441;font-weight:600}.header_icon svg{font-size:25px;cursor:pointer;transition:.3s}.header_icon svg:hover{color:#3ebea8}.header_search{display:none}.mobile_navbar_menu{position:fixed;left:-350px;top:0;width:350px;height:100vh;background-color:#fff;z-index:9999999;padding:2rem;transition:.3s ease-in-out}.mobile_navbar_menu.open{box-shadow:0 0 10px #555;left:0}.comp_logo{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #888;padding-bottom:1.5rem}.comp_logo img{width:100px}.comp_logo button{background-color:#eee;color:#000;border:none;outline:none;cursor:pointer;width:40px;height:40px;box-shadow:2px 5px 5px #cdcdcd;border-radius:5px}.comp_logo button:hover{box-shadow:inset 2px 5px 5px #cdcdcd}.comp_logo button svg{font-size:25px}.mobile_navitems{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem}.mobile_navitems li{position:relative;width:100%}.mobile_navitems li a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:1rem;width:100%;border-radius:5px;border:1px solid #eee;font-weight:500;transition:.3s ease-in-out}.mobile_navitems li a svg{font-size:20px;color:#555}.mobile_navitems li a.active{background-color:#eee;color:#000}.mobile_navitems li a.active svg{color:#000}.mobile_navitems li a:hover{background-color:#eee}.company_logo p{position:absolute;bottom:0;left:0;width:100%;padding:1rem 2rem;text-align:center}.company_logo p a{color:#209ab5}aside{right:-350px;max-width:0;min-width:0}aside,aside.open{position:fixed;top:0;height:100vh;z-index:9;background-color:#00000075;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease-in-out}aside.open{right:0}.aside_container{position:absolute;top:0;right:0;width:350px;height:100vh;z-index:9;background-color:#dedddd;padding:3rem 1.5rem;transition:all .3s ease-in-out}aside.open .aside_container{box-shadow:0 0 50px #444}.aside_top{display:flex;align-items:center;position:relative;justify-content:space-between;margin-bottom:2rem}.aside_top img{width:90px}.aside_close{width:44px;height:44px;background:linear-gradient(42deg,#7bbb36b4 .01%,#209ab5);padding:7px 12px 10px;border-radius:.25em;border:1.5px solid #54b520;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:40px;transition:.3s ease}.aside_close:hover{background:#fff;color:#000}aside p{color:#444;margin-bottom:2rem;font-weight:400}.aside_discover_more{display:inline-block;position:relative;overflow:hidden;border-radius:50px;border:1.5px solid #2b75ec;color:#fff;z-index:1;letter-spacing:.8px;background:linear-gradient(42deg,#81b04eb4 .01%,#1fb3d4);cursor:pointer;padding:15px 40px;outline:none;font-size:16px;transition:.3s}.aside_discover_more:hover{background:linear-gradient(42deg,#1fb3d4 .01%,#81b04eb4);color:#000}aside hr{width:100%;height:3px;background-color:#000;margin:2rem 0}.connected_details{position:relative}.connected_details h3{font-size:22px;font-weight:800;line-height:28px;margin:25px 0}.connected_details ul{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.connected_details ul li{display:flex;align-items:center;gap:1rem;font-size:15px;font-weight:400;line-height:1.5}.connected_details ul li svg{color:#0ea3c5;font-size:25px}.connected_details ul li:last-child svg{font-size:35px}.aside_social_icons{display:flex;gap:1.5rem}.aside_social_icons svg{font-size:23px;color:#0ea3c5}.banner_cont,.banner_img{position:relative;width:100%;height:auto}.banner_img img,.banner_section{width:100%;height:auto}.banner_section{position:relative;overflow:hidden}.banner_content{position:absolute;top:40%;max-width:500px;line-height:1.6}.banner_content h2{font-size:2rem;margin-bottom:20px}.cta_button{display:inline-flex;align-items:center;gap:1rem;color:#00aeef}.team_support_line{position:relative;width:100%;height:auto;background-color:#052441;margin-top:-5px;color:#fff;overflow:hidden}.team_support_cont{width:100%;display:flex;height:180px;align-items:center;justify-content:space-between;position:relative}.left_team_support{display:flex;align-items:center;gap:6rem}.team_support_img{position:relative;width:250px;height:100%;z-index:2}.team_support_img:before{content:"";position:absolute;right:-40px;top:50%;width:90px;height:90px;background-color:#0ea3c5;transform:translateY(-40%) rotate(47deg);z-index:-1}.team_support_img img{width:100%;height:100%;object-fit:cover}.team_support_info h3{font-size:25px;margin-bottom:1.5rem}.team_support_info p{font-weight:400;color:silver}.right_booknow_button a{background-color:#fff;color:#052441;padding:.8rem 1.5rem;border-radius:30px;display:flex;align-items:center;gap:1rem;min-width:208px;font-size:20px;outline:none;position:relative;border:none;z-index:2}.right_booknow_button a svg{font-size:20px}.team_support_animation{width:300px;height:300px;position:absolute;right:-140px;bottom:-150px}.team_support_animation:after,.team_support_animation:before{transform:scale(0);z-index:1;animation-delay:1s;animation:zoom-shape1 4s linear infinite;content:"";width:100%;height:100%;border-radius:50%;background-color:#00aeef;position:absolute;top:0;right:0}.team_support_animation:after{opacity:.71}@keyframes zoom-shape1{to{transform:scale(1);opacity:0}}.home_about_us{margin-top:4rem;position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%;height:80vh}.left_home_about_us{min-width:50%;height:100%;position:relative}.one_home_ab_img{position:relative;display:flex;align-items:center;gap:1.5rem}.one_home_ab_img img{width:420px;height:470px;object-fit:cover;border-radius:10px;z-index:2}.one_home_ab_img:before{content:"";height:100px;width:100px;position:absolute;border-radius:50%;border:25px solid #00aeef;left:-75px;top:40px}.one_home_ab_how{display:flex;align-items:center;gap:20px;font-size:18px;color:var(--blue-color);font-weight:600;position:absolute;bottom:25%;writing-mode:vertical-lr;transform:rotate(180deg) translateY(25%);right:18%}.one_home_ab_how div{position:relative;width:55px;height:55px;z-index:10;border-radius:50%;padding:0 0 0 3px;color:#fff;display:flex;align-items:center;justify-content:center}.one_home_ab_how div svg{color:#fff;z-index:5;transform:rotate(90deg)}.one_home_ab_how div:before{animation:pulse-border 1.5s ease-out infinite;z-index:0}.one_home_ab_how div:after,.one_home_ab_how div:before{content:"";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:100%;height:100%;background-color:#00aeef;border-radius:50%}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}.left_home_ab_imgs{position:relative;height:100%}.second_home_ab_img{position:absolute;bottom:70px;right:0;z-index:3;width:100%;display:flex;align-items:center;justify-content:space-around}.second_home_ab_img img:last-child{width:390px;height:290px;object-fit:cover;object-position:top;border-radius:10px}.second_home_ab_img img:first-child{margin-top:6rem}.round_home_ab_ex{height:170px;width:170px;border:10px solid #fff;background-color:#052441;border-radius:50%;color:#fff;position:absolute;bottom:30%;left:24%;z-index:5;text-align:center;display:flex;align-items:center;justify-content:center;padding-bottom:10px;font-size:17px}.right_home_about_us{position:relative;width:48%}.right_home_about_us h4{position:relative;font-size:18px;font-weight:600;align-items:center;margin-bottom:18px;color:#00aeef;display:flex;gap:.5rem}.right_home_about_us h4 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.right_home_about_us h4 span:before{content:"";position:absolute;height:15px;width:5px;border-radius:10px;background-color:currentColor;top:50%;transform:translateY(-50%);left:0}.right_home_about_us h2{font-size:1.5rem;margin-bottom:1rem}.right_home_about_us h1{font-size:3rem;margin-bottom:1rem}.right_home_about_us p{color:#555;line-height:1.4;margin-bottom:2rem}.right_home_client_dctr{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;border-bottom:1px solid #ccc}.right_home_client_dctr .right_c_d_info_cont{position:relative}.right_c_d_info{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #ccc;padding-bottom:1.5rem}.right_c_d_img{box-shadow:0 0 49px rgba(18,30,59,.14);height:58px;width:58px;border-radius:50%;flex:none;padding:15px;transition:all .4s ease}.right_c_d_info h5{font-size:24px}.right_c_d_info_cont p{padding-top:1rem}.our_expertis_cont{position:relative;display:flex;flex-wrap:wrap;gap:1rem}.our_exper_c{width:48%}.home_about_us_img_tetoscope{position:absolute;right:1%;bottom:0}.home_about_us_img_tetoscope img{width:200px}.home_about_us_anchor{display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:17px;font-weight:500;padding:11px 28px;gap:8px;line-height:1.6em;border-radius:1.6em;background-color:#00aeef;color:#fff}.home_right_last_p{position:relative;margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.home_right_last_p svg{position:relative;color:#fff}.home_right_last_p div{background-color:#052441;min-width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.our_divisons{margin-top:9rem}.our_divison_cont,.our_divisons{position:relative;width:100%}.our_division_title{text-align:center}.our_division_info,.our_divison_logo{display:flex;align-items:center;justify-content:center}.our_divison_logo{width:450px;height:250px;flex-direction:column;gap:1rem}.our_divison_logo a{display:inline-block;margin-top:1rem;font-weight:500;background-color:#eee;padding:1rem 1.5rem;font-size:17px;border-radius:5px;transition:.3s}.our_divison_logo a:hover{background-color:#00aeef;color:#fff}.our_divison_logo:first-child img{width:150px}.our_divison_logo:nth-child(3){border:none}.our_division_title h3{font-size:18px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1.5rem}.our_division_title h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.why_choose_us{position:relative;width:100%;height:auto;background-color:#e6f8ff;padding:5rem 0;margin-top:4rem}.why_choose_us_title{display:flex;align-items:center;flex-direction:column;margin-bottom:3rem}.why_choose_us_title h3{font-size:18px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1.5rem}.why_choose_us_title h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.why_choose_us_title h2{font-size:35px}.why_choose_us_info{justify-content:space-between}.why_choose_us_box,.why_choose_us_info{display:flex;align-items:center;gap:1rem}.why_choose_us_box{position:relative;flex-direction:column;text-align:center;background-color:#fff;border-radius:10px;padding:3rem;transition:.3s}.why_choose_us_box:hover{box-shadow:5px 5px 30px #c6c6c6}.why_choose_us_box img{width:60px;filter:brightness(0) saturate(100%) invert(58%) sepia(95%) saturate(740%) hue-rotate(172deg) brightness(97%) contrast(101%)}.why_choose_us_box p{font-weight:400;color:#555}.why_choose_four_us_info{position:relative;padding-top:5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem}.why_choo_four_us_i{width:48%;box-shadow:0 15px 30px #f6f6f6;padding:2rem;border-radius:10px}.why_choo_four_us_i h4{margin-bottom:1rem;font-weight:500;font-size:20px}.why_choo_four_us_i p{font-weight:16px;color:#777;line-height:1.3}.grow_with_qua_tru{position:relative;width:100%;height:auto;margin:5rem 0}.grow_with_q_t_title{position:relative;display:flex;align-items:center;flex-direction:column;margin-bottom:3rem}.grow_with_q_t_title h3{font-size:18px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1.5rem}.grow_with_q_t_title h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.grow_with_qua_tru_cont{position:relative;display:flex;align-items:center;justify-content:space-between}.leftside_grow_w_t{position:relative;width:48%}.leftside_grow_w_t h3{font-size:40px;margin-bottom:2rem}.leftside_grow_w_t h1{font-size:20px;margin-bottom:1rem}.leftside_grow_w_t p{font-size:16px;margin-bottom:2rem;color:#555;line-height:1.5}.leftside_grow_w_t a{padding:.8rem 1.8rem;transition:.3s}.leftside_grow_w_t a,.leftside_grow_w_t a:hover{color:#fff;background-color:#00aeef}.discover_our_top_products{position:relative;margin:3rem 0;width:100%;background-color:#e6f8ff;padding:4rem 0}.discover_our_top_pro_title{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:1.5rem}.discover_our_top_pro_title h3{font-size:18px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px}.discover_our_top_pro_title h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.discover_our_top_pro_title h2{font-size:32px}.discover_our_t_pro_cont{position:relative;display:flex;align-items:center;gap:2rem;margin-top:3rem;overflow:hidden}.discover_our_t_pro_cont .swiper-slide{width:auto!important}.dis_our_top_pro_box{position:relative;min-width:350px;max-width:350px;height:400px;background-color:#fff;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:10px}.dis_our_top_pro_box_img{min-width:70%;max-width:70%;height:150px;overflow:hidden;z-index:3;margin-bottom:2rem;margin-top:2rem}.dis_our_top_pro_box_img img{width:100%;height:100%;object-fit:contain}.prod_ab_img{position:absolute;top:0;left:-12px;z-index:1}.dis_our_top_pro_box h4{font-size:16px;font-weight:400;color:#555;margin-bottom:2rem}.dis_our_top_pro_box h3{font-size:22px;font-weight:500}.testimonials{position:relative;margin:5rem 0}.testimonials_title{width:100%;position:relative;flex-direction:column;gap:1rem}.testimonials_title,.testimonials_title h3{display:flex;align-items:center;justify-content:center}.testimonials_title h3{font-size:23px;font-weight:400;gap:10px}.testimonials_title h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.testimonials_title h2{font-size:32px}.testimonials_cont{position:relative;display:flex;align-items:center;width:100%;gap:2rem;padding:2rem 0}.testimo_box{position:relative;width:440px;height:360px;background-color:#eee;overflow:hidden;padding:2rem;border-radius:10px;box-shadow:3px 3px 10px #b3b3b399;background-color:#f1f1f1c2}.testimonials_cont .swiper .swiper-slide:nth-child(4) .testimo_box{background-color:#69be5d1a}.testimo_user_info{width:100%;display:flex;align-items:center;gap:1rem}.testimo_user_info img{width:60px;height:60px;border-radius:50%}.testi_user_info h3{margin-bottom:.5rem;font-size:20px}.testi_user_info p{color:#54b520}.testimo_box p:nth-last-child(2){margin-top:1rem;line-height:1.5;color:#555}.stars_svg{position:absolute;justify-content:space-between;width:100%;bottom:6%;left:0;padding:0 2rem}.rating,.stars_svg{display:flex;align-items:center}.rating{gap:5px;color:#fc0}.rating svg{font-size:25px}.testimonials_cont .swiper-slide{width:auto!important}.testimonials_cont .swiper{padding:2rem 0}footer{height:auto;background-color:#001838;margin-top:12rem}.footer_cont,footer{position:relative;width:100%}.top_footer_absolute{position:absolute;left:0;top:-65px;width:100%;background-color:#00aeef;padding:1rem 4rem;justify-content:space-between;border-radius:12px;z-index:5}.footer_top_f_svg,.top_footer_absolute{display:flex;align-items:center;gap:2rem}.footer_top_f_svg{font-size:70px}.top_footer_absolute h3{font-size:24px;color:#fff}.top_footer_absolute p{font-size:16px;color:#e6e6e6;font-weight:400;line-height:1.5}.top_footer_absolute a{display:block;min-width:300px;background-color:#0088bdc3;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:1rem;border-radius:10px;color:#fff}.top_footer_absolute a h5{font-size:15px;font-weight:400}.top_footer_absolute a svg{font-size:40px}.top_footer_absolute a h4{font-weight:600;margin-top:5px}.footer_right_svg{position:absolute;right:0;top:2%}.footer_navbar_info{color:#fff;position:relative;padding-top:8rem;display:flex;align-items:center;align-items:flex-start}.footer_logo_info{position:relative;width:350px}.footer_logo_info .logo{width:120px;margin-bottom:1rem}.footer_logo_info h2{padding-bottom:1.5rem;margin-bottom:1.5rem;position:relative}.footer_logo_info h2:before{position:absolute;content:"";bottom:0;left:0;width:85px;height:3px;background-color:#fff}.footer_logo_info p{line-height:1.5;font-size:15px;color:#cfcece}.footer_navinfo{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-top:7rem;z-index:2}.footer_info_divi_info{position:relative;width:250px;padding-left:6rem}.footer_info_divi_info:last-child{width:400px}.footer_info_divi_info h4{position:relative;margin-bottom:2rem;font-size:24px;padding-bottom:1.5rem;text-align:left;font-weight:500}.footer_info_divi_info h4:before{content:"";position:absolute;left:0;bottom:0;width:55px;height:3px;background-color:#fff}.footer_info_divi_info ul li{padding:.5rem 0;display:block;font-weight:400;color:#cfcece;line-height:1.5}.footer_info_divi_info ul li svg{color:#00aeef;font-size:25px;min-width:30px}.footer_info_divi_info ul li{display:flex;align-items:center;gap:1.5rem}.copyright{color:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-top:2px solid #9c9a9a67;margin-top:5rem}.copyright p a{color:#00aeef}.aboutus_page,.aboutus_title_main{position:relative;width:100%}.aboutus_title_main{height:350px;background:url(/img/aboutus_banner.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center}.aboutus_title_main h2{position:relative;font-size:43px;color:#fff;z-index:2}.four_count_info{position:relative;width:100%;margin:6rem 0}.four_count_info_cont{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid #e4e4e4;border-radius:10px}.four_count_info_card{position:relative;width:25%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid #e4e4e4;padding:3rem;transition:.3s}.four_count_info_card:before{top:0}.four_count_info_card:after,.four_count_info_card:before{content:"";position:absolute;left:0;width:100%;height:3px;background-color:#00aeef;opacity:0;transition:.3s}.four_count_info_card:after{bottom:0}.four_count_info_card:last-child{border:none}.four_count_in_c_img{width:74px;height:74px;background-color:#002261;border-radius:50%;margin-bottom:16px;transition:all .4s ease;display:flex;align-items:center;justify-content:center}.four_count_in_c_img img{filter:brightness(0) invert(1)}.counter_numbers{font-size:40px;font-weight:700;color:#222;line-height:1.2em}.four_count_info_card p{font-size:22px;font-weight:500}.four_count_info_card:hover .four_count_in_c_img{background-color:#00aeef}.four_count_info_card:hover:after,.four_count_info_card:hover:before{opacity:1}.pcd_in_india{position:relative;width:100%;margin-top:5rem}.pcd_in_india_cont{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1px solid #dcdbdb;padding:2rem;border-radius:12px}.pcd_in_india_cont h3{font-size:45px;margin-bottom:2rem}.pcd_in_india_cont p{margin:.8rem 0;font-size:19px;line-height:1.5;color:#555}.why_choose_us_about{position:relative;margin:8rem 0}.why_choose_us_cont{width:100%;position:relative}.why_choose_us_title_about{width:100%;display:flex;align-items:center;justify-content:space-between}.why_choose_us_title_about h4{position:relative;font-size:18px;font-weight:600;align-items:center;margin-bottom:18px;color:#00aeef;display:flex;gap:.5rem}.why_choose_us_title_about h4 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.why_choose_us_title_about h4 span:before{content:"";position:absolute;height:15px;width:5px;border-radius:10px;background-color:currentColor;top:50%;transform:translateY(-50%);left:0}.why_choose_us_title_about h3{font-size:42px}.why_choose_us_title_about p{width:50%;font-size:23px;color:#555;line-height:1.4}.why_choose_us_cont_info{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;width:100%;margin-top:3rem}.why_choose_us_cont_card{position:relative;width:310px;height:290px;background-color:#e8edf0;padding:2rem;border-radius:20px;cursor:pointer;transition:.3s}.why_choose_us_cont_card:hover{box-shadow:0 10px 40px #999999b6}.why_choose_us_cont_card_img{width:53px;height:53px;position:relative;display:flex;align-items:center;justify-content:center}.why_choose_us_cont_card_img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#002261;filter:drop-shadow(0 0 49px rgba(49,82,157,.14));border-radius:50%;z-index:1;transition:all .4s ease}.why_choose_us_cont_card_img:after{content:"";width:25px;height:25px;position:absolute;top:50%;right:-4px;transform:translateY(-50%) rotate(45deg);background-color:#00aeef;z-index:0;transition:all .4s ease}.why_choose_us_cont_card_img img{width:50%;height:50%;position:relative;z-index:1;filter:brightness(0) invert(1)}.why_choose_us_cont_card h4{font-size:23px;margin-top:1rem;margin-bottom:1rem}.why_choose_us_cont_card p{font-size:16 px;line-height:1.5;color:#555}.center_about_us_text_bg{width:100%;height:auto;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(90deg,#00a7b8,#4eb55f);padding:4rem 0}.center_about_us_text_bg p{font-size:30px;font-weight:700;color:#fff;text-transform:capitalize}.value_mission_vission{position:relative;margin:5rem 0;width:100%}.value_mission_vission_cont{display:flex;align-items:center;justify-content:space-between;background-color:#f9f9f9;border-radius:8px;box-shadow:5px 5px 40px #e0e0e0}.value_mi_vi_card{position:relative;width:450px;height:250px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:1rem;padding:2rem}.value_mi_vi_card:before{content:"";position:absolute;right:0;top:0;background-color:#e6e6e6;height:60%;width:2px;transform:translateY(40%)}.value_mi_vi_card:last-child:before{width:0}.value_mi_vi_card img{width:50px}.value_mi_vi_card h4{font-size:23px}.value_mi_vi_card p{font-size:18px;color:#555}.leaders{position:relative;width:100%}.leaders_cont{width:100%;justify-content:center;flex-direction:column;text-align:center;gap:2rem}.leaders_cont,.leaders_title h3{position:relative;display:flex;align-items:center}.leaders_title h3{font-size:18px;font-weight:600;margin-bottom:18px;color:#000;gap:.5rem}.leaders_title h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.leaders_cont p{font-size:21px;color:#555;max-width:80%}.our_infrastructure{position:relative;width:100%;margin:12rem 0}.our_infrastructure_cont{display:flex;align-items:center;gap:6rem}.left_our_infrastructure_img{min-width:45%;max-width:45%;height:520px;overflow:hidden;border-radius:12px;box-shadow:0 0 12px #555}.left_our_infrastructure_img img{width:100%;height:100%;object-fit:cover}.right_our_infrasturcture{width:50%}.right_our_infrasturcture h3{position:relative;font-size:18px;font-weight:600;align-items:center;margin-bottom:18px;color:#000;display:flex;gap:.5rem}.right_our_infrasturcture h3 span{height:5px;width:32px;border-radius:10px;position:relative;display:block;background-color:#00aeef}.right_our_infrasturcture h2{font-size:37px;margin-bottom:3rem}.right_our_infrasturcture p{font-size:17px;margin:1rem 0;color:#555}.contact_page{position:relative}.contact_title_main{position:relative;width:100%;height:350px;background:url(/img/contact.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center}.contact_title_main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.contact_title_main h2{position:relative;font-size:69px;color:#fff;z-index:2}.contact_page_cont{position:relative;width:100%;margin:6rem 0}.contact_page_form{display:flex;align-items:flex-start;justify-content:space-between}.leftside_contact_info{max-width:52%;position:relative}.leftside_contact_info h3{font-size:45px;color:#031b4e;margin-bottom:1.2rem;font-family:system-ui}.leftside_contact_info p{font-size:18px;color:#031b4ead}.talk_to_over{position:relative;margin-top:1rem;display:flex;align-items:center;gap:1rem}.talk_over_img_info{border-radius:60px;display:inline-flex;align-items:center;justify-content:space-between;background-color:#ecf5fb;padding:10px 20px 10px 10px;min-height:70px}.talkover_imgs{display:flex;align-items:center;padding-right:1rem}.talkover_imgs img{width:50px;height:50px;border-radius:50%;border:2px solid #fff}.talkover_imgs img:nth-child(2),.talkover_imgs img:nth-child(3),.talkover_imgs img:nth-child(4){margin-left:-10px}.talk_over_img_info p{font-size:18px;position:relative;padding-left:1rem}.talk_over_img_info p:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background-color:#699}.talk_over_icon{display:flex;align-items:center;justify-content:center;background-color:#ecf5fb;border-radius:50%;width:70px;min-height:70px}.talk_over_icon svg{font-size:30px;color:#00aeef}.contact_us_rating_google{display:flex;align-items:center;gap:5px;margin-top:1rem}.contact_stars{color:orange;font-size:20px}.contact_stars strong{color:#000;font-weight:600}.contact_us_rating_google p{font-size:18px}.four_address_cards{justify-content:space-between;flex-wrap:wrap;margin-top:3rem}.four_address_card,.four_address_cards{display:flex;align-items:flex-start;gap:1rem}.four_address_card{width:330px;height:150px;padding:1rem;background-color:#ecf5fb;border-radius:15px}.four_address_card_svg{min-width:60px;height:60px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.four_address_card_svg svg{font-size:26px;color:#00aeef}.four_address_card h4{font-size:23px;margin-bottom:8px}.four_address_card p{font-size:15px;line-height:1.3}.four_address_card:nth-child(2) .four_address_card_svg{background-color:#00aeef}.four_address_card:nth-child(2) .four_address_card_svg svg{color:#fff}.input-container{position:relative;margin:30px auto;width:100%}.input-container input[type=email],.input-container input[type=tel],.input-container input[type=text],.input-container textarea{font-size:20px;width:100%;border:none;border-bottom:2px solid #ccc;padding:5px 0;background-color:transparent;outline:none}.input-container .label{position:absolute;top:0;left:0;color:#fff;transition:all .3s ease;pointer-events:none}.input-container input[type=email]:focus~.label,.input-container input[type=email]:valid~.label,.input-container input[type=tel]:focus~.label,.input-container input[type=tel]:valid~.label,.input-container input[type=text]:focus~.label,.input-container input[type=text]:valid~.label,.input-container textarea:focus~.label,.input-container textarea:valid~.label{top:-20px;font-size:16px;color:#333}.input-container .underline{position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:#333;transform:scaleX(0);transition:all .3s ease}.input-container input[type=email]:focus~.underline,.input-container input[type=email]:valid~.underline,.input-container input[type=tel]:focus~.underline,.input-container input[type=text]:focus~.underline,.input-container input[type=text]:valid~.underline,.input-container textarea:focus~.underline,.input-container textarea:valid~.underline{transform:scaleX(1)}.rightside_contact_form{width:40%;background-color:#00bde0;padding:3rem 2rem 5rem;border-radius:20px;color:#fff}.rightside_contact_form h2{font-size:45px}.rightside_contact_form p{font-size:20px}.rightside_contact_inputs{margin-top:3rem}.rightside_contact_inputs button{background-color:#fff;border:none;padding:10px 1rem;font-size:20px;border-radius:20px;display:inline-flex;align-items:center;gap:1rem}.rightside_contact_inputs button span{background-color:#001838;border:none;color:#fff;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px}.contact_page iframe{width:100%;height:625px;border:none}.dermo_dell_page{position:relative}.products_title_main{position:relative;width:100%;height:350px;background:url(/img/contact.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center}.products_title_main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.products_title_main h2{position:relative;font-size:69px;color:#fff;z-index:2}.dermo_dell_product_title{display:flex;align-items:center;justify-content:space-around;margin:5rem auto auto;width:100%}.dermo_dell_product_title div{width:50%}.dermo_dell_product_title h3{font-size:25px;font-weight:600;text-transform:capitalize;position:relative}.dermo_dell_product_title h3:before{content:"";position:absolute;bottom:0;left:0;width:132px;height:2px;background-color:#000}.dermo_dell_product_title p{margin:1rem 0;text-align:left;color:#555;line-height:1.5;max-width:750px}.dermo_dell_product_title a{display:inline-flex;background-color:#00a790;padding:.8rem 1.5rem;color:#fff;gap:1rem;border-radius:8px;transition:.3s}.dermo_dell_product_title a:hover{background-color:#0ea3c5}.dermo_dell_products_cont{position:relative;max-width:80%;margin:5rem auto auto}.dermo_dell_product_info{position:relative;display:flex;flex-direction:column;align-items:center;gap:.6rem}.dermo_dell_product_info_title{position:relative;width:100%;display:flex;align-items:center;background-color:#00a790;color:#fff;padding:1.5rem 2rem;gap:1rem;border-radius:5px;cursor:pointer}.dermo_dell_product_info_title svg{font-size:24px}.dermo_dell_product_info_title p{font-size:18px;font-weight:600;text-transform:uppercase}.dermo_dell_product_table{color:#000;width:80%;margin-top:1.5rem;margin-bottom:1.5rem}.dermo_dell_product_table table{caption-side:bottom;width:100%;border-collapse:collapse}.dermo_dell_product_table tbody,.dermo_dell_product_table tr{width:100%}.dermo_dell_product_table tr th{background-color:#8dc63f;color:#fff;font-weight:600;word-wrap:normal;text-align:left}.dermo_dell_product_table tr td,.dermo_dell_product_table tr th{border:1px solid #dee2e6;border-left-width:0;padding:1.5rem;vertical-align:top}.dermo_dell_product_table{opacity:0;max-height:0;margin:0;overflow:hidden}.dermo_dell_product_table,.dermo_dell_product_table.open{transition:opacity .8s ease-in-out,max-height .6s ease-in-out}.dermo_dell_product_table.open{display:block;opacity:1;max-height:5000px;margin-top:1.5rem;margin-bottom:1.5rem}.dermo_dell_product_info_title svg{font-size:20px}.product-grid{display:grid;grid-gap:16px;gap:16px;padding:16px;justify-content:center}.product-grid:has(.product-card:nth-child(2)){grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-grid:has(.product-card:first-child:last-child){display:flex;justify-content:center}.product-grid:has(.product-card:first-child:last-child) .product-card{width:420px}.product-card{display:flex;align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:16px;transition:transform .2s ease-in-out;overflow:hidden}.product-card:hover{transform:scale(1.02)}.product-image{border-radius:8px;width:180px;height:120px;object-fit:contain;transform:scale(1.2);flex-shrink:0}.product-info{flex-grow:1;padding-left:16px;min-width:0}.product-name{font-size:18px;font-weight:500;margin-bottom:4px}.product-dosage,.product-name{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.product-dosage{display:block;color:#555;font-size:.9rem;margin-bottom:5px}.product-strength{display:inline-block;margin-top:8px;padding:4px 10px;background:#e0f7fa;color:#00796b;border-radius:12px;font-size:.9rem;font-weight:700;margin-right:5px}.downloads_page{height:auto;background:#f9f9f9;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding-bottom:4rem}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.page_title{font-size:2.5rem;font-weight:700;color:#00a790;margin-bottom:.5rem;padding-top:3rem}.page_subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;font-weight:400}.download_page_cont{display:flex;gap:3rem}.left_titles_buttons{width:280px;flex-shrink:0;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.right_content{flex-grow:1}.section_title{font-size:1.8rem;margin-bottom:2rem;color:#222;font-weight:600}.left_titles_buttons button{display:flex;align-items:center;gap:12px;width:100%;padding:1rem 1.5rem;margin-bottom:.5rem;border:none;background:transparent;border-radius:8px;font-size:1rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease}.left_titles_buttons button:hover{background:#f0f0f0;color:#00a790}.left_titles_buttons button.active{background:#00a790;color:#fff}.left_titles_buttons button .icon{font-size:1.2rem}.certificates_cont,.grid_cont{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.download_card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.download_card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.file_icon{font-size:2rem;margin-bottom:1rem}.file_title{font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;color:#333}.download_btn{display:inline-flex;align-items:center;gap:6px;background:#00a790;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease}.download_btn:hover{background:#008c7a}.download_btn .arrow{font-size:1rem}.download_btn.secondary{background:#f0f0f0;color:#555}.download_btn.secondary:hover{background:#e0e0e0}.image_download_card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .2s ease}.image_d_flex{width:30%}.image_download_card:hover{transform:translateY(-4px)}.image_placeholder{height:auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;color:#999}.image_placeholder img{width:100%;height:100%;object-fit:cover}.image_download_card h3{padding:1.2rem 1.5rem 0;font-size:1.1rem;font-weight:500}.image_download_card .download_btn{margin:1rem 1.5rem 1.5rem}@media (max-width:768px){.download_page_cont{flex-direction:column}.left_titles_buttons{width:100%;display:flex;flex-direction:row;overflow-x:auto;padding:1rem}.left_titles_buttons button{white-space:nowrap;margin-bottom:0}.certificates_cont,.grid_cont{grid-template-columns:1fr}.product-card{flex-direction:column;align-items:center;text-align:center;padding:12px}.product-image{width:100px;height:100px}.product-info{padding-left:0;margin-top:10px}}@media screen and (max-width:1650px){.home_about_us_img_tetoscope{display:none}}@media screen and (max-width:1400px){.home_about_us_img_tetoscope{display:none}.four_address_card{width:100%}.rightside_contact_form{min-width:500px}}@media screen and (max-width:1220px){.one_home_ab_how{right:10%}.right_home_about_us h1{font-size:2.3rem}.right_home_about_us h2{font-size:1.3rem;color:#233}.footer_navinfo{gap:0}}@media screen and (max-width:1130px){.footer_info_divi_info{width:auto}.footer_navbar_info{padding-top:12rem}.why_choo_four_us_i{width:30%}}@media screen and (max-width:1100px){.home_about_us{flex-direction:column;height:auto;align-items:center;justify-content:center}.right_home_about_us{margin-top:3rem;width:80%}.left_home_about_us{width:80%}.round_home_ab_ex{left:37%;bottom:0}.one_home_ab_how{right:0}.one_home_ab_img img{width:320px;height:370px}.round_home_ab_ex{width:120px;height:120px}.round_home_ab_ex h4{font-size:15px}.grow_with_qua_tru_cont{flex-direction:column}.leftside_grow_w_t{width:100%;text-align:center}.rightside_grow_w_t_img{width:80%}.rightside_grow_w_t_img img{width:100%}footer{height:auto}.footer_logo_info{width:60%;display:flex}.footer_logo_info,.footer_navbar_info{align-items:center;justify-content:center;flex-direction:column}.footer_navbar_info{text-align:center}.top_footer_absolute{flex-direction:column;text-align:center;position:relative}.footer_navbar_info{padding-top:0}.our_infrastructure_cont{gap:3rem}.left_our_infrastructure_img{height:420px}.right_our_infrasturcture h2{font-size:28px}.right_our_infrasturcture p{color:#777}.leftside_contact_info h3{font-size:35px}.leftside_contact_info p{font-size:15px}.contact_page_form{gap:1rem}}@media screen and (max-width:990px){.navbar_cont ul,.right_side_bar{display:none}.header_search{display:block}.team_support_info h3{font-size:20px}.team_support_img:before{display:none}.second_home_ab_img img:last-child{width:320px;height:250px}.second_home_ab_img{bottom:0}.why_choose_us_info{flex-direction:column}.leftside_grow_w_t .flex{justify-content:center}.leftside_grow_w_t a{font-size:14px;padding:.5rem 1rem}.rightside_grow_w_t_img{width:70%;margin-top:3rem}.testimonials_cont .swiper .swiper-slide:nth-child(4) .testimo_box{background-color:#eee}.testimonials_cont .swiper .swiper-slide:nth-child(3) .testimo_box{background-color:#69be5d1a}.aboutus_title_main{height:211px}.aboutus_title_main h2{font-size:50px}.why_choose_us_title_about h4{font-size:20px}.why_choose_us_title_about h3{font-size:30px}.why_choose_us_title_about p{font-size:18px}.why_choose_us_cont_card{width:258px}.center_about_us_text_bg p{font-size:18px;line-height:1.5}.value_mi_vi_card p{font-size:15px;color:#777;font-weight:300}.leaders_cont p{font-size:16px;color:#666;font-weight:300}.pcd_in_india_cont h3{font-size:35px}.pcd_in_india_cont p{font-size:17px}.why_choose_us_cont_card{width:270px}.contact_page_form{flex-direction:column}.leftside_contact_info{max-width:100%}.leftside_contact_info h3,.leftside_pera{text-align:center}.leftside_pera{max-width:50%;margin:auto}.talk_to_over{justify-content:center}.contact_us_rating_google{text-align:center;justify-content:center}.four_address_card{width:70%}.four_address_cards{justify-content:center}.rightside_contact_form{width:100%}.contact_page iframe{margin-bottom:1rem}.why_choo_four_us_i{width:45%}.image_d_flex{width:40%}}@media screen and (max-width:900px){.why_choose_us_cont_card{width:250px}.dermo_dell_products_cont{max-width:100%}.dermo_dell_product_table{width:90%}.our_division_info img{width:190px}.our_divison_logo:first-child img,.our_divison_logo:nth-child(3) img{width:100px}.banner_content{max-width:300px}.banner_content h2{font-size:20px}}@media screen and (max-width:835px){.footer_navinfo{flex-wrap:wrap;justify-content:space-evenly;gap:2rem}.footer_info_divi_info{padding:1rem}.footer_navinfo{margin:0}.footer_logo_info{margin-bottom:3rem}.why_choose_us_cont_card{width:350px}.our_infrastructure_cont{flex-direction:column}.left_our_infrastructure_img{max-width:100%}.right_our_infrasturcture{width:100%;text-align:center}.right_our_infrasturcture h3{justify-content:center}.our_division_info{flex-direction:column}}@media screen and (max-width:775px){.left_team_support{gap:1rem}.second_home_ab_img{bottom:-180px}.right_home_about_us{margin-top:14rem}.our_divison_logo:first-child img{width:100px}.our_divison_logo{width:320px}.our_divison_logo img{max-width:150px}.right_booknow_button a{font-size:15px;min-width:160px;padding:.8rem}.why_choose_us_title h2{text-align:center}.four_count_info_cont{flex-wrap:wrap}.four_count_info_card{width:50%;border-bottom:1px solid #e4e4e4}.why_choose_us_cont_card{width:314px}.value_mission_vission_cont{flex-direction:column}.value_mi_vi_card{border:none;border-bottom:1px solid #999}.value_mi_vi_card:before{display:none}.value_mi_vi_card:last-child{border:none}.value_mission_vission_cont{overflow:hidden}.image_d_flex{width:46%}}@media screen and (max-width:700px){.why_choose_us_title_about{flex-direction:column;text-align:center;gap:2rem}.why_choose_us_title_about h4{justify-content:center}.why_choose_us_cont_card{width:100%}.copyright{text-align:center}.why_choose_us_cont_card{height:auto}.why_choose_us_title_about p{width:80%}.dermo_dell_product_title{flex-direction:column}.dermo_dell_product_title div{width:100%}.dermo_dell_product_title a{margin-top:1rem}.dermo_dell_product_title p{text-align:center}.image_d_flex{width:45%}}@media screen and (max-width:600px){.aboutus_title_main h2{font-size:30px}.our_infrastructure{margin:6rem 0}.why_choo_four_us_i{width:100%}.footer_top_f_svg{flex-direction:column}.image_d_flex{width:100%}.header_icon{gap:15px}.header_icon p{font-size:13px}.banner_content{max-width:200px;top:50%;transform:translateY(-50%)}.banner_content h2{font-size:15px}.banner_content a,.round_home_ab_ex h4{font-size:13px}}@media screen and (max-width:550px){.team_support_img{display:none}.team_support_info h3{margin-bottom:1rem}.team_support_cont{flex-direction:column;justify-content:center;gap:1rem}.right_booknow_button a{min-width:180px;justify-content:center}.one_home_ab_img img{width:150px;height:180px}.second_home_ab_img img:last-child{width:264px;height:187px}.second_home_ab_img{bottom:-132px;justify-content:space-between}.round_home_ab_ex{left:50%;bottom:80px;width:90px;height:90px;border:4px solid;font-size:13px}.round_home_ab_ex h4{font-size:13px}.one_home_ab_how{display:none}.our_exper_c{width:100%}.second_home_ab_img img:first-child{margin-top:0;width:50px}.left_home_about_us{width:100%}.one_home_ab_how{right:100px}.right_home_about_us{width:100%;margin-top:11rem}.right_c_d_info h5{font-size:16px}.right_c_d_info_cont p{font-size:14px}.footer_logo_info{width:100%}.top_footer_absolute{padding:2rem}.footer_right_svg{display:none}.leftside_grow_w_t p{font-size:18px}.leftside_grow_w_t h3{font-size:25px}.discover_our_top_pro_title h3,.grow_with_q_t_title h3{font-size:15px}.discover_our_top_pro_title h2{font-size:25px}.discover_our_top_products{padding:1.9rem 0}.discover_our_t_pro_cont{margin-top:1rem}.left_our_infrastructure_img{height:278px}.counter_numbers{font-size:27px}.dermo_dell_product_title h3{text-align:center}.dermo_dell_product_title h3:before{display:none}.dermo_dell_product_table{overflow-x:scroll;padding-bottom:1rem}.dermo_dell_product_table::-webkit-scrollbar{height:5px}.dermo_dell_product_table{width:99%}.one_home_ab_how{right:0}.four_count_info_card{width:100%;border-right:none}.header_top_contact_info p{font-size:14px}.four_address_card{width:100%}.leftside_pera{max-width:100%}.talk_to_over{flex-direction:column}.rightside_contact_form{min-width:100%!important}.rightside_contact_form h2{text-align:center;font-size:30px}.rightside_contact_form p{text-align:center;font-size:20px}.rightside_contact_form{padding:1.5rem}.contact_page iframe{height:350px}.round_home_ab_ex{border-radius:10px;width:110px;height:110px;padding:10px;bottom:70px}}@media screen and (max-width:420px){.header_top_contact_info{display:none}.pcd_in_india_cont p{font-size:14px}.right_home_about_us h1{text-align:center}.why_choose_us_title_about p{width:100%}.team_support_info h3,.team_support_info p{font-size:14px;text-align:center}.testimo_box{width:355px}.our_divison_logo{width:100%;margin-top:3rem}.home_about_us{margin:2rem 0}.our_divisons{margin:5rem 0}.our_divison_logo{height:auto}.our_divison_logo:last-child img{max-width:100px}.our_divison_logo:nth-child(2) img{width:150px}.banner_img{height:auto}.banner_img img{height:100%;object-fit:cover;object-position:center}.why_choose_us_title h2{font-size:25px}.grow_with_q_t_title h3{text-align:center}.testimo_box{width:350px;height:420px}.leftside_grow_w_t p{text-align:justify}.grow_with_q_t_title{margin-bottom:1rem}.home_right_last_p{flex-wrap:nowrap}.four_count_info{margin:3rem 0}.pcd_in_india_cont p{text-align:justify}.why_choose_us_about{margin:3rem 0}.one_home_ab_img{z-index:5}.second_home_ab_img img:last-child{z-index:-1}.right_home_about_us h1{font-size:1.5rem}.right_home_about_us h2{text-align:center;font-size:15px}.right_home_about_us p{text-align:justify}.right_home_about_us p br{display:none}.dermo_dell_product_title{margin-top:2rem}.company_logo p{bottom:4%}.right_home_about_us h4{justify-content:center}.testimonials_cont .swiper .swiper-slide:nth-child(3) .testimo_box,.testimonials_cont .swiper .swiper-slide:nth-child(4) .testimo_box{background-color:#f1f1f1c2}.rightside_grow_w_t_img{width:100%}.dermo_dell_product_table tr td{min-width:200px}.contact_page_cont{margin:3rem 0}.leftside_contact_info h3{font-size:25px}.one_home_ab_img img,.second_home_ab_img img:last-child{border-radius:10px}.footer_info_divi_info ul li{align-items:flex-start;text-align:left}}@media screen and (max-width:394px){.logo{width:70px}.header_icon p{font-size:13px}.leftside_contact_info h3{font-size:24px}.contact_page_cont{margin:3rem 0}.top_footer_absolute h3{font-size:20px}.top_footer_absolute p{font-size:14px;text-align:justify}.footer_info_divi_info,.footer_info_divi_info:last-child{width:100%}.value_mi_vi_card p{max-width:90%}.value_mi_vi_card{width:auto}.leaders_cont p,.right_our_infrasturcture p{text-align:justify}.right_our_infrasturcture h2{font-size:22px}.right_home_about_us h4{text-align:center;justify-content:center}.right_home_about_us p{text-align:justify}.right_home_client_dctr{flex-direction:column}.right_home_client_dctr .right_c_d_info_cont{width:100%}.home_right_last_p{flex-wrap:nowrap}.dermo_dell_product_title p{text-align:justify}.footer_info_divi_info ul li{text-align:left}.copyright{line-height:1.5}.rightside_grow_w_t_img{width:100%}.testimo_box{width:300px;height:420px}}@media screen and (max-width:375px){.testimo_box{width:375px}}.minimal-downloads-cont{display:flex;align-items:flex-start;gap:2.5rem;padding:3rem 0}.minimal-downloads-nav{background:#fff;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.04);padding:1.5rem 1rem;min-width:220px;display:flex;flex-direction:column;gap:1rem}.minimal-downloads-nav button{background:none;border:none;outline:none;font-size:1.1rem;font-weight:500;padding:.8rem 1.2rem;border-radius:8px;transition:background .2s,color .2s;color:#222;text-align:left;letter-spacing:.02em}.minimal-downloads-nav button.active,.minimal-downloads-nav button:hover{background:linear-gradient(90deg,#e0f7fa,#f1f8e9);color:#00796b}.minimal-downloads-content{flex:1 1;background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.04);padding:2.5rem 2rem;min-width:0;transition:box-shadow .2s}.minimal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#00796b;letter-spacing:.01em}.certificates-list,.glossary-list,.visual-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.certificates-list li,.glossary-list li,.visual-list li{display:flex;align-items:center;justify-content:space-between;background:#f7f9fa;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 1px 4px rgba(0,0,0,.03);font-size:1rem;transition:box-shadow .2s}.certificates-list li:hover,.glossary-list li:hover,.visual-list li:hover{box-shadow:0 2px 12px rgba(0,0,0,.07)}.certificates-list a,.glossary-list a,.visual-list a{background:#00796b;color:#fff;padding:.5rem 1.2rem;border-radius:6px;font-size:.98rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;border:none;outline:none;box-shadow:0 1px 4px rgba(0,0,0,.04)}.certificates-list a:hover,.glossary-list a:hover{background:#004d40;color:#fff}.visual-list a[disabled],.visual-list a[style*="pointerEvents: none"]{background:#bdbdbd;color:#fff;cursor:not-allowed}@media (max-width:900px){.minimal-downloads-cont{flex-direction:column;gap:1.5rem;padding:1.5rem 0}.minimal-downloads-content{padding:1.5rem 1rem}.minimal-downloads-nav{min-width:0;width:100%;flex-direction:row;gap:.5rem;justify-content:space-between;padding:1rem .5rem}.minimal-downloads-nav button{flex:1 1;text-align:center;font-size:1rem;padding:.7rem .5rem}}