/*
*/
/* ================ Contact Section ================ */
#section-contact {
	position:relative;
}

.contact {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact h2 {
	margin-bottom: 30px;
}

.confirmation {
	display:none;
	clear: both;
	color: #e5e5e5;
}

.confirmation p span {
	margin-right: 8px;
}

.contact-form {
	color:#060606;
}

.contact-form .input-field {
	margin-bottom: 5px;
	margin-top: 5px;
	height: 40px;
}

.textarea-field, .input-field {
	border: 1px solid #111;
}

.contact-form .form-item {
	width: 100%;
	padding: 3px 15px;
	border-color:#086FC3;
	border-radius: 4px;
	background: transparent;
	box-shadow: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.contact-form .form-item::-webkit-input-placeholder {
	color: #060606;
}

.contact-form .form-item:-moz-placeholder {
	color: #060606;
}

.contact-form .form-item::-moz-placeholder {
	color: #060606;
}

.contact-form .form-item:-ms-input-placeholder {
	color: #060606;
}

.contact-form .subform {
	margin-top: 20px;
}

.contact-form .form-item:hover, .contact-form .form-item:focus {
	border-color:#0C4297;
	box-shadow: none;
}
/* contact form end*/
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 35px;
}

.carousel-control.right span {
	padding: 35px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 35%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: ;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

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




/*Newsletters*/
div.test {
    background: #000;
    padding: 58px 0;
}


body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	overflow-x:hidden;
}

div.container-fluid {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
/*Top*/
div.Top {
    background: #4878AD;
}

    div.Top div.TopWrapper {
        float: right;
        /* width: 36%; */
    }

        div.Top div.TopWrapper a.CustomerLogin {
            float: left;
            margin-right: 3px;
            background: #5b726d  center left 20px;
            color: #fff;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            padding: 7px 38px 5px 46px;
            display: block;
            background-position: 13px 2px;
            background-size: 20px;
        }

        div.Top div.TopWrapper div.SocialIcons {
            float: left;
            margin: 0 auto;
            margin-top: 5px;
            width: 172px;
            padding: 0px 0px 5px 0px;
        }

            div.Top div.TopWrapper div.SocialIcons a {
                width: 31px;
                height: 17px;
                background: url(../img/SocialIcons.png) no-repeat;
                display: inline-block;
                text-indent: -9999px;
            }

                div.Top div.TopWrapper div.SocialIcons a.facebook {
                    background-position: 5px 0;
                }

                div.Top div.TopWrapper div.SocialIcons a.twitter {
                    background-position: -26px 0;
                }

                div.Top div.TopWrapper div.SocialIcons a.gPlus {
                    background-position: -58px 0 !important;
                }

                div.Top div.TopWrapper div.SocialIcons a.youtube {
                    background-position: -92px 0;
                }

                div.Top div.TopWrapper div.SocialIcons a.linkedin {
                    background-position: -124px 0;
                }
/*Header*/
div.header a.logo {
    margin-top: 60px;
    display: block;
}

    div.header a.logo img {
        width: 116%;
        max-width: 283px;
    }

div.header div.WrapperFreeAccount {
    float: right;
    margin-top: 9px;
    position: relative;
    height: 47px;
    right: 271px;
}

    div.header div.WrapperFreeAccount .FreeTrial {
        float: left;
        background: url(../img/FreeTrial.png) no-repeat center right;
        padding-right: 24px;
        width: 176px;
        height: 45px;
        position: absolute;
        left: -157px;
    }

        div.header div.WrapperFreeAccount .FreeTrial a {
            color: #61766a;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            background: #4878AD;
            display: block;
            padding: 15px 6px 15px 19px;
        }

    div.header div.WrapperFreeAccount .OpenAccount {
        float: left;
        background: url(../img/OpenAccount.png) no-repeat center left;
        padding-left: 24px;
        width: 152px;
        height: 45px;
        position: absolute;
    }
	 div.header div.WrapperFreeAccount .canlidestek {
	float: left;
	padding-left: 64px;
	width: 52px;
	height: 45px;
	position: absolute;
	left: 115px;
	top: -3px;
    }

        div.header div.WrapperFreeAccount .OpenAccount a {
            color: #fff;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            background: #61766a;
            display: block;
            padding: 16px 24px 16px 31px;
        }

div.header ul.nav {
    margin-top: 15px;
    padding: 0;
    float: right;
}

    div.header ul.nav li {
        float: left;
        padding: 10px 10px;
        position: relative;
    }

        div.header ul.nav li a {
            color: #034E93;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
            padding: 0;
            margin: 0;
            display: block;
        }

            div.header ul.nav li a:hover {
				background-color:rgba(12,108,123,1.00);
				color:rgba(255,255,255,1.00);
            }

        div.header ul.nav li ul {
            display: none;
            position: absolute;
            z-index: 2;
        }

        div.header ul.nav li:hover ul {
            display: block;
        }

        div.header ul.nav li ul {
            background: #FFF;
        }

            div.header ul.nav li ul li {
                width: 201px;
                padding: 0;
                margin: 0;
                margin-top: 10px;
            }

                div.header ul.nav li ul li a {
                    display: block;
                    padding: 10px 6px;
                }



.dovizbirimi .dovizmarquee {
    height: 43px !important;
} 

.trmarqcolor {margin: 5px 0px; display:inline;}
.trmarqcolor td {font-size: 15px;}

.doviz-oranlarim {display:inline-block;     line-height: 45px;}


/*Slider*/
div.slider {
    margin-top: 10px;
    z-index: 1;
}
div.slider #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
div.slider .owl-theme .owl-controls .owl-buttons .owl-prev {
position: absolute;
    left: 24px;
    top: 41%;
    text-indent: -9999px;
    background: url(../img/left-slider.png) no-repeat;
    z-index: 99999;
    height: 92px;
    width: 69px;
}
div.slider .owl-theme .owl-controls .owl-buttons .owl-next {
position: absolute;
    right: 24px;
    top: 41%;
    text-indent: -9999px;
    background: url(../img/right-slider.png) no-repeat;
    z-index: 99999;
    height: 92px;
    width: 69px;
}
div.slider .owl-theme .owl-controls .owl-pagination {
	display:none;
}
@media only screen and (max-width:991px){
	div.slider .owl-theme .owl-controls .owl-buttons {
		display:none;
	}
	div.TryForFreeOpenAccount {
    margin-top: -24px;
}
div.slider .owl-theme .owl-controls .owl-pagination {
	  position: relative;
    display: block;
    bottom: 26px;
}
	div.slider .owl-theme .owl-controls .owl-page span {

    background: #4878AD!important;
}
}
@media only screen and (max-width:480px){ 
div.slider #owl-demo .item img {
    display: block;
    width: 100%;
    height: 159px;
}
}


/*Try For Free Open Account*/
div.TryForFreeOpenAccount {
    width: 100%;
}
ul#tab li ul.Input li span {
    width: 31px;
    height: 31px;
    background: url(../img/InputIcons.png) no-repeat;
    display: inline-block;
    text-indent: -9999px;
    float: left;
    margin-top: 4px;
}

