@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap');

:root{
	--black: #000000;
    --blue: #0e7ba8;
}

@font-face {
	font-family:'calibri';	
	src:url('fonts/CalibriRegular.ttf') format('truetype');
    font-weight:normal; 
}

@font-face {
	font-family:'calibri';	
	src:url('fonts/CalibriBold.TTF') format('truetype');
    font-weight:700; 
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
	overflow-x: hidden;
}
body {
	font-family:'calibri', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: var(--black) ;
    line-height: 22px;
	font-weight: 400;
	
}



input:focus, textarea:focus{	outline:0;	border:0;}
input[type=checkbox]{
    accent-color: var(--black);
}

a:hover{
	color: var(--black);
}

a, a:hover{
	text-decoration: none;
	color: var(--black);
}

ul,li,h1,h2,h3,h4,h5,h6 {
	list-style-type:none;
	margin:0;
	padding:0
}

img{
	max-width: 100%;
}

p:last-child{
	margin: 0;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
    width: 100%;
    color: #454545;
	border: 1px solid #d0d0d0;
	padding: 3px 7px;
	font-size: 14px;
	line-height: 15px;
}


/*------------------------------------*\
    		BUTTON CSS
\*------------------------------------*/
.butn{
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 7px;
	justify-content: center;
	font-size: 16px;
    line-height: 22px;
	font-weight: 400;
	background: var(--blue);
	color: #fff ;
	transition: all.3s;
    border: 1px solid var(--blue);
}

.black-btn, .black-btn:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.butn.sm-btn{
	line-height: 12px;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 20px;
}



/*------------------------------------*\
		TYPOGRAPHY FONT CSS
\*------------------------------------*/
.light{	    font-weight:300; }
.regular{	font-weight:400; }
.medium{	font-weight:500; }
.semibold{	font-weight:600; }
.bold{	    font-weight:700; }
.extrabold{	font-weight:800; }

h1{     font-size: 30px;	line-height: 40px;}
h2{	    font-size: 28px;	line-height: 32px;}
h3, .fs-24{ 	font-size: 24px;	line-height: 28px;}
h4, .fs-18{		font-size: 18px;	line-height: 22px;}
h5, .fs-16{		font-size: 16px;	line-height: 20px;}
h6, .fs-14{		font-size: 14px;	line-height: 19px;}
.fs-20    {		font-size: 20px; line-height: 26px;  }
.fs-22    {		font-size: 22px; line-height: 28px;  }

.fs-17    {     font-size: 17px;	line-height: 23px;}
.fs-15    {     font-size: 15px;	line-height: 22px;}
.fs-13    {     font-size: 13px;	line-height: 17px;}
.fs-12    {     font-size: 12px;	line-height: 18px;}
.fs-11    {     font-size: 11px;	line-height: 15px;}
.fs-10    {     font-size: 10px;	line-height: 14px;}

.rounded-10{
	border-radius: 10px;
}

.rounded-15{
	border-radius: 15px;
}

.op-7{opacity: .7;}
.op-5{opacity: .5;}



/*------------------------------------*\
		TEXT COLOR CSS
\*------------------------------------*/
.text-black{	color: #000 !important;}
.text-blue{	color: var(--blue);  }




/*------------------------------------*\
    		SITE FORM
\*------------------------------------*/

input:focus, textarea:focus, select:focus{
    outline: none;
}

.site-form input:not([type=radio]):not([type=checkbox]), .site-form  select, .site-form  textarea{
	width: 100%;
	background-color: #fff;
	border: 1px solid #acacac;
	border-radius: 10px;
	padding: 12px 15px;
	color: #acacac;
	font-size:16px;
}

.site-form ::placeholder{
	color: #acacac;
}

.site-form  textarea{
	height: 120px;
	resize: none;
}

.site-form input[type=radio]{
	width: 27px;
	height: 27px;
	accent-color: var(--blue);
}

.toggle-password{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #5589B3;
	cursor: pointer;
}

.site-form #agree{
	width:20px;
	height:20px;
	accent-color: var(--blue);
}

.nav-link{
	font-size: 18px;
}


.footer{
	background:var(--blue);
}

.footer-links li{
	list-style: disc;
	padding-bottom: 10px;
}

.faq-section button{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.faq-section button:after{
	display: none;
}

.faq-section  .accordion-button:focus{
	box-shadow: none;
}

.faq-section  .accordion-button:not(.collapsed) i:before{
	content: "\f056";
}

.faq-section  .accordion-button:not(.collapsed) {
    color: initial;
    background-color: transparent;
    box-shadow: none;
}

.faq-section .accordion-body{
	padding: 0 0 20px;
}

.pricing-sale > h5 {
    background: #a4a4a4;
    color: #fff;
    text-align: center;
	font-size: 20px;
}

.pricing-sale {
    border: 1px solid #A4A4A4;
    border-radius: 10px;
    overflow: hidden;
}

.pricing-col ul{
	padding: 0;
	list-style: disc;
	padding-left: 15px;
}

.pricing-col ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
    list-style: disc;
}