/*=========
fonts
===========*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

body {
    font-family: "Noto Kufi Arabic", serif !important;
    font-size: 16px;
    font-weight: 400;
	background: #fff;
	color: #191919;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Kufi Arabic", serif !important;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

::selection {
    color: white;
    background: #0d6efd;
}

::-webkit-selection {
    color: white;
    background: #0d6efd;
}

::-moz-selection {
    color: white;
    background: #0d6efd;
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.customcontainer {
    max-width: 1400px;
}
/*===================
header-area start
=====================*/
.header-area {

    border: 1px solid #D9D9D9;
    margin-top: 10px;
}

.aside-button ul li a {
    font-family: Noto Kufi Arabic;
    font-size: 14px;
    font-weight: 700;
    background: #2E4DFF;
    color: #FFFFFF;
    border-radius: 12px;
    border: none;
    /*! padding: 20px; */

    padding: 7px 17px 8px;
}

.navbar-brand img {
    max-width: 100px;
}

.navbar-nav li {
    padding: 10px 15px;
}

.navbar-nav li a {
    font-family: "Noto Kufi Arabic", serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;

}

.navbar-nav li a:hover,
.navbar-nav li #active {
    color: #0d6efd;
}

.nav-btn li {
    padding: 10px 8px;
}

.nav-btn li a {
    background: transparent;
    border: 1px solid #0d6efd;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 7px;
}

.nav-btn li a:hover,
.nav-btn li .active {
    background: #0d6efd;
    color: #FFF;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 2px;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

/*hamburger*/
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #7B2A2A;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*side-bar*/
.offcanvas-start {
    width: 320px;
}

.offcanvas-header img {
    max-width: 70px;
}

.offcanvas-body ul li {
    padding: 10px 10px;
    text-align: right;
}

.btn-close {
    opacity: 1;
    font-size: 25px;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
}

.modal-backdrop.show {
    opacity: none;
}

.modal-backdrop {
    background-color: transparent;
}


/* footer-area */

.footer-area {
    background: #101010;
    padding-top: 83px;
    margin-top: 20px;
}

.footer-area .footer-top {
    padding-bottom: 28px;
}

.footer-area .footer-top-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 19px 34px;
    background: #2E4DFF;
    border-radius: 12px;
    margin-right: 8px;
    transition: 0.4s;
}

.footer-area .footer-top-btn a:hover {
    text-decoration: underline;
}

.footer-area .footer-top-input {
    position: relative;
    height: 60px;
    width: 360px;
    border: 1px solid #737373;
    border-radius: 12px;
    line-height: 60px;
    padding-right: 50px;
}

.footer-area .footer-top-input input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
}

.footer-area .footer-top-input i {
    position: absolute;
    color: #fff;
    right: 24px;
    top: 24px;
}

.footer-area .footer-top-input input::placeholder {
    color: #737373;
}

.footer-area .footer-top-head h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.footer-area .footer-area-items {
    border-top: 1px solid #575756;
    padding: 55px 0 60px 0;
    border-bottom: 1px solid #575756;
}

.footer-area .footer-items-right img {
    max-width: 100%;
}

.footer-area .footer-items-right ul {
    padding-top: 21px;
}

.footer-area .footer-items-right ul li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #CFCFCF;
}

.footer-area .footer-items-right ul li i {
    font-size: 14px;
    padding-left: 7px;
}

.footer-area .footer-items-right p {
    padding-top: 43px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer-area .footer-items-right p i {
    color: #575756;
    padding: 5px;
    border: 1px solid #575756;
    border-radius: 50px;
    font-size: 14px;
    margin-left: 9px;
}

.footer-area .footer-items-right h4 {
    padding-top: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #2E4DFF;
}

.footer-area .footer-items-left {
    padding-top: 30px;
}

.footer-area .footer-items-left h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 9px;
}

.footer-area .footer-items-left ul li {
    padding: 9px;
}

.footer-area .footer-items-left ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E8E;
    transition: 0.3s;
}

.footer-area .footer-items-left ul li a:hover {
    color: #D9D9D9;
    transform: translateX(3px);
}

.footer-area .footer-area-bottom {
    padding: 40px 0;
}

.footer-area .footer-bottom-left a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.footer-area .footer-bottom-right a {
    padding-left: 18px;
}

/*main-area start*/

.main-area {
    padding: 50px 0px 40px;
}

.main-item h3 {
    font-family: Noto Kufi Arabic;
    font-size: 16px;
    font-weight: 500;

}

/*main-area end*/

/*/*middle-area start*/

.content-item {
    border: 1px solid #DDE1DE;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.content-item h3 {
    color:#101010 ;
    font-size: 20px;
    font-weight: 700;

}

.content-item a {
    color: #FFFFFF;
    background: #2E4DFF;
    font-family: Noto Kufi Arabic;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 7px 47px 7px;

}

.flex {
    align-items: flex-start;
}

.content-items h3 {
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;

}

.deep {
    /*! margin-left: 5px; */
    margin-right: 10px;
}

.deep h3 {
    color: #101010;
    font-size: 18px;
    font-weight: 700;

}

.deep h4 {
    color: #737373;
    font-size: 14px;
    font-weight: 500;

}

.flex {
    margin-bottom: 31px;
}

.flx-item {
    align-items: flex-start;
    margin-bottom: 10px;
}

.deeplu {
    margin-right: 10px;
}

.deeplu h3 {
    color: #101010;
    font-size: 16px;
    font-weight: 500;

}

.content-items {
    border: 1px solid #DDE1DE;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.contents-itemss h3 {
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contents-itemss {
     border: 1px solid #DDE1DE;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.form-area label {
    color: #192756;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;


}

.form-area input {
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940;
    padding: 20px;
    border: none;
    outline: none;
    margin-bottom: 20px;
}

.form-area textarea {
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940;
    padding: 20px;
    border: none;
    outline: none;
    margin-bottom: 20px;

}

.form-area a {
    color: #F2F2F2;
    background: #2E4DFF;
    border-radius: 8px;
    padding: 7px 49px 7px;
    font-size: 28px;
    font-weight: 500;
}

.middle-area {
    padding: 10px 0px 120px;
}

.btn-area {
    text-align: end;
}

/*second landing page*/

.second-item h3 {
    color: #192756;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;

}

.second-item p {
    color: #929292;
    font-size: 23px;
    font-weight: 500;

    margin-bottom: 26px;
}

.second-item {
    margin-bottom: 66px;
}

/*landing-page9 start*/



.tird-area {
    padding: 60px 0px 60px;
}

.third-item {
    width: 100%;
    background: #0866FF;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.third-item h3 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;

}

.deep-item h3 {
    color: #192756;
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 20px;
}

.deep-item h4 {
    color: #2E4DFF;
    font-size: 24px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin-bottom: 20px;
}

.deep-item p {
    color: #929292;
    font-size: 18px;
    font-weight: 500;

}

.deep-item {
    margin-bottom: 40px;
}

.second-area {
    margin-bottom: 42px;
}

.mid-asid h3 {
    color: #192756;
    font-size: 34px;
    font-weight: 700;
}

.mid-asid p {
    color: #929292;
    font-size: 19px;
    font-weight: 500;

}

.mid-asid {
    margin-bottom: 120px;
}

/*landing-page 11 start*/

.contact-area {
    padding: 20px 0px 50px;
    position: relative;
    top: -143px;
    z-index: 2;
}

.contact-box {
    padding: 20px;
}


.contact-box label {
    color: #192756;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;

}

.contact-box input {
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940;
    padding: 20px;
    border: none;
    outline: none;
    margin-bottom: 20px;
}

.deep-btn  {
    text-align: center;
}

.deep-btn a {
    color: #FFFFFF;
    background: #2E4DFF;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 64px 8px;

}

.contact-box {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 3px 6px 14px #0000001A;
}

.contact-aside h3 {
    color: #050023;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;

}

.contact-aside a {
    text-align: center;
    color: #192756;
    background: #F8FAFC;
    padding: 11px 15px 10px;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-aside a:hover {
    background: #2E4DFF;
    color: #FFFFFF;
}

.contact-aside {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 3px 6px 14px #0000001A;
    padding: 10px 14px 144px;
    /*! min-height: auto; */
    /*! height: auto; */
}

/*landing-pages 12 start*/

.cars-area {
    padding: 20px 0px 40px;
    position: relative;
    top: -105px;
    z-index: 2;
}

.button-flx a {
    margin-right: 10px;
    color: #192756;
    font-size: 16px;
    font-weight: 400;
    background: #F8FAFC;
    border-radius: 8px;
    padding: 7px 33px 7px;

}

.main-a a {
    color: #FFFFFF;
    background: #0866FF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    padding: 7px 33px 7px;
}

.car-item {
    background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 3px 6px 14px #0000001A;
    padding: 25px 14px 32px;
}

.car-box {
    border: 1px solid #DDE1DE;
    margin-top: 20px;
    padding: 10px 10px 10px;
    /*! min-width: ; */
    min-height: 39rem;
    margin-bottom: 20px;
}

.car-box a {
    color: #101010;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #DDE1DE;
    border-radius: 8PX;
    padding: 7px 15px 7px;
    position: relative;
    top: -22px;
    background: #fff;
}

.cars {
    border-bottom: 1px solid #DDE1DE;;
}

.car-box h3 {
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

    margin-bottom: 10px;
}

.car-flx {
    justify-content: end;
    align-items: flex-start;
    border-bottom: 1px solid #DDE1DE;
}

.flxs-item h4 {
    text-align: left;
    color: #737373;
    font-size: 16px;
    font-weight: 500;

    margin-left: 8px;
    margin-bottom: 10px;
}

.box-flex h5 {
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;

}

.box-flex  {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
    /*! margin-left: 1rem; */
    margin-right: 1rem;
}



.last h6 {
    color: #101010;
    font-size: 14px;
    font-weight: 400;
}

.last span {
    color: #101010;
    font-size: 15px;
    font-weight: 700;

}

.last-aa  {
    /*! margin-top: 10px; */
    position: relative;
    top: 22px;
}

.last-aa a {
    color: #FFFFFF;
    background: #2E4DFF;
    font-size: 8px;
    font-weight: 700;
    padding: 5px 24px 5px;


}

/*landing-page 15 start*/

.form-pages {
    padding: 20px 0px 40px;
}

.form-item a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background: #D8DBF4;
    padding: 7px 7px 7px;
    border-radius: 8px;

}

.form-item h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;

}