ul#tab li ul.Input li.imputAd span {
    background-position: 5px 0;
}

ul#tab li ul.Input li.imputMail span {
    background-position: -26px 0;
}

ul#tab li ul.Input li.imputPhone span {
    background-position: -58px 0 !important;
}

ul#tab li ul.Input li.rf {
    border: none;
    background: none;
    padding: 0;
    /* width: 174px; */
}

    ul#tab li ul.Input li.rf h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        margin-right: 13px;
        float: left;
        margin-top: 13px;
    }

    ul#tab li ul.Input li.rf input {
        border: 1px solid #61766a;
        border-radius: 9px;
        margin: 0;
    }

ul#tab li ul.Input li.btnn {
    background: none;
    border: none;
    padding: 0;
    width: 109px;
    margin-left: 12px;
}

    ul#tab li ul.Input li.btnn input {
        background: url(../img/btn.png);
        background-repeat: no-repeat;
        /* border-radius: 5px; */
        height: 42px;
        color: #fff;
        font-size: 18px;
        background-size: 100% 100%;
        font-weight: 700;
    }

ul#tab li ul.Input li.checkboxx {
    background: none;
    border: none;
    padding: 0;
    margin-top: -21px;
}

    ul#tab li ul.Input li.checkboxx input {
        width: 18px !important;
        height: 18px;
        background: #fff;
        border: none;
        float: left;
    }

    ul#tab li ul.Input li.checkboxx p {
        font-size: 14px;
        color: #fff;
        float: left;
        margin-top: 8px;
        margin-left: 9px;
    }


    ul#tab li ul.Input li.checkboxx a.fancybox {
        font-size: 14px;
        color: #fff;
        float: left;
        margin-top: 0px;
        margin-right: 8px;
        border-bottom: 1px solid #fff;
    }

ul#tab li ul.Input li a.Refresh {
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
}

    ul#tab li ul.Input li a.Refresh img {
        margin: 8px 0px 0px -7px;
        float: left;
    }

    ul#tab li ul.Input li a.Refresh p {
        font-size: 14px;
        color: #fff;
        float: left;
        margin-top: 14px;
        margin-left: 8px;
    }
	ul#tabs {
    list-style-type: none;
    margin: 0 0 11px 0;
    padding: 0;
    text-align: center;
    padding-top: 11px;
}

    ul#tabs li {
        display: inline-block;
        padding: 10px 29px;
        margin-bottom: 4px;
        color: #fff;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: 400;
        border-right: 1px solid #61766a;
    }

        ul#tabs li:nth-child(2) {
            border-right: none;
        }

        ul#tabs li.active {
            color: #61766a;
            font-family: 'Roboto', sans-serif;
            font-size: 24px;
            font-weight: 400;
        }

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

    ul#tab li {
        display: none;
    }

        ul#tab li.active {
            display: block;
        }

            ul#tab li.active ul li {
                display: block;
                padding: 5px;
                background: #FFF;
                border: 1px solid #61766a;
                border-radius: 6px;
            }

        ul#tab li h2 {
            font-weight: 400;
            margin-bottom: 30px;
            padding-bottom: 5px;
        }

    ul#tab .Input {
        margin: 0;
        padding: 0;
    }

        ul#tab .Input li {
            float: left;
            /* margin-right: 18px; */
            margin-bottom: 18px;
        }

            ul#tab .Input li:last-child {
                margin-right: 0px;
            }

            ul#tab .Input li:nth-child(5) {
                margin-right: 0px;
            }

            ul#tab .Input li input {
                padding: 9px;
                width: 200px;
                border: none;
                display: block;
                font-size: 16px;
                color: #56716a;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }

