body {
    font-family: Arial, sans-serif;
}
h1{
    background-color: #62AFD9;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    margin-bottom: 0px;
}
h2, h3{
    font-size: 23px;
}
h4{
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 0px;
}
h5{
	font-size: 20px;
	font-family: 'Times New Roman', Times, serif;
	margin-bottom: 15px;
    line-height: 1.6;
}
a {
    text-decoration: none;
}
label a, p a{
    color:#236B91;
}
/*font colors*/
.lightblue{
    color:#62AFD9 !important;
}
.darkblue{
    color:#236B91 !important;
}
.lightgreen{
    color:#98AB5C !important;
}
.darkgreen{
    color:#7D8C48 !important;
}
.orange{
    color:#E08300 !important;
}
.red{
    color:#A02020 !important;
}

/* Header */
header {
    padding-top: 13px;
    padding-bottom: 15px;
    margin-left: 152px;
    margin-right: auto;
    }
@media (max-width: 1200px) {
    header{
        padding-top: 13px;
        padding-bottom: 15px;
        margin-left: 14px;
    }
}
@media (max-width: 992px) {
    header{
        padding-top: 13px;
        padding-bottom: 5px;
        margin-left: -6px;
    }
}
@media (max-width: 767px) {
    header{
        padding-top: 13px;
        padding-bottom: 5px;
        margin-left: -30px;
    }
}
@media (max-width: 576px) {
    header{
        padding-top: 2px;
        padding-bottom: 5px;
        margin-left: 12px;
    }
}
.bg-body-tertiary {
	background-color: transparent !important;
}
img {
    margin-top: 18px;
    margin-bottom: 15px;
    margin-left: -8px;
}
.logo{
	margin: 0;
}
.navbar{
    --bs-navbar-padding-y: 0px;
}
.navbar-nav {
	margin: 0;
	@media (max-width: 991px) {
		margin-top:10px;
	}
    @media (min-width: 992px) {
		margin-left: auto !important;
	}
}
.navbar-nav li a {
	padding: 0;
}
.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #62AFD9;
    border-width: 0;
    border-radius: 10px;
    font-size: 16px;
    color: #F7F4F3;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 12px 30px;
    margin-top: 15px;
}
.btn:focus{
    background: #236B91;
}
.btn:hover{
    background: #236B91;
}
.btn-dark{
    font-size: 14px;
    background-color: #98AB5C;
    display: block;
    margin: 20px auto;
    /*background-color: #C3C3C3;*/
}
.btn-dark:focus, .btn-dark:hover{
    background-color: #7D8C48;
    /*background-color: #B2B2B2;*/
}
.btn-nav {
	margin-top: 0;
	margin-left: 15px;
    margin-right:0px;
	padding: 8px 20px;
	@media (max-width: 991px) {
		margin-top:10px;
		margin-left: 0px;
	}
}
.prog-border {
    margin-top: 0px;
    width: 100%;
    background-color: #F7F4F3;
    margin-bottom: 10px;
}
.prog-bar {
    height: 12px;
    background-color: #236B91;
}
.progress{
    margin-bottom: 20px;
}
.progress-bar {
    background-color: #236B91;
}
/*Banner*/
.banner{
	background: url(../cu-images/divorce.jpg) no-repeat top center;
	min-height: 400px;
	background-size: cover;
	position: relative;
	background-blend-mode: overlay;
	opacity: 0.9;
	background-color: #0000005c;
	@media (max-width: 991px) {
		min-height: 440px;
	}
	@media (max-width: 576px) {
		min-height: 300px;
	}
}
.landing_banner{
    background: url(../cu-images/landing-page.jpg) no-repeat top center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    background-blend-mode: overlay;
    opacity: 0.9;
    background-color: #0000005c;
}
.review_banner{
	background: url(../cu-images/review_banner.jpg) no-repeat top center;
	min-height: 400px;
	background-size: cover;
	position: relative;
	background-blend-mode: overlay;
	opacity: 0.9;
	background-color: #0000005c;
	@media (max-width: 991px) {
		min-height: 440px;
	}
	@media (max-width: 576px) {
		min-height: 300px;
	}
}
.faq_banner{
	background: url(../cu-images/article_banner.jpg) no-repeat top center;
	min-height: 400px;
	background-size: cover;
	position: relative;
	background-blend-mode: overlay;
	opacity: 0.9;
	background-color: #0000005c;
	@media (max-width: 991px) {
		min-height: 440px;
	}
	@media (max-width: 576px) {
		min-height: 300px;
	}
}
.price_banner{
	background: url(../cu-images/price.jpg) no-repeat top center;
	min-height: 400px;
	background-size: cover;
	position: relative;
	background-blend-mode: overlay;
	opacity: 0.9;
	background-color: #0000005c;
	@media (max-width: 991px) {
		min-height: 440px;
	}
	@media (max-width: 576px) {
		min-height: 300px;
	}
}
/*Body*/
.heading{
    background-color:#C3C3C3;
}
section.slider{
	color: white;
}
.services{
	padding: 3em 0 4em;
}
.services p{
	color: #666666;
}
.services-agile-info {
	background: #f7f4f3;
}
.services-agile-info a{
	color: #337ab7;
	text-decoration: none;
}
.services-agile-info a:hover {
	text-decoration: underline;
}
.services-grids{
	padding: 20px 5px;
}
.topsection{
	text-align: center;
}
.steps div{
	border: 1px solid #b2b2b2;
	padding: 10px;
	background: #f7f4f3;
}
.stepbox {
	border: 1px solid #b2b2b2;
	padding: 10px;
	background: #f7f4f3;
}
.lists{
    list-style: none;
}
table{
    margin-bottom: 15px;
}
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
.save-txt{
    margin-top: 15px;
}
.customer-service {
    background-color: #F7F4F3;
    border-color: #B2B2B2;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin-top: 20px;
}
/*Post Buy*/
.is-invalid{
    border-color: #A02020;
}
/*Form*/
legend {
    font-size: var(--bs-body-font-size);
    cursor: default;
}
.form-label {
    margin-top: 8px;
    margin-bottom: 5px;
}
.required {
    color: #A02020;
}
.form-check{
    margin-top: 8px;
}
.form-check-input,.form-check-label{
    cursor: pointer;
}
.form-control, .form-select, .form-check-input {
    border-color: var(--bs-gray-500);
    background-color: var(--bs-body-bg);
}
.input-group .input-group-text {
    border-color: #adb5bd; 
}
.input-group .form-control:focus {
    box-shadow: none;
}
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
    border-color: #86b7fe;
}
.input-group:focus-within {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.375rem;
}
.bi-eye, .bi-eye-slash {
    color: #B2B2B2;
}
.bi-question-circle-fill {
    cursor: pointer;
    color: #62AFD9;
}
.tooltip-text {
    display: none;
    border: 1px solid #888888;
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 5px;
}

