html {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    min-height: 100%;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1366px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.container-fluid #file_new_complaint102{
    border: 1.5px solid #DB1930;
    transition: 0.4s;
    border-radius: 5px;
}
.container-fluid #file_new_complaint102:hover{
    background-color: #DB1930;
    color: white;
}

.navbar-nav{
    margin-top: 5px;
    margin-right: 5px;
}

/* .brand_logo_link{
    margin-left: -20px;
} */

.container{
    max-width: 1180px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

ul,
ol,
li,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}


b, strong {
    font-weight: bold;
}


#makeitcenter{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color:white;
  }

  #imagecenter{
      text-align: center;
  }

  #newex{
      padding: 0;
  }

  #removemargin{
      margin:0;
  }
  #expandsides{
      background-color: #D0021B;
      margin: 90px 0;
  }
  #lessmargin{
      margin-top: 0;
  }

/*header-css*/

.headerbox .sidebar li {
    display: block;
    width: 100%;
}

.headerbox .sidebar a:hover {
    font-weight: 700;
}
.headerbox {
    position: fixed;
    width: 100%;
    padding-top: 25px;
    z-index: 99;
}
.headerbox .container {
    position: relative;
}

.headerbox .sidebar {
    height: auto;
    width: 100%;
    max-width: 250px;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 0;
    background-color: #d23b29;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    padding-bottom: 17px;
    right: 0px;
    margin-left: auto;
    transform: translateY(-110%);
}

.headerbox .sidebar a {
  padding: 3px 8px 5px 10px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-size: 16px;
}

.headerbox .sidebar a:hover {
  color: #f1f1f1;
}

.headerbox .sidebar .closebtn {
  position: absolute;
  top: 8px;
  right: 4px;
  font-size: 36px;
  margin-left: 50px;
}

.headerbox .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #D0021B;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}

.headerbox .openbtn:hover {
  background-color: #444;
}

.headerbox #main {
  transition: margin-left .5s;
  padding: 0;
}

.headerbox .openbtn span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
}

.headerbox .openbtn span:last-child {
    margin-bottom: 0px;
}

.btn {
    min-width: 180px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
}

.black-btn {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    border: 1px solid #000;
}

.black-btn:hover {
    background-color: #fff;
    color: #000;
}

.white-btn {
    background-color: #fff;
    color: #000;
    margin-top: 40px;
    border: 1px solid #fff;
}

.white-btn:hover {
    background-color: #000;
    color: #fff;
}

/*header-css-end*/

/*section-one-css*/

.section-one {
    padding-bottom: 50px;
}

.section-one .img-box img {
    width: 100%;
}

.section-one .contentbox {
    max-width: 460px;
    margin: 110px auto 0px;
    height: 100%;
}

