* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}


#navbar {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.77px;
}

#navbar .menu_active {
    color: #FF660099;
    font-weight: 600;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #FF660099;
}

.nav-itema button {
    border: none;
    outline: none;
    background: linear-gradient(90deg, #FF6600 0%, rgba(255, 102, 0, 0.6) 100%);
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #FFFFFF;
}

.nav-itema button:hover {
    background-color: #FF660099;
}

.banner-box {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 100px;
}

.banner-boxL {
    padding-top: 100px;
}

.banner-boxL-head {
    font-weight: 700;
    font-size: 40px;
    line-height: 46.92px;
    margin-bottom: 10px;
}

.banner-boxL p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}

.btn_primary button {
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #FF6600;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #FF6600;
}

.btn_primary button:hover {
    background: linear-gradient(90deg, #FF6600 0%, rgba(255, 102, 0, 0.6) 100%);
    color: #FFFFFF;
}

.btn_sec button {
    border: none;
    outline: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6600 0%, rgba(255, 102, 0, 0.6) 100%);
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #FFFFFF;
}

.btn_sec button:hover {
    background-color: #FF660099;
    color: #FFFFFF;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.inner-banner {
    background-image: url(./images/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 117px;
    padding-bottom: 116px;
    margin-bottom: 100px;
}

.inner-banner-head {
    font-weight: 800;
    font-size: 50px;
    line-height: 58.65px;
    text-shadow: 0px 4px 4px 0px #FFFFFF1A;
    color: #FFFFFF;
}

.aboutWho {
    margin-bottom: 100px;
}

.aboutWhoR {
    padding-top: 60px;
}

.aboutWhoR-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 46.92px;
    margin-bottom: 20px;
}

.aboutWhoR p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.why-choose-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 46.92px;
    margin-bottom: 60px;
}

.why-choose-row {
    margin-bottom: 40px;
    text-align: center;
}

.why-choose-row-img {
    margin-bottom: 10px;
}

.why-choose-row-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FF6600;
    margin-bottom: 5px;
}

.why-choose-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.why-choose {
    margin-bottom: 100px;
}

.footer {
    background-color: #F5F5F5;
    padding-top: 44px;
    padding-bottom: 20px;
}

.footer-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 10px;
}

.footer ul li {
    list-style: none;    
}

.footer ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    transition: .3s all;
}

.footer ul li a:hover {
    margin-left: 5px;
    transition: .3s all;
    color: #FF6600;
}

.footer-contact {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.footer-copy {
    border-top: 1px solid #12137D1A;
    border-bottom: 1px solid #12137D1A;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footer-copyR a {
    background-color: #FF6600;
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    text-decoration: none;
    color: #FFFFFF;
}

.contact_page {
    margin-bottom: 100px;
}

.contact_pageR-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 46.92px;
    margin-bottom: 40px;
}

.contact_pageR {
    padding-top: 30px;
}

.contact_pageR input {
    border: none;
    outline: none;
    width: 100%;
    border: 1px solid #E0E0E066;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact_pageR input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00000099;
}

.contact_pageR textarea {
    border: none;
    outline: none;
    width: 100%;
    border: 1px solid #E0E0E066;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contact_pageR textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00000099;
}

.servives_rows {
    background-color: #F0F1F333;
    box-shadow: 0px 0px 0px 2px #0000000D;
    border: 1px solid #F0F1F3;
    padding: 28px 18px;
    color: #000000;
    border-radius: 39px;
    text-align: center;
    margin-bottom: 60px;
}

.servives_rows:hover {
    background-color: #00000080;
    box-shadow: 0px 0px 0px 2px #0000000D;
    padding: 28px 18px;
    color: #FFFFFF;
    border-radius: 39px;
    text-align: center;
    margin-bottom: 60px;
}

.servives_rows:hover i {
    color: #FFFFFF;
}

.servives_rows i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #FF6600;
}

.servives_rows-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.servives_rows p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 75%;
    margin: 20px auto;
}

.servives_rows button {
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #FF660099;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #FF6600;
}

.servives_rows button:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.servives_row {
    margin-bottom: 50px;
}

.servivesHead {
    font-weight: 700;
    font-size: 40px;
    line-height: 46.92px;
    letter-spacing: 0%;
    text-align: center;
    text-shadow: 0px 4px 4px 0px #FF660033;
    margin-bottom: 60px;
}

.how_it-works {
    margin-bottom: 100px;
}

.how_it-worksR {
    padding-top: 30px;
}

.how_it-worksR-head {
    font-weight: 700;
    font-size: 40px;
    line-height: 46.92px;
    text-shadow: 0px 4px 4px 0px #FF660033;
    margin-bottom: 30px;
}

