body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #555;
	font-family: 'Capriola', sans-serif;
	font-family: 'Raleway', sans-serif;
}
*{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
a {
	text-decoration: none !important;
}

/*navbar css start here*/
nav.navbar.navbar-expand-lg.navbar-light {
    background-color: #10233E;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #EBAC33;
}
.header_logo_style{
    width: 60px;
}
.navbar-brand {
    margin-left: 3%;
}
#navbarNav {
    margin-top: 1%;
    margin-left: 1%;
}
.search_icon_style{
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.header_btn_style{
    background-color: #2C2F88 !important;
    border-color: #2C2F88 !important;
    color: #ffffff !important;
	padding: 8px 25px;
    border-radius: 8px;
}
.login_btn {
	color: #2C2F88 !important;
	font-weight: 600;
}
/*navbar css close here*/

/* search box start here */
.search_box {
	width: 55px;
}
.search-wrapper {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 0;
	right: 0;
  }

  .search-wrapper.active {
	right: -158px;
  }

  .search-wrapper .input-holder {
	height: 40px;
	width: 40px;
	overflow: hidden;
	background: rgb(44 47 136 );
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease-in-out;
	position: relative;
    height: 40px;
  }

  .search-wrapper.active .input-holder {
	width: 450px;
	border-radius: 50px;
	background: rgb(44 47 136 / 95%);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  }

  .search-wrapper .input-holder .search-input {
	width: 100%;
    height: 40px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: -10px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
  }
  .search-wrapper .input-holder .search-input::placeholder {
	  color: #fff;
  }
  .search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 10px);
  }

  .search-wrapper .input-holder .search-icon {
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: #2C2F88;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
  }

  .search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
  }

  .search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	top: -2px;
    left: 6px;
  }

  .search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
  }

  .search-wrapper .input-holder .search-icon span::before,
  .search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
  }

  .search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 11px;	
    left: 6px;
    top: 11px;
	border-radius: 2px;
	background: #fff;
  }

  .search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid #fff;
  }

  .search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
  }

  .search-wrapper.active .close {
	right: -50px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
  }

  .search-wrapper .close::before,
  .search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #2C2F88;
	border-radius: 2px;
  }

  .search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
  }

  .search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
  }
/* search box close here */

.home_CarouselRow_style {
    position: absolute !important;
    top: 0 !important;
    color: #ffffff;
    margin: 0px;
    padding-left: 15%;
    height: 100%;
    width: 101%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: 999;
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(137,137,137,0.5) 100%);
}

.home_CarouselH1_style{
    color: #ffffff;
	font-size: 50px;
}
.home_CarouselP_style{
    color: #ffffff;
    width: 300px;
}

.home_TrekouRide_style{
    background-color: #ffffff;
}

.home_TrekouRide_style h1{
    font-family: 'Capriola', sans-serif;
    font-size: 80px;
}

.home_btn_style{
    background-color: #EBAC33 !important;
    border-color: #EBAC33 !important;
    color: #ffffff !important;
    border-radius: 30px;
	padding: 10px 25px;
    text-align: center;
    font-weight: 500;
	letter-spacing: 1.5px;
    width: 200px;
}
.home_btn_style:focus{
    outline: none;
}

.carousel-indicators{
    display: none !important;
}
.carousel-control-prev-icon {
    background-image: url('../images/Group 79.png') !important;
    width: 70px;
    height: 70px;
    color: #ffffff;
}

.carousel-control-next-icon {
    background-image: url('../images/Group 80.png') !important;
    width: 70px;
    height: 70px;
    color: #ffffff;
}

/* how it work style start*/

.home_ItWorkDiv_style{
    background-color: #ebffeb;
}

