/*
  Theme Name: Name - Html5 Template.
  Author: 
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
01. Default css start
02. header area css start

-----------------------------------*/

/*^^^^^^^^^^^^^^^^^^^^^^
 01. Default css start
 ^^^^^^^^^^^^^^^^^^^^^^^*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Josefin+Sans:wght@300;400;500;600;700&family=Rasa:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

 body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
    background: #f8f8f8;
}
.img {
	max-width: 100%;
	transition: all linear 0.4s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	transition: all linear 0.4s;
    text-decoration: none !important;
	outline: none;
}
button {
	outline: none;
	cursor: pointer;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.fix {
    overflow: hidden;
}
.f-400 {
    font-weight: 400;
}
.f-500 {
    font-weight: 500;
}
.f-600 {
    font-weight: 600;
}
.f-700 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
    transition: all linear 0.4s;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

/*^^^^^^^^^^^^^^^^^^^^^^
 01. Default css end
 ^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^^^^
 02. header area css start
 ^^^^^^^^^^^^^^^^^^^^^^^*/
.header-area {
    background: #111c72;
    padding-top: 30px;
    padding-bottom: 130px;
}
.header-area.sticky-header.scroll-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 20px 0px;
}
.main-menu {
    text-align: right;
    margin-right: -40px;
}
.main-menu ul li {
    display: inline-block;
}
.main-menu ul li a {
    color: #fff;
    padding: 16px 14px 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.main-menu ul li a:hover,
.search-icon a:hover {
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
}
.search-icon {
    text-align: right;
    margin-top: 12px;
}
.search-icon a {
    position: relative;
    font-size: 16px;
    padding: 16px 14px 13px;
    color: #fff;
}
.search-icon a .search-box {
    width: 200px;
    padding: 20px;
    box-shadow: 0 30px 50px 0 rgba(0,0,0,.2);
    background: #fff;
    position: absolute;
    top: 130%;
    right: 0px;
    transition: all linear 0.4s;
    opacity: 0;
    visibility: hidden;
} 
.search-icon a:hover .search-box {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.search-icon a .search-box input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: none;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 0px 10px;
    outline: none;
    display: inline-block;
} 
.search-icon a .search-box button {
    margin-top: 15px;
    height: 40px;
    width: 100%;
    color: #fff;
    padding: 0px;
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background: #111c72;
    outline: none;
    cursor: pointer;
    border: 1px solid #111c72;
    font-weight: 600;
} 
/*^^^^^^^^^^^^^^^^^^^^^^
 02. header area css end
 ^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^^^^
 03. content area css start
 ^^^^^^^^^^^^^^^^^^^^^^^*/
.main-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    margin-top: -99px;
}
.video-area .section-title h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.video-area .section-title p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
}
.client-text {
    margin: 0px 20px 30px 20px;
    border-top: 1px solid #e1e8ed;
    border-bottom: 1px solid #e1e8ed;
}
.client-text .client-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.client-wrapper .client-image {
    display: flex;
}
.client-wrapper .client-image .img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.client-wrapper .client-image h4 {
    font-family: "Rasa", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}
.client-wrapper .client-image h4 a {
    font-size:15px;
    display:block;
    color: blue;
}
.client-text p {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    padding-left: 15px;
    padding-right: 20px;
}
.video iframe {
    margin-bottom: 10px;
}

