*{
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
body {
    font-family: "Segoe UI", Arial, sans-serif;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.read-more:hover {
    color: #bad4d2;
}

.flex_1 {
    flex: 1 !important;
}

.h_350 {
    height: 350px !important;
}

.m_r_20 {
    margin-right: 0px !important;
}

.align_items_end {
    align-items: flex-end !important;
}

.normal_btn {
    border: none;
    background-color: #4171aa;
    color: #fff;
    padding: 3px 10px 5px;
    margin-top: 20px;
    border-radius: 2px;
}

.alert {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-align: center;
}

.alert-dismissible .close {
    padding: 5px;
}


.font_12{
	font-size: 12px;
}
.font_14{
	font-size: 14px;
}
.font_16{
	font-size: 16px;
}
.font_24{
	font-size: 24px;
}
.font_30{
	font-size: 30px;
}
.font_34{
    line-height: 30px;
	font-size: 34px;
}
.pr-40 {
    padding-right: 40px !important;
}
.bold{
	font-weight: bold;
}
.gray{
	color: #8c929d;
}
.white{
	color: white;
}
.submit{
	padding: .5rem 3rem;
	font-size: 20px;
}
.primary-color{
    color: #4171aa !important;
}
.btn_primary{
	background-color: #4171aa;
	color: #fff!important;
	padding: .3rem 1.5rem!important;
}
.btn_primary.lg{
	font-size: 30px;
	padding: 0.5rem 6rem!important;
}
.bg_light{
	background-color: rgba(67, 217, 202, 0.06);
}
.bg_blue{
	background-color: #252e42;
}
.bg_gradient{
	background-image: linear-gradient(to right, #ecf0f7 , #fff 100%);
	background: -webkit-linear-gradient(to right, #ecf0f7, #fff 100%);
	background: linear-gradient(to right, #ecf0f7, #fff 100%);
}
.bg_gradient_reverse{
	background-image: linear-gradient(to left, #ecf0f7 , #fff 100%);
	background: -webkit-linear-gradient(to left, #ecf0f7, #fff 100%);
	background: linear-gradient(to left, #ecf0f7, #fff 100%);
}
.max_575{
	max-width: 575px;
	margin: auto;
}
.max_767{
	max-width: 767px;
	margin: auto;
}
.max_991{
	max-width: 991px;
	margin: auto;
}
.min_h_350 {
    min-height: 350px;
}
.float_label{
	position: relative;
	padding-top: 10px;
}
.float_label input{
	border: unset;
	border-bottom: 1px solid #8c929d;
	width: 100%;
	height: 40px;
}
.float_label input:focus, .float_label input:valid{
	border-color: #000;
	outline: unset;
}
.float_label label{
	position: absolute;
	left: 0;
	top: 22px;
	margin: 0;
	font-size: 16px;
	color: #8c929d;
	transition: all .3s;
}
.float_label input:focus+label, .float_label input:valid+label{
	top: -2px;
	transition: all .3s;
}
header nav li a.nav-link{
	color: #424242;
	font-weight: 500;
	padding: .3rem .5rem;
}
header .navbar-header .navbar-toggle{
    border: unset;
    background: unset;
}
header .navbar-header .navbar-toggle .icon-bar{
	width: 22px;
    height: 3px;
    background-color: #999;
    display: block;
    margin-bottom: 5px;
}
.banner .bg_greencircle{
	position: relative;
}
.banner .bg_greencircle:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #4171aa;
	z-index:  -1;
	opacity: .2;
	border-radius: 100px;
	padding:  30px;
}
.banner .owl-dots button{
	width: 7px;
	height: 7px;
	background-color: #eee;
	margin: 2px;
	border-radius: 5px;
}
.banner .owl-dots button.active{
	background-color: #4171aa;
}
.owl-carousel .owl-item img{
	max-width: 100%;
	width: auto;
}
.philosophy .image_box{
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.philosophy .image_box:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.philosophy .image_box p{
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-weight: 500;
}
.hide {
    display: none !important;
}
.philosophy .owl-dots{
	display: none;
}
.philosophy .owl-nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.philosophy .owl-nav button{
	font-size: 40px!important;
	font-weight: 200!important;
	color: #888!important;
	border: 1px solid #ccc!important;
	border-radius: 40px;
	background-color: #fff!important;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px;
}
.philosophy .owl-nav button span{
	margin-top: -6px;
}
.tab_type1{
	align-items: center;
	justify-content: space-between;
	max-width: 991px;
	padding: 5px;
	border-radius: 40px;
	margin: auto;
	background-color: #333d55;
}
.tab_type1 li{
	width: 20%;
}
.tab_type1 a:hover{
	text-decoration: unset;
}
.tab_type1 a{
	color: #ccc;
	display: block;
	text-align: center;
	border-radius: 40px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 14px;
}
.tab_type1 a.active{
	color: white;
	background-color: #4171aa;
}
.built_card{
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.w_33{
	width: 30%;
}
.chatterbox{
	padding: 0 50px;
}
.chatterbox .item{
	border-radius: 8px;
	overflow: hidden;
}
.chatterbox .owl-nav button{
	font-size: 60px!important;
	font-weight: 200!important;
	color: #888!important;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
}
.chatterbox .owl-nav button.owl-next{
	left: unset;
	right: 0;
}
footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li{
	margin-bottom: 10px;
}
footer a{
	color: #8c929d;
	/* text-transform: uppercase; */
}
footer a:hover{
	color: white;
	text-decoration: unset;
}
footer .footer_social a{
	color: #8c929d;
	padding: 10px;
	font-size: 20px;
}
footer .footer_social a:hover{
	color: white;
}
.form-floating {
    position: relative;
  }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
  }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-floating > label {
      transition: none;
    }
  }
  .form-floating > .form-control {
    padding: 1rem 0.75rem;
  }
  .form-floating > .form-control::-moz-placeholder {
    color: transparent;
  }
  .form-floating > .form-control::placeholder {
    color: transparent;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }

.error-area {
    color: #f23e3e;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.max-w-450 {
    max-width: 450px;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.login-header {
    margin: 40px auto;
    padding: 30px;
}
.text-white {
    color:white
}
.l_20{
    line-height: 20px !important;
}
.plan-name {
    display: inline-block;
    font-size: 20px !important;
    font-weight: 300;
    color: #777;
}

.orim-plan-name {
    font-size: 18px !important;
    font-weight: 300;
    color: #777;
}

.head_card label {
    margin-bottom: 0 !important;
}
.active-i-discount-text, .pro-i-discount-text,.addon-i-discount-text{
    color: #4171aa95 !important;
    font-weight: bold;
}
.buy-now-btn-position {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
}
.btn-100{
    width:100px !important;
}
.font_10{
    font-size: 10px !important;
}
.primary-background {
    background-color: #4171aa !important;
}
.selected-option {
    background-color: #252e42;
    color: white;
    border-radius: 4px;
}
.duration-option {
    cursor: pointer;
    padding: 5px;
}
.primary-color{
    color: #4171aa !important;
}

.font_12{
    font-size: 12px !important;
}
.font_14{
    font-size: 14px;
}
.font_16{
    font-size: 16px !important;
}
.font_22{
    font-size: 22px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.hidden-row {
    display: none;
}
.hidden-row td:first-child {
    padding-left: 20px;
}
.pt-10{
    padding-top: 10px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.card {
    padding: 5px !important;
    }
.scrollAxis {
    height: 150px;
    overflow-y: auto;
}
.bold{
    font-weight: bold;
}
.font-w-400{
    font-weight: 400 !important;
}
.contact-link {
    padding: 6px 10px;
    border-radius: 3px;
    font-weight: 500;
}
.gray{
    color: #8c929d;
}
.blue{
    color: #0069d9;
}
.light_blue{
    color: #71b0f4;
}
.dark{
    color: #032e5c;
}
.head_card{
    box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 10px;
    min-width: 180px;
    height: 147px;
}
.disabled-price {
    color: #8c929d;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.referral-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.referral-input:focus {
    border-color: #fff;
}
.referral-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
table thead th{
    font-weight: 400;
    position: sticky;
    top: 0;
    background: #fff;
}
table th, table td{
    text-align: center;
    padding: 10px;
}
table th:first-child, table td:first-child{
    text-align: left;
}
table tbody td{
    background-color: #fafafa;
    border: 10px solid #fff;
}
table tbody tr td {
    font-size: 13px !important;
}
table {
    border-collapse: unset;
}
.expand{
    cursor: pointer;
    font-weight: 600;
}
.expand_it{
    display: none;
}
.selection-area{
    width: 200px;
}
.flex-4 {
    flex: 4;
}
.flex-1-5 {
    /* flex: 1.5; */
}
.flex-1 {
    flex: 1;
}
.font_34{
    font-size: 34px !important;
}
.p-10 {
    padding: 10px;
}
.stick-top {
    position: sticky;
    top: 0;
}
.h-fit {
    height: fit-content;
}
.h-50 {
    height: 50px !important;
}
.bg-white {
    background-color: #fff;
}
.check-2, .check-3 {
    /* margin-left: 3px; */
}
table .ml-3 {
    margin-left: 5px !important;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
/* .max-w-295 {
    max-width: 295px;
} */
.justify-content-center {
    justify-content: center;
}

.fixed-bottom {
    width: 100%;
    position: relative;
    /* bottom: 0; */
}
.margin-auto{
    text-align: center !important;
}
.btn-background {
    background-color: #4171aa !important;
}

.listing {
    list-style-type: disc;
    margin-block-start: 0 !important;
    padding-inline-start: 0 !important
}

.listing li {
    padding-left: 0;
    line-height: 24px;
}

.font-imp {
    font-size: 11px !important;
}
.main-heading {
    font-size: 14px !important;
    font-weight: 500;
}
/* .addonData{
   width: 286px;
   margin-left:127px;
} */
/*media query*/
@media only screen and (min-width: 991px) {
	header .navbar-header{
		display: none;
	}
	.chatterbox{
		padding: 0 100px;
	}
}
@media only screen and (max-width: 575px) {
	.font_34 {
		font-size: 30px;
	}
	.font_30 {
		font-size: 22px;
	}
	.btn_primary.lg{
		font-size: 22px;
	}
	.tab_type1{
		margin: 0 -12px;
	}
	.tab_type1 a{
		line-height: 12px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 620px) {
    .w-25{
        width: 32% !important;
    }
    footer ul{
        line-height: 1;
        font-size: 12px;
    }
    .font_14{
        font-size: 12px;
    }
    .border-bottom{
        font-size: 13px;
    }
    .gray{
        font-size: 13px;
    }
    #policy-content{
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    #policy-subcontent{
        display: flex;
        flex-wrap: wrap;
        gap: 0px 10px;
        align-items: center;
        justify-content: center;
    }
}
.p-0-30 {
    padding: 0 30px;
}
.py-md-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}
.fs1-fw-400 {
    font-size: 1rem;
    font-weight: 400;
}
.ml12-fs-smaller {
    margin-left: 12%; 
    font-size: smaller;
}