.home_howItWorkH1_style{
    font-family: 'Capriola', sans-serif;
    font-size: 60px;
}
.home_row_style{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.watermark {
    opacity: 0.5;
    color: BLACK;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home_imgOne_style{
    border-radius: 20px !important;
    height: 180px;
    background-color: transparent;
    border: none;
}

.home_imgOne_style > img{
    border-radius: 20px !important;
    height: 180px;
    transition: 0.5s all ease;
}

/* .home_ItWork_style:hover{
    height: 200px;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
} */

.home_imgTwo_style{
    margin-top: 50px;
    border-radius: 20px !important;
}
.home_imgTwo_style > img{
    border-radius: 20px !important;
    height: 180px;
    transition: 0.5s all ease;
}

.home_imgThree_style{
    margin-top: 100px;
    border-radius: 20px !important;
}
.home_imgThree_style > img{
    border-radius: 20px !important;
    height: 180px;
    transition: 0.5s all ease;
}

.home_imgFour_style{
    margin-top: 150px;
    border-radius: 20px !important;
}
.home_imgFour_style > img{
    border-radius: 20px !important;
    height: 180px;
    transition: 0.5s all ease;
}

.home_TrekouRide_img_style{
    margin-top: 20px;
}

/* how it work style end*/

/* mobile application style start */

.home_mobileApp_style{
    background-color: #10233E !important;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

.home_mobileApp_style::before{
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ebffeb;
    border: solid 5px #ebffeb;
    border-color: #ebffeb transparent transparent transparent;
    border-radius: 0 0 100% 100%;
}

.home_mobileApp_style::after{
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    /* border: solid 5px #000; */
    border-color: transparent transparent #fafbfe transparent;
    border-radius: 100% 100% 0 0;
}

.home_cirDivOne_style{
    height: 30px;
    width: 30px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    margin-right: -35px;
    margin-top: 11px;
    margin-left: 34px;
}

.home_mobAppPTag_style{
    text-align: left;
    color: #ffffff;
    font-size: 30px;
}

.home_cirDivTwo_style{
    margin-top: 30px;
    height: 220px;
    width: 220px;
    border: 1px solid #ffffff;
    border-radius: 130px;
}

.home_mobileImg_style{
    height: 398px;
    z-index: 99;
    margin-top: -189px;
}

.home_col6_style{
    margin-left: -100px;
    margin-top: 110px;
}

.home_mobAppLeftDiv_style{
    display: flex;
    margin-left: 90px;
}

.home_mobAppRightDiv_style{
    display: flex;
}

.home_cirDivThree_style{
    height: 30px;
    width: 30px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    margin-right: -35px;
    margin-top: 11px;
    margin-left: 148px;
}

.home_googlePlayImg_style{
    height: 50px;
    margin: -3px 20px;
}

.home_cirDivFour_style{
    height: 100px;
    width: 100px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    margin-right: -35px;
    margin-top: 23px;
    margin-left: 34px;
}

.home_appStoreImg_style{
    height: 50px;
    margin-top: -148px;
}

/* mobile application style end */

/* Trusted Trekou style start */

.home_trustedH1_style{
    font-family: 'Capriola', sans-serif;
    font-size: 60px
}

.home_TrustedOne_style{
    position: relative;
    display: flex;
    margin-top: -30px;
    height: 90px;
}

.home_profileOne_style{
    text-align: left;
    position: absolute;
    left: 330px;
}

.home_profileOneImg_style{
    border-radius: 100px;
    height: 100px;
    width: 100px;
    border: 3px solid #2C2F88;
}

.home_cardProfile_style{
    position: absolute;
    left: 515px;
}

.home_cardProfile_style > .card{
    width: 280px;
    padding: 15px;
}

.home_profileTwoImg_style{
    border-radius: 70px;
    height: 60px;
    width: 60px;
    border: 3px solid #2C2F88;
}

.home_profileTwo_style{
    position: absolute;
    right: 360px;
}

.home_TrustedTwo_style{
    position: relative;
    display: flex;
    top: 20px;
    height: 170px;
}

.home_profileThree_style{
    text-align: left;
    position: absolute;
    left: 30px;
}

.home_profileRedDot_style{
    margin-left: 30px;
    margin-top: -16px;
    opacity: 0.5;
}

.home_profileGreenDot_style{
   margin-left: 450px;
   margin-top: 90px;
   opacity: 0.5;
}

.home_profileThreeImg_style{
    border-radius: 100px;
    height: 70px;
    width: 70px;
    border: 3px solid #2C2F88;
}

.home_profileFour_style{
    text-align: left;
    position: absolute;
    right: 30px;
}

.home_profileFourImg_style{
    border-radius: 100px;
    height: 100px;
    width: 108px;
    border: 3px solid #2C2F88;
}

.home_TrustedThree_style{
    position: relative;
    display: flex;
    top: -5px;
    height: 70px;
}

.home_profileFive_style{
    text-align: left;
    position: absolute;
    left: 200px;
}

.home_profileFiveImg_style{
    border-radius: 100px;
    height: 60px;
    width: 60px;
    border: 3px solid #2C2F88;
}

.home_profileSix_style{
    text-align: left;
    position: absolute;
    right: 200px;
}

.home_profileSixImg_style{
    border-radius: 100px;
    height: 50px;
    width: 50px;
    border: 3px solid #2C2F88;
}

/* Trusted Trekou style end */

.home_h2_style{
    font-family:  'Capriola', sans-serif;
}

.team_img_style{
    margin-top: 140px;
}
.team_group {
	position: relative;
}
.team_group::before{
    content: "";
    background-color: #eeeeee;
    border: solid 5px #eeeeee;
    border-color: #eeeeee transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    position: absolute;
    width: 100%;
	left: 0;
    height: 56px;
    bottom: 0;
}

.home_teamImg_style{
    /* height: 200px; */
    margin-top: -144px;
	position: relative;
}

.home_bookinkDiv_style{
    background-color: #2C2F88;
    padding: 20px;
}

.home_bookinkDiv_h1_style{
    color: #ffffff;
    margin-left: 80px;
}

.home_bookinkDiv_h4_style{
    color: #ffffff;
    margin-left: 80px;
}



/* footer css start */

.footer_div_style{
    background-color: #10233E;
}

.footer_row_style{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer_logoDiv_style{
    text-align: left;
}

.footer_logo_style{
    width: 120px;
    margin-top: 30px;
}

.footer_imgDiv_style{
    text-align: left;
}

.footer_googlePlayImg_style{
    height: 55px;
    /* margin-top: 50px; */
    margin-right: 10px;
}

.footer_appStoreImg_style {
    height: 55px;
    margin-top: 50px;
    margin-right: 10px;
}

.footer_hr_style{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #fff;
}

.footer_h5_style{
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_link_style{
    display: block;
    color: #ffffff !important;
    margin-bottom: 5px;
}

.footer_link_style:hover{
    cursor: pointer;
    color: #ffffff !important;
}

.footer_btn_style{
    border: 1px solid #ffffff !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 8px 25px;
    font-weight: bold !important;
    font-size: 14px !important;
    display: inline-block;
    width: 90%;
    text-align: center;
}
.home_bookingBtn_style {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.home_bookingBtn_style a {
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
	transition: .5s all ease;
}
.home_bookingBtn_style a:hover {
	color: #2C2F88;
	background-color: #fff;
	transition: .5s all ease;
}
.how_work_box p{
	text-align: center;
	/* margin: 5px auto; */
	font-weight: 600;
}
.home_cardProfile_style p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 26px;
    font-size: 15px;
}
@media screen and (max-width:410px) and (min-width:280px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: block;
    }

    .home_cirDivTwo_style{
        height: 180px;
        width: 180px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 310px;
        z-index: 99;
        margin-top: -154px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: 11px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 18px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: -10px;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: -10px;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 30px;
        width: 30px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 52px;
        height: 83px;
        width: 77px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        /* margin-left: 70px;
        margin-top: -16px;
        height: 83px;
        width: 77px; */

        margin-left: 46px;
        margin-top: -8px;
        height: 83px;
        width: 77px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 70px;
    }

    .home_cardProfile_style > .card{
        width: 140px;
        font-size: 12px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    /* Trusted Trekou style end */



    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 22px;
    }
}

@media screen and (max-width:480px) and (min-width:411px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: block;
    }

    .home_cirDivTwo_style{
        height: 180px;
        width: 180px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 358px;
        z-index: 99;
        margin-top: -154px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: 11px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 18px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: -10px;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: -10px;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 30px;
        width: 30px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 52px;
        height: 100px;
        width: 100px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 70px;
        margin-top: -8px;
        height: 100px;
        width: 100px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 70px;
    }

    .home_cardProfile_style > .card{
        width: 200px;
        font-size: 12px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    /* Trusted Trekou style end */



    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 22px;
    }
}

@media screen and (max-width:567px) and (min-width:481px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: block;
    }

    .home_cirDivTwo_style{
        height: 180px;
        width: 180px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 358px;
        z-index: 99;
        margin-top: -154px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: 11px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 18px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: -10px;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: -10px;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 30px;
        width: 30px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 74px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 102px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 82px;
    }

    .home_cardProfile_style > .card{
        width: 260px;
        font-size: 15px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    /* Trusted Trekou style end */



    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 28px;
    }
}

@media screen and (max-width:599px) and (min-width:568px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 310px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 280px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 280px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 460px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style{
        margin-top: -8px;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }
    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 92px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 135px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 100px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:679px) and (min-width:600px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 310px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 280px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 280px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 460px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 70px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 138px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 128px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:739px) and (min-width:680px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 310px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 280px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 280px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 460px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 120px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 120px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 160px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:767px) and (min-width:740px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 370px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 340px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 340px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 340px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 340px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 56px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
        justify-content: center;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 80%;
        height: 510px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 158px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 120px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 198px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 370px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_ItWork_style:hover{
        height: 125px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }
    
    .home_imgTwo_style{
        margin-top: 50px;
        border-radius: 20px !important;
    }
    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_imgThree_style{
        margin-top: 100px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    
    .home_imgFour_style{
        margin-top: 150px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 115px;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 20px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
        justify-content: center;
    }

    .home_cirDivThree_style{
        margin-left: 100px;
    }

    .home_googlePlayImg_style {
        height: 50px;
        margin: -3px 10px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 28px;
    }

    .home_appStoreImg_style {
        height: 50px;
        margin-top: -149px;
    }

    .home_cirDivTwo_style{
        height: 200px;
        width: 200px;
    }

    .home_mobileImg_style{
        width: 94%;
        height: 380px;
        z-index: 99;
        margin-top: -177px;
        margin-left: 35px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 158px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 120px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 198px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:1200px) and (min-width:1024px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 370px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_ItWork_style:hover{
        height: 125px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }
    
    .home_imgTwo_style{
        margin-top: 50px;
        border-radius: 20px !important;
    }
    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_imgThree_style{
        margin-top: 100px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    
    .home_imgFour_style{
        margin-top: 150px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 115px;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 20px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
        justify-content: center;
    }

    .home_cirDivThree_style{
        margin-left: 100px;
    }

    .home_googlePlayImg_style {
        height: 50px;
        margin: -3px 10px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 28px;
    }

    .home_appStoreImg_style {
        height: 50px;
        margin-top: -149px;
    }

    .home_cirDivTwo_style{
        height: 200px;
        width: 200px;
    }

    .home_mobileImg_style{
        width: 94%;
        height: 435px;
        z-index: 99;
        margin-top: -177px;
        margin-left: 35px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 35px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 342px;
        margin-top: 80px;
        height: 180px;
        width: 180px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 109px;
        margin-top: -8px;
        height: 180px;
        width: 180px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style{
        position: absolute;
        left: 400px;
    }


    .home_cardProfile_style > .card{
        width: 330px;
        padding: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 185px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}


@media screen and (max-width:767px) and (min-width:280px){
    .footer_h5_style{
        margin-top: 15px;
    }

    .footer_btn_style {
        margin-top: 15px;
    }

    .footer_logoDiv_style{
        text-align: center;
    }

    .footer_imgDiv_style{
        text-align: center;
    }
}

/* footer css end */


@media screen and (max-width:410px) and (min-width:280px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: block;
    }

    .home_cirDivTwo_style{
        height: 180px;
        width: 180px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 310px;
        z-index: 99;
        margin-top: -154px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: 11px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 18px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: -10px;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: -10px;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 30px;
        width: 30px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 52px;
        height: 83px;
        width: 77px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        /* margin-left: 70px;
        margin-top: -16px;
        height: 83px;
        width: 77px; */

        margin-left: 46px;
        margin-top: -8px;
        height: 83px;
        width: 77px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 70px;
    }

    .home_cardProfile_style > .card{
        width: 140px;
        font-size: 12px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    /* Trusted Trekou style end */



    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 22px;
    }
}

@media screen and (max-width:480px) and (min-width:411px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: block;
    }

    .home_cirDivTwo_style{
        height: 180px;
        width: 180px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 358px;
        z-index: 99;
        margin-top: -154px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: 11px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 18px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: -10px;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: -10px;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 30px;
        width: 30px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 52px;
        height: 100px;
        width: 100px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 70px;
        margin-top: -8px;
        height: 100px;
        width: 100px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 70px;
    }

    .home_cardProfile_style > .card{
        width: 200px;
        font-size: 12px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    /* Trusted Trekou style end */



    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 22px;
    }
}

@media screen and (max-width:567px) and (min-width:481px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: block;
    }

    .home_cirDivTwo_style{
        height: 180px;
        width: 180px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 358px;
        z-index: 99;
        margin-top: -154px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: 11px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 18px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: -10px;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: -10px;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 30px;
        width: 30px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 74px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 102px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 82px;
    }

    .home_cardProfile_style > .card{
        width: 260px;
        font-size: 15px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    /* Trusted Trekou style end */



    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 28px;
    }
}

@media screen and (max-width:599px) and (min-width:568px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 310px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 185px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 280px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 460px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style{
        margin-top: -8px;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }
    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 48px;
        margin-top: 92px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 135px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 100px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:679px) and (min-width:600px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 310px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 185px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 280px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 460px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 70px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 138px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 128px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:739px) and (min-width:680px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 310px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 280px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 280px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 280px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 4px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 100%;
        height: 460px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 120px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 120px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 160px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:767px) and (min-width:740px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 370px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 185px;
    }

    .home_imgTwo_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }

    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 340px;
    }
    .home_imgThree_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 340px;
    }
    .home_imgFour_style{
        margin-top: 20px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 340px;
    }   

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 56px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
        justify-content: center;
    }

    .home_cirDivTwo_style{
        height: 250px;
        width: 250px;
    }

    .home_mobileImg_style{
        width: 80%;
        height: 510px;
        z-index: 99;
        margin-top: -216px;
        margin-left: 13px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 158px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 120px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 198px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 370px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_ItWork_style:hover{
        height: 125px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }
    
    .home_imgTwo_style{
        margin-top: 50px;
        border-radius: 20px !important;
    }
    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_imgThree_style{
        margin-top: 100px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    
    .home_imgFour_style{
        margin-top: 150px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 115px;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 20px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
        justify-content: center;
    }

    .home_cirDivThree_style{
        margin-left: 100px;
    }

    .home_googlePlayImg_style {
        height: 50px;
        margin: -3px 10px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 28px;
    }

    .home_appStoreImg_style {
        height: 50px;
        margin-top: -149px;
    }

    .home_cirDivTwo_style{
        height: 200px;
        width: 200px;
    }

    .home_mobileImg_style{
        width: 94%;
        height: 380px;
        z-index: 99;
        margin-top: -177px;
        margin-left: 35px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 99px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 158px;
        margin-top: 104px;
        height: 125px;
        width: 125px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 120px;
        margin-top: -8px;
        height: 125px;
        width: 125px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style {
        position: absolute;
        left: 198px;
    }

    .home_cardProfile_style > .card{
        width: 275px;
        font-size: 17px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 130px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}

@media screen and (max-width:1200px) and (min-width:1024px){

    /* Trekou Ride start */

    .home_TrekouRide_style h1{
        font-family: 'Capriola', sans-serif;
        font-size: 50px;
    }
    .home_TrekouRide_img_style{
        width: 100%;
        margin-top: 20px;
    }

    /* Trekou Ride end */


    /* how it work style start*/

    .home_howItWorkH1_style{
        font-family: 'Capriola', sans-serif;
        font-size: 30px;
    }

    .home_ItWork_style:hover {
        height: 370px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .home_imgOne_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_ItWork_style:hover{
        height: 125px;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }
    
    .home_imgTwo_style{
        margin-top: 50px;
        border-radius: 20px !important;
    }
    .home_imgTwo_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    .home_imgThree_style{
        margin-top: 100px;
        border-radius: 20px !important;
    }
    .home_imgThree_style > img{
        border-radius: 20px !important;
        height: 115px;
    }
    
    
    .home_imgFour_style{
        margin-top: 150px;
        border-radius: 20px !important;
    }
    .home_imgFour_style > img{
        border-radius: 20px !important;
        height: 115px;
    }

    /* how it work style end*/

    /* mobile application style start */

   
    .home_mobAppLeftDiv_style{
        display: block;
        margin-left: 20px;
    }

    .home_mobAppRightDiv_style{
        display: flex;
        justify-content: center;
    }

    .home_cirDivThree_style{
        margin-left: 100px;
    }

    .home_googlePlayImg_style {
        height: 50px;
        margin: -3px 10px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 28px;
    }

    .home_appStoreImg_style {
        height: 50px;
        margin-top: -149px;
    }

    .home_cirDivTwo_style{
        height: 200px;
        width: 200px;
    }

    .home_mobileImg_style{
        width: 94%;
        height: 435px;
        z-index: 99;
        margin-top: -177px;
        margin-left: 35px;
    }

    .home_col6_style{
        margin-left: 0;
        margin-top: 30px;
    }

    .home_cirDivFour_style{
        margin-right: 0px;
        margin-top: 23px;
        margin-left: 35px;
    }

    .home_mobAppPTag_style{
        text-align: center;
    }

    .home_mobileApp_style::before{
        margin-top: -1px;
    }

    .home_mobileApp_style::after{
        margin-bottom: -1px;
    }

    /* mobile application style end */



    /* Trusted Trekou style end */

    .home_trustedH1_style{
        font-size: 30px;
    }

    .home_TrustedOne_style{
        margin-top: -20px;
        height: 90px;
    }

    .home_profileOneImg_style {
        border-radius: 100px;
        height: 80px;
        width: 80px;
    }

    .home_profileOne_style {
        text-align: left;
        position: absolute;
        left: 65px;
    }

    .home_profileTwo_style {
        position: absolute;
        right: 85px;
    }

    .home_profileThree_style {
        text-align: left;
        position: absolute;
        left: 0;
    }

    .home_profileThreeImg_style {
        border-radius: 100px;
        height: 50px;
    }

    .home_profileFour_style{
        right: 0;
    }

    .home_profileFourImg_style {
        border-radius: 100px;
        height: 70px;
        width: 70px;
    }

    .home_profileGreenDot_style {
        margin-left: 342px;
        margin-top: 80px;
        height: 180px;
        width: 180px;
    }

    .home_profileGreenDot_style > img {
        height: 100%;
        width: 100%;
    }

    .home_profileRedDot_style {
        margin-left: 109px;
        margin-top: -8px;
        height: 180px;
        width: 180px;
    }

    .home_profileRedDot_style > img{
        height: 100%;
        width: 100%;
    }

    .home_cardProfile_style{
        position: absolute;
        left: 400px;
    }


    .home_cardProfile_style > .card{
        width: 330px;
        padding: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home_TrustedThree_style{
        position: relative;
        display: flex;
        top: 65px;
        height: 185px;
    }

    .home_teamImg_style{
        height: 160px;
    }

    .team_img_style::before{
        content: "";
        background-color: #eeeeee;
        border: solid 5px #eeeeee;
        border-color: #eeeeee transparent transparent transparent;
        border-radius: 50%/100px 100px 0 0;
        position: absolute;
        margin-top: -32px;
        width: 85%;
        left: 40px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-collapse li {
        display: inline-block;
        width: 100%;
    }
    .home_CarouselH1_style {
        color: #ffffff;
        font-size: 30px;
    }
}
.mobile_toggle {
    border: 2px solid #2C2F88 !important;
    background: #fff;
}


.service_title {
    position: relative;
    top: -30px;
    color: #FFFFFF;
    background-color: #10233eb5;
    padding: 5px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.card.home_imgOne_style:hover .home_ItWork_style {
    height: 200px;
}

/* .card.home_imgOne_style:hover {
    height: 200px;
} */
.how_work_box {
    height: 220px;
}
.home_btn_style:hover {
    background-color: #10233E !important;
}

@media screen and (max-width: 500px) {
    .carousel-item img {
        position: relative;
        height: 400px;
        right: 150%;
        width: auto !important;
    }
    .home_CarouselP_style {
        width: 260px;
    }
    .home_CarouselRow_style {
        margin-left: 15px;
    }
}

.team_img_style::before {
    content: "";
    background-color: #eeeeee00;
    border: solid 5px #eeeeee;
    border-color: #eeeeee00 transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    position: absolute;
    margin-top: -32px;
    width: 85%;
    left: 22px;
}

@media screen and (max-width: 739px) and (min-width: 680px){
    .home_imgOne_style > img {
        border-radius: 20px !important;
        height: 185px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .footer_googlePlayImg_style, .footer_appStoreImg_style {
        height: auto;
        margin-right: 10px;
        width: 100%;
    }
    .footer_appStoreImg_style {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer_appStoreImg_style {
        margin-top: 0px;
    }
}
@media screen and (max-width: 424px) {
    .footer_appStoreImg_style {
        margin-top: 15px;
    }
}
@media screen and (max-width: 440px) {
    .store_btn{
        height: 40px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .store_btn{
        height: 50px;
    }
}