/*fancyboxList*/
h1.title {
    list-style-type: arabic-indic;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

ul.fancyboxList li {
    list-style-type: arabic-indic;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

div.fancybox-wrap {
    width: 100% !important;
    max-width: 600px !important;
    left: 668px !important;
}

div#inline1 {
    width: 100% !important;
    max-width: 570px !important;
}

/**/

/*TitleHome*/
div.WhyNoorCm {
    margin-bottom: 60px;
}

    div.WhyNoorCm h1.TitleHome {
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 20px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        color: #444746;
        text-align: center;
        margin: 60px 0px;
    }

    div.WhyNoorCm a.Items {
        margin-bottom: 30px;
        display: block;
    }

    div.WhyNoorCm img.CenterImg {
        margin: 14px auto;
        display: block;
    }
	
    div.WhyNoorCm img.CenterImg:hover {
            -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }

    div.WhyNoorCm h2 {
        text-align: center;
        margin-top: 30px;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        color: #262626;
        font-weight: 500;
    }

    div.WhyNoorCm p {
        text-align: center;
        margin-top: 17px;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: #262626;
        font-weight: 400;
        line-height: 17px;
    }



/*Partner aLL*/
h1.TitleHome {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #444746;
    text-align: center;
    margin: 60px 0px;
}

h1.TitleHomeBold {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #444746;
    text-align: center;
    margin: 60px 0px;
}

h1.TitleHomeNews {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin: 60px 0px;
}

h1.TitleHomeNewsBold {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin: 60px 0px;
}
/*News*/
div.News {
   
    padding-bottom: 58px;
}

    div.News .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0px;
        background: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    div.News h1.TitleHomeNews {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 20px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-align: center;
        margin: 60px 0px;
    }

div.Item {
    float: left;
    border: 13px solid rgba(238, 196, 5, 0.44);
    border-radius: 50%;
    margin-left: 50px;
}

    div.Item img {
        position: relative;
        z-index: 1;
    }

    div.Item span {
        position: absolute;
        top: 16px;
        left: 222px;
        background: #eec405;
        padding: 3px 0px 3px 133px;
        width: 207px;
    }

        div.Item span h1 {
            font-size: 38px;
            color: #5a7468;
            font-family: 'Roboto', sans-serif;
			margin:0;
        }

        div.Item span p {
            font-size: 11px;
            color: #5a7468;
            font-family: 'Roboto', sans-serif;
        }

div.ItemInner {
    float: left;
    max-width: 630px;
    margin-left: 58px;
    margin-top: 13px;
}

    div.ItemInner h1 {
        font-size: 28px;
        color: #eec405;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 50px;
    }

    div.ItemInner p {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 19px;
        line-height: 22px;
    }

    div.ItemInner a {
        color: #ebc206;
        float: right;
        font-size: 16px;
        display: block;
        font-family: 'Roboto', sans-serif;
    }
/*Prize*/
div.PrizeNoorCM a {
    display: block;
    text-align: center;
}

div.PrizeNoorCM ul {
    text-align: center;
    margin-bottom: 50px;
}

    div.PrizeNoorCM ul li {
        display: inline-block;
        margin: 10px 5px 5px 5px;
    }

div.PrizeNoorCM a.BtnProze {
     color: #ebc206;
    font-size: 16px;
    display: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    background: #58716B;
    max-width: 180px;
    text-align: center;
    width: 100%;
    padding: 15px 10px;
    margin: 0 auto 30px auto;
}

/*AllLabel*/
div.AllLabel {
    background: #5b726d url(../img/AllLabel.jpg) repeat center;
    padding: 25px 4px 2px 2px;
}

    div.AllLabel a.borderkaldir {
        border: 3px solid #fff;
        border-radius: 4%;
        padding: 8px 8px 5px 8px;
        margin-bottom: 31px;
        display: block;
    }
	    div.AllLabel a.borderkaldir:hover {
        border: 3px solid #f8d017;
       
    }

    div.AllLabel img {
        margin: 0px 10px 0 auto;
        display: block;
        width: 10%;
        text-align: right;
        float: right;
    }

    div.AllLabel h1 {
        font-size: 36px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        text-align: left;
        margin: 2px 3px;
    }

    div.AllLabel span {
        background: #f8d017;
        width: 50px;
        height: 2px;
        display: block;
        text-align: center;
        margin: 0 auto 0 auto;
        padding: 0;
    }
	 div.AllLabel a.borderkaldir:hover div.AllLabel span {
        background: #fff;
        
    }
/*Newsletters*/
div.Newsletters {
    background: url(../img/NewslettersBg.png) repeat center;
    padding: 0px 0 20px 0;
}

    div.Newsletters p {
        text-align: center;
        font-size: 24px;
        color: #444746;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 19px;
        line-height: 22px;
    }

    div.Newsletters li.posta input {
        border: 1px solid #F1E8E8;
        width: 100%;
        max-width: 95%;
        margin-left: 16px;
        padding: 16px;
        border-radius: 5px;
        text-align: center;
        font-size: 21px;
        color: #444746;
    }

    div.Newsletters li.SendBtn input {
        background: #f7cf15;
        color: #444746;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 25px;
        padding: 4px 4px;
        box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.18) !important;
        border-radius: 5px;
        width: 100%;
        max-width: 86%;
        margin: 18px 0px 0px 27px;
        border: none;
    }

    div.Newsletters img {
        margin-top: 124px;
    }
/*Newsletters*/
div.TagNoorCm {
    background: #fff;
    padding: 25px 0 4px 0px;
}

    div.TagNoorCm a {
        display: block;
        margin-bottom: 30px;
        height: 62px;
        overflow: hidden;
    }

    div.TagNoorCm img {
        width: 100%;
        max-width: 383px;
        margin: 0 auto;
        display: block;
        /* height: 70px; */
    }

    div.TagNoorCm h1 {
        font-size: 30px;
        color: #58716b;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        position: relative;
        /* margin: -150px 0 8px 0; */
        top: -186px;
    }

    div.TagNoorCm span {
        background: #506762;
        width: 109px;
        height: 3px;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        z-index: 9999;
        position: relative;

    }