.section-one .contentbox h2 {
    font-size: 56px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-one .contentbox h1{
    font-size: 56px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-one .contentbox p {
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

/*section-one-css-end*/


/*section-two-css*/


.section-two,
.section-four  {
    padding: 50px 0px;
}
.section-three {
    padding: 50px 0px;
}
.section-two {
    overflow: hidden;
}

.section-two .left-sidebox {
    padding: 100px 20px 20px;
    min-height: 650px;
    color: #fff;
    max-width: 520px;
    margin-left: auto;
}

.section-two .left-sidebox h2 {
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-two .left-sidebox p {
    font-size: 24px;
    line-height: 30px;
}

.section-two .right-sidebox {
    padding: 35px 0 20px;/* this one is edited */
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.section-two .right-sidebox .right-sidebox_content {
    margin-bottom: 30px;
}

.section-two .right-sidebox .right-sidebox_content h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    margin: 15px 0px;
    color: #000;
}

.section-two .right-sidebox .right-sidebox_content p {
    font-size: 16px;
    line-height: 22px;
    color: #555;
    font-weight: 400;
}

.section-two .right-sidebox .right-sidebox_content img {
    max-width: 50px;
}

/*section-two-css end*/


/*section-three-css*/

.section-three .content {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.section-three .content h3
/* ,.section-nine .content h3 */
 {
    text-align: center;
    font-size: 45px;
}
.section-five .content h3
/* ,.section-nine .content h3 */
 {
    text-align: center;
    font-weight: 300;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
}

.section-eight .content h3
 {
    font-size: 45px;
}
.section-eight .content h5

{
    margin: 15px 0px;
    font-size: 24px;
    line-height: 35px;
}
/* .section-three .content h3
 {
    text-align: center;
    font-size: 56px;
} */

.section-three .content h5,
.section-five .content h5,
.section-seven .content h5
{
    text-align: center;
    margin: 15px 0px;
    font-size: 24px;
    line-height: 35px;
}
.section-six .content .content-head h3 {
    text-align: center;
    font-weight: 300;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
    color: #fff;
}
.section-six .content .content-head h5 {
    text-align: center;
    margin: 15px 0px;
    font-size: 24px;
    line-height: 35px;
}
.section-nine .content .top-box h3 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
}
.section-seven .content h3 {
    text-align: center;
    font-weight: 300;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
}




.section-nine .content h5
{
    text-align: center;
    margin: 15px 0px;
    font-size: 24px;
    line-height: 35px;
}

.section-three .content .content-detail-button {
    display: flex;
    align-items: center;
    padding-left: 40%;
}

.section-three .content  h5,
.section-five .content h5,

.section-seven .content h5,
.section-nine .content  h5{
    text-align: center;
    margin: 15px 0px 40px;
    font-size: 24px;
    line-height: 35px;
}
.section-six .content h5 {
    text-align: center;
    margin: 15px 0px;
    font-size: 24px;
    line-height: 35px; color: #fff;
}

.section-seven .content h5 {
    text-align: center;
    margin: 15px 0px;
    font-size: 24px;
    line-height: 35px;
}


.section-three .content .content-detail {
    display: flex;
    align-items: center;
}

.section-three .content .content-detail>div {
    width: 50%;
    padding: 0px 15px;
}

.section-three .content .content-detail .right-box img {
    width: 100%;
    max-width: 380px;
    border-radius: 50%;
}

.section-three .content .content-detail .leftbox ul li {
    font-size: 18px;
    padding-bottom: 20px;
    color: #555;
    list-style-type: decimal;
}

.section-three .content .content-detail .leftbox ul li::marker {
    color: #000;
    font-weight: 700;
}

.section-three .content .content-detail .leftbox ul {
    margin-left: 22px;
}


/*section-three-css-end*/



/*section-four-css*/

section.section-four {
    overflow: hidden;
}

.section-four .content .top-box {
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    justify-content: space-between;
}

.section-four .content .top-box h2 {
    max-width: 500px;
    padding-right: 15px;
    text-align: left !important;
    margin-bottom: 0px !important;
}

.section-four .content .top-box h5
{
    font-size: 24px;
    color: #555;
    max-width: 450px;
    line-height: 30px;
    padding-left: 15px;
}

.section-four .content .content-detail .imgbox {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.section-four .content .content-detail .imgbox img {
    width: 100%;
}

.section-four .content .content-detail  .right-sidebox_content {
    max-width: 435px;
    margin-left: auto;
}

.section-four .content .content-detail .right-sidebox_content .box {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}

.section-four .content .content-detail .right-sidebox_content .box .box-detail {
    margin-left: 15px;
}

.section-four .content .content-detail .right-sidebox_content .box .box-detail h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 10px;
}

.section-four .content .content-detail .right-sidebox_content .box .box-detail p {
    font-size: 16px;
    line-height: 22px;
    color: #555;
}

.section-four .content .content-detail .right-sidebox_content .box img {
    max-width: 50px;
}
/*end section-four-css*/


/*section-five-css*/

.section-five {
    padding: 50px 0px;
}
.section-five .content-head,
.section-six .content-head,
.section-seven .content-head
{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.section-five .content h2 ,
.section-nine .content h2,
.section-ten .content h2,
.section-four .content .top-box h2{
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 30px;
}

.section-five .content .complaintbox {
    display: flex;
    justify-content: space-between; margin-top:5%;
}

.section-five .content .complaintbox .box {
    background-color: #D0021B;
    color: #fff;
    max-width: 300px;
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 60px 20px 20px;
}

.section-five .content .complaintbox .box.black-box{
background-color: #000;
}

.section-five .content .complaintbox .box h3 {
    font-size: 45px;
    font-weight: 700;
}

.section-five .content .complaintbox .box p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}

/*section-five-css end*/


/*section-six-css-start*/


.section-six {
    background-color: #D0021B;
    padding: 30px 0px 12px;
    text-align: center;
    border-radius: 10px;
    margin: 100px 0px;
}
.section-six h2 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 30px;
    color: #fff;
}
.section-six .complaintbox .box {
    flex: 31%;
    max-width: 31%;
    background-color: #fff;
    border-radius: 15px;
    margin: 0px 0px 40px;
    padding: 40px 30px;
    box-shadow: 10px 10px 3px #f5644fba;
}
.section-six .complaintbox span img {
    max-width: 100px;
}
.section-six .complaintbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: space-between;
    padding-right: 10px;     margin-top: 5%;
}
.section-six .complaintbox .box h3 {
    font-weight: bold;
    margin: 20px 0px;
}

.section-six .complaintbox .box p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arimo', sans-serif;
    color: #555;
}

.section-two .row {
    margin: 0px;
}

.section-two .row .col-sm-5 {
    padding-left: 0px;
    background-color: #D0021B;
}

.section-two .row .col-sm-7 {
    padding-right: 0px;
}


/*section-six-css-end*/


/*section-seven-css-start*/


.company-image img {
    max-width: 100%;
}
.section-nine {
    margin: 90px 0px;
}
.section-nine .content h3 {
    text-align: center;
    font-weight: 300;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
}
.section-nine .content h5 {
    margin: 15px auto 50px;
    max-width: 750px;
    line-height: 36px;
}


/*section-seven-css-end*/


/*section-ten-css-start*/

.section-ten .content h2{
  text-align: left;
}
.faq-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

.faq-detail-box {
    flex: 31.3%;
    max-width: 31.3%;
    display: flex;
    padding-bottom: 40px;
}

.faq-detail-box span img {
    max-width: 50px;
}

.faq-detail {
    margin-left: 20px;
    width: calc(100% - 70px);
}

.faq-detail h4 {
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 20px;
}

.faq-detail p {
    color: #555;
    line-height: 23px;
    font-size: 16px;
}


/*section-ten-css-end*/


/*footer-css*/

.footer-section {
    margin-top: 60px;
    padding-bottom: 50px;
}

.footer-section .footerbox {
    display: flex;
    width: 100%;
    padding-left: 70px;
}

.footer-section .footerbox .leftbox {
    max-width: 310px;
    width: 100%;
    margin-right: 40px;
    padding-right: 15px;
}

.footer-section .footerbox .leftbox p {
    font-size: 15px;
    color: #9b9b9b;
    line-height: 24px;
    margin: 20px 0px;
}

.section-six .complaintbox .box p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arimo', sans-serif;
    color: #9b9b9b;
}

