@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

/*
font-family: 'Gotham';
font-family: 'Brandon Grotesque';
font-family: 'Sora';
font-family: "Baloo 2";
*/

body{ padding:0; margin:0; font-size:16px; color:#231F20; font-family: 'Sora'; background: #87C87A;}
a, button{outline:none !important; text-decoration:none; box-shadow:none;
-webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; transition:all .6s ease-in-out;}
a:hover, a:focus, select:focus, button:focus,.btn:focus,btn.focus { outline:none; text-decoration:none; box-shadow:none;}
* { margin:0; padding:0;}
img { border:none; vertical-align:middle; max-width:100%;}
li{ list-style:none;}
h1, h2, h3, h4, h5, h6{ outline:none !important;}
input, select, textarea, button{ outline:none !important; box-shadow:none;}
input, textarea, select{ /*-moz-appearance: none; -webkit-appearance: none;*/ box-shadow:none !important;}
:root {
    --primary-color: #009DA5;
    --secondary-color: #87C87A;
}
.container{ width:90%; max-width:1280px; margin:0 auto; padding:0;}

/************* Header ************/
header{ width:100%; float:left; padding:10px 0 20px; box-shadow:0 7px 5px rgba(0,0,0,0.17); background:#fff; position:relative; z-index:999;}

/************* Section ***********/
section{ width:100%; float:left; padding:0; margin:0;}
section .sec_inn{ background:#fff; position:relative;}

.hero{ padding:0; background:#009DA5 url(../images/virus.png) no-repeat top 40% right 2%;}
.hero .inner:before{ content:""; width:188px; height:192px; background:url(../images/virus2.png) no-repeat center center; position:absolute; bottom:10%; left:-130px;}
.hero figure{ margin:0; padding:0;}
.hero .inner{ position:relative; margin:0; padding:0;}
.hero .cntct_link{ position:absolute; right:-60px; bottom:30px; width: 120px; z-index:5;}
.hero .owl-carousel .owl-dots{ width:100%; margin:0; padding:0; text-align:center; position:absolute; left:0; right:0; bottom:30px; z-index:9;}
.hero .owl-carousel .owl-dot{ margin:0 10px; display:inline-block;}
.hero .owl-carousel .owl-dot span{ width:14px; height:14px; display:block; border-radius:50%; background:#939598;}
.hero .owl-carousel .owl-dot.active span{ background:#009DA5;}

.india { overflow-x: hidden;}
.india .sec_inn{ padding:70px 5% 30px; position:relative; text-align:center;}
.india .sec_inn:before{ content:""; width:228px; height:396px; background:url(../images/india_curve.png) no-repeat center center; position:absolute; top:0; bottom:0; right:-210px; margin:auto; z-index:-1;}
.main_title{ margin:0 0 30px; padding:0; text-align:center;}
.brign_title{ font-family: 'Sora'; font-size: 64px; text-align: center; font-weight: 300; color: var(--primary-color); max-width: 950px; width: 100%; margin: 50px auto 10px auto; line-height: normal;}
.brign_title span {font-weight: 700;}
.india_logo{ padding:0 30px; display:flex; align-items:center; justify-content:center;}
.india figure{ margin:0; padding:0;}

.proud{ background:url(../images/available_curve.png) no-repeat center left 7%;}
.proud .sec_inn{ padding:100px 80px; background:#F3FAF2;}
/* .proud .proud_block {margin: 15px 10px; background: linear-gradient(0deg, #007777 10.2%, #007E80 20%, #00959B 53.3%, #069FA7 74.85%, #42B7BD 84.64%, #74CACE 96.4%, #9AD9DC 106.19%, #B6E4E6 114.03%, #C7EBEC 121.86%, #CDEDEE 127.74%, #CDEDEE 206.1%);
padding: 20px 0; border-radius: 20px; display: flex; align-items: center; justify-content: center;} */
.proud .proud_block {margin: 15px 10px;}

.proud .inner_text {font-weight: 400; font-size: clamp(1.375rem, 3.375vw + 0.7rem, 4.75rem); color: #ffffff; font-family: "Baloo 2"; text-align: center;}

.info_contact{ padding:100px 0 80px; background: #8BD3D6;}
.info_contact .container{ padding:0 5%;}
h2.title{ margin:0 0 25px; padding:0 0 14px; font-size:45px; color:#414243; font-weight:600; position:relative;}
h2.title:before{ content:""; width:160px; height:7px; background:#00B6E0; border-radius:50px; position:absolute; left:100px; bottom:0;}
.form_block{ margin:0 0 20px;}
.form_block label{ margin:0 0 5px; padding:0; font-size:30px; color:#000; font-weight:200;}
.form_block label span{ display:inline-block; font-size:14px; color:#E9262A; position:relative; top:-8px;}
.form_block .form-control{ margin:0; padding:0 20px; height:52px; font-size:18px; color:#000; border-radius:0px; width:100%; background:#fff; border:none; box-shadow:none !important;}
.form_block textarea.form-control{ height:170px; padding:15px 20px;}
button{ margin:0; padding:10px 30px; color: #fff; border:none; font-family: 'Sora'; font-size: 30; font-weight: 500; text-align: center; background: linear-gradient(180deg, #009DA5 -48.13%, #009DA5 -32.95%, #079FA3 -11.01%, #1CA69C 19.37%, #3DB092 56.49%, #6BBF83 96.99%, #87C87A 120.62%); border-radius: 10px 10px 25px 25px;}

/********* Modal ***********/
.modal_info{}
.modal_info .modal-dialog{ width:90%; max-width:810px;}
.modal_info .modal-content{ border:none; border-radius:23px; background:#fff; height:auto;}
.modal_info .modal-body{ padding:50px 90px;}
.modal_info .btn-close{ position:absolute; right:-10px; top:-10px; color:#fff; background:none; opacity:1; width:36px; height:36px; padding:0; background:#204780; border-radius:50%; display:flex; justify-content:center; align-items:center; padding:1px 0 0 1px;}
.modal_info .btn-close:hover{ background:#8CC543; color:#fff;}

.thank_detail{ width:100%; padding:15px 0; margin:0; text-align:center; position:relative;}
.thank_detail:after{ content:""; width:160px; height:7px; border-radius:3px; background: var(--primary-color); position:absolute; right:0; bottom:0;}
.thank_detail:before{ content:""; width:160px; height:7px; border-radius:3px; background:#88C241; position:absolute; left:0; top:0;}
.thank_detail p{ padding:0; margin:0; font-size:42px; color:var(--primary-color); line-height:normal; font-weight: 250;}
.thank_detail p span{ font-weight: 600;}

/************ Footer **********/
footer{ width:100%; float:left; padding:50px 0; margin:0; text-align:center; background:#87C87A;}
footer p{ padding:0; margin:0 0 3px 0; font-size:15px; color:#000000; font-weight: 250;}
footer p span{ font-weight:600;}
footer p a{ color:#000000; font-weight: 250;word-wrap: break-word;}
footer p a:hover{ color:#fff;}
.line{ height:1px; border:none; background:#2D388D;}



.available{ margin:50px 0 0 0; padding:0 90px 0 60px; position:relative;}
.available h2{ margin:0 0 20px; padding:0; font-size:26px; color:#fff; font-weight:900; text-transform:uppercase; position:relative; z-index:2; text-align:center; font-family: 'Gotham';}
.available h2 span{ padding:12px 40px 8px; background:#87C87A; border-radius:100px; display:inline-block;}
.available h2 span:before{ content:""; width:100%; height:3px; background:#C0E3BA; position:absolute; left:0; top:3px; bottom:0; margin:auto; z-index:-1;}
.available h3{ max-width: 560px; margin:0 auto 25px auto; padding:0; font-size:44px; color:#009da5; font-weight:200; text-align:center;}
.available h3 span{ font-weight:600;}
.available ul{ margin:0 0 15px; padding:0; text-align:center; position:relative; z-index:1; display:flex; gap:20px;}
.available ul li{ width:100%; margin:0; padding:10px 20px; font-size:14px; color:#fff; font-weight:600; background:#009da5; border-radius:13px; display:flex; align-items:center; justify-content:center;}
.available p{ margin:0; padding:0; font-size:14px; color:#58595B; text-align:center; font-weight:300;}
.api_link{ margin:0; padding:0; position:absolute; right:-35px; bottom:0; display:inline-block;}
.api_link img {
    width: 100px;
}


