
/* ================ Start Global Style ================== */

@font-face {
    font-family: Gothamrounded-Bold;
    src: url(../fonts/gothamrounded-bold.otf);
  }

  @font-face {
    font-family: Gothamrounded-Book;
    src: url(../fonts/gothamrounded-book.otf);
  }


  @font-face {
    font-family: Gothamrounded-Light;
    src: url(../fonts/gothamrounded-light.otf);
  }

  @font-face {
    font-family: Gothamrounded-Medium;
    src: url(../fonts/gothamrounded-medium.otf);
  }

  @font-face {
    font-family: GSegoe-UI;
    src: url(../fonts/Segoe-UI.ttf);
  }

  @font-face {
    font-family: GSegoe-UI-Bold;
    src: url(../fonts/Segoe-UI-Bold.ttf);
  }
  @font-face {
    font-family: GSegoe-UI-Bold;
    src: url(../fonts/Segoe-UI-Bold.ttf);
  }

  @font-face {
    font-family: GSegoe-UI-Italic;
    src: url(../fonts/Segoe-UI-Italic.ttf);
  }
  body{
      background-color:none !important;
  }
.container {
    max-width: 1704px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
*{
  padding: 0;
  margin: 0;
}
*:active,
*:hover,
*:focus {
outline: 0 !important;
outline-offset: 0;
}
a,a:hover {
text-decoration: none;
}
ol,
ul{
  margin: 0;
  padding: 0;
}

/* variable color {} */
html {
  scroll-behavior: smooth;
}

.text--blue {
    color: #0E5FBA;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
h1 {
	font-family: Gothamrounded-Bold;
	font-size: 100px;
	line-height: 100px;
}
h2 {
	font-family: Gothamrounded-Bold;
	font-size: 70px;
	line-height: 85px;
	/* font-weight: 700; */
}
h3 {
	font-family: Gothamrounded-Bold;
	font-size: 40px;
	line-height: 45px;
}
h4{
  font-size: 50px;
  line-height: 35px;
  font-weight:500;
}
body, p {
  font-family: Gothamrounded-Book;
  font-size: 20px;
  line-height: 25px;
} 
.section-padding {
	padding-top: 92px;
	padding-bottom: 108px;
}
.common-btn{
    max-width:325px;
    height:105px;
    margin:0 auto;
}
.common-btn a{
    display: inline-block;
	font-size: 25px;
	line-height: 91px;
    font-family: Gothamrounded-Bold;
    text-align: center;
    width: 325px;
    height: 90px;
	border-radius: 25px;
    color: #0E5FBA;	
	background: #64D5FE;
    transition: all 0.4s linear;
    margin-top: 18px;
}
.common-btn a:hover {
	background: #0E5FBA;
	color: #fff;
}
.common-title p {
	max-width: 1190px;
	margin: auto;
}
.common-title h2 {
    margin-bottom: 10px;
}
  /* ============= End Global Style =============== */
/* ======================================================================
                  Start Home page Style
                         ================================================ */
                         

.desktop-header .nav-div .navbar-nav {
	margin-right: 35px;
}
.desktop-header .nav-div .navbar-nav li a{
	color: #ffffff;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	font-family: Gothamrounded-Bold;
	background-color: transparent !important;
}

/* .desktop-header .nav-div .navbar-nav li a:hover{
	color: #0E5FBA;
} */
.mobile-header{
	display: none;
}
/*================================video-section==================================*/
.video-section{
	margin-top: 90px;
}
/*==================================manage-section===================================*/
.message-section{
    background-color:#EDEBEB !important;
}
.manage-card-title{
	line-height: 40px !important;
	text-align: left;
}
.card-body{
	text-align: left;	
}
.dealer-bullet, .sales-bullet {
	width: 485px;
	background-color: #6AD5FD;
	height: 5px;
	border-radius: 25px;
	display: block;
	margin-top: -45px;
}
.sales-bullet{
	width: 290px;
}
.contact-bullet{
    width: 200px;
    margin-top: -17px;
}
.manage-box-list{
	margin-top: 20px;
}
.manage-box-list li {
	position: relative;
	padding-left: 30px;
	padding-top: 25px;
}
.manage-box-list li::before {
	position: absolute;
	content: "•";
	color: #6AD5FD;
	font-size: 45px;
	margin-left: -45px;
	width: 45px;
	display: inline-block;
}
.customer-section{
    padding-bottom: 00px !important;
}
.customer-slider-section{
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.cutomer-button-section{
	padding-bottom: 85px;
}
.customer-content p{
    font-family: Gothamrounded-Bold !important;
    font-size: 20px !important;
    line-height:25px !important;
    color:#0F61BA;
}
.customer-details{
  margin-top:40px;  
}
.customer-details p{
    font-size: 20px !important;
    line-height:25px !important;
    font-family: Gothamrounded-Book;
    color:#0F61BA;
	margin-bottom: 0px  !important
}
.customer-details p span{
     font-size: 15px !important;
    font-style:italic;
}
.slick-track {
/* margin-left: -30px; */
    /* margin-right: -20px; */
}
.customer-box {
	background: #6AD5FD;
	/* height: 425px; */
	padding: 60px 40px;
	border-radius: 100px;
	/* margin-left: 20px;
	margin-right: 20px; */
}
.customer-box:last-child{
	margin-right: 0px;
}
.request-button a{
    background: #0E5FBA !important;
    color:#6AD5FD;
}
.request-button a:hover{
   background: #64D5FE !important; 
   color:#fff;
}
.customer-learn-button a{
    background: #fff !important;
    color:#0E5FBA !important;
}
.customer-learn-button a:hover{
    background: #64D5FE !important; 
   color:#fff !important;
}
.slick-list{
	margin: 0 -30px;
}
.slick-slide{
	margin: 0 30px;
}
.customer-box {
	background: #6AD5FD;
	padding: 60px 40px;
	border-radius: 100px;
	min-height: 510px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.customer-details {
	padding-top: 0;
	padding-bottom: 30px;
}
.mobile-banner-caption, .mobile-banner{
    display:none;
}
.btn-deep-orange{
	font-size: 25px;
	background: #64D5FE;
	border-radius: 25px;
	padding: 5px 30px;
}
.btn-deep-orange:focus{
	box-shadow: none !important;
}
.form-control{
	margin-top: 10px;
}
.video-header {
	height:1020;
	display: flex;
	align-items: center;
	color: #fff;
  overflow: hidden;
}
.video-banner-section .navbar{
  position: absolute;
  width: 100%;
}
.header-about .fullscreen-video-wrap {
	height: 1080px;
}
.fullscreen-video-wrap{
	width: 100%;
	overflow: hidden;
}
.fullscreen-video-wrap video{
    width: 100%;
    height: 100%;
    	object-fit: cover;
}
.home-header .fullscreen-video-wrap {
    z-index: -1;
}
.home-header .header-overlay{
    z-index: 1;
}
.header-overlay{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header-content{
    z-index: 2;
    position: absolute;
    width: 100%;
}
.navbar{
  z-index: 2;
}
.navbar{
  padding-top: 40px;
}
.navbar-nav #navbarDropdown img{
    width: 55px;
    object-fit:cover;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 0;
	left: -176px;
	border-radius: 15px;
	padding: 21px 12px;
	text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .active-bg {
	background-color: #fff;
	border-radius: 15px;
}
 .banner-section{
  top:223px;
} 
.customer-header .video-header{
    height: 912px;
}
.contact-header .video-header{
    height: 927px;
}
.customer-header .login-btn a:hover,.contact-header .login-btn a:hover {
	background: #0B69C1;
	color: #fff;
}
 .vedio-slide .vedio-div video{
  object-fit: cover;
  width: 100%;
  height: 100vh;
} 
.contact-header .header-content,.customer-header .header-content{
    z-index:0;
}
 .header{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.header a {
	float: left;
	color: #0E5FBA;
	text-decoration: underline;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
}
.header .collapse{
    float: right;
}
.header .mobile-login{
    display:none;
}
.banner-slider-content {
	background: rgb(98 170 255 / 48%);
	border-radius: 134px;
	padding-left: 70px;
	padding-bottom: 73px;
	padding-top: 70px;
	padding-right: 55px;
	margin-left: 16px;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	-webkit-filter: hue-rotate(5deg);
	filter: hue-rotate(5deg);
	max-width: 956px;
}
.banner-slider-content h1{
  color: #FFFFFF;
}
.banner-slider-content h1 span {
	font-family: Gothamrounded-Book;
	font-size: 90px;
	line-height: 100px;
}

.video-banner-section .banner-slider-content p {
	max-width: 680px;
	padding-top: 20px;
}
.banner-btn{
    display:flex;
    flex-wrap:wrap;
}
.banner-btn span{
 padding-top: 52px;
 width: 316px;
}
.banner-btn span:first-child{
    margin-right:40px;
}
.banner-btn span:last-child{
    margin-right:30px;
}
.banner-btn span:first-child a{
    background-color: #FFFFFF;
	color: #0E5FBA;
}
.banner-btn span:first-child a:hover{
    background-color:#64D5FE;
}
.banner-btn span:last-child a{
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color:#ffffff;
}
.banner-btn span:last-child a:hover{
    background-color:#ffffff;
    color: #0E5FBA;
}
.banner-btn a{
    display: inline-block;
	font-size: 25px;
	line-height: 91px;
    font-family: Gothamrounded-Bold;
    text-align: center;
    /*text-transform: capitalize;*/
    width: 325px;
    height: 91px;
	border-radius: 25px;
    color: #0E5FBA;	
	background: #64D5FE;
    transition: all 0.4s linear;
    margin-left: 0;
}
.banner-btn a:hover {
	background: #0E5FBA;
	color: #fff;
}
.video-banner-section .login-btn a {
	display: inline-block;
	  font-family: Gothamrounded-Book;
	font-size: 25px;
	line-height: 44px;
	text-align: center;
	text-transform: capitalize;
	width: 144px;
	height: 44px;
	border-radius: 25px;
	color: #0E5FBA;
	background: #ffffff;
	position: relative;
	z-index: 1;
	transition: all 0.4s linear;
	font-weight: 700;
	text-decoration: none;
}
.video-banner-section .login-btn a:hover {
  background: #0b69c1;
	color: #fff;
}
.banner-slider-content.mobile{
    display:none;
}
.dropdown-menu{
  padding: 0;
}
.dropdown-item:hover {
	color: #1e2125;
	background-color: transparent;
	width: 100%;
}
.active-bg{
  background-color: #e9ecef;
	width: 100%;
}
.active-bg:hover{
  background-color: #e9ecef;
}

/* ======================================================================
                  header-css-end
                         ================================================*/
.book-demo-form{
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: .25rem;
    margin-top:10px;
}          
.modal-title{
    font-size:40px;
}
/* ======================================================================
                  start manage-leads-section
                         ================================================*/
.manage-leads-section .manage-box {
	margin: 70px auto 50px auto;
	max-width: 1470px;
}
.manage-leads-section h2 {
	max-width: 1297px;
	margin: 0 auto;
	font-size: 70px;
	line-height: 75px;
	font-family: Gothamrounded-Bold;
}
.manage-leads-section .sub-heding,
.customer-care-second-section .customer-care-content .sub-heding,
.customer-section .customer-sub-content .sub-heding {
  color: #0E5FBA;
  max-width: 1017px;
  line-height: 30px;
  margin: 0 auto;
  font-family: Gothamrounded-Bold;
}
.manage-leads-section p {
  color: #0E5FBA;
  margin-top: 28px;
}
.manage-leads-section .manage-box-first-column,
.manage-leads-section .manage-box-second-column {
	padding: 60px 60px;
	max-width:670px;
	margin:0 auto;
	background: #116BC7;
    border-radius: 140px;
}
.manage-leads-section .manage-box-second-column {
  background: #164779;
}

.manage-leads-section .manage-box-first-column h5,
.manage-leads-section .manage-box-second-column h5 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 700;
  font-family: Gothamrounded-Medium;
}
.manage-lead-text-mobile{
    display:none;
}
.manage-leads-section .manage-box-first-column p, .manage-leads-section .manage-box-second-column p {
	color: #ffffff;
	font-family: Gothamrounded-Book;
	max-width: 617px;
	font-size: 25px;
	line-height: 30px;
}
/* ======================================================================
                  end manage-leads-section
========================================================================*/

 /* ======================================================================
                  video-section-css
  ========================================================================*/                                                
.video-section video{
    width:100%;
}
 /* ======================================================================
                  start card-section 
=========================================================================*/
.desktop-card{
    display: block;
}
.mobile-card-section{
    display: none;
}  
.card-section{
    margin-top:-15px;
}
.card-section {
	/* background: url(../images/Comp\ 2_1.svg); */
	padding-top: 96px;
	padding-bottom: 82px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.card-bg-video{
	display: block;
}

.fullscreen-video {
	position: relative;
}
.card-bg-video .fullscreen-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-card-section {
	/*position: absolute;*/
	/*top: 0px;*/
}

.card-section .custom-box {
    padding: 95px 0 64px 0;
    border-radius: 150px;
    background: rgba(255,255,255,0.5);
    border: none;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    -webkit-filter: hue-rotate(5deg);
            filter: hue-rotate(5deg);
}
.card-section .card-body h3{
 padding: 40px 0 22px 0;
}
.card-section .custom-box p {
	font-family: Gothamrounded-Book;
	font-size: 20px;
	line-height: 30px;
	padding: 0 21px;
}
.naver{
    margin-top:20px !important;
}

/*================customer-section==================================*/

.customer-section .common-title h2 {
    line-height: 90px;
    margin-bottom: 42px;
}
.customer-section .customer-details p {
    font-size:20px;
    line-height: 25px;
}
.customer-section .sub-heding {
	max-width: 1091px;
	font-family: Gothamrounded-Bold;
	font-size: 30px;
	line-height: 30px;
}
.customer-section .customer-sub-content {
    margin-top: 38px;
}
.customer-section .customer-sub-content p {
    line-height: 30px;
}

.customer-section .container .customer .customer-content {
    margin-bottom:50px;
}
.customer-section .container .customer .customer-content p {
    font-size:20px;
}
.expert-mobile-text{
    display:none;
}
/*========================newslatter-section===========================*/

.news-latter-section {
	padding-top: 105px;
	padding-bottom: 105px;
	background-image: url(../images/newslatter-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.news-latter-section .container{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px 30px;
}
.news-latter {
    background: rgba(255,255,255,0.5);
    border-radius: 142px;
    padding: 85px 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-filter: hue-rotate(5deg);
    filter: hue-rotate(5deg);
}
.news-latter-details p br{
    display:none;
}
.newslatter-box form{
	display: flex;
	justify-content: center;
	padding: 0 77px;
	margin-top: 70px;
}
.news-latter-section .news-heading h4 {
	color: #ffffff;
	font-family: Gothamrounded-Medium;
}
.news-latter-section .news-heading p {
	max-width: 843px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 25px;
	max-width: 657px;
}
.newslatter-box input[type="email"] {
	max-width: 501px;
  width: 100%;
	height: 88px;
	margin-right: 5%;
	padding-left: 27px;
	border: none;
}
.newslatter-box input[type="submit"]{
 margin-top: 0px !important;
 margin-right:20px;
}
.news-latter-section .common-btn {
	max-width: 325px;
	height: 105px;
	margin:0 !important;
}
.login-col form input[type="submit"],.newslatter-box input[type="submit"] {
	width: 324px;
	height: 90px;
	border-radius: 30px;
	border: none;
	background: #64D5FE;
    font-size: 25px;
    line-height: 90px;
    color: #0E5FBA;
    font-family: Gothamrounded-Bold;
    margin-top: 35px;
    background: #64D5FE;
    transition: all 0.4s linear;
}
.login-col form input[type="submit"]:hover,.newslatter-box input[type="submit"]:hover{
  background-color: #0E5FBA;
  color: #ffffff;
}
/*=========================================================partner-section============================================================*/
.partner-section{
  padding-top:145px;
  padding-bottom:40px;
}
.partner-section .container{
  max-width: 1605px;
  margin: 0 auto;
}
/*====================================footer-section=======================================*/

.footer-section {
  background-color: #E0DFDF;
  padding-top: 115px;
  padding-bottom: 85px;
}
.footer-section h4 {
	color: #0E5FBA;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 30px;
	font-family: Gothamrounded-Medium;
}
.footer-section ul li a {
	color: #0E5FBA;
	font-size: 20px;
	line-height: 25px;
	font-family: Gothamrounded-Medium;
	text-decoration: underline;
  transition:.3s;
}
.footer-section ul li a:hover{
  color: #64D5FE;
}
.footer-section ul li {
	color: #0E5FBA;
	font-size: 20px;
	line-height: 25px;
	font-family: Gothamrounded-Medium;
	margin-top: 30px;
}
.footer-section .contact-col {
  /*margin-left: 50px;*/
  float: left;
}
.footer-logo-col{
	float: right;
}
.footer-section .footer-social-icon li a {
font-size: 50px;
margin-right: 30px;
transition: .3s;
}
.footer-section .footer-social-icon li a:hover {
	color: #64D5FE;
}
.footer-section .footer-logo-col li {
  text-decoration: underline;
}

/*=====================================================================================
                                  About-page-css
 =====================================================================================*/                               
.commom-color{
  color: #0E5FBA
}
.common-space{
  margin-top: 43px;
}
.intro-section{
  margin-top: 0px;
}
.intro-section .intro-row{
  display: flex;
  align-items: center;
}
.intro-section h2{
  margin-top: 85px;
}
.intro-section p{
  max-width: 922px;
}
.intro-row .commom-sub-heading {
	font-size: 20px;
	line-height: 30px;
	max-width: 775px;
}
.intro-section img{
  margin-top: 22px;
}
.continued-section{
  padding: 0 30px 157px 30px;
} 
.continued-section .content-column p span {
	max-width: 671px;
	font-family: Gothamrounded-Bold;
	display: inline-block;
}
.customer-care-second-section .customer-care-content h2 {
	max-width: 1349px;
	margin: 0 auto;
}
.customer-care-second-section {
  background: #EDEBEB;
}
.customer-care-second-section .commom-sub-heading {
	font-size: 20px;
	font-family: Gothamrounded-Book;
	max-width: 1062px;
	margin: 0 auto;
}
/*=======================================================================================
                                    customer-page-css
========================================================================================*/

.banner_customer{
    background: green;
    position: relative;
}

.banner_customer::before {
	content: '';
	background-image: url(../images/car-img.png);
	position: absolute;
	width: 985px;
	height: 698px;
	background-size: cover;
	bottom: 0;
}

.commom-sub-heading {
  font-size: 20px;
	font-family: Gothamrounded-Book;
}
.we-are-section {
  /* background: #EDEBEB; */
  background-color: #FFFFFF;
}
.customer-page-slider{
	padding-bottom: 100px !important;
}
.customer-banner .container{
    max-width: 1745px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.customer-banner {
	background: url(../images/customar-bg.png) no-repeat;
	background-position: center;
	padding-top: 210px;
	background-size: cover;
}
.contact-header .heder-section .header .container{
  display: flex;
  align-items: center;
}
.customer-banner .row {
    width: 100%;
    margin:0 auto;
}
.customer-banner .second-dive {
	max-width: 800px;
	float: right;
	margin-right: 4%;
}
.customer-content .customer-heading-content h2 {
	font-size: 50px;
	line-height: 54px;
}


.customer-content .customer-heading-content {
	background: rgba(255,255,255,0.5);
	border-radius: 125px;
	padding: 60px 74px;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	-webkit-filter: hue-rotate(5deg);
	filter: hue-rotate(5deg);
	margin: 30px 0 80px 0;
}
.banner_customer .custom-row{
    display:flex;
    flex-wrap:wrap;
}
.banner_customer .left_blank_column{
    width:45%;
    margin-right:5%;
}
.banner_customer .right-caption-column{
     width:50%;
     margin-top:120px; 
}
.banner_customer .common-btn a {
    line-height: 75px;
    width: 280px;
    height: 75px;
}

.banner_customer .common-btn a:hover{
   width: calc(100% + 10px);
}

.customer-content .customer-heading-content p strong {
	max-width: 696px;
	display: inline-block;
	padding: 13px 0 0 0;
}
.customer-banner .customer-heading-content .commom-sub-heading {
	font-size: 18px;
	font-family: Gothamrounded-Book;
}
/* ------------- End Continue Style ----------------- */
.continue-section {
	padding: 131px 0 95px 0;
	background: #EDEBEB;
}
.continue-section .common-title p  {
    margin-bottom:53px;
}
.continue-section .customer {
    margin: 112px 0 0 0;
}
.continue-section .customer-details{
    margin-top:66px;
}

.request-button-call{
    display:block;
}
.request-button-desktop{
    display:none;
}
/*=======================================================================================
                                        Contact-page-css
========================================================================================*/


/*=======================================================================================
                                        partner-page-css
========================================================================================*/
.partner-header .navbar {
  background: #0e5fba !important;
}
.partner-header .login-btn a {
	display: inline-block;
	font-family: Gothamrounded-Book;
	font-size: 25px;
	line-height: 44px;
	text-align: center;
	text-transform: capitalize;
	width: 144px;
	height: 44px;
	border-radius: 25px;
	color: #0E5FBA;
	background: #ffffff;
	position: relative;
	z-index: 1;
	transition: all 0.4s linear;
	font-weight: 700;
	text-decoration: none;
}
.partner-header .login-btn a:hover {
	background: #0b69c1;
	color: #fff;
}
.partner-banner-section .common-btn a:hover {
	background: #fff;
	color: #0e5fba;
}

.partner-banner-section {
	background-image: url(../images/partner-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 110px 0;
	margin-top: -1px;
}
.partner-banner-section p {
	font-family: Gothamrounded-Bold;
	max-width: 784px;
	margin: 0 auto;
}
.partner-banner-section .commom-sub-heading {
	font-family: Gothamrounded-Book;
	max-width: 812px;
	margin: 0 auto;
}
.partner-banner-section .common-btn {
	padding-top: 8px;
	padding-bottom: 120px;
}
.partner-banner-section .common-btn a {
background: #64D5FE;
}

/*=====================parner-item=============*/
.integrations-section .container {
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
}
.integrations-section{
  background: #EDEBEB;
  padding: 115px 0;
}
.integrations-section .partner-items-parrents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	align-items: center;
}
.integrations-section {
	background: #EDEBEB;
	padding: 110px 0 75px 0;
}
.integrations-section .item-one, 
.integrations-section .item-two {
  margin-bottom: 110px;
}
.integrations-section .parner-parrents .item-one:last-child, 
.integrations-section .parner-parrents .item-two:last-child{
  margin-bottom: 0px;
}
.integrations-section .parner-parrents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.integrations-section .parner-parrents .partner-logo {
	width: 35%;
	margin-right: 0%;
	max-width: 290px !important;
	height: 211px;
	background: #FFFFFF;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .integrations-section .parner-parrents .whatsapp-logo {
    max-width: 160px;
} */
.integrations-section .parner-parrents .parner-content {
	width: 57%;
    margin-left: 50px;
}
.integrations-section .parner-parrents .partner-logo img {
	width: 100%;
	width: 140px;
	height: 140px;
	object-fit: contain;
}
.integrations-section .partner-items-parrents h3, .form-oems-parrents h3 {
	font-family: Gothamrounded-Medium;
	color: #0E5FBA;
	line-height: 56px;
}
.integrations-section .parner-parrents .parner-content p {
	font-size: 15px;
	line-height: 20px;
	color: #393838;
	max-width: 443px;
}

/*======================= form-oems-section ==============*/
.form-oems-section {
  padding: 129px 0;
}
.form-oems-section .container {
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
 
}
.form-oems-section .form-oems-parrents {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
.form-oems-section .form-oems-parrents .form-oems-item {
  width: 48%;
  margin-right: 4%;
}
.form-oems-section .form-oems-parrents .form-oems-item:last-child{
  margin-right: 0;
}
.form-oems-section .form-oems-parrents .items-parrents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-oems-section .form-oems-parrents .oems-logo {
	width: 33%;
	margin-right: 5%;
}
.form-oems-section .form-oems-parrents .oems-content {
  width: 61%;
}
.form-oems-section .form-oems-parrents .items-parrents p {
	font-size: 15px;
	line-height: 21px;
}
/*=================== reseller-section ==================*/
.reseller-section {
  background:#0E5FBA;
  padding: 115px 0;
}
.reseller-section .container {
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
}
.reseller-section .reseller-parrents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.reseller-section .reseller-parrents .reslller-item-one{
  width: 48%;
  margin-right: 4%;
}
.reseller-section .reseller-parrents .reslller-item-two{
  width: 48%;
}
.reseller-section .reseller-parrents .item-parrent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.reseller-section .reseller-parrents .reseller-item-logo {
	width: 33%;
	margin-right: 5%;
	max-width: 240px;
	height: 211px;
	border-radius: 25px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reseller-section .reseller-parrents .reseller-item-logo img{
	height: 173px;
	width: 173px;
	object-fit: contain;
}
.reseller-section .reseller-parrents .reseller-item-content {
  width: 61%;
}
.reseller-section .Resellers-heading h2 {
  line-height: 85px;
  color: #fff;
}
.reseller-section .reseller-item-content h3 {
  font-family: Gothamrounded-Medium;
  line-height: 60px;
}
.reseller-section .reseller-item-content p {
  font-size: 15px;
	line-height: 21px;
  color: #fff;
}
.reseller-section .common-btn{
    padding-top: 70px;
    padding-bottom: 145px;
}
.reseller-section .common-btn a:hover {
	background: #fff;
	color: #0E5FBA;
}

                        