/*OpenAccount*/
div.OpenAccount {
    background: url(../img/OpenAccountBg.png) repeat center;
    padding: 0px 0 20px 0;
}

    div.OpenAccount ul {
        text-align: center;
        margin-bottom: 50px;
    }

        div.OpenAccount ul li {
           display: inline-block;
    margin: 0 auto;
        }

            div.OpenAccount ul li a {
                color: #eceded;
                font-family: 'Roboto', sans-serif;
                font-size: 24px;
                font-weight: 500;
                border: 2px solid #ffffff;
                padding: 28px 0;
                text-align: center;
                display: block;
                width: 350px;
            }
			  div.OpenAccount ul li a:hover {
                border: 2px solid #f8d017;              
            }

.musteri-girisi-secenek {
        font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    position: absolute;
    width: 177px;
    top: 40px;
    height: 34px;
    border-radius: 0px 0px 10px 10px;
    background: #f3d122;
    text-align: center;
    line-height: 34px;
    z-index: 9999;
}
/*Footer*/
div.footer {
	
    padding: 60px 0 20px 0;
    background-size: 100% 100%;
}

    div.footer img {
        margin: 0 auto;
        display: block;
    }

    div.footer ul.footerNav {
        margin: 29px auto 0px auto;
        padding: 0;
        width: 100%;
        max-width: 738px;
    }

        div.footer ul.footerNav li {
            float: left;
            padding: 10px 10px;
            position: relative;
        }

            div.footer ul.footerNav li a {
                color: #5a5a5a;
                font-size: 16px;
                font-weight: 600;
                font-family: 'Open Sans', sans-serif;
                padding: 0;
                margin: 0;
                display: block;
            }

                div.footer ul.footerNav li a:hover {
                    background: none;
                }

            div.footer ul.footerNav li ul {
                display: none;
                position: absolute;
                z-index: 2;
            }

            div.footer ul.footerNav li:hover ul {
                display: block;
            }

            div.footer ul.footerNav li ul {
                background: #FFF;
            }

                div.footer ul.footerNav li ul li {
                    width: 201px;
                    padding: 0;
                    margin: 0;
                    margin-top: 10px;
                }

                    div.footer ul.footerNav li ul li a {
                        display: block;
                        padding: 10px 6px;
                    }

    div.footer div.FooteSocialIcons {
        margin: 17px 41px;
        display: block;
        /* width: 100%; */
        /* max-width: 240px; */
    }

    div.footer ul.info li div.InfoInner a i {font-size: 20px;}


    div.footer ul.info {
        border-bottom: 1px solid #5a5a5a;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        div.footer ul.info li,
        div.footer ul.info2 li {
            width: 50%;
            /* float: left; */
        }

            div.footer ul.info li:last-child {
            }

            div.footer ul.info li a {
                font-size: 14px;
                color: #5a5a5a;
                line-height: 18px;
                font-family: 'Open Sans', sans-serif;
                padding-left: 15px;
            }

            div.footer ul.info li p {
                font-size: 14px;
                color: #5a5a5a;
                line-height: 18px;
                font-family: 'Open Sans', sans-serif;
                padding-left: 15px;
            }


            div.footer ul.info2 li p {
                font-size: 14px;
                color: #5a5a5a;
                line-height: 18px;
                font-family: 'Open Sans', sans-serif;
                padding-left: 15px;
            }

            div.footer ul.info li div.InfoInner {
                float: right;
                margin: 38px 0px 0 0;
            }

                div.footer ul.info li div.InfoInner a {
                    font-size: 14px;
                    color: #5a5a5a;
                    line-height: 18px;
                    font-family: 'Open Sans', sans-serif;
                    border-right: 1px solid #000;
                    margin: 0px 5px;
                    display: inline-block;
                    padding-right: 8px;
                    padding-left: 0;
                }

p.Cop {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 5px;
    display: inline-block;
    padding-right: 8px;
}

div.footer ul.info li div.InfoInner a:last-child {
    border-right: none;
    margin: 0;
    padding-right: 0;
}
/*Dl Menu*/
div#dl-menu {
    display: none;
}

.hidden {
    display: block !important;
}

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

    .WrapperMobileLogin { margin-top: 30px;      right: 32px;  position: absolute;     width: auto !important; background: #fff;     padding: 11px;
    border-radius: 10px;}

    .CustomerLoginMobile  {    margin-left: -5px;     float: left;}

    #dl-menu {    float: left;}

    
    div.TagNoorCm {padding: 25px 0 4px 0px;}

    .header {
            position: relative;
    z-index: 9999;
    }


    .asitebyimg {width: 100% !important;}

    .info2 li:last-child .Cop {width: 25% !important;}


    div.TagNoorCm a {overflow:hidden; height: 62px;}

    div.TagNoorCm h1 {
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        position: absolute;
        top: 14px;
        padding-left: 28%;
        text-shadow: 1px black;
        text-shadow: 2px 1px #565656;
    }

    div.Newsletters li.SendBtn input {
            background: #f7cf15;
    color: #444746;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 4px 4px;
    box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.18) !important;
    border-radius: 5px;
    width: 100%;
    max-width: 86%;
    margin: 18px 0px 0px 27px;
    border: none;
    }

    .InfoInner {    margin: 38px 0px 0 0;}

    div.AllLabel {padding: 25px 4px 2px 2px;}

    div.AllLabel a.borderkaldir {    padding: 8px 8px 5px 8px;}

    div.AllLabel img {
            margin: 0px 10px 0 auto;
    display: block;
    width: 10%;
    text-align: right;
    float: right;
    }

    div.AllLabel h1 {text-align: left;
    margin: 2px 3px;}

    div.AllLabel span {    background: #f8d017;
    width: 50px;
    height: 2px;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;}

    div.footer {background-size: 100% 100%;}

    div.footer ul.info li, div.footer ul.info2 li {float:none;}

    div.footer div.FooteSocialIcons {margin: 20px 41px;}

    div.footer ul.info li, div.footer ul.info2 li {width:100% !important; text-align:center !important;}
    
    div.Top div.TopWrapper div.SocialIcons {
            float: left;
    margin-top: 5px;
    width: 172px;
    padding: 0px 0px 5px 0px;
    }

    div.Top div.TopWrapper a.CustomerLogin {
        background: #5b726d;
        padding: 8px 6px 6px 5px;
        margin-right: 4px;
    }
}