.btn-primary{
    display: block;
    margin: 20px auto;
}
.key{
    margin-top: 10px;
    margin-bottom: 0px;
}
.keyspace{
    height: 33px;
}


    /*Form 1*/
    #country{
        display: none;
    }
    /*Form 2*/
    #domicile-legend, #husbmil-legend{
        padding-right: 20px;
    }
    /*Form 5*/
    .cname{
        margin-left: 30px;
    }
    .childinfo {
        display: none;
    }
    .btn-secondary{
        font-size: 12px;
        background-color: #C3C3C3;
        margin-bottom: 5px;
    }
    @media (max-width: 767px) {
        .btn-secondary{
            font-size: 10px;
        }
    }
    @media (max-width: 575px) {
        .btn-secondary{
            font-size: 12px;
        }
    }
    .btn-secondary:focus, .btn-secondary:hover{
        background-color: #B2B2B2;
    }
    .rmchildbtn{
        display: none;
    }

    /*Form 6*/
    .maintancetxt{
        margin-top: 8px;
    }

    /*Form 7*/
    .propyes{
        margin-top: 8px;
    }

    /*Form 8*/
    .debtyes{
        margin-top: 8px;
    }

    /*Form 10*/
    .form-check-input:checked {
        background-color: #236B91;
        border-color: #236B91;
    }
    .terms{
        border: 1px solid #333;
        margin-top: 10px;
        padding: 10px;
        max-height: 200px;
        overflow-y: scroll;
        display: none;
    }
    .total {
        font-weight: bold;
    }
    .order-details {
        padding-left: 50px;
        position: sticky;
        top: 0;
        }
    @media (max-width: 767px) {
        .order-details{
            display: none;
        }
    }
    

    @media (min-width: 767px) {
        .order-details-mobile {
            display: none;
        }
    }
    .mobile-p2{
        margin-top: 10px;
    }
    .cc-problem{
        color: #A02020;
        border-color: #333;
        border-radius: 5px;
        padding: 5px;
    }
    .ccimage{
        display:block;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left:3px;
        max-height: 20px;
    }

/*Progress*/
.progress-column {
    padding-left: 50px;
}
@media (max-width: 767px) {
    .progress-column{
        display: none;
    }
}
.progress-header{
    color: #4D4D4D;
    font-size:17px;
}
.current-page i, .future-page i, .past-page i{
    padding-right: 5px;
}
.current-page, .future-page, .past-page{
    margin-left: 25px;
    @media (max-width: 993px) {
        font-size:14px;
    }
}
.past-page{
    color: #888888;
}
.past-page i{
    color: #E08300;
}
.current-page{
    color: #E08300;
}
.future-page{
    color: #888888;
}
.past-page a{
    color: #888888;
}
.current-page a{
    color: #E08300;
}
.future-page a{
    color: #888888;
}
.progress-header a{
    color: #4D4D4D;
}

/*Questions*/
.questions{
    color: #0A1B1F;
    text-decoration: none;
}
.question-header{
    margin-top: 10px;
}
.questions-row{
    background-color: #F7F4F3;
    padding-top: 2px;
    padding-bottom: 2px;
    border: #888888 solid 1px;
}
.bi-caret-down-fill{
    font-size:20px;
    color: #236B91;
}
.bi-caret-left-fill{
    font-size: 20px;
    color: #236B91;
}
.bi-caret-right-fill{
    font-size: 20px;
    color: #236B91;
}
.tablenone {
    display: none;
}

/*Footer*/
.footer {
    background-color: #F7F4F3;
    padding-top: 32px;
    padding-bottom: 32px;
}
.footer h4 {
    font-family: 'Times New Roman', Times, serif
}
.footer a{
    cursor: pointer;
}
.support li a{
    color: #0a1b1f;
    text-decoration: none;
}
.agile-footer-grid h4 {
    color: #333;
    font-size: 1.4em;
    font-weight: 600;
    margin: 1em 0 1em 0;
    letter-spacing: 1px;
}
.agile-footer-grid p {
    color: #333;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.agile-footer-grid ul {
    color: #333;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.support li a:hover{
    color: #236B91;
    text-decoration: none;
}
.copyright {
    background-color: #62AFD9;
    color: #F7F4F3;
    padding-top: 16px;
    padding-bottom: 16px;
}
.agileits-w3layouts-copyright {
	padding: 1em 0;
	background: #62AFD9;
	text-align: center;
}
.agileits-w3layouts-copyright p {
	color: #FFFFFF;
	font-size: .9em;
	margin: 0;
}