@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif;
}

/* --------------------------------------
1. TYPOGRAPHY
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5 {
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.container h1 {
    font-size: 42px;
}
.container h2 {
    font-size: 34px;
}
.container h3 {
    font-size: 28px;
}
.container h4 {
    font-size: 22px;
}
.container h5 {
    font-size: 22px;
}
.container h6 {
    font-size: 18px;
    font-weight: 400;
}

.container h6 {
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    color: inherit;
    margin-bottom: 20px;
}
.container h6 {
    color: #192189;
}
.container h6 a {
    font-weight: 500;
    transition: 0.25s;
}

.single-post section h1.section-heading {
    text-align: left;
    max-width: 100%;
    padding-left: 15px;
    margin: 0;
}

.heading-separator {
    width: 45px;
    height: 2px;
    display: block;
    margin: auto;
    border-radius: 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: none;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

li {
  float: left;
}

li a {
  display: block;
  color: green;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5 {
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

a {
    color: #192189;
}
a:hover {
    color: #ff323f;
}

.tt_button-1 {
    -webkit-transition: 0.2s !important;
    -moz-transition: 0.2s !important;
    -ms-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    transition: 0.2s !important;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    border: none;
    color: #fff;
    padding: 0;
    padding: 16px 35px 16px 35px;
    margin: auto;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 11;
    position: relative;
    line-height: 1;
    border: 1px solid #ff323f;
    color: #ff323f;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 17px;
    display: inline-block;
}
.tt_button-1:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: -webkit-transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -o-transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s, -webkit-transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #192189;
}
.tt_button-1:hover {
    color: #fff !important;
    border-color: #192189 !important;
}

.tt_button-1:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 80px;
}

/* --------------------------------------
2. navbar
-----------------------------------------*/

.navbar.navbar-expand-lg {
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
}
.navbar {
    flex-direction: column;
    transition: 0.25s ease-in-out;
    min-height: 50px;
}
.navbar.activefix {
    background: #fff;
    z-index: 999;
}
.main-menu .nav-item > a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin: 0 10px;
    letter-spacing: 0.03em;
}
.main-menu .nav-item > a.active,
.main-menu .nav-item > a:hover {
    color: #5647de !important;
}
.main-menu .nav-item a::after {
    content: "";
    height: 2px;
    background: #5647de;
    display: block;
    width: 0;
    transition: all 0.5s ease;
    margin-top: 4px;
    border: 0;
    margin: 4px 0 0 0;
}
.main-menu .nav-item:hover > a:after,
.main-menu .nav-item > a.active:after {
    width: 100%;
}
.main-menu .dropdown-item::after {
    display: none !important;
}
.main-menu .dropdown-item {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #5647de;
    font-size: 15px;
}
.main-menu .dropdown-menu li:last-child a {
    border: 0;
}

.main-menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
    background: #5647de;
    color: #fff;
}

.toplogbtn a {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
    display: inline-block;
    padding: 11px 20px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(95, 0, 160, 1) !important;
    font-size: 19px;
    border-radius: 40px;
    min-width: 150px;
    text-align: center;
}

/* --------------------------------------
3. titles above form
-----------------------------------------*/

.aboveform_title {
    text-align: center;
    margin-bottom: 50px;
}
.aboveform_title h1 {
    font-size: 50px;
    color: rgb(74, 85, 104);
    margin-bottom: 15px;
}
.aboveform_title p {
    font-size: 20px;
    color: rgb(74, 85, 104);
}
.greentick {
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
    list-style: none;
}
.greentick li {
    margin-bottom: 15px;
    font-size: 19px;
}
.greentick li::before {
    content: "";
    width: 9px;
    height: 16px;
    background: transparent;
    transform: rotate(30deg);
    border-bottom: 3px solid green;
    border-right: 3px solid green;
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

/* --------------------------------------
4. form debt solution
-----------------------------------------*/

.debt-solution {
    padding: 100px 0;
}
.dbcont {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: self-end;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.5);
}
.db-item {
    text-align: center;
    padding: 50px;
}
.dbitem-title {
    max-width: 600px;
    margin: 0 auto;
}
.dbitem-title h1 {
    color: rgb(74, 85, 104);
    font-weight: 700;
    font-size: 45px;
}
.dbitem-title h2 {
    color: rgb(74, 85, 104);
    font-weight: 700;
    font-size: 40px;
}
.dbitem-title p {
    color: rgb(74, 85, 104);
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
}
.dbitem-comment {
    margin-top: 40px;
}
.dbitem-comment p {
    color: rgb(74, 85, 104);
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
}
.dbitem-btn {
    margin-top: 40px;
}
.db-btn {
    width: 170px;
    height: 60px;
    background: #5647de;
    border: 2px solid #5647de;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
    transition: all.5s ease;
}

.db-btn:hover {
    color: #5647de;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px 0px;
    transform: scaleX(1.05);
}