div.WrapperMobileLogin a.CustomerLoginMobile {display: none !important;}

.dl-menuwrapper > .dl-menu > li:first-child > a { color: #f3d122; }
.dl-menuwrapper > .dl-menu > li:first-child > a:before {
    font-family: 'FontAwesome';
    content: "\f007";
        margin-right: 8px;
    font-size: 22px;
}

.dl-menuwrapper button {margin-right: 17px;}

/*Mobil*/
@media only screen and (min-width:1099px) and (max-width:5000px) {
    
    ul#tab li ul.Input li.checkboxx {margin-top: 0px !important;}

    ul#tab li ul.Input li {
        margin-left: 1%;
    }
    ul#tab li ul.Input li.btnn {
        float: right;
        margin-right: 16px;
    }

    div.TagNoorCm a {height: auto;}

    div.TagNoorCm h1 {margin: 15px 0 8px 0; position: initial;}

    ul#tab li ul.Input li.rf {width: 5% !important;}

    ul#tab li ul.Input li.rf input {width: 100% !important;}

    div.footer ul.info li, div.footer ul.info2 li {float: left;}

    div.Top div.TopWrapper a.CustomerLogin {    padding: 8px 38px 7px 46px;}

    div.footer ul.info li div.InfoInner {    margin: 8px 0px 0 0;}
}

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

    
    div.TagNoorCm {padding: 25px 0 4px 0px;}

    .asiteby {display: none;}

    .asitebyimg {width: 100% !important;}

    .info2 li:last-child .Cop {width: 42% !important;}


    div.TagNoorCm a {overflow:hidden; height: 62px;}

    div.TagNoorCm h1 {
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        position: absolute;
        top: 0;
        font-size: 26px;
        padding-left: 12%;
        text-shadow: 2px 1px #565656;
        padding-top: 16px;
    }

      div.WrapperMobileLogin {margin-top: 21%;}

    div.Newsletters li.SendBtn input {
            background: #4779AE;
    color: #444746;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 4px 4px;
    box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.18) !important;
    border-radius: 5px;
    width: 100%;
    max-width: 86%;
    margin: 18px 0px 0px 27px;
    border: none;
    }

    .InfoInner {    margin: 38px 0px 0 0;}

    div.AllLabel {padding: 25px 4px 2px 2px;}

    div.AllLabel a.borderkaldir {    padding: 8px 8px 5px 8px;}

    div.AllLabel img {
            margin: 0px 10px 0 auto;
    display: block;
    width: 10%;
    text-align: right;
    float: right;
    }

    div.AllLabel h1 {text-align: left;
    margin: 2px 3px;}

    div.AllLabel span {    background: #f8d017;
    width: 50px;
    height: 2px;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;}

    div.footer {background-size: 100% 100%;}

    div.footer ul.info li, div.footer ul.info2 li {float:none;}

    div.footer div.FooteSocialIcons {margin: 20px 41px;}

    div.footer ul.info li, div.footer ul.info2 li {width:100% !important; text-align:center !important;}
    
    div.Top div.TopWrapper div.SocialIcons {
            float: left;
    margin-top: 5px;
    width: 172px;
    padding: 0px 0px 5px 0px;
    }
    
    div.Top div.TopWrapper a.CustomerLogin {
        background: #5b726d;
        padding: 8px 6px 6px 5px;
        margin-right: 4px;
    }

    .dl-menuwrapper button {
        width: 38px !important;
        height: 38px !important;
    }


    .dl-menuwrapper button:after {
        width: 66% !important;
        height: 2px !important;
        left: 17% !important;
    }

    a.CustomerLoginMobile img {
           width: 32px !important;
           /* margin-top: -5px; */
           /* margin-right: -13px; */
    }
    div.header a.logo {
        margin-top: 10px !important;
    }


    div.WrapperMobileLogin a.CustomerLoginMobile {
        display: block;
        float: left;
        margin-left: 24%;
    }
    
    ul#tab li ul.Input li.checkboxx p {
    margin-top: -18px;
    margin-left: 32px;
    }
      ul#tab li.active ul li {
        }
    ul#tab li.active ul li {
    }
    ul#tab .Input li input {
        /* padding: 7px 9px!important; */
    }
    ul#tab li ul.Input li.rf h1 {
        margin-top: 5px;
    }
    div.Item {
        max-width: 215px!important
    }
    div.Item span h1 {
        font-size: 30px!important;
    }
    div.Item span {
        margin-left: 48px!important;
    }
        div.ItemInner {
        padding:0 14px!important;
    }
    div.bx-controls-direction {
            display: none;
    }
    div.News h1.TitleHomeNews {
        margin: 27px 0px;
    }

    div.ItemInner h1 {
        font-size: 21px;
        margin-bottom: 26px;
            text-align: -webkit-center;
    }
    div.News {
        padding-bottom: 19px;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -5px;
        left: 50%;
    }
    h1.TitleHome {
        font-size: 33px;
        margin: 36px 0px;
    }
    div.WhyNoorCm h1.TitleHome {
        font-size: 33px;
        margin: 36px 0px;
    }
    div.News h1.TitleHomeNews {
        font-size: 28px;
        margin: 36px 0px;
        
    }
    div.AllLabel h1 {
        font-size: 24px;

        }
        h1.TitleHomeNewsBold {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 20px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-align: center;
        margin: 42px 0px;
    }
    div.OpenAccount ul li a {
        color: #eceded;
        font-family: 'Roboto', sans-serif;
        font-size: 19px;
        font-weight: 500;
        border: 2px solid #ffffff;
        padding: 19px 0;
        text-align: center;
        display: block;
        width: 350px;
    }
    div.OpenAccount {
        padding: 0px 0 0 0;
    }

}

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


    div.AllLabel img {width: 31% !important;     text-align: center !important; float: none !important; margin: 0 auto !important; }

    div.AllLabel h1 {text-align: center !important; font-size: 23px;}

    div.TagNoorCm h1 {
        font-size: 24px;
        padding-left: 7%;
        top: 19px;
    }


}

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

    div.TagNoorCm h1 {
    }

}

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

    div.AllLabel img {width: 5% !important;}

}