.how_it-worksRow {
    padding-left: 50px;
    padding-top: 10px;
    position: relative;
}

.how_it-worksRow-img {
    position: absolute;
    left: 0;
    top: 0;
}

.how_it-worksRow-head {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.how_it-worksRow p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.who_we-are {
    background-image: url(./images/who-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 84px;
    margin-bottom: 100px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.who_we-areR {
    background-color: #FFFFFF;
    padding-top: 34px;
    padding-right: 94px;
    padding-left: 40px;
    padding-bottom: 34px;
    border-radius: 20px 0px 0px 20px;
}

.who_we-areR-head {
    font-weight: 700;
    font-size: 40px;
    line-height: 46.92px;
    color: #263238;
    text-shadow: 0px 4px 4px 0px #FF66001A;
    margin-bottom: 10px;
}

.who_we-areR p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #263238;;
    margin-bottom: 40px;
}

.testimonials-section {
    margin-bottom: 100px;
}

.testimonials-sectionRow-box {
    border: 1px solid #0000000D;
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    margin-bottom: 26px;
}

.testimonials-sectionRow-box-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.testimonials-section .card-body {
    padding: 0px;
}

.testimonials-section .card {
    border: none;
}

.testimonials-sectionRow-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.testimonials-sectionRow-name {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 30px;
}

.testimonials-sectionRow-name-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonials-sectionRow-name-tag-head {
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    color: #FF6600;
}

.testimonials-sectionRow-name-tag-sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.accordion_box {
    width: 70%;
    margin: 100px auto;
}


.accordion-item {
    margin-top: 16px;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    background: #ffffff;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
    color: #FF6600;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
    color: #FF6600;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

.signup-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}

.signup-box-left {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.signup-box-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    overflow-y: auto;  
    padding-top: 26px;
    padding-right: 40px;
    padding-bottom: 85px;
}

.signup-box-right-logo {
    text-align: right;
    margin-bottom: 68px;
}

.signup-box-right-box {
    width: 75%;
    margin: 0 auto;
}

.signup-box-right-box input {
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #56575926;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 17px;
}

.signup-box-right-box input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    color: #565759;
}

.signup-box-right-box-head {
    font-weight: 700;
    font-size: 32px;
    line-height: 37.54px;
    text-shadow: 0px 4px 4px 0px #FF66001A;
    margin-bottom: 5px;
}

.passwordBox {
    position: relative;
}

.passwordBox i {
    position: absolute;
    right: 20px;
    color: #565759;
    cursor: pointer;
    top: 20px;
}

.p-min {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #FF440B80;
    margin-bottom: 30px;
    margin-top: -10px;
}

.signup-box button {
    border: none;
    outline: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6600 0%, rgba(255, 102, 0, 0.6) 100%);
    padding: 15px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.signup-box button:hover {
    background-color: #FF660099;
    color: #FFFFFF;
}

.already-have {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    letter-spacing: 0%;
    text-align: center;
    color: #565759;
}

.already-have a {
    text-decoration: underline;
    color: #FF6600;
    font-weight: 500;
}

.signup-box-right-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    color: #00000066;
    margin-bottom: 40px;
}

.verify-page-logo {
    text-align: right;
    margin-bottom: 29px;
}

.verify-page-box {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.verify-page-box-icon {
    margin-bottom: 40px;
}

.verify-page-box-head {
    font-weight: 600;
    font-size: 30px;
    line-height: 35.19px;
    text-align: center;
    margin-bottom: 15px;
}

.verify-page-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}

.verify-page-box p span {
    font-weight: 500;
    color: #FF6600;
}

.welcome_nav {
    background-color: #F5F5F5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.welcome_nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome_nav-row-left {
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #9197B3;
}

.onboarding_page-nav .progress {
  padding:0;
  width:100%;
  height:10px;
  overflow:hidden;
  background:#FFFFFF;
  border-radius: 0px;
}

.onboarding_page-nav .bar {
    position:relative;
  float:left;
  min-width:1%;
  height:10PX;
  background:#FF660099;
  border-radius: 0px;
}

.onboarding_page-nav {
    margin-bottom: 18px;
}

#onboarding_back-btn, #onboarding_back-btn1, #onboarding_back-btn2, #onboarding_back-btn3, #onboarding_back-btn4, #onboarding_back-btn5, #onboarding_back-btn6, #onboarding_back-btn7, #onboarding_back-btn8, #onboarding_back-btn9 {
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #56575980;
}