.optionbox-single {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ques-item label {
    min-width: 300px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: 2px solid #eee;
    max-width: 400px;
    margin: 0 auto 15px;
    font-size: 18px;
    color: #000;
    padding: 20px;
    transition: all 0.5s ease;
    position: relative;
}
.ques-item label:hover,
.ques-item .dbactive {
    background: #5647de;
    color: #fff;
    border-color: #5647de;
}
.ques-item [type="checkbox"] + .thumb {
    background-position: -1px 1px;
    background-repeat: no-repeat;
    background-size: 135%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
    width: 30px;
    z-index: 2;
    z-index: 1;
    border-color: #000;
    display: block;
    border-width: 2px;
    border-style: solid;
}
.ques-item [type="checkbox"] + .thumb::after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    content: "";
    height: 9px;
    left: 11px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease-in 0.05s;
    width: 4px;
}
/* .ques-item [type="checkbox"]:checked + .thumb{border-color:#fff;} 
 .ques-item [type="checkbox"]:checked + .thumb::after { 
transform: rotate(45deg) scale(1.6); 
 border-color:#fff; 
 } */

.ques-item .dbactive [type="checkbox"] + .thumb {
    border-color: #fff;
}
.ques-item .dbactive [type="checkbox"] + .thumb::after {
    transform: rotate(45deg) scale(1.6);
    border-color: #fff;
}

.ques-item [type="radio"],
.ques-item [type="checkbox"] {
    display: none;
}

.db-contact {
    max-width: 450px;
    margin: 0 auto;
}
.db-contact .controll-item {
    border: 1px solid #d4d4d4;
    padding: 18px;
    width: calc(100% - 38px);
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.db-contact .form-item {
    margin-bottom: 14px;
}
.db-contact .input-label {
    display: block;
    position: relative;
}
.db-contact .label-txt {
    background-color: transparent !important;
    box-shadow: none;
    font-size: 15px;
    left: 32px;
    position: absolute;
    top: 14px;
    transition: all 0.2s ease-in-out;
    background: #fff !important;
    display: block;
    z-index: 1;
    padding: 5px;
    color: #666;
    width: calc(100% - 65px);
    text-align: left;
}

.db-contact input[type="text"]:focus + .label-txt,
.db-contact input[type="email"]:focus + .label-txt {
    opacity: 1;
    top: 2px;
    background: none !important;
    font-size: 12px;
    color: #000;
}
.db-contact .db-btn {
    width: auto;
    padding: 0 30px;
}

/* --------------------------------------
5. responsive styles
-----------------------------------------*/

@media (max-width: 1400px) {
    .main-menu .nav-item > a {
        font-size: 14px;
        margin: 0 10px;
    }
}
@media (max-width: 1200px) {
    .toplogbtn {
        display: none;
    }
}

@media (max-width: 992px) {
    #navbarNav {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 15px 15px;
        background: #fff;
        margin-top: 10px;
    }
    nav.navbar .navbar-toggler {
        position: relative;
        transition-timing-function: linear;
        transition-duration: 0.15s;
        transition-property: opacity, filter;
        overflow: visible;
        width: 36px;
        height: 36px;
        /* margin-right: 0; */
        margin-top: 9px;
        margin-bottom: 0;
        border-radius: 0;
        padding: 0;
        border: none;
        margin-right: -5px;
        margin-left: 3px;
        outline: 0;
        box-shadow: none !important;
    }
    nav.navbar .navbar-toggler .icon-bar:after,
    nav.navbar .navbar-toggler .icon-bar:before {
        display: block;
        content: "";
    }
    nav.navbar .navbar-toggler .icon-bar,
    .navbar-toggler .icon-bar:before,
    .navbar-toggler .icon-bar:after {
        position: absolute;
        width: 20px;
        height: 2px;
        left: 8px;
        top: 24px;
        transition-timing-function: ease;
        transition-duration: 0.15s;
        transition-property: transform;
        margin: 0;
        background-color: #39364e;
        border-radius: 0;
    }
    nav.navbar .navbar-toggler .icon-bar:before {
        top: -7px;
        left: 0px;
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    nav.navbar .navbar-toggler .icon-bar:after {
        top: -14px;
        left: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    }

    nav.navbar .navbar-toggler[aria-expanded="true"] .icon-bar {
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, -7px, 0) rotate(-45deg);
    }
    nav.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:before {
        top: 0px;
        transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
        transform: rotate(-90deg);
    }
    nav.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:after {
        top: 0px;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
        opacity: 0;
    }
    #navbarNav {
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
        top: 96px;
        box-shadow: rgba(0, 0, 0, 0.25) 0 7px 11px 0 !important;
        z-index: 2;
    }
    .toplogbtn {
        display: none;
    }
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: all 0.5s ease;
    }
    .navbar .nav-item:hover .nav-link {
    }
    .navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .debt-solution {
        padding: 40px 0;
    }
    .aboveform_title h1 {
        font-size: 36px;
    }
    .dbitem-title h1,
    .dbitem-title h2 {
        font-size: 30px;
    }
    .aboveform_title {
        margin-bottom: 25px;
    }
    .aboveform_title p {
        font-size: 16px;
    }
    .dbitem-title p {
        font-size: 16px;
    }
    .greentick li {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .greentick {
        margin-top: 15px;
    }
}

@media (max-width: 580px) {
    .topbar-contact > span span {
        display: none;
    }
    .ques-item label {
        font-size: 15px;
    }
    .db-item {
        padding: 30px;
    }
}