@media only screen and (max-width: 991px) and (min-width: 320px) {
    ul#tab li ul.Input li.rf input {
        width: 100% !important;
        padding: 5px 0px !important;
    }

    #create_account_form .rf {
        width: 58% !important;
    }
    .deneme {
        display: block;
        width: 34%;
        position: relative;
        top: -193px;
        right: -60%;
    }

    ul#tab .Input li.btnn {
        float: none;
        margin-top: 3%;
    }

}

/**/

@media only screen and (min-width:321px) and (max-width:412px) {
    .dl-menuwrapper button {
        width: 38px !important;
        height: 38px !important;
    }


    dl-menuwrapper button:after {
        width: 66% !important;
        height: 2px !important;
        left: 17% !important;
    }

    a.CustomerLoginMobile img {
    width: 33px !important;
    /* margin-top: 2px; */
    /* margin-right: -13px; */
    }
	div.WrapperMobileLogin {
/* margin-top: 3px!important; */
}
    /**/
    div.header a.logo {
        margin-top: 10px !important;
    }

    div.WrapperMobileLogin a.CustomerLoginMobile {
        display: block;
        float: left;
        /* margin: 30px 25px 0 0; */
    }
	
	ul#tab li ul.Input li.checkboxx p {
    margin-top: -18px;
    margin-left: 32px;
}
  ul#tab li.active ul li {
	padding: 0px 5px!important;
	}
ul#tab li.active ul li {
	padding: 0px 5px!important;
}
ul#tab .Input li input {
    padding: 7px 9px!important;

}
ul#tab li ul.Input li.rf h1 {
    margin-top: 5px;
}
div.Item {
    max-width: 215px!important
}
div.Item span h1 {
    font-size: 30px!important;
}
div.Item span {
    margin-left: 48px!important;
}
	div.ItemInner {
    padding:0 14px!important;
}
div.bx-controls-direction {
	    display: none;
}
div.News h1.TitleHomeNews {
    margin: 27px 0px;
}

div.ItemInner h1 {
    font-size: 21px;
	margin-bottom: 26px;
	    text-align: -webkit-center;
}
div.News {
    padding-bottom: 19px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -5px;
    left: 50%;
}
h1.TitleHome {
    font-size: 33px;
    margin: 36px 0px;
}
div.WhyNoorCm h1.TitleHome {
    font-size: 33px;
    margin: 36px 0px;
}
div.News h1.TitleHomeNews {
    font-size: 28px;
    margin: 36px 0px;
	
}
div.AllLabel h1 {
    font-size: 24px;

	}
	h1.TitleHomeNewsBold {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin: 42px 0px;
}
div.OpenAccount ul li a {
    color: #eceded;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 500;
    border: 2px solid #ffffff;
    padding: 19px 0;
    text-align: center;
    display: block;
    width: 350px;
}
div.OpenAccount {
    padding: 0px 0 0 0;
}
}

/**/

@media only screen and (min-width:411px) and (max-width:464px) {
ul#tab li ul.Input li.checkboxx p {
    font-size: 12px!important;
}
ul#tab li ul.Input li.checkboxx a.fancybox {
    font-size: 12px!important;
}
    }
@media only screen and (min-width:413px) and (max-width:991px) {
    .dl-menuwrapper button {
        width: 38px !important;
        height: 38px !important;
    }

    dl-menuwrapper button:after {
        width: 66% !important;
        height: 2px !important;
        left: 17% !important;
    }

    a.CustomerLoginMobile img {
       width: 33px !important;
       /* margin-top: 2px; */
       /* margin-right: -13px; */
    }
    /**/
    div.header a.logo {
        margin-top: 10px !important;
    }

    div.WrapperMobileLogin a.CustomerLoginMobile {
        display: block;
        float: left;
        /* margin: 30px 25px 0 0; */
    }
	
	ul#tab li ul.Input li.checkboxx p {
    margin-top: 4px;
    margin-left: 17px;
}
  ul#tab li.active ul li {
	padding: 0px 5px!important;
	}