.form-a a {
   color: #000000;
    background: #F2F2F2;
    font-size: 24px;
    font-weight: 400;
    border-radius: 8px;
    padding: 7px 55px 7px;


}

.form-btn {
    margin-top: 20px;
}

.form-btn a {
    color: #FFFFFF;
    background: #2E4DFF;
    font-size: 24px;
    font-weight: 400;
    border-radius: 8px;
    padding: 7px 73px 7px;
}

.form-item {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 3px 6px 14px #0000001A;
    padding: 4rem 2rem 6rem;
    position: relative;
    top: -400px;
    z-index: 2;
    min-height: 720px;
}

.form-item label {
    margin-bottom: 10px;
    color: #192756;
    font-size: 24px;
    font-weight: 500;

}

.form-item input {
    width: 30%;
    border-radius: 8px;
    background: #D9D9D940;
    padding: 10px;
    border: none;
    outline: none;
    margin-bottom: 20px;
}

.contact-asides {
    background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 3px 6px 14px #0000001A;
  padding: 10px 26px 200px;
  min-height: auto;
  height: auto;
}

.contact-asides a {
    text-align: center;
  color: #192756;
  background: #F8FAFC;
  padding: 11px 15px 10px;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: 0.3s;
}

.contact-asides a:hover {
    background: #0866FF;
}

.form-pages {
    position: relative;
    /* top: -164px; */
    z-index: 2;
}

.contact-asides h3 {
    color: #050023;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;

}


.last-aab a {
    color: #FFFFFF;
      background: #FF0302;
      font-size: 13px;
      font-weight: 700;
      padding: 5px 21px 5px;
}

.last-aab {
    position: relative;
  top: 21px;
}

.box-btn a {
color: #FFFFFF;
  background: #2E4DFF;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 25px 5px;
  border-radius: 8px;
}

.circle {
    background: #0866FF;
    padding: 10px;
     box-shadow: 3px 6px 14px #0000001A;
    width: 130px;
}

.circle h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;


    margin-top: 10px;
}

.circlea {
   background: #FFFFFF;
    padding: 10px;
    box-shadow: 3px 6px 14px #0000001A;
   margin-bottom: 30px;
   width: 130px;
}

.circlea h3 {
    color: #050023;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.last-form label {
    color: #192756;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.last-form input {
    width: 100%;
  border-radius: 8px;
  background: #D9D9D940;
  padding: 10px;
  border: none;
  outline: none;


}

.box-button a {
    background: #0866FF;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    padding: 1rem 13rem 1rem;
    border-radius: 8px;
}

/* rt-form-section */

.rt-form-section .rt-form-area {
    margin-bottom: 110px;
}

.rt-form-section {
    position: relative;
    top: -120px;
    z-index: 2;
}

.rt-form-section .rt-form-area-left {
    padding: 26px 15px 170px 14px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px #0000000D;
    background: #fff;

}

.rt-form-section .rt-form-area-left h4 {
    font-size: 24px;
}


.rt-form-section .rt-form-area-left ul {
    padding-top: 45px;
}

.rt-form-section .rt-form-area-left ul li {
    padding: 5px 0;
}

.rt-form-section .rt-form-area-left ul li a {
    padding: 10px 12px 10px 0;
    background: #F8FAFC;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    color: #192756;
    transition: 0.3s;
}

.rt-form-section .rt-form-area-left ul li a img {
    padding-left: 6px;
}

.rt-form-section .rt-form-area-left ul li a:hover {
    background: #0866FF;
    color: #fff;
}

.rt-form-section .rt-form-area-right {
    padding: 60px 30px 90px 30px;
    box-shadow: 2px 2px 15px 0px #0000001A;
    border-radius: 8px;
    background: #fff;
}

.rt-form-section .rt-form-top-btn a {
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 8px;
    background: #0866FF;
    color: #fff;
    transition: 0.3s;
}

.rt-form-section .rt-form-top-btn a:hover {
    background: #0d6efd;
}

.rt-form-section .rt-form-area-items {
    margin-top: 40px;
    padding: 40px 0 28px 0;
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    text-align: center;
    min-height: 515px;
}

.rt-form-section .rt-form-area-items img {
    max-width: 100%;
}

.rt-form-section .rt-form-area-items h6 {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #101010;
    padding: 7px 38px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}

.rt-form-section .rt-form-area-items h6::after {
    content: "";
    height: 1px;
    width: 72px;
    background: #DDE1DE;
    position: absolute;
    display: block;
    left: -72px;
    top: 50%;
}

.rt-form-section .rt-form-area-items h6::before {
    content: "";
    height: 1px;
    width: 72px;
    background: #DDE1DE;
    position: absolute;
    display: block;
    right: -72px;
    top: 50%;
}

.rt-form-section .rt-form-area-cnt {
    padding-top: 52px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE1DE;
}

.rt-form-section .rt-form-area-cnt p {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding-left: 22px;
}

.rt-form-section .rt-form-area-items h4 {
    padding-top: 18px;
    font-size: 15px;
    font-weight: 800;
}

.rt-form-section .rt-form-area-items h5 {
    padding-top: 18px;
    font-size: 15px;
    font-weight: 800;
    color: #2E4DFF;
}

.rt-form-section .rt-form-area-btn {
    padding-top: 18px;
}

.rt-form-section .rt-form-area-btn a:first-child {
    background: #2E4DFF;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 38px;
    border-radius: 12px;
    margin-right: 20px;
    color: #fff;
    transform: 0.3s;
}

.rt-form-section .rt-form-area-btn a:first-child:hover {
    background: #FF0302;
}

.rt-form-section .rt-form-area-btn a:last-child {
    background: #FF0302;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 38px;
    border-radius: 12px;
    margin-left: 20px;
    color: #fff;
    transform: 0.3s;
}

.rt-form-section .rt-form-area-btn a:last-child:hover {
    background: #2E4DFF;
}

.rt-form-section .rt-form-middle {
    padding-top: 170px;
}

.rt-form-section .rt-form-middle-right a {
    color: #fff;
    font-size: 16px;
    padding: 12px 52px;
    background: #0866FF;
    border-radius: 12px;
    transition: 0.3s;
    margin-top: 20px;
}

.rt-form-section .rt-form-middle-right a:hover {
    background: #0d6efd;
}

.rt-form-section .rt-form-middle-chaka {
    background: #0866FF;
    text-align: center;
    align-items: center;
    padding: 18px 22px;
    border-radius: 5px;
    margin-right: 36px;
}

.rt-form-section .rt-form-middle-chaka p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 9px;
}

.rt-form-section .rt-form-middle-key {
    text-align: center;
    align-items: center;
    padding: 18px 22px;
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0px #00000026;

}

.rt-form-section .rt-form-middle-key p {
    color: #050023;
    font-size: 16px;
    font-weight: 600;
    padding-top: 9px;
}

.rt-form-section .rt-form-items {
    padding-top: 44px;
}

.rt-form-section .rt-form-items label {
    color: #192756;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 0;
}

.rt-form-section .rt-form-items input {
    width: 90%;
    background: #F2F2F2;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 9px;
}


.contact-aside ul li a {
    padding: 10px 12px 10px 0;
    background: #F8FAFC;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    color: #192756;
    transition: 0.3s;
}

.contact-aside ul li a img {
    padding-left: 6px;

    }

.contact-aside ul li {
    padding: 5px 0;

    }