#onboarding_page-nav-back-btn, #onboarding_back-btn1, #onboarding_back-btn2, #onboarding_back-btn3, #onboarding_back-btn4, #onboarding_back-btn5, #onboarding_back-btn6, #onboarding_back-btn7, #onboarding_back-btn8, #onboarding_back-btn9 {
    margin-bottom: 30px;
}

.onboarding_page-box {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.onboarding_page-box-welcome-head {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
}

.onboarding_page-box-welcome-head2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.onboarding_page-box p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #000000CC;
    margin-bottom: 40px;
}

.onboarding_page-box input {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #56575926;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 27px;
}

.onboarding_page-box input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    color: #565759;
}

.onboarding_page-box textarea {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #56575926;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 27px;
}

.onboarding_page-box textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    color: #565759;
}

.imp_sell {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #56575926;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 27px;
}

.imp_sell .form-select {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    color: #565759;
    width: 100%;
    border: none;
    outline: none;
}

#page1-btn2, #page1-btn3, #page1-btn4, #page1-btn5, #page1-btn6, #page1-btn7, #page1-btn8, #page1-btn9, #page1-btn10 {
    border: none;
    outline: none;
    background-color: #FF6600;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    font-weight: 600; 
    font-size: 16px;
    line-height: 18.77px;
    color: #FFFFFF;
    margin-bottom: 157px;
    margin-top: 20px;
}

#page1-btn2, #page1-btn3, #page1-btn4, #page1-btn5, #page1-btn6, #page1-btn7, #page1-btn8, #page1-btn9, #page1-btn10:hover {
    background-color: #FF660099;
}

#page1-btn {
    border: none;
    outline: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6600 0%, rgba(255, 102, 0, 0.6) 100%);
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18.77px;
    color: #FFFFFF;
}

#page1-btn:hover {
    background-color: #FF660099;
    color: #FFFFFF;
}

.onboarding_page-box input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #56575926;
  border-radius: 5px;
  cursor: pointer;
  color: #565759;
  margin-bottom: 27px;
}

.onboarding_page-box .file-placeholder {
    color: #565759;
  position: relative;
  text-align: left;
}

.file-placeholderrowR {
    position: absolute;
    right: 15px;
    top: 0px;
}

.file-placeholderrowL {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.42px;
    color: #565759;
}

.file-placeholderrowR {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.42px;
    color: #FF6600;
}

.onboarding_page-check {
    text-align: left;
    padding-left: -50px;
}

.wrap-check-51 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.wrap-check-51 label {
    display: inline-block;
}

.wrap-check-51 .cbx {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid 
    #54555AB2;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}
.wrap-check-51 .cbx:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid 
#fff;
    border-bottom: 2px solid 
#fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.wrap-check-51 .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.wrap-check-51 input[type="checkbox"]:checked ~ .cbx {
    border-color: 
transparent;
    background: 
    #0040C2;
    animation: jelly-42 0.6s ease;
}
.wrap-check-51 input[type="checkbox"]:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.wrap-check-51 .cntr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}
  @-moz-keyframes jelly-42 {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
}
  @-webkit-keyframes jelly-42 {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
 }
  @-o-keyframes jelly-42 {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
}
  @keyframes jelly-42 {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
}


.signup-box-left img {
    height: 100%;
}





























/* MEDIA */

@media (max-width: 736px) {

    .onboarding_page-box {
        width: 100%;
        margin: 0 auto;
        text-align: center;        
    }

    .verify-page-box {
        width: 90%;
        margin: 0 auto;
        height: 100%;
        text-align: center;
    }

    .signup-box-right-box {
        width: 95%;
        margin: 0 auto;
    }

    .signup-box-left {
        position: relative;
    }
    
    .signup-box-right {
        position: relative; 
        height: 100%;
        padding-top: 26px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 85px;
    }

    .signup-box {
        position: relative;
        height: 100%;
    }

    .testimonials-sectionRow-name {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .accordion_box {
        width: 100%;
        margin: 100px auto;
    }

    .who_we-are {
        background-image: url(./images/who-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 84px;
        padding-bottom: 84px;
        margin-bottom: 100px;
    }

    .who_we-areR {
        background-color: #FFFFFF;
        padding: 34px;
        border-radius: 20px 0px 0px 20px;
        margin-left: 20px;
    }

    .footer-copy {
        display: flex;
        gap: 15px;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .inner-banner {
        background-image: url(./images/inner-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 117px;
        padding-bottom: 116px;
        margin-bottom: 100px;
    }
    
	.banner-boxL {
        padding-top: 0px;
        margin-bottom: 40px;
    }
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