ul#tab li.active ul li {
	padding: 0px 5px!important;
}
ul#tab .Input li input {
    padding: 7px 9px!important;

}
ul#tab li ul.Input li.rf h1 {
    margin-top: 5px;
}
div.Item {
    max-width: 215px!important
}
div.Item span h1 {
    font-size: 30px!important;
}
div.Item span {
    margin-left: 48px!important;
}
	div.ItemInner {
    padding:0 14px!important;
}
div.bx-controls-direction {
	    display: none;
}
div.News h1.TitleHomeNews {
    margin: 27px 0px;
}

div.ItemInner h1 {
    font-size: 21px;
	margin-bottom: 26px;
	    text-align: -webkit-center;
}
div.News {
    padding-bottom: 19px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -5px;
    left: 50%;
}
h1.TitleHome {
    font-size: 33px;
    margin: 36px 0px;
}
div.WhyNoorCm h1.TitleHome {
    font-size: 33px;
    margin: 36px 0px;
}
div.News h1.TitleHomeNews {
    font-size: 28px;
    margin: 36px 0px;
	
}
	h1.TitleHomeNewsBold {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin: 42px 0px;
}
div.OpenAccount ul li a {
    color: #eceded;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 500;
    border: 2px solid #ffffff;
    padding: 19px 0;
    text-align: center;
    display: block;
    width: 350px;
}
div.OpenAccount {
    padding: 0px 0 0 0;
}
}



@media only screen and (min-width:991px) and (max-width:5000px) {

    div.AllLabel img {
           height: 72px;
            float: none;
            text-align: center;
            margin: 0 auto;
                width: 23%;
    }

    div.AllLabel h1 {text-align: center !important; font-size: 31px !important;}

    div.AllLabel a.borderkaldir {    padding: 11% 8px 17% 8px;}
}





/*0 - 320*/
@media only screen and (min-width:321px) and (max-width:991px) {

    div.WrapperMobileLogin a.CustomerLoginMobile {
        display: block;
        float: left;
        /* margin: 20px 25px 0 0; */
    }
}
/*0 - 320*/
@media only screen and (min-width:991px) and (max-width:1098px) {

    ul#tab li.active ul li {width: 24%; margin-left: 1%;}

    ul#tab li ul.Input li.rf {    width: 8%; }
    ul#tab li ul.Input li.rf input { width: 100% !important; }

    ul#tab li ul.Input li.btnn {    float: none;     width: 163px; margin-left: auto; margin: 0 auto !important; }

    ul#tab li ul.Input li.checkboxx {width: 100% !important;     margin-top: 13px !important;}

    ul#tab li ul.Input li.checkboxx p {font-size: 16px !important;}

    .deneme {
    /* position: initial !important; */
    margin-left: 15px;
    float: left;
    left: 83% !important;
    }

    div.footer ul.info li, div.footer ul.info2 li {
            width: 100% !important;
    float: none;
    text-align: center !important;
    bottom: 0px !important;
    position: initial;
    }

    div.footer ul.info li div.InfoInner {float: none; margin-top: 15px;}

    div.TagNoorCm h1 {
        position: absolute;
        top: 12px;
        /* left: 33px; */
        padding-left: 10%;
        color: #fff;
        text-shadow: 1px 1px #000000;
    }

    .bx-wrapper img {
        width: 100%;
        display: block;
        max-width: 255px;
    }

    div.ItemInner {
        float: left;
        max-width: 494px;
        margin-left: 69px;
        margin-top: 13px;
    }

    div.Item span {
        position: absolute;
        top: 16px;
        left: 169px;
        background: #eec405;
        padding: 3px 0px 3px 133px;
        width: 207px;
    }
}


/*0 - 400*/
@media only screen and (min-width:0px) and (max-width:400px) {
    /*div.Mobile {
        width: 100%;
    }

    .dl-trigger {
        margin-right: -86px !important;
    }

    .dl-menuwrapper .dl-menu {
        right: -215px !important;
    }*/
    /*WhyNoorCm*/
    div.WhyNoorCm h1.TitleHome {
        line-height: 52px;
    }
    /*News*/
    div.News h1.TitleHomeNews {
        line-height: 52px;
    }
    /*OpenAccount*/
    div.OpenAccount ul li a {
        width: 222px !important;
    }
}



/*0 - 767*/
@media only screen and (min-width:0px) and (max-width:991px) {

    div.Top div.TopWrapper a.CustomerLogin {/* display:none; */}
    div.Top div.TopWrapper {width:100%;}

    div.Top div.TopWrapper div.SocialIcons {
            float: left;
            /* margin: 0 auto; */
            margin-top: 5px;
            width: 172px;
            padding: 0px 0px 5px 0px;
    }
    div.Top {
        background: #4878AD;
    }
    /*Header*/
    div.header a.logo {
        margin-top: 0;
        float: left;
    }

        div.header a.logo img {
            margin: 0 auto;
            display: block;
            margin-top: 20px;
        }

    div.header div.PadMargi {
        padding: 0;
        margin: 0;
    }

    div.header ul.MenuHidden {
        display: none;
    }

    div#dl-menu {
        display: block;
        float: right;
        /* margin-left: 13px; */
    }

    /**/
    div.WrapperMobileLogin {
        width: 100%;
    }


    /*FreeAccount*/
    div.header div.WrapperFreeAccount {
        display: none;
    }

    /*slider*/
    div.slider {
        margin-top: 18px;
    }
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
    padding: 11px 10px;
    background: url(Content/img/left-slider.png) no-repeat;
    position: absolute;
    top: 39%;
    z-index: 9999999;
    left: 0;
    text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    padding: 11px 10px;
    background: url(Content/img/right-slider.png) no-repeat;
	position: absolute;
    top: 39%;
    right: 0;
    text-indent: -9999px;
}

    /*Newsletters*/
    div.Newsletters img {
        margin-top: 15px;
        width: 100%;
    }

    h1.TitleHome {
        line-height: 50px;
    }
    /*OpenAccount*/
    div.OpenAccount ul li a {
        width: 293px;
        margin-bottom: 24px;
    }
    /*Footer*/
    div.footer ul.info {
        text-align: center;
    }

        div.footer ul.info li div.InfoInner {
            float: none;
        }

    div.footer ul.info2 {
        text-align: center;
    }

    div.footer ul.footerNav {
        display: none;
    }

    div.footer ul.info li, div.footer ul.info2 li {
        width: 100%;
    }

        div.footer ul.info2 li p {
            margin-bottom: 16px;
        }
}