.contact-aside ul {
    padding-top: 45px;

}

.contact-aside h4 {
      font-size: 20px;
}

/*lannfg -page start*/

.header-areaa {
    background-image: url(images/backgorund.png);
    background-position: center;
    background-size: cover;
    padding: 20px 0px 120px;
}

.header-item {
    padding: 50px 0px 20px;
}

.header-item h1 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;

}

.header-areaa ul li  a {
    color: #FFFFFF;
}

.para p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;

    margin-top: 6rem;
}

.para {
    margin-top: 20px;
}



.border-area {
    background: #F2F4F6;
    padding: 20px 0px 30px;
}

.border-a a {
    background: #2E4DFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px 7px;
    border-radius: 8px;
}

.border-btn a {
    background: #FAFAFA;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px 7px;
    border-radius: 8px;
}

.border-btna a {
    background: #FAFAFA;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 25px 7px;
    border-radius: 8px;
}

.border-btn {
    margin-left: 1rem;
    margin-bottom: 20px;
}

.border-a {
     margin-left: 1rem;
}

.border-box {
    background: #FFFFFF;
    padding: 20px 21px 20px;
    border-radius: 12px;
    box-shadow: 10px 6px 20px #00000029;
    position: relative;
    top: -75px;
}

.border-btm a {
      background: #2E4DFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px 7px;
    border-radius: 8px;
}

.drop h5 {
    color: #929292;
    font-size: 12px;
    font-weight: 400;

}

.dag {
    border-right: 1px solid #929BA4;
    /*! padding-left: 10px; */

    padding-right: 15px;
}

.dropdown span {
    color: #192756;
    font-size: 18px;
    font-weight: 600;

}

.box-border {
    border: 1px solid #9A9A9A;
    padding: 15px;
    border-radius: 12px;
}

.border-btm {
    justify-content: end;
    text-align: end;
    /* margin-top: 1rem; */
}

.line-item {
    align-items: flex-start;
    justify-content: end;
}

.line-aside {
    margin-left: 1rem;
}

.line-aside h5 {
    color: #101010;
    font-size: 14px;
    font-weight: 700;
}

.line-items h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    line-height: 26px;


}


.line-items {
    margin-bottom: 2rem;
}

.img-1 {
    margin-top: 1rem;
}

.img-4 {
    /*! margin-top: 0rem; */
    margin-top: 4px;
}

.box-img {
    padding: 30px 0px 40px;
}

.img-item h3 {
    color: #101010;
    font-size: 44px;
    font-weight: 700;

}

.img-item h5 {
    color:#737373;
    font-size: 18px;
    font-weight: 500;


    margin-bottom: 3rem;
}

.img-button a {
    background: #2E4DFF;
    border-radius: 12px;
    padding: 9px 13px 9px;
    color: #FFFFFF;
    font-size: 16px;
}

.img-button  {
    text-align: end;
}

.img-box {
    border:1px solid #DDE1DE;
    border-radius: 12px;
    padding: 5px 5px 5px;
}

.card-item {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 19px 7px 0px;

    /*! margin-left: 17px; */
    /*! margin-right: 10px; */
    margin-top: 13rem;
}

.card-item h4 {
    color: #101010;
    font-size: 18px;
    font-weight: 600;

}

.card-item h6 {
    color: #737373;
    font-size: 14px;
    font-weight: 400;


}

.img-box {
    border: 1px solid #DDE1DE;
    background-image: url(images/card1.png);
    background-position: center;
    background-size: cover;
    padding: 2rem 1rem 2rem;
}

.img-content {
    border: 1px solid #DDE1DE;
    padding: 5px;
    border-radius: 12px;
}

.img-con {
    position: relative;
    top: -2rem;
    text-align: left;
}

.middle-box {
    border: 1px solid #DDE1DE;
    background-image: url(images/card2.png);
    background-position: center;
    background-size: cover;
    padding: 2rem 1rem 2rem;
}

.mid-pic {
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    padding: 5px 6px 6px;
}

.pic-items {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 19px 7px 0px;

    /*! margin-left: 17px; */
    /*! margin-right: 10px; */
    margin-top: 13rem;
}

.pic-items h4 {
    color: #101010;
    font-size: 18px;
    font-weight: 600;
}

.pic-items h6 {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
}

.middle-boxs {
    border: 1px solid #DDE1DE;
    background-image: url(images/card.png);
    background-position: center;
    background-size: cover;
    padding: 2rem 1rem 2rem;
}

.middle-boxss {
    border: 1px solid #DDE1DE;
    background-image: url(images/card4.png);
    background-position: center;
    background-size: cover;
    padding: 2rem 1rem 2rem;
}

.mainly-item h3 {
    color: #101010;
    font-size: 44px;
    font-weight: 700;

}

.mainly-item h6 {
    color: #737373;
    font-size: 18px;
    font-weight: 500;

}

.mainly-button a {
    color: #FFFFFF;
    background: #2E4DFF;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    padding: 9px 14px 9px;

}

.mainly-button {
    text-align: end;
}

.mainly-area {
    padding: 40px 0px 40px;
}

/*slider*/

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 100%;
    left: -4px;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    left: 73%;
    /*! right: 72%; */
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 23px;
    color: #000000;
    /*! border: ; */

    /*! background: red; */
    background: #E4E6E8;
    border-radius: 50%;
    width: 39px;
    height: 36px;
    text-align: center;
    padding: 6px 6px 19px;
    color: #ffff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 44%;
    /*! background: red; */
    border-radius: 50%;
     width: 46px;
    height: 44px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 45%;
    top: 4%;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i:hover {
    background: #2E4DFF;

}


.big-item {
    width: 400px;
    border: 1px solid #DDE1DE;
    padding: 5px 22px 5px;
    border-radius: 12px;
    margin-bottom: 20px;
    /*! margin-left: 10px; */
    margin-right: 1px;
}

.big-item a {
    color: #101010;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    padding: 12px 15px 5px;
    background: #fff;
    position: relative;
    top: -27px;
    /*! left: 10px; */
    right: 16px;
}

.big-item h4 {
    color: #101010;
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 20px;
    /*! margin-left: 10px; */
    margin-right: 2px;
}

.big-fxs h4 {
    color: #2E4DFF;
    font-size: 20px;
    font-weight: 800;


}


.big-fx {
    margin-bottom: 20px;
}

.big-a  a {
    color: #FFFFFF;
    background: #2E4DFF;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;


    padding: 8px 23px 11px;
    margin-bottom: 10px;
}

.big-a  {
    /*! margin-left: 6px; */
    margin-right: -16px;
    /*! margin-top: 12px; */


}

.pic-fx {
    margin-bottom: 25px;
}


.owl-carousel .owl-dots.disabled {
  display: none;
}

/*second-landing page*/

.easy-area {
    background-image: url(images/scond-back.png);
    background-position: center;
    background-size: cover;
    /*! padding: 30PX 0PX 150PX; */
    padding: 5rem 0rem 16rem;
}

.easy-item {
    color:#FFFFFF ;
    font-size: 48px;
    font-weight: 600;

}

.copy-item {
    margin-top: 20px;
}

.copy-item h3 {
    color: #101010;
    font-size: 44px;
    font-weight: 700;
}

.copy-item p {
    color: #737373;
    font-size: 18px;
    font-weight: 500;

}

.copy-aside {
    margin-top: 10px;
    margin-bottom: 30px;
}


.pagination-area {
    margin-top: 40px;
    text-align: end;
    margin-bottom: 30px;
}

.pagination {
  /*! display: inline-block; */
  display: block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;

}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover {
    background: blue;
    color: #FEFEFE;
}

/*second page end*/



/* hero-area */

.rt-hero-area {
    padding-bottom: 370px;
}

.rt-hero-area .rt-hero-cnt a {
    padding: 40px 0 65px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
}

.rt-hero-area .rt-hero-cnt a i {
    padding: 0 10px;
}

.rt-hero-area .rt-hero-img {
    border: 1px solid #CFCFCF;
    padding: 54px 38px 54px 25px;
    border-radius: 12px;
}

.rt-hero-area .rt-hero-img img {
    max-width: 100%;
}

.rt-hero-area .rt-hero-items {
    padding-top: 34px;
}

