/* Reset & General ---------------------------------------------------------------------- */ * { margin: 0px; padding: 0px; } body { background: #fff; font:14px "Open Sans", sans-serif; text-align:center; } .tile{ width: 100%; background: #b7d7ec; border-radius:15px; /* box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);*/ float:left; transform-style: preserve-3d; margin: 5px 5px; margin-top: 50px; border: 3px solid #027bc0; position: relative; } .wrapper { margin-top: -30px; } .header{ padding: 8px 25px; text-align: center; color: #fff; font-size: 600; font-size: 19px; position: relative; top: 0px; background: #027bc0; display: inline-block; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; } .dates{ border-radius: 5px; padding: 10px 0px; margin: 0px 0px; font-size: 15px; color: #5aadef; font-weight: 500; margin-left: 20px; overflow: hidden; } .dates .start { background: #fff; border: 2px solid gray; border-radius: 12px; padding: 5px 25px; color: slategrey; } .dates div{ float: left; /* width: 50%; */ margin-left: 12px; text-align: center; /* position: relative; } .dates strong, .stats strong{ display:block; color:#adb8c2; font-size:11px; font-weight:700; } .dates span{ width:1px; height:40px; position:absolute; right:0; top:0; /* background:#ebeff2;*/ } .stats{ border-top:1px solid #ebeff2; background:#f7f8fa; overflow:auto; padding:15px 0; font-size:16px; color:#59687f; font-weight:600; border-radius: 0 0 5px 5px; } .stats div{ /* border-right:1px solid #ebeff2;*/ width: 33.33333%; float:left; text-align:center } .stats div:nth-of-type(3){border:none;} div.footer { /* text-align: right;*/ position: relative; margin: 20px 5px; top: 20px; left: 15px; } div.footer a.Cbtn{ padding: 10px 25px; background-color: #DADADA; color: #fff; margin: 10px 2px; text-transform: uppercase; font-weight: bold; text-decoration: none; border-radius: 3px; } div.footer a.Cbtn-primary{ background-color: #5aadec; color: #FFF; margin-top: 100px; box-shadow: 0 8px 6px -6px #868686; } div.footer a.Cbtn-primary:hover{ background-color: #7dbef5; } div.footer a.Cbtn-danger{ background-color: #fc5a5a; color: #FFF; } div.footer a.Cbtn-danger:hover{ background-color: #fd7676; } .cbtn { margin-top: 80px !important; } .img img { /* height: 650px; width: 100%; margin-top: 30px; */ /* height: 500px; width: 70%; margin: 50px; */ height: 0px; } label { display: flex !important; max-width: 100%; margin-bottom: 5px; font-weight: 600; } .sec { background: #f1f1f1; padding: 25px; margin-top: 20px; } .outerDivFull { margin:50px; } .switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; } .switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; } .switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; } .switchToggle input:checked + label, .switchToggle input:checked + input + label {background: #3e98d3; } .switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; } .switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; } .switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); } .switchToggle label:active:after {width: 60px; } .toggle-switchArea { margin: 10px 0 10px 0; } .gif img { height: 100px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: none !important; } .section { background: #5aadef; /* margin-top: 25px;*/ border: 1px solid #f1f1f1; padding: 35px 20px; box-shadow: 0 8px 6px -6px #868686; border-radius: 25px; } .section2 { background: #db7777; margin-top: 25px; border: 1px solid #f1f1f1; padding: 35px 20px; box-shadow: 0 8px 6px -6px #868686; border-radius: 25px; } .section3 { background: #75b5db; margin-top: 32px; border: 1px solid #f1f1f1; padding: 35px 20px; box-shadow: 0 8px 6px -6px #868686; border-radius: 25px; } /* .normal { margin-left: 38px; } */ .heading { color: #fff; position: absolute; left: 7%; background: #31708f; top: 83%; padding: 10px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; box-shadow: 4px 0 0px 0px black, -4px 0 0px 0px black; } .feature { display: flex !important; max-width: 100%; margin-bottom: 5px; font-weight: 600; color: #fff; } .volume { float: right; background: #ccc; padding: 10px 14px; border-radius: 25px; margin-right: 25px; margin-top: 15px; } .volume i { color: #000; font-size: 20px; width:20px; } .sec1 { margin-top: 30px; } .gif{ width: 100px; } .form-control { display: block; width: 70px; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #5aadef; background-color: #f0f0f0 !important; background-image: none; border: 1px solid #ccc; border-radius: 20px !important; -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } /* input[type=radio], input[type=checkbox] { margin: 1px -16px 0 !important; margin-top: 1px \9; line-height: normal; } */ input[type="radio"]+label:before { content: ""; /* create custom radiobutton appearance */ display: inline-block; width: 25px; height: 25px; padding: 6px; margin-right: 3px; /* background-color only for content */ background-clip: content-box; border: 2px solid #bbbbbb; background-color: #f0f0f0; border-radius: 50%; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 50px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; } input[type='radio']:checked:after { width: 15px; height: 15px; border-radius: 15px; top: -2px; left: -1px; position: relative; background-color: #31708f; content: ''; display: inline-block; visibility: visible; border: 3px solid #eee; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #7B1FA2; background-color: red; } @media screen and (max-width: 768px) { .heading { top: 79%; } } .img { /* position: relative; */ background-image: url(../images/BG.png); height: 600px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; margin-top: 15px; border-radius: 25px; } .img1{ position: absolute; top: 75%; left: 10px; content: ""; /* position:absolute; left: 0px; top: 200px; width:"50"; height:"50" */ } .img2{ position: absolute; content: ""; /* position:absolute; left: 200px; top: 00px; width:"50"; height:"50" */ } .img3{ position: absolute; top: 7%; left: 40%; content: ""; /* position:absolute; left: 0px; top: 0px; width:"50"; height:"50" */ } .img1 img { height: 30px; position: absolute; /* width: 36%; */ /* top: 50px; */ } .img2 img { height: 30px; position: absolute; /* width: 50%; */ /* top: 50px; */ } .img3 img { height:200px; /* width: 50%; */ } .middle { margin-top: 100px; } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; margin-right: 15px !important; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #fff !important; background-color: #027bc0 !important; } .responsive-tabs.nav-tabs { position: relative; z-index: 10; height: 42px; overflow: visible; border-bottom: none; } @media (min-width: 768px) { .responsive-tabs.nav-tabs { display: block; } } @media (max-width: 768px) { .responsive-tabs.nav-tabs { display: block; flex-wrap: none; } } .responsive-tabs.nav-tabs i.fa { position: absolute; top: 14px; right: 22px; } .responsive-tabs.nav-tabs i.fa.fa-caret-up { display: none; } @media (min-width: 768px) { .responsive-tabs.nav-tabs i.fa { display: none; } } .responsive-tabs.nav-tabs > li { display: none; float: none; text-align: center; } .responsive-tabs.nav-tabs > li:last-of-type > a { margin-right: 0; } .responsive-tabs.nav-tabs > li > a { margin-right: 0; background: #fff; border: 1px solid #DDDDDD; } @media (min-width: 768px) { .responsive-tabs.nav-tabs > li > a { margin-right: 4px; } } .responsive-tabs.nav-tabs > li.active { display: block; } .responsive-tabs.nav-tabs > li.active a { border: 1px solid #DDDDDD; border-radius: 2px; } @media (min-width: 768px) { .responsive-tabs.nav-tabs > li.active a { border-bottom-color: transparent; } } @media (min-width: 768px) { .responsive-tabs.nav-tabs > li { display: block; float: left; } } .responsive-tabs.nav-tabs.open i.fa.fa-caret-up { display: block; } @media (min-width: 768px) { .responsive-tabs.nav-tabs.open i.fa.fa-caret-up { display: none; } } .responsive-tabs.nav-tabs.open i.fa.fa-caret-down { display: none; } .responsive-tabs.nav-tabs.open > li { display: block; } .responsive-tabs.nav-tabs.open > li a { border-radius: 0; } .responsive-tabs.nav-tabs.open > li:first-of-type a { border-radius: 2px 2px 0 0; } .responsive-tabs.nav-tabs.open > li:last-of-type a { border-radius: 0 0 2px 2px; }