@media only screen and (max-width:471px) {
    .hiddenImag {
        display: none !important;
    }

    div.PrizeNoorCM a.BtnProze {
        display: block !important;
    }
}
/**/

@media only screen and (min-width:0px) and (max-width:991px) {

    ul#tabs li.active {
        font-size: 16px !important;
    }

    ul#tabs li {
        font-size: 16px !important;
    }
}

@media only screen and (min-width:0px) and (max-width:400px) {
    ul#tabs li.active {
        border-right: none;
    }

    ul#tabs li {
        border-bottom: 1px solid #61766a !important;
        border-right: none !important;
        width: 77%;
    }

        ul#tabs li:last-child {
            border-bottom: none !important;
            border-right: none !important;
        }
}







/**/
@media only screen and (min-width:881px) and (max-width:991px) {
    div.header ul.nav li a {
        font-size: 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:5000px) {
   div.WrapperMobileLogin {display:none;}
}


@media only screen and (min-width:0px) and (max-width:991px) {
    /*TryForFreeOpenAccount*/
    ul#tab li.active ul li {
        width: 100%;
    }

    ul#tab li ul.Input li.btnn input {
        width: 100%;
    }

    ul#tab li ul.Input li.btnn {
        margin-left: 0;
    }

    ul#tab li ul.Input li.checkboxx {
        margin-top: 0px;
    }
    /*News*/
    div.Item {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 0px auto;
        border: none;
        border-radius: 0;
    }

        div.Item img {
            margin: 0 auto;
            display: block;
            width: 100%;
            max-width: 350px;
            border: 13px solid rgba(238, 196, 5, 0.44);
            border-radius: 50%;
        }

        div.Item span {
            position: initial;
            top: 0;
            left: 0;
            background: #eec405;
            padding: 3px 21px 3px 30px;
            width: 117px;
            display: block;
            text-align: center;
            margin-left: 115px;
            margin-top: 13px;
        }

    div.ItemInner {
        float: none;
        max-width: 630px;
        margin-left: 58px;
        margin-top: 13px;
        margin: 32px auto;
        padding: 0 65px;
        display: block;
    }

    .hidden {
        display: none !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1022px) {


    ul#tab .Input li input {
        width: 151px !important;
    }


    ul#tab li ul.Input li.btnn input {
        font-size: 14px;
    }

    ul#tab li ul.Input li.checkboxx a.fancybox {
        font-size: 11px;
    }

    div.header ul.nav li a {
        font-size: 12px;
    }
}

@media only screen and (min-width:1023px) and (max-width:1024px) {
    /*menu*/
    div.header ul.nav li a {
        font-size: 13px;
    }
    /*TryForFreeOpenAccount*/
    ul#tab .Input li input {
        width: 159px !important;
    }

    ul#tab li ul.Input li.checkboxx p {
        color: #fff;
        float: left;
        margin-top: 8px;
        margin-left: 9px;
    }

    ul#tabs li.active {
        font-size: 16px !important;
    }

    ul#tabs li {
        font-size: 16px !important;
    }

    div.header ul.nav li a {
        font-size: 13px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1032px) {

    ul#tab .Input li input {
        width: 160px !important;
    }


    div.header ul.nav li a {
        font-size: 13px;
    }
}

@media only screen and (min-width:1033px) and (max-width:1070px) {

    ul#tab .Input li input {
        width: 162px !important;
    }


    ul#tab li ul.Input li.checkboxx a.fancybox {
        font-size: 11px;
    }

    div.header ul.nav li a {
        font-size: 13px;
    }
}

@media only screen and (min-width:1071px) and (max-width:1136px) {

    ul#tab .Input li input {
        width: 171px !important;
    }


    ul#tab li ul.Input li.checkboxx a.fancybox {
        font-size: 12px;
    }

    div.header ul.nav li a {
        font-size: 13px;
    }
}

@media only screen and (min-width:1137px) and (max-width:1185px) {

    ul#tab .Input li input {
        width: 188px !important;
    }

    ul#tab li ul.Input li.checkboxx a.fancybox {
        font-size: 13px;
    }

    div.header ul.nav li a {
        font-size: px;
    }
}

@media only screen and (min-width:0px) and (max-width:768px){ 
     .dovizcenter {display:none;}

     .dovizbirimi {padding: 0px !important; }

     .dovizmarquee table tbody tr:first-child {display: none !important;}

     .dovizbirimi .dovizmarquee {height: 36px !important;}
}

.doviz-oranlarim ul li {
        display: inline-block;
    margin-left: 24px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 991px) and (min-width: 670px) {
    .deneme {
        
top: -163px;
    }
}

@media only screen and (max-width: 5000px) and (min-width: 991px) {
    .deneme {
    position: absolute;
    left: 74%;
    top: 72px;
}
}