.rt-hero-area .rt-hero-left {
    padding: 0 50px 0 55px;
    min-height: 350px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.rt-hero-area .rt-hero-left p {
    font-size: 20px;
    font-weight: 600;
    color: #101010;
    padding: 24px 0;
}

.rt-hero-area .rt-hero-left p span {
    padding-left: 65px;
}

.rt-hero-area .rt-hero-left2 {
    padding: 32px 25px 75px 32px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 42px;
}

.rt-hero-area .rt-hero-left2-head {
    margin-bottom: 8px;
}

.rt-hero-area .rt-hero-left2-head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-hero-area .rt-hero-left2-head a i {
    color: #101010;
    font-size: 14px;
}

.rt-hero-area .rt-hero-left2-box {
    padding: 22px 55px 25px 42px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin: 11px 0;
}

.rt-hero-area .rt-hero-left2-box h4 {
    color: #2E4DFF;
    font-size: 38px;
    font-weight: 700;
}

.rt-hero-area .rt-hero-left2-box img {
    max-width: 100%;
    padding-left: 28px;
}

.rt-hero-area .rt-hero-left2-box h6 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.rt-hero-area .rt-hero-left2-box span {
    font-size: 15px;
    font-weight: 600;
    color: #737373;
}

.rt-hero-area .rt-hero-left3  {
    padding: 32px 0 30px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 49px;
}

.rt-hero-area .rt-hero-left3-head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
    padding-right: 32px;
}

.rt-hero-area .rt-hero-left3-head a i {
    color: #101010;
    font-size: 14px;
    padding-left: 51px;
}

.rt-hero-area .rt-hero-left3-select {
    padding: 38px 31px 0 0;
}

.rt-hero-area .rt-hero-left3-select p {
    font-size: 16px;
    font-weight: 700;
}

.rt-hero-area .rt-hero-left3-select select {
    background: transparent;
    border: 1px solid #D6D7D8;
    border-radius: 12px;
    width: 222px;
    padding: 5px 28px;
    margin-left: 60px;
}

.rt-hero-area .rt-hero-left3-text {
    padding-top: 45px;
}

.rt-hero-area .rt-hero-left3-text h4 {
    padding: 24px 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 20px;
    font-weight: 700;
}

.rt-hero-area .rt-hero-left3-btn {
    padding: 22px 60px 0 60px;
}

.rt-hero-area .rt-hero-left3-btn a {
    padding: 12px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #2E4DFF;
    border-radius: 8px;
    transition: 0.3s;
}

.rt-hero-area .rt-hero-left3-btn a:hover {
    background: #0d6efd;
}

.rt-hero-area .rt-hero-right {
    padding: 56px 40px 40px 40px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
}

.rt-hero-area .rt-hero-right h2 {
    font-size: 36px;
    font-weight: 800;
    color: #101010;
}

.rt-hero-area .rt-hero-right p {
    padding-top: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #737373;
}

.rt-hero-area .rt-hero-right a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 90px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    transition: 0.3s;
}

.rt-hero-area .rt-hero-right a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-hero-area .rt-hero-right a:hover {
    background: #0d6efd;
}

.rt-hero-area .rt-hero-right2 {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 32px;
}

.rt-hero-area .rt-hero-right2 h2 {
    background: #F2F4F6;
    color: #101010;
    padding: 17px 44px 17px 0;
    font-size: 20px;
    font-weight: 700;
}

.rt-hero-area .rt-hero-right2 h3 {
    padding-top: 44px;
    font-size: 20px;
    font-weight: 700;
    color: #2E4DFF;
    text-align: center;
}

.rt-hero-area .rt-hero-right2 input {
    display: block;
    margin: 30px auto 0;
    outline: none;
    border: 1px solid #2E4DFF;
    border-radius: 8px;
    padding-right: 12px;
    width: 85%;
}

.rt-hero-area .rt-hero-right2 {
    text-align: center;
}

.rt-hero-area .rt-hero-right2 a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 105px;
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0 40px 0;
    transition: 0.3s;
}

.rt-hero-area .rt-hero-right2 a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-hero-area .rt-hero-right2 a:hover {
    background: #0d6efd;
}

.rt-hero-area .rt-hero-right3 {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 32px;
}


.rt-hero-area .rt-hero-right3 h2 {
    padding: 28px 40px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #101010;
}

.rt-hero-area .rt-hero-right3-img {
    padding: 16px 40px 17px 0;
    border-bottom: 1px solid #DDE1DE;
}

.rt-hero-area .rt-hero-right3-img img {
    max-width: 100%;
}

.rt-hero-area .rt-hero-right3-img h6 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.rt-hero-area .rt-hero-right3-img span {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
}

.rt-hero-area .rt-hero-right3 ul {
    padding: 14px 55px 0 0;
}

.rt-hero-area .rt-hero-right3 ul li {
    padding: 9px 0;
}

.rt-hero-area .rt-hero-right3 ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.rt-hero-area .rt-hero-right3 ul li a img {
    padding-left: 7px;
}

.rt-hero-area .rt-hero-right3-btn {
    text-align: center;
    padding: 41px 0 48px 0;
}

.rt-hero-area .rt-hero-right3-btn a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 87px;
    font-size: 16px;
    font-weight: 700;
}

.rt-hero-area .rt-hero-right3-btn a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-hero-area .rt-hero-right3-btn a:hover {
    background: #0d6efd;
}
/* hero-area */



/*
====================================
top-page-2
====================================
*/

/* page-tow-hero-area */

.rt-pgtow-hero .rt-pgtow-hero-cnt a {
    padding: 40px 0 105px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
}

.rt-pgtow-hero .rt-pgtow-hero-cnt a i {
    padding: 0 10px;
}

.rt-pgtow-hero .rt-pgtow-hero-box {
    background: #2E4DFF;
    border-radius: 12px;
    padding: 0 128px 132px 128px;
}

.rt-pgtow-hero .rt-pgtow-hero-box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 98px;
}

.rt-pgtow-hero .rt-pgtow-hero-box2 {
    background: #fff;
    padding: 21px;
    border-radius: 12px;
}

.rt-pgtow-hero .rt-pgtow-hero-box3 {
    background: #fff;
    border: 4px solid #000000;
    border-radius: 12px;

}

.rt-pgtow-hero .rt-pgtow-hero-left img {
    display: block;
    margin: 0 auto;
}

.rt-pgtow-hero .rt-pgtow-hero-left {
    position: relative;
    padding: 12px 0 24px 0;
}