.video p.diff-color {
    color: #444;
    line-height: 1.4em;
}
span.orange-bg {
    background: #ffff00;
}
.system-area {
    padding: 20px 60px 20px 60px;
    border: 2px solid #111c72;
    margin-bottom: 20px;
}
.system-area h3,
.about-area h3,
.benefits-area h3,
.faq-area h3 {
    color: #000000;
    font-family: "Rasa", Sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-align: center;
}
.system-area p,
.about-area p,
.ans-area p,
.faq-area p,
.video p {
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
}
.about-area  {
    margin-bottom: 25px;
}
.about-area h3 {
    margin-bottom: 20px;
    text-align: left;
}
.about-area .about-img {
    margin: 40px 18px 25px 18px;
}
.about-area p span.rare-color {
    color: #6A1BA6;
    font-weight: 700;
    border-bottom: 2px dotted #6A1BA6;
}
.ans-area {
    padding: 20px 60px 20px 60px;
    border: 2px solid #EA1045;
}
.ans-area h3 {
    color: #EA1045;
    font-family: "Rasa", Sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-align: center;
}
.benefits-area {
    padding: 20px 60px 20px 60px;
    border: 2px solid #111c72;
}
.benefits-area h4 {
    background: #FFFF00;
    color: #000000;
    font-weight: 700;
    font-family: "Rasa", Sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 35px;
}
.benefits-area ul li {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.benefits-area ul li i {
    margin-right: 10px;
}
.faq-area {
    padding: 20px 60px 20px 60px;
    border: 2px solid #111c72;
}
.faq-area .faq-wrapper {
    padding: 0px 15px;
}
.faq-wrapper .btn-link {
    font-family: "Rasa", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #321e41;
    color: #321E41;
    transition: all linear 0.4s;
    padding: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    line-height: 1.1;
}
.faq-wrapper .btn-link:hover {
    border-bottom: 1px solid transparent;
    color: #111c72;
}
.faq-wrapper .card {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.faq-wrapper .card-header {
    padding: 0px;
    border: 0px;
    background: none;
    border-radius: 0px;
}
.faq-wrapper .card-body {
    padding: 25px 0px 5px 0px;
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.88em;
}
.card-header h5 {
    position: relative;
}
.card-header h5 .btn-link:after {
    position: absolute;
    content: '\f056';
    font-size: 16px;
    color: #321e41;
    top: 6px;
    right: 0px;
    font-family: "Font Awesome 5 Free";
}
.card-header h5 .btn-link.collapsed:after {
    content: '\f055';
    color: #111c72;
}
.supple-area .section-title {
    height: 60px;
    background-color: #111C72;
}
.supple-area h3 {
    color: #FFFFFF;
    font-family: "Rasa", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
}
.supple-area p {
    color: #444444;
    font-family: "Arimo", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

.feature-area {
    padding: 10px;
    border: 2px solid #00ABF2;
}
.feature-area .section-title h3 {
    color: #321E41;
    font-family: "Rasa", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
}
.feature-area .title-img {
    display: inline-block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin-right:5%;
}
.drug-border {
    border: 1px solid #321e41;
    min-height: 190px;
}
.feature-area .border-r {
   border-right: 1px solid #321e41;
    height: 100%;
}
.single-drug {
    position: relative;
    min-height: 190px;
}
.single-drug img {
    width: inherit;
    height:200px;
    padding-top: 5px;
}
.single-drug span {
    color: #000000;
    font-family: "Arimo",Sans-serif;
    font-size: 28px;
    font-weight: 300;
    display: block;
}
.single-drug h2 {
    color: #321E41;
    font-family: "Rasa", Sans-serif;
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
}
.single-drug:after {
    position: absolute;
    content: '';
    height: 190px;
    width: 1px;
    top: 0px;
    right: 0px;
    background: #321e41;
}
.progress {
    line-height: 25px;
    font-family: "Rasa", Sans-serif;
    font-size: 19px;
    background-color: #eee;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
}
.progress-bar {
    background: #5cb85c;
    justify-content: inherit;
    align-items: flex-end;
    padding-right: 15px;
}
.single-counter {
    text-align: center;
}
.single-counter h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
}
.single-counter span {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
}
.pros-text h4 {
    color: #000000;
    font-family: "Rasa", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.pros-text ul.pro li {
    font-family: "Arimo", Sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.pros-text ul li:before {
    position: absolute;
    content: '\f058';
    color: #111c72;
    font-size: 24px;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
}
.pros-text p {
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
}
.pros-text p.small {
    font-size: 13px;
    line-height: 1.5em;
}
.pros-text a {
    font-size: 18px;
    color: #000;
}

.pros-text ul.con li {
    font-family: "Arimo", Sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.pros-text ul.con li:before {
    position: absolute;
    content: '\f057';
    color: #EA1045;
    font-size: 24px;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
}

.feature-button a {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #111C72;
    border-radius: 35px 35px 35px 35px;
    padding: 17px 60px 17px 60px;
    font-weight: 500;
    transition: all linear 0.4s;
}
.feature-button a {
    margin-left: 5px;
}
.feature-button a:hover {
    background: #ea1045;
}
.feature-area.border-two {
    border: 2px solid #444;
}
.feature-area.border-three {
    border: 2px solid #ea1045;
}
.feature-area.border-four {
    border: 2px solid #111c72;
}
.feature-area.border-five {
    border: 2px solid #6a1ba6;
}
.clear-area {
    border-top: 4px solid #6a1ba6;
    background: #ea1045;
    padding: 30px 60px 60px 60px;
    margin-bottom: 100px;
}
.clear-area h3 {
    color: #FFFFFF;
    font-family: "Rasa", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
}
.clear-area img {
    height: 70px;
    width: 70px;
}
.clear-area h4 {
    color: #FFFFFF;
    font-family: "Rasa", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
}

.clear-area p {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}
.clear-area a {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    padding: 0px 50px 20px 50px;
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    display: inline-block;
}
.clear-area a:hover {
    border: transparent;
}
.citation-area {
    padding-bottom: 150px;
}
.citation-text {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    word-wrap: break-word;
}
.citation-text h3 {
    text-align: center;
    color: #000000;
    font-family: "Rasa", Sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 40px;
}

.citation-text p {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 40px;
}
.footer-area {
    padding-top: 100px;
    padding-bottom: 80px;
}
.footer-text p {
    color: #777;
    font-size: 18px;
    line-height: 1.88;
}
.footer-links a {
    color: #aaa;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 3px;
    line-height: 1;
    margin: 0px 4px;
}
.footer-links a:hover {
    border-bottom: 1px solid transparent;
}