.footer-section .footerbox .leftbox ul.Social-icons {
    margin-top: 40px;
}

.footer-section .footerbox .leftbox ul.Social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.footer-section .footerbox .leftbox ul.Social-icons li img {
    max-width: 30px;
}

.footer-section .rightbox {
    width: 100%;
    max-width: calc(100% - 310px);
}

.footer-section .rightbox .linksbox {
    display: flex;
    width: 100%;
}

.footer-section .rightbox .linksbox ul {
    /* padding-right: 90px; */
    width: 12vw;
}

.footer-section .rightbox .linksbox .third_block_footer{
    margin-right: 2vw;
}

.footer-section .rightbox .linksbox ul li.main-heading {
    padding-bottom: 0px;
}

.footer-section .rightbox .linksbox ul li.main-heading h5 {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 35px;
    color: #727171;
}

.footer-section .rightbox .linksbox ul a {
    display: block;
    color: #9b9b9b;
    font-size: 12px;
    font-family: 'Arimo', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.footer-section .rightbox .linksbox ul li {
    padding-bottom: 20px;
}

.footer-section .rightbox .linksbox ul a:hover {
    color: #D0021B;
}

/*footer-css end*/


/*section eight css*/

.section-eight {
    padding-top: 70px;
}

.section-eight .content h2 {
    font-weight: 700;
    font-size: 45px;
    font-family: 'Arimo', sans-serif;
    max-width: 400px;
    line-height: 60px;
    margin-bottom: 20px;
}

.section-eight .content p {
    font-size: 24px;
    max-width: 570px;
    line-height: 34px;
    color: #555;
}

.carouselbox {
    padding-top: 50px;
}

.carouselbox .item .cardbox {
    background-color: #F3F4F6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
}

.carouselbox .item .user-profilebox {
    display: flex;
    margin: 20px 0px;
}

.carouselbox .item .user-profilebox span {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.carouselbox .item .user-profilebox span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.carouselbox .item .user-profilebox .detail h3 {
    font-size: 18px;
    font-weight: 600;
}

.carouselbox .item .user-profilebox .detail p {
    font-size: 16px;
}

.carouselbox .item .cardbox p {
    font-size: 16px;
    line-height: 24px;
}

.carouselbox .item .cardbox.box2 {
    margin-bottom: 0px;
}


.carouselbox .owl-carousel button {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: #F3F4F6 !important;
    position: absolute;
    top: -121px;
    right: 0px;
}

.carouselbox .owl-carousel button span {
    font-size: 36px;
    font-weight: 300;
    color: #555;
}

.carouselbox .owl-carousel button.owl-prev {
    right: 60px;
}

.carouselbox .owl-carousel button.owl-next {
    background-color: #d23b29 !important;
}

.carouselbox .owl-carousel button.owl-next span {
    color: #fff;
}

.carouselbox .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .item .cardbox {
    background-color: #d23b29;
}

.carouselbox .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .item .cardbox p {
    color: #fff;
}

.carouselbox .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .item .cardbox h3 {
    color: #fff;
}

/*end eight-section css*/



.quotes {display: none;}

.animation-card .container {
    padding: 0px;
}

.section-two .right-sidebox_content  h4 a{
    color: #000;
}
