@font-face {
    font-family: "Final Frontier Old Style";
    src: url("../css/Final-Frontier-Old-Style-Regular.ttf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Gotham";
    src: url("../css/GothamBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url("../css/GothamBook.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("../css/GothamLight.ttf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("../css/GothamMedium.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Horizonn BT";
    src: url("../css/horizonn.ttf");
    font-style: normal;
    font-weight: 400;
}

:focus {
    outline: none;
}

body {
    
}

a:hover {
    color: #f58634;
    text-decoration: none;
}

.main-header {
    background-color: #000000d4;
    color: #fff;
    min-height: 98px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.navbar-nav li a {
    padding: 16px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.menu-numb {
    background-color: #f58634;
    padding: 2px 8px;
    color: #fff;
}

.menu-numb i {
    margin-right: 4px;
}

.menu-numb:hover {
    color: #f9f9f9;
}

.banner {
    position: relative;
    overflow: hidden;
}

.design-rt {
    background: url(../images/banner-design.png)no-repeat;
    height: 796px;
    width: 550px;
    background-size: contain;
    position: absolute;
    right: -23px;
    bottom: -148px;
}

.product-rent .col-md-4 {
    display: flex;
}

.banner .banner-contact-us {
    background: url(../images/banner-design-contact.png)no-repeat!important;
}

.banner-text3 {
    font-size: 75px;
    font-family: "Horizonn BT";
    color: #fff;
}

.product-banner .baner-content p {
    color: #fff;
    font-size: 26px;
}

.product-banner .baner-content p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.product-banner .design-rt {
    background: url(../images/banner-product.png)no-repeat;
    opacity: 0.95;
}

.baner-content {
    z-index: 1;
    padding: 40% 26%;
}

.baner-content .banner-text1 {
    display: block;
    font-size: 69px;
    color: #fff;
    font-family: "Horizonn BT";
}

.baner-content .banner-text1 span {
    color: #000;
}

.baner-content .banner-text2 {
    display: block;
    font-size: 330px;
    line-height: 111px;
    font-family: "Horizonn BT";
    color: #fff;
    margin-bottom: 60px;
}

.baner-content .learn-more {
    float: right;
    padding: 8px 29px;
}

.navbar-nav .dropdown-menu {
    background-color: #000;
    padding: 0px;   
}

.navbar-nav li a:hover {
    color: #fff;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f58634;
}

.learn-more {
    background: url(../images/learn-more-bg.png)no-repeat;
    padding: 12px 29px;
    font-size: 16px;
    color: #f58634!important;
    font-weight: 500;
   
}

.number-group {
    position: relative;
}

.number-group input[required]+label {
    position: absolute;
    left: -166px;
    left: 10px;
    top: 5px;
    color: #8f8e8e;
    font-size: 14px;
    font-weight: 500;
}

.number-group input[required]+label:after {
    content: ' mandatory';
    color: #ff0000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: text;
}

.mandatory {
    position: relative;
}

.mandatory input[required]+label,
.mandatory textarea[required]+label {
    position: absolute;
    left: -166px;
    left: 2px;
    top: -5px;
    color: #495057;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.mandatory input[required]+label:after,
.mandatory textarea[required]+label:after {
    content: ' mandatory';
    color: #ff0000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    cursor: text;
}


/* show the placeholder when input has no content (no content = invalid) */

.mandatory input[required]:invalid+label,
.mandatory textarea[required]:invalid+label {
    display: inline-block;
}


/* hide the placeholder when input has some text typed in */

.mandatory input[required]:valid+label,
.mandatory textarea[required]:valid+label {
    display: none;
}


/* show the placeholder when input has no content (no content = invalid) */

.number-group input[required]:invalid+label {
    display: inline-block;
}


/* hide the placeholder when input has some text typed in */

.number-group input[required]:valid+label {
    display: none;
}


/*.laptop-group{position: relative;}
.laptop-group select[required] + label {
    position: absolute;
    left: -166px;
    left: 10px;
    top: 5px;
    color: #8f8e8e;
    font-size: 14px;
    font-weight: 500;
}
.laptop-group select[required] + label:before {
    content:' LAPTOPT';
    color: #ff0000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
        cursor: text;
}*/


/* show the placeholder when input has no content (no content = invalid) */

.laptop-group select[required]:invalid+label {
    display: inline-block;
}


/* hide the placeholder when input has some text typed in */

.laptop-group select[required]:valid+label {
    display: none;
}

.select_box {
    position: relative;
}


/*.selectParent select {
  text-indent: 1px;
  text-overflow: '';
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 2px 2px 2px;
  border: none;
  background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 60px center;
}*/


/*.select_box:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f58634;
  position: absolute;
  top: 40%;
  right: 14px;
  content: "";
  z-index: 2;
 }*/


/*--------------------------*/

.select_box select {
    background-image: linear-gradient(45deg, transparent 50%, #f58634 50%), linear-gradient(135deg, #f58634 50%, transparent 50%);
    background-position: calc(100% - 14px) calc(1em + -2px), calc(100% - 7px) calc(1em + -2px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 7px, 7px 7px, 1px 1.5em;
    background-repeat: no-repeat;
}


/*.select_box select:focus {
  background-image:
    linear-gradient(45deg, #f58634 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #f58634 50%);
  background-position:
    calc(100% - 8px) 1em,
    calc(100% - 15px) 1em,
    calc(100% - 2.5em) 0.5em;

   background-size: 7px 7px, 7px 7px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}*/

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/*--------------------------*/


/*.select_box select{
 
  border: 0;
  position: relative;
  z-index: 1;
  background: none;
}*/

.serach-bottom .form-group select {
    -webkit-appearance: none;
}

.faq {
    padding-top: 136px;
    padding-bottom: 50px;
}

.faq-title h2 {
    color: #fff;
    padding: 20px 32px 20px 50px;
    font-size: 36px;
    font-family: "Horizonn BT";
    margin: 0px;
}

.faq-title {
    background: url(../images/faq-bg.png)no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
    font-size: 17px;
    background-position: center center;
}

.faq h3 {
    padding-left: 50px;
    color: #f58634;
    font-size: 30px;
    font-weight: 400;
}

.faq-rt h4 {
    font-size: 20px;
    color: #f58634;
}

.faq-rt p {
    font-size: 15px;
    line-height: 28px;
}

.faq-rt {
    padding-left: 15px;
}


/*
.border-lt {
    border-left: 3px solid #ff6600;
}*/

.faq-lt p {
    font-size: 15px;
}

.faq-lt p:first-child {
    color: #f58634;
}

.call-num {
    text-decoration-line: none !important;
    padding-left: 4px;
    color: #f58634 !important;
}

.search-top a {
    text-decoration-line: underline;
}

.search-section {
    background-color: #fff;
    padding: 20px 15px 4px 20px;
    border: 2px solid #55545412;
}

.search-top h2,
.search-top a {
    font-size: 16.7px;
    color: #828181;
    display: inline-block;
    font-family: "Gotham";
    font-weight: 500;
}

.search-top a:hover {
    text-decoration-line: underline;
    color: #828181;
}

.search-top span {
    padding: 0px 9px;
    color: #f58634;
    font-weight: 600;
}

/*.serach-bottom .form-group {
    display: inline-block;
    padding-right: 10px;
}*/

.serach-bottom .form-group input {
    padding: 0px 5px;
}

.serach-bottom .form-group input[type=text] {
    width: 100%;   
    border-radius: 4px;
    border: 2px solid #e7e7e7;
}

.serach-bottom .form-group input,
.serach-bottom .form-group select {
    padding: 5px 10px;
    background-color: #eaeaea;
    border: none;
    color: #8f8e8e;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid #e7e7e7;
}

.btn-submit {
    background-color: #f58634;
    color: #fff;
    font-size: 20px;
    border: 1px solid #e7e7e7;
    padding: 0px 25px;
}

.search-sec {
    z-index: 1;
    position: relative;
    margin-top: -85px;
}

.pan-india {
    margin-top: -86px;
    background-color: #000;
    padding-top: 50px;
    padding-top: 111px;
    color: #fff;
}

.pan-india-de {
    font-size: 89px;
    color: #f58634;
    font-family: "Horizonn BT";
    line-height: 76px;
}

.pan-india p {
    font-size: 22px;
    font-family: "Gotham";
}

.pan-india2 p {
    font-size: 20px;
    font-family: "Gotham";
    font-weight: 500;
}

.pan-delivery-sec {
    border-bottom: 3px dashed #f58634;
    padding-bottom: 50px;
}

.how-it-work {
    border-bottom: 3px dashed #f58634;
    padding: 50px 0;
}

.how-it-work p {
    font-size: 13px;
    line-height: 22px;
}

.list li {
    position: relative;
    list-style: none;
    padding-bottom: 6px;
}

.list {
    padding-left: 25px;
}

.list li:before {
    background: url(../images/check-icon.png)no-repeat;
    position: absolute;
    content: "";
    left: -25px;
    top: 0px;
    width: 22px;
    height: 22px;
}

.inner-content h2 {
    font-family: "Horizonn BT";
    font-size: 69px;
    color: #f58634;
}

.product-inner {
    padding-top: 40px;
}

.product-sec {
    padding-top: 60px;
}

.product-title {
    background: url(../images/product-bg.png)no-repeat;
    margin-bottom: 30px;
    font-size: 17px;
    background-position: center center;
    padding: 43px 0px;
}

.product-title h2 {
    font-size: 30px;
    text-align: center;
    font-family: "Gotham";
    font-weight: 500;
}

.product-list a {
    font-size: 12px;
    border-right: 1px solid #f58634;
    padding: 0px 5px;
    color: #fff;
    font-weight: 400;
}

.product-list a:last-child {
    border-right: none;
}

.product-list a:first-child {
    padding-left: 0px;
}

.active {
    color: #f58634 !important;
}

.think-text {
    background: url(../images/think-bg.png)no-repeat;
    background-position: center center;
    padding: 112px;
    background-size: contain;
}

.think-text h2 {
    font-family: "Horizonn BT";
    font-size: 52px;
    color: #000;
}

.think-text h2 span {
    color: #fff;
}

.flex-center {
    display: flex;
    align-items: center;
}

.laptop-bg {
    background: url(../images/laptop-bg.png)no-repeat;
    background-position: center center;
    padding: 144px 77px 142px 66px;
    background-size: contain;
    margin-top: -188px;
}

.tablet-bg {
    background: url(../images/laptop-bg.png)no-repeat;
    background-position: center center;
    padding: 144px 77px 142px 66px;
    background-size: contain;
}


/*.border-botom {
    border-bottom: 3px dashed #f58634;
    height: 5px;
    width: 100%;
    margin-top: -125px;
}*/

.load-more {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: 40px 0px;
    display: inline-block;
}

.desktop-bg {
    background: url(../images/desk-top-bg.png)no-repeat;
    background-position: center center;
    padding: 144px 77px 142px 66px;
    background-size: contain;
    margin-top: -165px;
}

.inner-content {
    padding-top: 30px;
}

.border-botom {
    border-bottom: 3px dashed #f58634;
}

.rent-box {
    background-color: #f58634;
    padding: 54px 60px;
    width: 85%;
    margin: 0 auto;
}

.rent-box-rt {
    margin: 0 auto;
    text-align: right;
}

.margin-tab-botm {
    margin-top: -114px;
}

.rent-box-lt span {
    font-size: 10px;
    display: block;
    font-weight: 600;
    font-family: "Gotham";
}

.rent-box-lt a {
    font-size: 34px;
    font-family: "Gotham";
    font-weight: 500;
}

.rent-now {
    padding: 15px 49px;
    border: 2px solid #fff;
    font-size: 32px;
    font-weight: 500;
}

.rent-box {
    position: relative;
}

.rent-box-border {
    position: relative;
}

.rent-box-border:before {
    border-top: 3px dashed #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    top: 50%;
}

.get-it {
    position: relative;
}

.get-it-content h2 {
    color: #fff;
    font-size: 99px;
    font-family: "Horizonn BT";
}

.get-it-from {
    background-color: #000;
}

.get-it-from2 {
    background-color: #000;
}

.get-it-from {
    position: relative;
    overflow: hidden;
}

.get-it-content {
    position: absolute;
    top: 33%;
    left: 10%;
    border-top: 5px solid #fff;
    width: 100%;
}

.why-get-it-rent {
    color: #fff;
    text-align: center;
    padding-bottom: 245px;
}

.why-get-it-rent h2 {
    font-family: "Horizonn BT";
    font-size: 57px;
    color: #f58634;
    letter-spacing: 18px;
    text-transform: uppercase;
}

.why-get-it-rent p {
    font-size: 18px;
    font-weight: 300;
}

.here-what {}

.here-what h3 {
    border-top: 1px dashed #f58634;
    border-bottom: 1px dashed #f58634;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    display: inline-block;
    padding: 4px 0px;
}

.service-box {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f6eff3;
    margin: 26px auto;
    padding: 5px 12px;
}

.service-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.service-box p {
    color: #050505;
    font-size: 12px;
    font-weight: 600;
}

.rating-content-bt-lt .service-box p,
.rating-content-bt-rt .service-box p {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
}

.rating-content-bt-lt .support-service .service-box,
.rating-content-bt-rt .support-service .service-box {
    padding: 5px 12px;
}

.rating-content-bt-lt .support-service-con p,
.rating-content-bt-rt .support-service-con p {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.get-in-rent-inner {
    background-color: #f2f2f2;
    position: relative;
    padding: 32.5px 0px;
}

.get-in-rent {
    margin-top: -201px;
    overflow: hidden;
}

.get-in-rent-inner:before {
    background: url(../images/lt-design.png)no-repeat;
    position: absolute;
    left: -40px;
    top: -3px;
    content: "";
    height: 248px;
    width: 100px;
}

.get-in-rent-inner:after {
    background: url(../images/rt-design.png)no-repeat;
    position: absolute;
    left: 100%;
    top: -3px;
    content: "";
    height: 248px;
    width: 44px;
}

.get-in-rent h2 {
    margin-bottom: 32px;
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f58634;
}

.testimonial-sec {
    background: url(../images/testimonial-bg.jpg)no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: -121px;
    padding-top: 120px;
}

.testimonial-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.testimonial {
    padding: 200px 7% 176px 7%;
}

.testimonial .draggable {
    min-height: 230px;
}

.slick-prev:before,
.slick-next:before {
    color: transparent !important;
    font-size: 54px !important;
}

.slick-prev:before {
    background: url(../images/left-arrow.png)no-repeat;
}

.slick-next:before {
    background: url(../images/right-arrow.png)no-repeat;
}

.client-name {
    padding-top: 30px;
}

.client-name .icon {
    color: #f58634;
    font-size: 79px;
    line-height: 15px;
    font-weight: 600;
}

.testimonial-sec .slick-prev {
    left: 40px;
    z-index: 1;
}

.testimonial-sec .slick-next {
    right: 40px;
}

.footer-2 .footer-inner h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #df7b2f;
    font-weight: 600;
}

.footer-2 .footer-inner {
    display: inline-block;
}

footer {
    color: #fff;
    background: url(../images/footer-pattern.png)repeat;
    padding: 100px 0px;
}

.footer-1 h3 {
    font-size: 12px;
    font-family: "Gotham";
    text-transform: uppercase;
    color: #fff;
}

.footer-1 p {
    font-size: 12px;
    color: #8b8989;
    text-transform: uppercase;
}

.footer-inner ul li a {
    color: #7b7b7b;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-inner ul li a:hover {
    color: #fff;
}

.footer-inner ul {
    padding: 0px;
}

.footer-inner ul li {
    list-style: none;
}

.footer-2 .footer-inner {
    width: 32.5%;
    float: left;
}

.footer-3 h3 {
    color: #7b7b7b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-2 {
    border-left: 5px solid #f58634;
    border-right: 5px solid #f58634;
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
    min-height: 206px;
}

.footer-3 a {
    font-size: 23px;
    padding-bottom: 30px;
    display: block;
    color: #fff;
}

.footer-3 .subscribe {
    font-size: 12px;
    color: #f58634;
}

.logo-footer {
    margin-bottom: 30px;
}

.our-vision-mission {
    background: url(../images/our-vission-mission-bg.jpg)no-repeat;
    color: #fff;
    padding: 110px 0px 110px 0px;
    margin-top: -60px;
    background-position: bottom;
    background-size: cover;
}

.our-vision-mission p {
    font-size: 23px;
    font-weight: 300;
}

.our-vision-mission h2 {
    font-family: "Horizonn BT";
    font-size: 177px;
    line-height: 99px;
}

.our-vision-mission h2 span {
    font-family: "Horizonn BT";
    font-size: 113px;
}

.our-mission p {
    font-size: 16px;
}

.our-vision p {
    font-size: 16px;
    max-width: 199px;
    float: right;
}

.our-vision {
    padding-top: 252px;
    text-align: right;
}

.our-mission {
    padding-top: 100px;
}

.our-mission p {
    max-width: 280px;
    margin-bottom: 0px;
}

.about-border-rt {
    border-right: 5px solid #f58634;
}

.rating-content-lt h2 {
    font-family: "Horizonn BT";
    font-size: 86px;
    font-weight: 400;
    line-height: 70px;
    text-align: right;
    color: #333333;
}

.rating-content-lt,
.rating-content-rt {
    padding-top: 25px;
}

.rating-content-rt {
    padding-bottom: 67px;
}

.renting-content {
    margin-bottom: -293px;
}

.rating-content-rt p {
    font-size: 17px;
    font-weight: 400;
}

.rating-content-bt-lt h4,
.rating-content-bt-rt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.rating-content-bt-lt p,
.rating-content-bt-rt p {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.rating-content-bt-rt {
    margin-top: -180px;
}

.rating-content-bt-lt {
    padding-top: 20px;
}

.about-renting {
    margin-bottom: 80px;
}

.get-it-rent {
    position: relative;
    overflow: hidden;
}

.get-it-rent-content {
    position: absolute;
    top: 9%;
    left: 10%;
    width: 100%;
}

.get-it-rent-content h2 {
    color: #fff;
    font-size: 163px;
    font-family: "Horizonn BT";
    line-height: 120px;
    font-weight: 400;
}

.border-top-rent {
    border-top: 7px solid #fff;
}

.what-our-support h2 {
    font-size: 24px;
    text-align: center;
    color: #6a6867;
    text-transform: uppercase;
    letter-spacing: 14px;
    border-top: 2px dotted #6a6867;
    border-bottom: 2px dotted #6a6867;
    line-height: 40px;
}

.what-our-support {
    margin: 50px 0px;
}

.support-service .service-box {
    margin: 0px;
    text-align: center;
}

.support-service .service-box {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f6eff3;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
}

.get-in-rent2 h2 {
    margin-bottom: 32px;
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.support-service {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.support-service .support-service-con {
    width: 70%;
    padding-left: 15px;
}

.support-service-con p {
    font-size: 13px;
    font-weight: 400;
}

.get-in-rent-inner2 {
    background-color: #f58634;
    position: relative;
    padding: 33.5px 0px;
}

.get-in-rent-inner2:before {
    background: url(../images/lt-design2.png)no-repeat;
    position: absolute;
    left: -35px;
    top: -1px;
    content: "";
    height: 244px;
    width: 100px;
}

.get-in-rent-inner2:after {
    background: url(../images/rt-design2.png)no-repeat;
    position: absolute;
    right: -46px;
    top: -1px;
    content: "";
    height: 248px;
    width: 63px;
}

.get-in-rent2 {
    padding: 50px 0px;
    overflow: hidden;
}

.product-tem {
    background-color: #f48433;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
}

.product-tem h3 {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 43%;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.product-tem img {
    opacity: .6;
}

.product-list-sec .slick-prev:before {
    background: url(../images/left-arrow-p.png)no-repeat;
}

.product-list-sec .slick-next:before {
    background: url(../images/right-arrow-p.png)no-repeat;
}

.product-list-sec .slick-prev {
    left: -40px;
}

.product-list-sec .slick-prev,
.product-list-sec .slick-next {
    top: 41%;
}

.product-list-sec {
    background-color: #000;
    padding-top: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.product-image {
    background-color: #f7f0f4;
    text-align: center;
    max-height: 241px;
    overflow: hidden;
    padding: 30px;
}

.product-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #363333;
}

.product-content h4 {
    font-size: 12px;
    font-weight: 500;
    color: #363333;
}

.product-content p {
    font-size: 10px;
    color: #363333;
    font-weight: 400;
    line-height: 21px;
}

.new {
    position: absolute;
    background-color: #f58533;
    color: #fff!important;
    padding: 0px 22px;
    border-radius: 40px;
    font-size: 14px;
    top: 8px;
    right: 27px;
}

.product-content {
    padding: 35px 25px;
}

.per-month {
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    padding: 4px 0px;
}

.per-month h4 {
    color: #f58634;
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
}

.call {
    margin-top: 20px;
    font-size: 23px;
    color: #f58634!important;
    font-weight: 500;
    border: 1px solid #9c9c9c;
    box-shadow: 0px 4px 4px #3333332e;
    padding: 16px 17px;
    display: block;
}

.call span {
    font-weight: 600;
}

.product-rent {
    background: url(../images/Product-rent-bg.jpg)no-repeat;
    background-size: cover;
    color: #fff;
    padding: 90px 0px;
}

.product-box {
    background-color: #fff;
    margin: 30px auto;
    position: relative;
    padding: 5px;
}

.paginations li a {
    background-color: #e17c30;
    color: #fff;
    font-size: 27px;
    padding: 0;
    border-radius: 5px;
    margin-right: 15px;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.paginations .page-item.active .page-link {
    background-color: #e17c30;
    font-size: 27px;
    padding: 0px;
    border-radius: 5px;
    position: inherit;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.paginations li a:hover {
    background-color: #fff;
    color: #000!important;
}

.paginations li .active {
    color: #000!important;
}

.paginations li {
    display: inline-block;
}

.product-heading {
    text-align: center;
}

.product-heading h2 {
    font-size: 34px;
}

.product-heading p {
    font-size: 12px;
}

.blog {
    background: url(../images/blog-bg.jpg)repeat;
    padding-top: 140px;
}

.blog h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.blig-list {
    text-align: center;
    padding: 0px;
}

.blig-list li a {
    font-size: 12px;
    color: #000;
}

.blig-list li {
    display: inline-block;
    border-right: 1px solid #000;
    line-height: 12px;
    padding: 0px 5px;
    font-weight: 500;
}

.blig-list li:last-child {
    border: none;
}

.blog-box-lt {
    background-color: #fff;
    padding: 35px 25px;
}

.blog-lt figure {
    margin: 0px;
}

.blog-box-lt h3 {
    font-size: 14px;
}

.blog-box-lt p {
    font-size: 14px;
}

.blog-lt h2 {
    font-size: 29px;
    margin-bottom: 20px;
}

.blog-free-news {
    background-color: #000;
    padding: 56px 35px;
    border-radius: 5px;
    color: #fff;
    margin-top: 53px;
}

.blog-free-news h2 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.blog-free-news p {
    font-size: 66px;
    font-weight: 300;
    line-height: 72px;
}

.trading-news h2 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 40px;
}

.trading-new-cont h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.trading-new-cont p {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
}

.trading-news {
    background-color: #ffffff9e;
    padding: 50px 25px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 25px;
}

.blog-new-list li {
    list-style: decimal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
}

.blog-related-box {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin: 20px 0px;
}

.related-box-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 12px 30px;
}

.btn-bussi {
    background-color: #ff6500;
    color: #fff;
    font-size: 15px;
    padding: 8px;
    border-radius: 8px;
}

.btn-bussi:hover {
    color: #ddd;
}

.related-box-content h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 8px 0px;
}

.related-box-content p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
}

.blog-related-box:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(22, 22, 22, 0) 45%, rgba(33, 161, 221, 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}

.follow-social-media-icon li {
    display: inline-block;
}

.follow-social-media-icon li a i {
    display: block;
    color: #fff;
}

.follow-social-media-icon li a {
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    border-radius: 5px;
    min-width: 90px;
    min-height: 90px;
}

.follow-social-media-icon {
    padding: 0px;
}

.follow-social-media-icon li .facebook {
    background-color: #375a9e;
}

.follow-social-media-icon li .twitter {
    background-color: #249cea;
}

.follow-social-media-icon li .youtube {
    background-color: #df3d3b;
}

.follow-social-media {
    text-align: center;
    background-color: #fff;
    padding: 50px 22px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.footer-1 .blog-media ul li a {
    padding-right: 14px;
}

.footer-1 .blog-media ul {
    text-align: left;
}

.footer-1 .blog-media ul li i {
    color: #636363;
}

.blog-media ul li {
    display: inline-block;
}

.blog-media ul li i {
    color: #ff9933;
}

.blog-media ul li i {
    color: #ff9933;
    font-size: 25px;
}

.blog-media ul li a {
    padding: 0 2px;
}

.blog-media ul {
    padding: 0px;
    text-align: right;
}

.blog-media {
    padding: 20px 0px;
}

.related {
    padding-bottom: 40px;
    padding-top: 25px;
}

.related-post .content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.related h2 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 35px;
}

.related-post .content {
    background-color: #fff;
    padding: 20px 10px;
    padding: 25px 10px 42px 10px;
}

.related-post .date {
    margin: 0px;
}

.related-post {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.btn-leave {
    text-transform: uppercase;
    background-color: #f58634;
    color: #fff;
    padding: 16px 22px;
    border: none;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}

:focus {
    outline: none!important;
}

.leave-comment form span {
    font-size: 15px;
    font-weight: 400;
}

.leave-comment {
    padding-top: 40px;
    border-top: 4px solid #f5863447;
    padding-bottom: 30px;
}

.leave-comment .form-control {
    min-height: 56px;
}

.leave-comment textarea {
    min-height: 130px !important;
}

.date span img {
    padding-right: 5px;
}

.get-rent-box {
    position: relative;
    max-width: 168px;
    margin: 0 auto;
}

.get-rent-box p {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    top: 60px;
    left: 22px;
    width: 104px;
    color: #373435;
    text-transform: uppercase;
}

.get-in-rent-inner .col-sm-3 {
    max-width: 20% !important;
}

.get-in-rent-inner2 .col-sm-3 {
    max-width: 20% !important;
}

.serach-bottom .form-group:last-child {
    padding-right: 0px;
}

.laptop-group .form-control {
   /* text-transform: uppercase;*/
}

.footer-3 {
    text-transform: uppercase;
}

.footer-bottom {
    text-align: center;
    font-size: 12px;
    padding-top: 33px;
    display: block;
    clear: both;
}

.contect-content p {
    position: relative;
    margin-bottom: 28px;
    line-height: 20px;
}

.contect-content {
    padding-left: 50px;
}

.contect-content p:before {
    background: url(../images/map-icon.png)no-repeat;
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    width: 70px;
    height: 70px;
}

.search-section form {
    margin-bottom: 0px;
}

.info-contact {
    background: #000;
    color: #fff !important;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
}

.info-contact a {
    display: block;
    background: #000;
    color: #fff !important;
    text-align: center;
}

.info-contact .mail {
    font-size: 12px!important;
}

.banner-contact-us .banner-text4 {
    display: block;
    font-size: 93px;
    line-height: 75px;
    font-family: "Horizonn BT";
    color: #fff;
    margin-bottom: 16px;
}

.banner .banner-contact-us .baner-content {
    padding: 58% 12% 40% 30%;
}

.dropdown-toggle::after {
    color: #f58634;
    font-size: 18px;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact-form input[type=text],
textarea {
   /* text-transform: uppercase;*/
}

/*====thankyou page====*/
.thank-box
{
width:50%;
margin:auto;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 50px rgb(0 0 0 / 7%);
    border-radius: 5px;
    border:solid 1px #f3f3f3;
    text-align: center;
}

.thank-icon
{
font-size: 45px;
    text-align: center;
    line-height: 85px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #51a941;
    color: #ffffff;
    margin: 0px auto 15px;
}


/*=======================Responsive===========================*/

@media(min-width:1600px) {
    .get-it-from img {
        width: 100%;
    }
}

@media(min-width:1282px) {}

@media(min-width:1282px) {
    .think-text {
        padding: 112px 82px 112px 107px;
        background-size: contain;
    }
    .think-text h2 {
        font-size: 65px;
        line-height: 64px;
    }
    .search-top span {
        padding: 0px 11px;
    }
    .banner {
        padding-top: 98px;
        background-color: #000;
    }
    .product-inner .degree-vision p {
        font-size: 41px;
        font-weight: 500;
    }
    .about-border-rt {
        margin-left: -46px;
    }
    .about-renting img {
        padding-top: 27px;
    }
    .about-renting .rating-content-bt-lt .service-box img,
    .about-renting .rating-content-bt-rt .service-box img {
        padding-top: 0px;
    }
    .laptop-group select {
        min-width: 210px;
    }
    .product-banner .baner-content {
        padding: 50% 12% 40% 30%;
    }
    .get-it-rent img {
        width: 100%;
    }
    .footer-3 a {
        padding-top: 20px;
    }
    .footer-bottom {
        padding-top: 109px;
    }
    .get-it-from img {
        width: 100%;
    }
    .pan-india p {
        font-size: 20px;
    }
    .how-it-work p {
        font-size: 13px;
        line-height: 22px;
    }
    .rent-box {
        width: 75%;
    }
    .search-section {
        padding: 14px 17px;
    }
   /* .serach-bottom .num-secs input[type=text] {
        width: 54px;
        max-width: 54px;
        min-width: 54px;
    }*/
    /*.serach-bottom .name input[type=text] {
        width: 210px;
    }*/

    .serach-bottom .form-group {
        margin-bottom: 10px;
    }
    .serach-bottom .form-group input,
    .serach-bottom .form-group select {
        height: 32px;
        border-radius: 3px;
    }
    .select_box:after {
        right: 14px;
    }
    .serach-bottom .form-group {
        padding-right: 5px;
    }
    .serach-bottom .form-group select {
        padding-right: 20px;
    }
    /*.serach-bottom .tenure input[type="text"] {
        min-width: 60px!important;
        width: 100px;
    }*/
    .serach-bottom .remark input[type="text"] {
        min-width: 170px;
        width: 170px;
    }
   /* .serach-bottom .number-group input[type=text] {
        width: 100%;
        min-width: 310px;
    }*/
    .baner-content {
        padding: 34% 12% 40% 30%;
    }
    .design-rt {
        right: 0px;
        top: 26px;
    }
    .baner-content .banner-text1 {
        padding-bottom: 10px;
        padding-left: 13px;
    }
    .form-control:focus {
        box-shadow: none;
    }
}

@media(min-width:992px) {
    /*.serach-bottom .num-secs input[type=text] {
        width: 54px;
        max-width: 54px;
        min-width: 54px;
    }*/
   /* .serach-bottom .name input[type=text] {
        width: 210px;       
    }
*/
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
   }
    .desk-top {
        display: block;
    }
    .mobile {
        display: none;
    }
}

@media(max-width:1281px) {
    .serach-bottom .form-group {
        display: inline-block;
        padding-right: 5px;
    }
    .serach-bottom .form-group select {
        padding-right: 16px;
    }
    .serach-bottom .name input[type="text"]{
        max-width:210px;
    }   
    .serach-bottom .tenure input[type="text"]{
	max-width:100px;
    }
    .serach-bottom .remark input[type="text"] {
        min-width: 100px;
    }
    .search-section {
        background-color: #fff;
        padding: 10px 15px 0px 20px;
    }
    .footer-3 a {
        font-size: 18px;
    }
    .select_box:after {
        right: 9px;
    }
    .serach-bottom .form-group input,
    .serach-bottom .form-group select {
        padding: 5px 10px;
        font-size: 13px;
    }
    .per-month h4 {
        font-size: 18px;
        text-align: center;
    }
    .call {
        font-size: 18px;
        padding: 13px 9px;
    }
    .our-vision {
        padding-top: 120px;
    }
    .our-vision-mission h2 span {
        font-size: 65px;
    }
    .our-vision-mission h2 {
        font-size: 100px;
    }
    .our-mission {
        padding-top: 80px;
    }
    .our-vision-mission p {
        font-size: 20px;
    }
    .get-it-rent-content h2 {
        font-size: 110px;
    }
    .testimonial {
        padding: 200px 0% 176px 0%;
    }
    .baner-content .banner-text2 {
        font-size: 240px;
    }
    .baner-content .banner-text1 {
        font-size: 44px;
    }
    .baner-content {
        padding: 51% 25%;
    }
    .search-top h2,
    .search-top a {
        font-size: 16px;
    }
    .follow-social-media-icon li a {
        margin-bottom: 4px;
    }
}

@media(max-width:1199px) {
    .serach-bottom .tenure input[type="text"]{
	max-width:80px;	    
    }
    .serach-bottom .remark input[type="text"] {
        min-width: 60px;
        width: 100px;
    }
    .product-list-sec {
        margin-top: -87px;
    }
    .our-vision-mission {
        margin-top: -87px;
    }
    .pan-india {
        margin-top: -87px;
    }
    .search-sec {
        margin-top: -78px;
    }
    .rent-now {
        padding: 12px 27px;
        font-size: 25px;
    }
    .testimonial {
        padding: 100px 0% 100px 0%;
    }
    footer {
        padding: 50px 0px;
    }
    .think-text h2 {
        font-size: 45px;
    }
    .think-text {
        padding: 83px;
    }
    .baner-content {
        padding: 56% 25%;
    }
    .baner-content .banner-text1 {
        font-size: 35px;
    }
    .baner-content .banner-text2 {
        font-size: 189px;
    }
    .navbar-brand {
        max-width: 200px;
    }
    .navbar-nav li a {
        padding: 16px 10px;
        font-size: 13px;
    }
    .search-top h2,
    .search-top a {
        font-size: 14px;
    }
    .baner-content .banner-text2 {
        margin-bottom: 23px;
    }
}

@media(max-width:991px) {
    .faq-title h2 {
        padding: 7px 16px;
    }
    .faq-title {
        background-color: #ff6600;
    }
    .footer-3 a {
        padding-bottom: 12px;
    }
    .desk-top {
        display: none;
    }
    .mobile {
        display: block;
    }
    footer .mobile {
        text-align: left;
        padding-top: 0px;
    }
    .get-rent-box p {
        font-size: 13px;
        line-height: 18px;
        top: 56px;
        left: 22px;
        width: 104px;
        color: #373435;
        text-transform: uppercase;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 2px;
        top: 13px;
    }
    .blog-lt h2 {
        font-size: 24px;
    }
    .follow-social-media-icon li a {
        font-size: 15px;
    }
    .btn-bussi {
        font-size: 12px;
        padding: 6px 5px;
    }
    .blog-media ul li i {
        font-size: 20px;
    }
    .related-box-content h3 {
        font-size: 13px;
    }
    .trading-new-cont h3 {
        font-size: 16px;
    }
    .related-post .content h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .blog-free-news p {
        font-size: 49px;
        line-height: 55px;
    }
    .trading-news h2 {
        font-size: 24px;
    }
    .blog-new-list {
        padding-left: 20px;
    }
    .testimonial-content h2 {
        font-size: 28px;
    }
    .why-get-it-rent h2 {
        font-size: 33px;
        letter-spacing: 12px;
    }
    .get-it-content h2 {
        font-size: 63px;
    }
    .call {
        font-size: 12px;
    }
    .get-in-rent-inner2:before,
    .get-in-rent-inner2:after {
        display: none;
    }
    .get-in-rent-inner2 {
        padding: 20px 8px;
        border-radius: 5px;
    }
    .get-it-rent-content h2 {
        font-size: 75px;
        line-height: 68px;
    }
    .our-mission p {
        max-width: 100%;
    }
    .our-vision p {
        max-width: 100%;
    }
    .rating-content-bt-rt {
        margin-top: 0px;
    }
    .renting-content {
        margin-bottom: 0px;
    }
    .footer-3 a {
        font-size: 17px;
    }
    .think-text h2 {
        font-size: 33px;
    }
    .think-text {
        padding: 60px;
    }
    .pan-india p {
        font-size: 17px;
    }
    .baner-content {
        padding: 38% 25%;
    }
    .navbar-toggler-icon .fa-bars {
        padding-top: 5px;
    }
    .navbar-nav li a {
        padding: 10px 0px;
        border-bottom: 1px solid #dddddd54;
        font-size: 14px;
        display: block;
    }
    .navbar-nav li:last-child a {
        border-bottom: none;
    }
    .menu-numb {
        display: none;
    }
    footer {
        padding: 50px 0;
    }
    .slick-next:before,
    .slick-prev:before {
        background-size: 40px;
    }
    .testimonial {
        padding: 113px 0% 0px 0%;
    }
    .testimonial-sec {
        margin-top: -68px;
        padding-top: 0px;
    }
    .get-in-rent-inner {
        padding: 20px 8px;
        border-radius: 5px;
    }
    .get-in-rent-inner:before {
        display: none;
    }
    .get-in-rent-inner:after {
        display: none;
    }
    .get-in-rent h2 {
        font-size: 26px;
    }
    .rent-now {
        padding: 7px 13px;
        font-size: 18px;
    }
    .rent-box-lt a {
        font-size: 22px;
    }
    .rent-box {
        width: 100%;
        padding: 22px 30px;
    }
    .desktop-bg {
        margin-top: 0;
    }
    .laptop-bg {
        margin-top: 0px;
    }
    .product-inner {
        padding-bottom: 40px;
    }
    .product-title h2 {
        font-size: 22px;
    }
    .search-sec {
        margin-top: -82px;
    }
    .pan-india {
        margin-top: -82px;
    }
    .serach-bottom .form-group {
        margin-bottom: 5px;
    }
    .serach-bottom .name input[type="text"]{
	max-width:210px;
    }
    .serach-bottom .form-group input,
    .serach-bottom .form-group select {
        font-size: 12px;
    }
    .search-sec .container {
        max-width: 670px;
    }
    .baner-content .banner-text2 {
        margin-bottom: 0px;
    }
    .baner-content .learn-more {
        float: none;
    }
    .design-rt {
        height: 442px;
        width: 371px;
        bottom: -5px;
    }
    .banner {
        max-height: 390px;
    }
    .baner-content .banner-text1 {
        font-size: 35px;
        padding-top: 36px;
    }
    .baner-content .banner-text2 {
        display: block;
        font-size: 100px;
        margin-top: -19px;
    }
    .navbar-toggler {
        background-color: #df7b31;
        border: 1px solid #dd792f;
    }
    .banner .img-fluid {
        max-width: inherit;
    }
    .search-top h2,
    .search-top a {
        font-size: 12px;
        line-height: 15px;
    }
    .get-in-rent-inner .get-rent-box p,
    .get-in-rent-inner2 .get-rent-box p {
        font-size: 11px;
        line-height: 15px;
        top: 42px;
        left: 11px;
    }
}

@media(max-width:767px) {
    .product-banner:before {
        background-color: #0000007a;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        content: "";
    }
    .product-banner .baner-content {
        padding: 108px 0px;
    }
    .product-banner .design-rt {
        height: 362px;
        width: 90%;
        left: 20px;
    }
    .product-banner .design-rt {
        background: none;
    }
    .get-in-rent-inner .col-sm-3,
    .get-in-rent-inner2 .col-sm-3 {
        max-width: 26% !important;
    }
    .testimonial-sec {
        margin-top: -105px;
    }
    .get-in-rent-inner .get-rent-box p,
    .get-in-rent-inner2 .get-rent-box p {
        font-size: 10px;
        line-height: 11px;
        top: 39px;
        left: 12px;
        width: 74px;
        color: #373435;
        text-transform: uppercase;
    }
    .get-rent-box p {
        position: absolute;
        font-weight: 700;
        font-size: 10px;
        line-height: 11px;
        top: 39px;
        left: 12px;
        width: 74px;
        color: #373435;
        text-transform: uppercase;
    }
    .blog-free-news p br {
        display: none;
    }
    .blog-free-news {
        text-align: center;
    }
    .blog-free-news p {
        font-size: 28px;
    }
    .testimonial-content h2 {
        font-size: 21px;
    }
    .product-list-sec {
        overflow: hidden;
    }
    .product-list-sec .slick-prev {
        left: -26px;
    }
    .product-list-sec .slick-next {
        right: -13px;
    }
    .product-list-sec .slick-prev:before {
        background-size: 30px;
    }
    .product-list-sec .slick-next:before {
        background-size: 30px;
    }
    .footer-3 a {
        word-break: break-word;
    }
    .footer-2 .footer-inner {
        width: 50%;
    }
    .rating-content-bt-lt h4,
    .rating-content-bt-rt h4 {
        word-break: break-word;
    }
    .get-in-rent2 h2 {
        font-size: 26px;
    }
    .what-our-support h2 {
        font-size: 18px;
        letter-spacing: 6px;
        line-height: 33px;
    }
    .rating-content-rt {
        padding-bottom: 0px;
    }
    .our-vision {
        padding-top: 64px;
    }
    .our-mission {
        padding-top: 0px;
    }
    .rating-content-lt h2 {
        font-size: 63px;
    }
.thank-box
{
width:100%;
}
}

@media(max-width:575px) {
    .rating-content-lt h2 br {
        display: none;
    }
    .banner-contact-us .banner-text4 {
        line-height: 54px;
        font-size: 60px;
    }
    .banner .banner-contact-us .baner-content {
        padding: 235px 0px 10px 0px;
    }
    .banner .banner-contact-us {
        background: none!important;
        height: 442px;
        width: 371px;
        bottom: 29px;
        background: none;
        background-size: contain;
        position: absolute;
        left: 20px;
    }
    .search-top {
        margin-bottom: 12px;
    }
    .serach-bottom .form-group {
        margin-bottom: 5px;
        width: 100%;
    }
    .serach-bottom .form-group input,
    .serach-bottom .form-group select {
        width: 100%;
    }
    .serach-bottom .name input[type="text"]{
        max-width:100%;
    }
    .serach-bottom .tenure input[type="text"]{
	max-width:100%;
    }
    .serach-bottom .remark input[type="text"] {
        min-width: 100%;
    }
    .pan-india-de {
        font-size: 64px;
        line-height: 58px;
    }
    .get-in-rent-inner .col-sm-3,
    .get-in-rent-inner2 .col-sm-3 {
        max-width: 50% !important;
    }
    .get-in-rent-inner .get-rent-box p,
    .get-in-rent-inner2 .get-rent-box p {
        line-height: 13px;
        top: 66px;
    }
    .get-in-rent-inner .get-rent-box p,
    .get-in-rent-inner2 .get-rent-box p {
        font-size: 14px;
        line-height: 13px;
        top: 66px;
        left: 19px;
        width: 74px;
        color: #373435;
        text-transform: uppercase;
    }
    .get-rent-box p {
        position: absolute;
        font-weight: 700;
        font-size: 14px;
        line-height: 13px;
        top: 55px;
        left: 19px;
        width: 74px;
        color: #373435;
        text-transform: uppercase;
    }
    .testimonial-content {
        width: 77%;
    }
    .testimonial-sec .slick-next {
        right: 20px;
    }
    .testimonial-sec .slick-prev {
        left: -4px;
    }
    .blog {
        padding-top: 110px;
    }
    .blog-lt h2 {
        font-size: 22px;
    }
    .blog h1 {
        font-size: 22px;
    }
    .blog-media {
        padding-bottom: 0px;
    }
    .blog-media ul {
        margin-top: 10px;
        text-align: left;
    }
    .blog-related-box img {
        width: 100%;
    }
    .footer-2 {
        border: none;
    }
    .footer-2 .footer-inner {
        width: 50%;
    }
    .footer-1,
    .footer-2 {
        margin-bottom: 20px;
    }
    .product-box {
        margin: 10px auto;
    }
    .product-list-sec {
        overflow: hidden;
    }
    .paginations li a {
        font-size: 16px;
        padding: 7px 17px;
    }
    .call {
        font-size: 22px;
        text-align: center;
    }
    .product-list-sec .slick-prev,
    .product-list-sec .slick-next {
        top: 48%;
    }
    .product-list-sec .slick-prev {
        left: -15px;
    }
    .product-list-sec .slick-next {
        right: -13px;
    }
    .product-list-sec .slick-prev:before {
        background-size: 19px;
    }
    .product-list-sec .slick-next:before {
        background-size: 19px;
    }
    .get-in-rent2 h2 {
        font-size: 20px;
    }
    .get-in-rent2 {
        padding-top: 0px;
    }
    .about-renting {
        margin-bottom: 30px;
    }
    .our-vision-mission {
        padding: 110px 0px 20px 0px;
    }
    .border-top-rent {
        border-top: 2px solid #fff;
    }
    .about-border-rt {
        border-right: none;
    }
    .rating-content-lt h2 {
        font-size: 39px;
        line-height: 44px;
        text-align: left;
    }
    .our-vision {
        text-align: left;
    }
    .our-vision-mission p {
        font-size: 18px;
        line-height: 26px;
    }
    .support-service .support-service-con {
        margin-top: 10px;
    }
    .support-service .support-service-con {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .support-service {
        display: block;
    }
    .support-service .service-box {
        margin: 0 auto;
    }
    .get-it-rent-content h2 {
        font-size: 36px;
        line-height: 30px;
    }
    .get-in-rent {
        background-color: #000;
    }
    .col-xs-6 {
        width: 50%;
    }
    .here-what h3 {
        letter-spacing: 5px;
        line-height: 30px;
        font-size: 15px;
    }
    .why-get-it-rent p {
        font-size: 14px;
    }
    .why-get-it-rent h2 {
        font-size: 28px;
        letter-spacing: 8px;
    }
    .get-it-content h2 {
        font-size: 38px;
    }
    .load-more {
        font-size: 20px;
    }
    .inner-content h2 {
        font-size: 48px;
    }
    .desktop-bg {
        padding: 75px 77px 55px 66px;
    }
    .rent-box-lt {
        text-align: center;
    }
    .rent-box-rt {
        margin-top: 20px;
        text-align: center;
    }
    .think-text h2 {
        font-size: 36px;
    }
    .think-text {
        padding: 54px;
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }
    .product-title h2 {
        font-size: 17px;
    }
    .list {
        margin-bottom: 0px;
    }
    .list li {
        font-size: 14px;
    }
    .how-it-work img {
        margin-bottom: 20px;
    }
    .pan-india p {
        font-size: 16px;
    }
    .btn-submit {
        font-size: 15px;
    }
    .search-top h2,
    .search-top a {
        font-size: 11px;
    }
    .search-top span {
        padding: 0px 3px;
    }
    .baner-content .learn-more {
        padding: 8px 30px;
        font-size: 12px;
        background-size: 125px;
    }
    .product-sec {
        padding-top: 0px;
    }
    .search-sec {
        margin-top: 0px;
        background-color: #000;
        padding: 20px 0px;
    }
    .design-rt {
        height: 362px;
        width: 308px;
        bottom: 0px;
        right: -86px;
    }
    .banner {
        max-height: 330px;
    }
    .main-header {
        min-height: 76px;
    }
    .navbar-brand {
        max-width: 180px;
    }
}

@media(max-width:380px) {
    .get-rent-box p {
        position: absolute;
        font-weight: 700;
        font-size: 11px;
        line-height: 13px;
        top: 39px;
        left: 14px;
        width: 74px;
        color: #373435;
        text-transform: uppercase;
    }
    .get-in-rent-inner .get-rent-box p,
    .get-in-rent-inner2 .get-rent-box p {
        line-height: 13px;
        top: 53px;
    }
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff!important;
  text-decoration: none!important;
  background-image: none!important;
  background-color: transparent!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff!important;
  text-decoration: none!important;
  background-color: #f6006e!important;
  outline: 0!important;
}
.myAnchor{
	font-family: "GothamLight";
}

