html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a{
    text-decoration: none !important;
}

/*...my code...*/

.bg-side{
    background-color: #efefef;
}
.nav-pills .nav-link {
    border-radius: 0 !important;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
    padding: 15px 30px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #333 !important;
    background-color: #fff !important;
    border-left: 4px solid #0e6fb7 !important;
}
.nav-pills .nav-link:last-child{
    border-bottom: 0;
}
.tab-h2{
    color: #0d6eb6;
    font-size: 24px;
}
.box_wrapper {
    width: 100%;
    height: 175px;
    margin: auto;
        margin-bottom: auto;
    display: inline-block;
    padding: 2.5em 0;
    text-align: center;
    margin-bottom: 42px;
    cursor: pointer;
    background: #eee;
    box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-rectangle-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006cb7;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.box_wrapper .icon {
    text-align: center;
    width: 82px;
    height: 77px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.box_wrapper .icon img {
    position: absolute;
    top: 0;
    left: 0;
}
.box_wrapper .title {
    font-size: 15px;
    color: #333;
    margin-top: 12px;
}
.box_wrapper .title a {
    color: #333;
}
.hvr-rectangle-out:active::before, .hvr-rectangle-out:focus::before, .hvr-rectangle-out:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.box_wrapper:hover {
    box-shadow: 4px 4px 4px rgba(0,0,0,.1);
}
.box_wrapper:active img.blue, .box_wrapper:focus img.blue, .box_wrapper:hover img.blue {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.box_wrapper:active .title a, .box_wrapper:focus .title a, .box_wrapper:hover .title a {
    color: #fff;
}
.active_faq_box{
    background: #006cb7;
}
.box_image{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.box_text{
    color: #fff !important;
}

.slider-wrapper .owl-nav{
    display: table;
    margin: 0 auto;
}
.slider-wrapper .owl-nav button:first-child{
    margin-right: 15px;
}
.slider-wrapper .owl-nav button span{
    background: #eee;
    width: 41px;
    font-size: 24px;
    padding-bottom: 5px;
    display: block;
}

/*---------------*/
.close_btn{
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #fff !important;
    border-radius: 50% !important;
    font-size: 10px;
    border: 1px solid #000 !important;
    opacity: 1 !important;
}
.modal-form label{
    font-weight: 600;
}
.fnt-w-400{
    font-weight: 400 !important;
}
.fnt-w-600{
    font-weight: 600 !important;
}
.modal-form input:focus-visible{
    border: 0 !important;
}
.google{
    border-color: #eb4132 !important;
}
.facebook{
    border-color: #3b5999 !important;
}
.linkedin{
    border-color: #0077b7 !important;
}
.or-wrap{
    border-top: 1px solid #eee;
    position: relative;
}
.or-wrap span{
    position: absolute;
    top: -14px;
    left: calc(50% - 20px);
    background: #fff;
    padding: 0 7px;
}
.modal-size{
    max-width: 400px !important;
}
.arrow-up{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 95px;
}
.arrow-up-login{
    left: 85px;
    right: inherit;
}
  .remember {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
  }
  .remember input:checked ~ .checkmark {
    background-color: #DC3545;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .remember input:checked ~ .checkmark:after {
    display: block;
  }
  .remember .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.custom-ul{
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    justify-content: space-around;
    border-bottom: 0 !important;
}
.custom-ul .nav-link{
    border: 0 !important;
    border-radius: inherit !important;
    margin: 0 !important;
    background: none;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
    padding-bottom: 0 !important;
}
.custom-ul .nav-link:focus{
    outline: none;
}
.custom-ul .nav-link.active{
    color: #fff !important;
    background: none !important;
    text-decoration: underline;
    
}

@media only screen and (max-width:480px){
    .close_btn{
        right: 0;
    }
}