.rt-pgtow-hero .rt-pgtow-hero-left::after {
    content: "";
    height: 100%;
    width: 4px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.rt-pgtow-hero .rt-pgtow-hero-middle div {
    margin: 0 12px;
}

.rt-pgtow-hero .rt-pgtow-hero-middle p {
    font-size: 14px;
    font-weight: 600;
    color: #101010;
}

.rt-pgtow-hero .rt-pgtow-hero-middle select {
    font-size: 25px;
    padding: 8px 28px 8px 0;
    background: #D9D9D9;
    border-radius: 12px;
    border: none;
    font-weight: 900;
}

.rt-pgtow-hero .rt-pgtow-hero-middle-btn a {
    padding: 8px 70px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #2E4DFF;
    border-radius: 12px;
    margin-top: 32px;
    transition: 0.3s;
}

.rt-pgtow-hero .rt-pgtow-hero-middle-btn a:hover {
    background: #0d6efd;
}

.rt-pgtow-hero .rt-pgtow-hero-right div {
    margin: 0 12px;
}

.rt-pgtow-hero .rt-pgtow-hero-right p {
    font-size: 14px;
    font-weight: 600;
    color: #101010;
}

.rt-pgtow-hero .rt-pgtow-hero-right select {
    font-size: 36px;
    font-weight: 900;
    padding: 8px 22px 8px 7px;
    background: #D9D9D9;
    border-radius: 12px;
    border: none;
}

.rt-pgtow-hero .rt-pgtow-hero-right {
    position: relative;
    min-height: 100%;
    align-items: center;
}

.rt-pgtow-hero .rt-pgtow-hero-right::after {
    content: "";
    height: 100%;
    width: 4px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.rt-pgtow-hero-select {
    /* padding: 55px 0 40px 0; */
}

.rt-pgtow-hero-select select {
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #737373;
    background: transparent;
    border: 1px solid #DDE1DE;
    border-radius: 4px;
}

.rt-pgtow-hero-select img {
    padding-right: 11px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems {
    padding: 22px 35px 22px 25px;
    border: 1px solid #DDE1DE;
    border-radius: 16px;
    margin: 0 !important;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems h4 i {
    font-size: 14px;
    padding-right: 5px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems input {
    width: 100%;
    color: #101010;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems span {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    padding: 15px 0 12px 0;
    display: block;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-para p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    padding-bottom: 38px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-para {
    border-bottom: 1px solid #DDE1DE;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-bt {
    padding-top: 22px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-bt a {
    padding: 8px 18px;
    background: #2E4DFF;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-bt a i {
    padding-right: 4px;
    font-size: 12px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-bt p {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems-bt p img {
    padding-left: 5px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems2 {
    margin-top: 12px;
    padding: 22px 25px 18px 25px;
    border: 1px solid #DDE1DE;
    border-radius: 16px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems2-bt {
    padding-bottom: 16px;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems2-bt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.rt-pgtow-hero .rt-pgtow-hero-ritems2-bt i {
    color: #101010;
    font-size: 14px;
}

.rt-pgtow-hero .rt-pgtow-hero-ckbox {
    padding: 7px 0;
}

.rt-pgtow-hero .rt-pgtow-hero-ckbox label {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    padding-right: 9px;
}

.rt-pgtow-hero .rt-pgtow-hero-ckbox p {
    background: #DDE1DE;
    padding: 3px 4px;
    color: #101010;
    border-radius: 7px;
    font-size: 12px;
}

.rt-pgtow-hero-ritems3 .rt-pgtow-hero-select {
    padding: 0;
}

.rt-pgtow-hero .rt-pgtow-ritems3-box {
    margin-top: 28px;
    padding: 40px 0 28px 0;
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    text-align: center;
    min-height: 455px;
}

.rt-pgtow-hero .rt-pgtow-ritems3-box img {
    max-width: 100%;
}

.rt-pgtow-hero .rt-pgtow-ritems3-box h6 {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #101010;
    padding: 7px 38px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}

.rt-pgtow-hero .rt-pgtow-ritems3-box h6::after {
    content: "";
    height: 1px;
    width: 72px;
    background: #DDE1DE;
    position: absolute;
    display: block;
    left: -72px;
    top: 50%;
}

.rt-pgtow-hero .rt-pgtow-ritems3-box h6::before {
    content: "";
    height: 1px;
    width: 72px;
    background: #DDE1DE;
    position: absolute;
    display: block;
    right: -72px;
    top: 50%;
}

.rt-pgtow-hero .rt-form-area-cnt {
    padding-top: 52px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE1DE;
}

.rt-pgtow-hero .rt-form-area-cnt p {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 20px;
}

.rt-pgtow-hero .rt-form-area-btn a {
    padding: 8px 17px;
    background: #2E4DFF;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    margin: 21px 20px 0 20px;
    color: #fff;
    transition: 0.3s;
}

.rt-pgtow-hero .rt-form-area-btn a:hover {
    background: #0d6efd;
}

.rt-pgtow-hero .rt-pgtow-ritems3-box2 {
    margin-top: 70px;
}

.rt-pgtow-hero .rt-form-area-pagination {
    padding: 124px 0 300px 90px;
}

.rt-pgtow-hero .rt-form-area-pagination ul {
    display: flex;
    flex-direction: row-reverse;
}

.rt-pgtow-hero .rt-form-area-pagination ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #F2F4F6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    color: #000000;
    text-align: center;
}

.rt-pgtow-hero .rt-form-area-pagination ul li:last-child a {
    background: #2E4DFF;
    color: #fff;
}
/* page-tow-hero-area */



/*
====================================
top-page-3
====================================
*/

.rt-pgthre-hero .rt-pgthre-hero-cnt {
    padding: 30px 0 70px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-cnt a {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
}

.rt-pgthre-hero .rt-pgthre-hero-cnt a i {
    padding: 0 10px;
    font-size: 14px;
}

.rt-pgthre-hero .rt-pgthre-hero-cnt a span {
    color: #101010;
    font-weight: 700;
}

.rt-pgthre-hero .rt-pgthre-hero-left {
    padding: 42px 36px 42px 48px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
}

.rt-pgthre-hero .rt-pgthre-hero-left a {
    height: 50px;
    width: 170px;
    background: #2E4DFF;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-left a img {
    padding-left: 9px;
}

.rt-pgthre-hero-left2 {
    padding: 32px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 36px;
}

.rt-pgthre-hero-left2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
    padding-bottom: 16px;
}

.rt-pgthre-hero-left2 i {
    font-size: 14px;
    color: #101010;
}

.rt-pgthre-hero-left2 ul li {
    align-items: center;
    display: flex;
}

.rt-pgthre-hero-left2 ul li a {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.rt-pgthre-hero-left2 ul li a span {
    font-weight: 500;
}

.rt-pgthre-hero-left2 ul li a img {
    padding-left: 15px;
}


.rt-pgthre-hero .rt-pgthre-hero-left3 {
    padding: 36px 0 70px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-left3 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-pgthre-hero .rt-pgthre-hero-left3 ul {
    list-style-image: url(images/list-img.svg);
    padding-top: 18px;
    padding-right: 22px;
}

.rt-pgthre-hero .rt-pgthre-hero-left3 ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-left4 {
    padding: 32px 25px 75px 32px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-head {
    margin-bottom: 8px;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-head a i {
    color: #101010;
    font-size: 14px;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-box {
    padding: 22px 55px 25px 42px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin: 11px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-box h4 {
    color: #2E4DFF;
    font-size: 38px;
    font-weight: 700;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-box img {
    max-width: 100%;
    padding-left: 28px;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-box h6 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.rt-pgthre-hero .rt-pgthre-hero-left4-box span {
    font-size: 15px;
    font-weight: 600;
    color: #737373;
}

.rt-pgthre-hero .rt-pgthre-hero-right {
    padding: 56px 40px 40px 40px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
}

.rt-pgthre-hero .rt-pgthre-hero-right h2 {
    font-size: 40px;
    font-weight: 800;
    color: #101010;
}

.rt-pgthre-hero .rt-pgthre-hero-right p {
    padding-top: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #737373;
}

.rt-pgthre-hero .rt-pgthre-hero-right a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 100px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    transition: 0.3s;
}

.rt-pgthre-hero .rt-pgthre-hero-right a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-pgthre-hero .rt-pgthre-hero-right a:hover {
    background: #0d6efd;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 32px;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 h2 {
    background: #F2F4F6;
    color: #101010;
    padding: 17px 44px 17px 0;
    font-size: 20px;
    font-weight: 700;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 h3 {
    padding-top: 44px;
    font-size: 20px;
    font-weight: 700;
    color: #2E4DFF;
    text-align: center;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 input {
    display: block;
    margin: 30px auto 0;
    outline: none;
    border: 1px solid #2E4DFF;
    border-radius: 8px;
    padding-right: 12px;
    max-width: 85%;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 {
    text-align: center;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 105px;
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0 40px 0;
    transition: 0.3s;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-pgthre-hero .rt-pgthre-hero-right2 a:hover {
    background: #0d6efd;
}

.rt-pgthre-hero .rt-pgthre-hero-right3 {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 32px;
}


.rt-pgthre-hero .rt-pgthre-hero-right3 h2 {
    padding: 28px 40px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #101010;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-img {
    padding: 16px 40px 17px 0;
    border-bottom: 1px solid #DDE1DE;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-img img {
    max-width: 100%;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-img h6 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-img span {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
}

.rt-pgthre-hero .rt-pgthre-hero-right3 ul {
    padding: 14px 55px 0 0;
}

.rt-pgthre-hero .rt-pgthre-hero-right3 ul li {
    padding: 9px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-right3 ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.rt-pgthre-hero .rt-pgthre-hero-right3 ul li a img {
    padding-left: 7px;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-btn {
    text-align: center;
    padding: 41px 0 48px 0;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-btn a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 87px;
    font-size: 16px;
    font-weight: 700;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-btn a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-pgthre-hero .rt-pgthre-hero-right3-btn a:hover {
    background: #0d6efd;
}

.rt-pgthre-hero-box {
    padding: 65px 55px 92px 95px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    margin-top: 46px;
}

.rt-pgthre-hero-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-pgthre-hero-box p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.rt-pgthre-hero-box span {
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    display: block;
    margin: 37px 0 47px 0;
}

.rt-pgthre-hero-box ul {
    padding-top: 24px;
}

.rt-pgthre-hero-box ul li {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 18px 0 18px 35px;
}

.rt-pgthre-hero-box ul li img {
    padding-left: 15px;
}

.rt-pgthre-hero-box h6 {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.rt-pgthre-hero-box a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #2E4DFF;
    border-radius: 8px;
    padding: 12px 120px;
    margin: 23px auto 0 auto;
    transition: 0.3s;
}

.rt-pgthre-hero-box a:hover {
    background: #0d6efd;
}

.rt-pgthre-hero-box a i {
    font-size: 18px;
    padding-right: 18px;
}

.rt-pgthre-hero-box2 {
    padding: 35px 75px 75px 190px;
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    margin-top: 46px;
    margin-bottom: 300px;
}

.rt-pgthre-hero-box2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-head a:first-child {
    background: #CFCFCF;
    border-radius: 7px;
    padding: 12px 62px;
    color: #737373;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-head a:last-child {
    background: #2E4DFF;
    border-radius: 7px;
    padding: 12px 62px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
    transition: 0.3s;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-head a:first-child:hover {
    background: #2E4DFF;
    color: #fff;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-head a:last-child:hover {
    background: #CFCFCF;
    color: #737373;
}

.rt-pgthre-hero-box2 span {
    height: 1px;
    width: 70%;
    background: #D9D9D9;
    display: block;
    margin: 35px 0 50px 0;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-select p {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-right: 18px;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-select select {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: transparent;
    border: 1px solid #D6D7D8;
    border-radius: 12px;
    padding: 10px 32px 10px 155px;
    width: 100%;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-text {
    padding: 0 20px;
    border: 1px solid #D6D7D8;
    border-radius: 12px;
    margin-top: 36px;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-text h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 22px;
    border-bottom: 1px solid #D6D7D8;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-chack {
    padding: 30px 60px;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-chack input {
    height: 35px;
    width: 35px;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-chack label {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding-right: 18px;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-btn a {
    padding: 12px 60px;
    background: #2E4DFF;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 45px;
    transition: 0.3s;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-btn a i {
    padding-right: 35px;
    font-size: 18px;
}

.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-btn a:hover {
    background: #0d6efd;
}



/*
====================================
top-page-4
====================================
*/


.rt-pgfour-hero .rt-pgfour-hero-cnt {
    padding: 30px 0 70px 0;
}

.rt-pgfour-hero .rt-pgfour-hero-cnt a {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
}

.rt-pgfour-hero .rt-pgfour-hero-cnt a i {
    padding: 0 10px;
    font-size: 14px;
}

.rt-pgfour-hero .rt-pgfour-hero-cnt a span {
    color: #101010;
    font-weight: 700;
}

.rt-pgfour-hero .rt-pgfour-hero-left {
    padding: 42px 36px 42px 48px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
}

.rt-pgfour-hero .rt-pgfour-hero-left a {
    height: 50px;
    width: 170px;
    background: #4c65f0;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}
.rt-pgfour-hero .rt-pgfour-hero-right a:last-child:hover {
    background: #2E4DFF;
    color: #F2F4F6;
}

.rt-pgfour-hero .rt-pgfour-hero-left a img {
    padding-left: 9px;
}

.rt-pgfour-hero .rt-pgfour-hero-left2 {
    margin-top: 20px;
    padding: 32px 32px 45px 32px;
    border: 1px solid #DDE1DE;
    border-radius: 8px;
}

.rt-pgfour-hero .rt-pgfour-hero-left2 h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-pgfour-hero .rt-pgfour-hero-left2 i {
    font-size: 16px;
    color: #101010;
}

.rt-pgfour-hero .rt-pgfour-hero-left2 p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    padding-top: 17px;
    line-height: 34px;
}

.rt-pgfour-hero .rt-pgfour-hero-right {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    padding: 28px 40px 40px 40px;
}

.rt-pgfour-hero .rt-pgfour-hero-right h4 {
    color: #101010;
    font-size: 20px;
    font-weight: 700;
}

.rt-pgfour-hero .rt-pgfour-hero-right a {
    display: block;
    margin-top: 17px;
}

.rt-pgfour-hero .rt-pgfour-hero-right a i {
    padding: 8px;
}

.rt-pgfour-hero .rt-pgfour-hero-right a:last-child {
    padding: 15px 0;
    background: #F2F4F6;
    border-radius: 8px;
    color: #2E4DFF;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

.rt-pgfour-hero .rt-pgfour-hero-right a:last-child:hover {
    background: #2E4DFF;
    color: #F2F4F6;
}

.rt-pgfour-hero .rt-pgfour-hero-right a:nth-child(2) {
    padding: 15px 0;
    background: #F2F4F6;
    border-radius: 8px;
    color: #2E4DFF;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

.rt-pgfour-hero .rt-pgfour-hero-right a:nth-child(2):hover {
    background: #2E4DFF;
    color: #F2F4F6;
}



.rt-pgfour-hero .rt-pgfour-hero-right2 {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 32px;
}

.rt-pgfour-hero .rt-pgfour-hero-right2 h4 {
    border-bottom: 1px solid #DDE1DE;
    padding: 17px 44px 17px 0;
    background: #F2F4F6;
    font-size: 20px;
    font-weight: 700;
    color: #101010;
}

.rt-pgfour-hero .rt-pgfour-hero-right2 h2 {
    color: #2E4DFF;
    padding: 60px 0 34px 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-align: right;
    margin: 10px 20px 10px 20px;
}

.rt-pgfour-hero .rt-pgfour-hero-right3 {
    border: 1px solid #DDE1DE;
    border-radius: 8px;
    margin-top: 32px;
}


.rt-pgfour-hero .rt-pgfour-hero-right3 h2 {
    padding: 28px 40px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #101010;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-img {
    padding: 16px 40px 17px 0;
    border-bottom: 1px solid #DDE1DE;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-img img {
    max-width: 100%;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-img h6 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-img span {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
}

.rt-pgfour-hero .rt-pgfour-hero-right3 ul {
    padding: 14px 55px 0 0;
}

.rt-pgfour-hero .rt-pgfour-hero-right3 ul li {
    padding: 9px 0;
}

.rt-pgfour-hero .rt-pgfour-hero-right3 ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.rt-pgfour-hero .rt-pgfour-hero-right3 ul li a img {
    padding-left: 7px;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-btn {
    text-align: center;
    padding: 41px 0 48px 0;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-btn a {
    background: #2E4DFF;
    border-radius: 8px;
    color: #fff;
    padding: 15px 87px;
    font-size: 16px;
    font-weight: 700;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-btn a i {
    padding-right: 8px;
    font-size: 14px;
}

.rt-pgfour-hero .rt-pgfour-hero-right3-btn a:hover {
    background: #0d6efd;
}

.rt-pgfour-hero .rt-pgthre-hero-left2-fbtn a {
    padding: 15px 90px;
    background: #2E4DFF;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 35px;
}

.rt-pgfour-hero .rt-pgthre-hero-left2-fbtn a i {
    color: #fff !important;
    padding-right: 8px;
}

/*third pages start*/


.eassy-area {
    background-image: url(images/third.png);
    background-size: cover;
    background-position: center;
    padding: 5rem 0rem 16rem;
}

.third-items h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;

    margin-bottom: 3rem;
}

.third-items h2 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;

}

.copy-area .rt-pgtow-hero-ritems {
    padding: 22px 35px 22px 25px;
    border: 1px solid #DDE1DE;
    border-radius: 16px;
    margin-top: 95px;
}

.copy-area .rt-pgtow-hero-ritems h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.copy-area .rt-pgtow-hero-ritems h4 i {
    font-size: 14px;
    padding-right: 5px;
}

.copy-area .rt-pgtow-hero-ritems input {
    width: 100%;
    color: #101010;
}

.copy-area .rt-pgtow-hero-ritems span {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    padding: 15px 0 12px 0;
    display: block;
}

.copy-area .rt-pgtow-hero-ritems-para p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    padding-bottom: 38px;
}

.copy-area .rt-pgtow-hero-ritems-para {
    border-bottom: 1px solid #DDE1DE;
}

.copy-area .rt-pgtow-hero-ritems-bt {
    padding-top: 22px;
}

.copy-area .rt-pgtow-hero-ritems-bt a {
    padding: 8px 18px;
    background: #2E4DFF;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.copy-area .rt-pgtow-hero-ritems-bt a i {
    padding-right: 4px;
    font-size: 12px;
}

.copy-area .rt-pgtow-hero-ritems-bt p {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
}

.copy-area .rt-pgtow-hero-ritems-bt p img {
    padding-left: 5px;
}



.copy-area .rt-pgtow-hero-ritems2 {
    margin-top: 12px;
    padding: 22px 25px 18px 25px;
    border: 1px solid #DDE1DE;
    border-radius: 16px;
}

.copy-area .rt-pgtow-hero-ritems2-bt {
    padding-bottom: 16px;
}

.copy-area .rt-pgtow-hero-ritems2-bt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}

.copy-area .rt-pgtow-hero-ritems2-bt i {
    color: #101010;
    font-size: 14px;
}


.copy-area .rt-pgtow-hero-ckbox {
    padding: 7px 0;
}

.copy-area .rt-pgtow-hero-ckbox label {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    padding-right: 9px;
}

.copy-area .rt-pgtow-hero-ckbox p {
    background: #DDE1DE;
    padding: 3px 4px;
    color: #101010;
    border-radius: 7px;
    font-size: 12px;
}

.copy-area .rt-pgtow-hero-ritems2 select {
    background: transparent;
    border: none;
    color: #101010;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
}

.copy-area .rt-pgthird-hero-select {
    /* margin-top: 40px; */
}

.copy-area .rt-pgthird-items {
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    margin-top: 22px;
}

.copy-area .rt-pgthird-items-img img {
    /* max-width: 100%; */
    /* height: 300PX; */
    padding: 45px 0 25px 0;
}
.rt-pgthird-items-img{
    height: 300px;
}

.copy-area .rt-pgthird-items-cnt {
    border-top: 1px solid #DDE1DE;
    padding: 14px 20px 28px 20px;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.copy-area .rt-pgthird-items-cnt span {
    color: #737373;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 33px;
    border: 1px solid #DDE1DE;
    background: #fff;
    position: absolute;
    top: -17px;
    right: 22px;
}

.copy-area .rt-pgthird-items-cnt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
    padding-top: 14px;
}

.copy-area .rt-pgthird-items-cnt h6 {
    color: #2E4DFF;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 18px;
}

.copy-area .rt-pgthird-items-cnt h6 strong {
    font-size: 20px;
    font-weight: 700;
}

.copy-area .rt-pgthird-items-cnt p {
    color: #737373;
    font-size: 14px;
    font-weight: 500;
    padding-top: 12px;
}

.copy-area .rt-pgthird-items-cnt p i {
    color: #101010;
    padding-left: 4px;
}

.copy-area .rt-pgthird-items-box {
    border-top: 1px solid #DDE1DE;
    padding-top: 7px;
}

.copy-area .rt-pgthird-items-box p {
    padding: 6px 0;
    margin: 0 !important;
    color: #101010;
    font-size: 16px;
    font-weight: 500;
}

.copy-area .rt-pgthird-items-box p img {
    padding-left: 9px;
    display: initial;
    width: initial;
}

.copy-area .rt-pgthird-items-btn {
    padding-top: 15px;
}

.copy-area .rt-pgthird-items-btn a {
    padding: 8px 18px;
    background: #2E4DFF;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.copy-area .rt-pgthird-items-col2 {
    margin-top: 198px;
}

.copy-area .rt-pgthird-pagination {
    padding: 32px 0 190px 0;
}

.copy-area .rt-pgthird-pagination ul {
    display: flex;
    flex-direction: row-reverse;
}

.copy-area .rt-pgthird-pagination ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #F2F4F6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    color: #000000;
    text-align: center;
}

.copy-area .rt-pgthird-pagination ul li:last-child a {
    background: #2E4DFF;
    color: #fff;
}

/*bottom-page start here*/

.header-areaaa {
    background-image: url(images/bottom.png);
    background-size:cover;
    background-position: center;
    padding: 20px 0px 120px;
}

.header-itemm {
    text-align: left;
    margin-top: 4rem;
}

.header-itemm h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;

}

.rt-btmpg-hero-area .rt-btmpg-hero-cnt {
    position: relative;
}

.rt-btmpg-hero-area .rt-btmpg-hero-cnt h2 {
    font-size: 44px;
    font-weight: 700;
    color: #101010;
    padding: 130px 0 94px 0;
}


.rt-btmpg-hero-area .rt-btmpg-slider-cnt {
    padding: 30px 30px 42px 30px;
    border-radius: 12px;
    border: 1px solid #DDE1DE;
    position: relative;
}

.rt-btmpg-hero-area .rt-btmpg-slider-cnt span {
    color: #737373;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 33px;
    border: 1px solid #DDE1DE;
    background: #fff;
    position: absolute;
    top: -15px;
    right: 32px;
}

.rt-btmpg-hero-area .rt-btmpg-slider-cnt h4 {
    color: #101010;
    font-size: 24px;
    font-weight: 700;
}

.rt-btmpg-hero-area .rt-btmpg-slider-cnt h6 img {
    width: 16px;
    display: inline-block;
    margin-left: 9px;
}

.rt-btmpg-hero-area .rt-btmpg-slider-cnt h6 {
    color: #737373;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0 18px 0;
    border-bottom: 1px solid #DDE1DE;
}

.rt-btmpg-hero-area .rt-btmpg-slider-cnt h6 strong {
    color: #2E4DFF;
    font-weight: 800;
}

.rt-btmpg-hero-area .rt-btmpg-slider-box {
    padding-top: 7px;
}

.rt-btmpg-hero-area .rt-btmpg-slider-box p {
    padding: 6px 0;
    margin: 0 !important;
    color: #101010;
    font-size: 16px;
    font-weight: 500;
}

.rt-btmpg-hero-area .rt-btmpg-slider-box p img {
    margin-left: 9px;
    width: 18px;
    display: inline-block;
}


.rt-btmpg-hero-area .rt-btmpg-slider-btn {
    padding-top: 25px;
}

.rt-btmpg-hero-area .rt-btmpg-slider-btn a {
    padding: 8px 18px;
    background: #2E4DFF;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.rt-btmpg-hero-area .rt-btmpg-slider-btn a:hover {
    text-decoration: underline;
}

.rt-btmpg-hero-area .owl-nav {
    position: absolute;
    top: -140px;
    left: 0;
}

.rt-btmpg-hero-area .owl-next i {
    font-size: 16px;
    padding: 12px;
    border-radius: 30px;
    background: #2E4DFF;
    color: #fff;
    margin-right: 8px;
    transition: 0.4s;
}

.rt-btmpg-hero-area .owl-next i:hover {
    background: #E4E6E8;
    color: #101010;
}

.rt-btmpg-hero-area .owl-prev i {
    font-size: 16px;
    padding: 12px;
    border-radius: 30px;
    background: #E4E6E8;
    color: #101010;
    transition: 0.4s;
}

.rt-btmpg-hero-area .owl-prev i:hover {
    background: #2E4DFF;
    color: #fff;
}

.rt-previous-area {
    padding-top: 120px;
    padding-bottom: 150px;
}

.rt-previous-area .rt-previous-cnt h2 {
    font-size: 44px;
    font-weight: 700;
    color: #101010;
}

.rt-previous-area .rt-previous-items {
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    margin-top: 63px;
    min-height: 555px;
}

.rt-previous-area .rt-previous-img img {
    max-width: 100%;
}

.rt-previous-area .rt-previous-box {
    padding: 22px 30px;
    border-top: 1px solid #DDE1DE;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.rt-previous-area .rt-previous-box span {
    border: 1px solid #DDE1DE;
    border-radius: 12px;
    padding: 5px 28px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 32px;
    top: -18px;
}

.rt-previous-area .rt-previous-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.rt-previous-area .rt-previous-box h6 {
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #737373;
    padding-bottom: 27px;
}

.rt-previous-area .rt-previous-box h6 i {
    padding-right: 4px;
    color: #101010;
}

.rt-previous-area .rt-previous-box-tow {
    border-top: 1px solid #DDE1DE;
    padding-top: 15px;
}

.rt-previous-area .rt-previous-box-tow p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    padding-top: 13px;
    margin-bottom: 0 !important;
}

.rt-previous-area .rt-previous-box-tow p img {
    padding-right: 9px;
}

.rt-previous-area .rt-previous-box-btn {
    padding-top: 30px;
}

.rt-previous-area .rt-previous-box-btn p {
    font-size: 12px;
    font-weight: 700;
    color: #101010;
}
.rt-previous-area .rt-previous-box-btn p strong {
    font-size: 20px;
}

.rt-previous-area .rt-previous-box-btn a {
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
    background: #2E4DFF;
    border-radius: 12px;
    color: #fff;
}
.rt-previous-area .rt-previous-box-btn a:hover {
    text-decoration: underline;
}


.landing-page-forth-area {
    padding-bottom: 150px;
    position: relative;
}

.landing-page-forth-area .owl-nav {
    position: absolute;
    left: 47%;
    top: 590px !important;
}

.landing-page-forth-area .rt-landing-forth-box {
    padding: 8px 0 18px 0;
    border-bottom: 1px solid #DDE1DE;
}

.landing-page-forth-area .rt-landing-forth-box h6 {
    border: none;
    color: #2E4DFF;
    font-size: 12px;
    font-weight: 800;
}

.landing-page-forth-area .rt-landing-forth-box h6 strong {
    font-size: 20px;
    font-weight: 800;
}

.landing-page-forth-area .rt-landing-forth-box a {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
}

.rt-btmpg-hero-area .landing-page-forth-cnt {
    padding: 70px 0;
}

.rt-btmpg-hero-area .landing-page-forth-cnt h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 44px;
    color: #101010;
    font-weight: 700;
}


.rt-btmpg-hero-area .landing-page-forth-cnt p {
    font-size: 18PX;
    font-weight: 500;
    padding-top: 7PX;
    color: #737373;
}

.rt-btmpg-hero-area .landing-page-forth-cnt a {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #2E4DFF;
    border-radius: 12px;
    display: inline-block;
}

.rt-btmpg-hero-area .landing-page-forth-cnt a img {
    padding-right: 9px;
}

.rt-hero-area {
    padding-bottom: 120px;
}
.rt-pgthre-hero-box2 .rt-pgthre-hero-box2-select select {
    padding: 10px 30px 42px 155px;
}

.rt-page4-input input {
    padding-top: 25px;
}

.rt_hero_slider_wrapper .slick-slide img {
    margin: 0 auto;
}
.rt_hero_nav .cSlider__item {
    cursor: pointer;
}
.rt_hero_nav .cSlider__item > img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.rt_hero_nav .cSlider__item {
    width: 16% !important;
}
.rt_hero_slider_wrapper {
    padding: 50px 0;
    padding-top: 0;
}
.rt_hero_slider_wrapper .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rt_hero_slider_wrapper .slick-arrow {
    background-color: #2E4DFF;
}
.rt_hero_slider_wrapper .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
    color: #000;
    background-color: #E4E6E8;
}
ul.rt_hero_arrow_wrapper li {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}
ul.rt_hero_arrow_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slick-slide:focus {
     outline: none;
}

.rt-hero-area .rt-hero-toppg-image img {
    padding: 50px 32px;
    border: 1px solid #CFCFCF;
    border-radius: 12px;
    max-width: 100%;
}

.copy-area .rt-lndscndpg-pagination {
    padding: 70px 0 300px 0px;
}

.copy-area .rt-lndscndpg-pagination ul {
    display: flex;
    flex-direction: row-reverse;
}

.copy-area .rt-lndscndpg-pagination ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #F2F4F6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    color: #000000;
    text-align: center;
}

.copy-area .rt-lndscndpg-pagination ul li:last-child a {
    background: #2E4DFF;
    color: #fff;
}

.hero-area {
    position: relative;
    z-index: 1;
}

.contact-area .rt-contact-area-left {
    padding: 26px 15px 170px 14px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px #0000000D;
    background: #fff;
}

.contact-area .rt-contact-area-left h4 {
    font-size: 24px;
}

.contact-area .rt-contact-area-left ul {
    padding-top: 45px;
}

.contact-area .rt-contact-area-left ul li {
    padding: 5px 0;
}

.contact-area .rt-contact-area-left ul li a {
    padding: 10px 12px 10px 0;
    background: #F8FAFC;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    color: #192756;
    transition: 0.3s;
}

.contact-area .rt-contact-area-left ul li a img {
    padding-left: 6px;
}

.contact-area .rt-contact-area-left ul li a:hover {
    background: #0866FF;
    color: #fff;
}

.cars-area .rt-contact-area-left {
    padding: 26px 15px 170px 14px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px #0000000D;
    background: #fff;
}

.cars-area .rt-contact-area-left h4 {
    font-size: 24px;
}


.cars-area .rt-contact-area-left ul {
    padding-top: 45px;
}

.cars-area .rt-contact-area-left ul li {
    padding: 5px 0;
}

.cars-area .rt-contact-area-left ul li a {
    padding: 10px 12px 10px 0;
    background: #F8FAFC;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    color: #192756;
    transition: 0.3s;
}

.cars-area .rt-contact-area-left ul li a img {
    padding-left: 6px;
}

.cars-area .rt-contact-area-left ul li a:hover {
    background: #0866FF;
    color: #fff;
}

.botto-page-nav li a {
    color: #fff;
}






.form-pages .rt-contact-area-left {
    padding: 26px 15px 170px 14px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px #0000000D;
    background: #fff;
}

.form-pages .rt-contact-area-left h4 {
    font-size: 24px;
}


.form-pages .rt-contact-area-left ul {
    padding-top: 45px;
}

.form-pages .rt-contact-area-left ul li {
    padding: 5px 0;
}

.form-pages .rt-contact-area-left ul li a {
    padding: 10px 12px 10px 0;
    background: #F8FAFC;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    color: #192756;
    transition: 0.3s;
}

.form-pages .rt-contact-area-left ul li a img {
    padding-left: 6px;
}

.form-pages .rt-contact-area-left ul li a:hover {
    background: #0866FF;
    color: #fff;
}

.rt-form-pages {
    position: relative;
    top: -164px;
    z-index: 2;
}

.dags .dropdown button,.dag .dropdown button{
    width: 100% !important;
    text-align: right !important;
    background-color: white !important;
    border: 0px !important;

}
.c_btn{
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 19px 34px;
    background: #2E4DFF !important;
    border-radius: 12px;

    transition: 0.4s;
}

.bootstrap-select .dropdown-menu {
    text-align: right; /* Align text to the right */
    direction: rtl; /* Ensure the dropdown follows RTL */
}

.bootstrap-select {
    direction: rtl;
}
.bootstrap-select .filter-option {
    text-align: right !important;
}
.bootstrap-select  .dropdown-toggle::after
{
    display: none !important;
}
.bootstrap-select button {

    border-radius: 8px;
    background: #D9D9D940;
    padding: 10px;
    border: none;
    outline: none;
    margin-bottom: 20px;

}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    left: 12px;
    right: initial !important;
}
.last-form select {
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940;
    padding: 5px;
    border: none !important;
    outline: none;

}
.select2-selection {
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940 !important;
    background-color: #D9D9D940 !important;
    border: none !important;
    outline: none;
    padding: 5px;

    height: initial !important;
    min-height: 48px;
}
.last-form textarea {
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940 !important;
    background-color: #D9D9D940 !important;
    border: none !important;
    outline: none;
    padding: 10px;

    height: initial !important;
    min-height: 48px;
}
.filepond--credits{
    display: none;
}

.car_instances_header.copy-item{
    margin-top: 95px;
}
.copy-area.car_instances_body .rt-pgtow-hero-ritems{
    margin-top: 20px;
}
.c_input{
    width: 100%;
    border-radius: 8px;
    background: #D9D9D940;
    padding: 10px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: right;
}
.c_au_price{
    font-size: 18px !important;
    padding: 10px 0 10px 0 !important;
    color: #4D4D4D !important;
    font-weight: 700 !important;
}
#countdown{
    font-size: 18px !important;
    padding: 20px 0 10px 0 !important;
    color: #4D4D4D !important;
    font-weight: 700 !important;
    text-align: center;
}
.c_au_price strong{
    color: #2E4DFF !important;
}
.c_from_group{
    padding: 20px;
}
.c_btn_2{
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 34px;
    background: #2E4DFF !important;
    border-radius: 12px;
    transition: 0.4s;
}
/* style */
.css-4one9t {
    display: flex;
    border: 2px solid black;
    background: rgb(249, 249, 249);
    border-radius: 5px;
}
.css-5f35y6 {
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    width: 45px;
    background: var(--chakra-colors-white);
    border-radius: 0px 2px 2px 0px;
}
.css-ld3oq8 {
    display: flex
;
    position: relative;
    width: 100%;
}
.css-ld3oq8 {
        width: 90%;
    }
    .css-y45xgh {
    width: 18px;
    height: 18px;
    margin: auto auto 5px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}
.css-cuson0 {
    border-inline: 2px solid black;
    width: 40%;
}
.css-1aksip8 {
    display: flex
;
    border-bottom: 2px solid black;
    height: 50%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 5px;
}
.css-f1r1wu {
    display: flex
;
    height: 50%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: var(--chakra-fontWeights-bold);
    gap: 5px;
}
.css-1nhyvux {
    display: grid
;
    place-items: center;
    width: 60%;
}
/* style */
.ci_select{
    width: 100%;
    border: 0px !important;
    font-weight: 800;
}
.ci_btn{
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2E4DFF !important;
    border-radius: 12px;
    display: inline-block;
    border: 0px;
}
.ci_btn:hover{
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2E4DFF !important;
    border-radius: 12px;
    display: inline-block;
    border: 0px;
}
.w_c_m_image{
    width: auto !important;
    display: initial !important;
}
.c_bid_unit{
    border-top: 1px solid beige;
}
.c_bid_unit p{
    margin: 10px 20px 10px 20px;
}
.rt-contact-area-left .active{
    background: #2E4DFF !important;
    color: #fff !important;
}
.rt-contact-area-left .active img{
    filter: invert(1);
}
.c_input-group{
    direction: ltr;
    text-align: left;
}
.c_in_2
{
    text-align: left;
    direction: ltr;
}
.hide{
    display: none !important;
}
.c2_select{
    background: transparent;
    border: none;
    color: #101010;
    font-size: 18px !important;
    font-weight: 700 !important;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 0px !important;
    outline: none;

}
.reservation-container-main-content h4{
    padding-bottom: 40px;

}
.reservation-container-main-content h5{
    font-weight: 600;
    font-size: 22px;
}
.reservation-container-main-content p{
    padding-top: 0px !important;
}
.reservation-container-main-content .row{
    margin: 50px 0px !important;
}
.reservation-container-main-content .col-md-4 h5{
    text-align: center;
}
.reservation-container-price-content .rt-pgfour-hero-right2 .row{
    margin-bottom: 10px !important;
}
.reservation-container-price-content .rt-pgfour-hero-right2{
    padding: 20px;
}
.reservation-container-price-content .rt-pgfour-hero-right2 h4{
    padding: 12px 0 17px 0;
    background: none;
    border: none;
    margin: 0;
}
.reservation-container-price-content .rt-pgfour-hero-right2 .col-8{
    display: grid;
    place-items: center;
}

.reservation-container-price-content .rt-pgfour-hero-right2 .col-8 p{
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}
.reservation-container-price-content .rt-pgfour-hero-right2 .col-4 p{
    width: 100%;
    text-align: left;
}
.break-line{
    border-top: 1px solid #DDE1DE;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reservation-container-price-content .c_info{
    color: #454545;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.reservation-container-price-content .c_total{
    font-size: 18px !important;
    font-weight: 700 !important;
}
.reservation-container-price-content h4{
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #101010 !important;
}
.reservation-container-price-content .rt-pgfour-hero-right2{
    margin-top: 20px;
}
